You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following commands to install dependencies:
23
+
24
+
```
25
+
make bootstrap
26
+
```
27
+
28
+
### Production Setups
29
+
30
+
If you work at Polydice, instead of `make bootstrap`, set up the project step by step with the following commands. Fill in the credentials and ask admin for required files.
31
+
19
32
```
33
+
brew tap homebrew/bundle
34
+
brew bundle
20
35
bundle install
21
36
bundle exec pod install
22
37
```
23
38
24
-
### API
39
+
####API
25
40
26
41
`pod install` will prompt for the required configuration to run the app:
27
42
@@ -31,37 +46,34 @@ What is the key for BaseAPIURL
31
46
>
32
47
```
33
48
34
-
Input `https://polydice.com/iCook-tvOS/demo/` for `BaseAPIURL`.
35
-
36
49
> TBD: API details are hidden for now due to proprietary reasons.
37
50
38
-
### Required Keys
51
+
#### Required Keys
52
+
53
+
Managed by CocoaPods-Keys:
39
54
40
55
* CrashlyticsAPIKey
41
56
* TreasureDataAPIKey
42
57
43
-
Managed by CocoaPods-Keys, they can be real API keys or any arbitrary strings.
44
-
45
-
### Required Files
46
-
47
-
```
48
-
./keys/fabric.apikey
49
-
./keys/fabric.buildsecret
50
-
```
58
+
#### Required Files
51
59
52
-
Required by the Fabric script for the `Release` configuration.
60
+
*Required by the Fabric script for the `Release` configuration:
53
61
54
-
### Ignored
62
+
```
63
+
./keys/fabric.apikey
64
+
./keys/fabric.buildsecret
65
+
```
55
66
56
67
*`icook-tv-top-shelf-image.png` is not included in the repo due to the license of image.
57
68
58
-
###Known Issues
69
+
## Known Issues
59
70
60
71
* Initializing generic `DataSource` will cause `EXC_BAD_ACCESS` in Xcode 8. Fixed in Xcode 8.1.
61
72
62
73
## Demo
63
74
64
-
Install the beta version via <https://testflight.icook.tw>.
75
+
* Install the beta version via <https://testflight.icook.tw>.
76
+
* Download the tvOS app from [App Store](https://itunes.apple.com/tw/app/ai-liao-li/id554065086).
0 commit comments