Skip to content

Commit cec2897

Browse files
stelselimNikolaSimsic
authored andcommitted
remove sensitive data
1 parent 3d4e020 commit cec2897

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/build_ios/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ runs:
55
using: 'composite'
66

77
steps:
8-
- name: Set up Ruby
8+
- name: "Set up Ruby"
99
uses: ruby/setup-ruby@v1
1010
with:
11-
ruby-version: '2.7'
11+
ruby-version: '3.2'
1212

1313
- name: Install Fastlane
1414
run: gem install fastlane

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ local.properties
5151
**/fastlane/FastlaneRunner
5252

5353
### Firebase ###
54-
# android/**/google-services.json
55-
# ios/**/GoogleService-Info.plist
54+
android/**/google-services.json
55+
ios/**/GoogleService-Info.plist
5656

5757
### node.js ###
5858
/node_modules/

ios/DeveloperApp/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)