Update README.md

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-28 10:02:37 -03:00
parent dd1898a0bf
commit 7cd7c95141
1 changed files with 17 additions and 0 deletions

View File

@ -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>
```
![Example](http://i.stack.imgur.com/nGw3j.png)
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)