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 aa0db4c commit 6c9b562Copy full SHA for 6c9b562
Makefile
@@ -1,10 +1,10 @@
1
bootstrap:
2
- gem install bundler -v 2.0.2
+ gem install bundler -v 2.1.4
3
bundle install
4
# pod install
5
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 "-"
+ bundle exec pod keys set CrashlyticsAPIKey "API_KEY"
+ bundle exec pod keys set TreasureDataAPIKey "API_KEY"
8
bundle exec pod install
9
# sh scripts/fabric.sh
10
mkdir -p keys
0 commit comments