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 9f4e108 commit ea87c64Copy full SHA for ea87c64
Makefile
@@ -2,8 +2,7 @@ bootstrap:
2
gem install bundler -v 2.0.2
3
bundle install
4
# pod install
5
- bundle exec pod keys set BaseAPIURL "https://bcyl.in/Try-tvOS/demo/"
6
- # "https://polydice.com/iCook-tvOS/demo/": An SSL error has occurred and a secure connection to the server cannot be made.
+ bundle exec pod keys set BaseAPIURL "https://cdn.jsdelivr.net/gh/polydice/iCook-tvOS@gh-pages/demo/"
7
bundle exec pod keys set CrashlyticsAPIKey "-"
8
bundle exec pod keys set TreasureDataAPIKey "-"
9
bundle exec pod install
0 commit comments