We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4e020 commit cec2897Copy full SHA for cec2897
.github/actions/build_ios/action.yml
@@ -5,10 +5,10 @@ runs:
5
using: 'composite'
6
7
steps:
8
- - name: Set up Ruby
+ - name: "Set up Ruby"
9
uses: ruby/setup-ruby@v1
10
with:
11
- ruby-version: '2.7'
+ ruby-version: '3.2'
12
13
- name: Install Fastlane
14
run: gem install fastlane
.gitignore
@@ -51,8 +51,8 @@ local.properties
51
**/fastlane/FastlaneRunner
52
53
### Firebase ###
54
-# android/**/google-services.json
55
-# ios/**/GoogleService-Info.plist
+android/**/google-services.json
+ios/**/GoogleService-Info.plist
56
57
### node.js ###
58
/node_modules/
ios/DeveloperApp/.DS_Store
0 Bytes
0 commit comments