Skip to content

Commit d3a21e1

Browse files
committed
remove plist
1 parent aa459e6 commit d3a21e1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ commands:
2323
- run:
2424
name: Install Firebase secrets
2525
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
2926
- restore_cache:
3027
key: v1-gems-{{ checksum "Gemfile.lock" }}
3128
- run:

fastlane/Fastfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ platform :ios do
4848
release = firebase_app_distribution(
4949
app: "1:285008367772:ios:92b7a4b16f0e25a2be5d59",
5050
service_credentials_file: "video-app-79418-6d9ef31a3fac.json",
51-
googleservice_info_plist_path: "GoogleService-Info.plist",
5251
ipa_path: "Video-Internal.ipa",
5352
release_notes: release["body"]
5453
)

0 commit comments

Comments
 (0)