Skip to content

Commit 6c9b562

Browse files
committed
Update Makefile for latest changes
1 parent aa0db4c commit 6c9b562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
bootstrap:
2-
gem install bundler -v 2.0.2
2+
gem install bundler -v 2.1.4
33
bundle install
44
# pod install
55
bundle exec pod keys set BaseAPIURL "https://cdn.jsdelivr.net/gh/polydice/iCook-tvOS@gh-pages/demo/"
6-
bundle exec pod keys set CrashlyticsAPIKey "-"
7-
bundle exec pod keys set TreasureDataAPIKey "-"
6+
bundle exec pod keys set CrashlyticsAPIKey "API_KEY"
7+
bundle exec pod keys set TreasureDataAPIKey "API_KEY"
88
bundle exec pod install
99
# sh scripts/fabric.sh
1010
mkdir -p keys

0 commit comments

Comments
 (0)