File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ commands:
23
23
- run :
24
24
name : Install Firebase secrets
25
25
command : echo $FIREBASE_IOS_AHOY_APP_SECRET | base64 -D -o video-app-79418-6d9ef31a3fac.json
26
- - run :
27
- name : Install Firebase Service plist
28
- command : echo $FIREBASE_IOS_AHOY_APP_PLIST | base64 -D -o GoogleService-Info.plist
29
26
- restore_cache :
30
27
key : v1-gems-{{ checksum "Gemfile.lock" }}
31
28
- run :
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ platform :ios do
48
48
release = firebase_app_distribution (
49
49
app : "1:285008367772:ios:92b7a4b16f0e25a2be5d59" ,
50
50
service_credentials_file : "video-app-79418-6d9ef31a3fac.json" ,
51
- googleservice_info_plist_path : "GoogleService-Info.plist" ,
52
51
ipa_path : "Video-Internal.ipa" ,
53
52
release_notes : release [ "body" ]
54
53
)
You can’t perform that action at this time.
0 commit comments