Skip to content

Commit 1068ae1

Browse files
committed
Updated readme
1 parent f239d3a commit 1068ae1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ Private keys are generated on the device and stored securely in the Keychain.
1212
[![image](http://bitstoreapp.com/bitstore.png)](http://bitstoreapp.com)
1313

1414
## Installation
15-
pod install
15+
16+
API Keys are managed with [cocoapods-keys](https://github.com/orta/cocoapods-keys).
17+
You will need to add API keys for Chain.com (required) and Plesk analytics (optional):
18+
19+
pod keys set "Chain" "key" BitStore
20+
pod keys set "Analytics" "key" BitStore
21+
22+
1623
Open BitStore.xcworkspace.
1724
You will see three schemas:
1825

@@ -21,10 +28,6 @@ You will see three schemas:
2128
- Tests (Unit xctest)
2229

2330
On the test server the stripe test servers will be used and only 0.0001 / 0.0002 / 0.0005 / 0.001 BTC will be transfered. Also the developer profile will be used for the APNs. Phone verification is skipped on the test server.
24-
25-
In the file `Keys.m` you will have to add API keys for certain features to work. To prevent committing this file you might want to run this:
26-
27-
git update-index --assume-unchanged BitStore/Config/Keys.m
2831

2932

3033
### Server

0 commit comments

Comments
 (0)