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 949add6 commit add9899Copy full SHA for add9899
.gitignore
@@ -39,3 +39,4 @@ Carthage/
39
icook-tv-top-shelf-image.png
40
iCookTV/GoogleService-Info.plist
41
keys/
42
+gc_keys.json
fastlane/Matchfile
@@ -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
+username "[email protected]"
9
10
+# For all available options run `match --help`
0 commit comments