Skip to content

Commit add9899

Browse files
committed
Use match for certificates management
1 parent 949add6 commit add9899

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ Carthage/
3939
icook-tv-top-shelf-image.png
4040
iCookTV/GoogleService-Info.plist
4141
keys/
42+
gc_keys.json

fastlane/Matchfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
storage_mode("google_cloud")
2+
3+
google_cloud_bucket_name("icook-tvos-certificates")
4+
5+
app_identifier ["com.thepolydice.icook"]
6+
platform 'tvos'
7+
8+
9+
10+
# For all available options run `match --help`

0 commit comments

Comments
 (0)