Update README.md
This commit is contained in:
parent
dd1898a0bf
commit
7cd7c95141
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -64,6 +64,23 @@ Then visit `localhost:3000` in your browser.
|
|||
- Install Xcode 6.1 (or newer)
|
||||
- Run `make ios-prod`
|
||||
|
||||
#### Notes for Xcode 7.0 (ATS support)
|
||||
|
||||
Before start Copay from Xcode, add these lines to "Custom iOS Target Properties":
|
||||
|
||||
```
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
App Transport Security (ATS) enforces best practices in the secure connections between an app and its back end. [Read complete documentation](https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS9.html).
|
||||
|
||||
### Windows Phone
|
||||
|
||||
- Install Visual Studio 2013 (or newer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue