Update README.md

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-28 15:26:08 -03:00
commit 8085c49dc7

View file

@ -64,7 +64,9 @@ Then visit `localhost:3000` in your browser.
- Install Xcode 6.1 (or newer)
- Run `make ios-prod`
#### Notes for Xcode 7.0 (ATS support)
##### Notes for Xcode 7.0
###### ATS support
Before start Copay from Xcode, add these lines to "Custom iOS Target Properties":
@ -81,6 +83,17 @@ Before start Copay from Xcode, add these lines to "Custom iOS Target Properties"
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).
###### Invalid Bundle while submitting application
`iPad Multitasking support requires launch story board in bundle`
To fix this problem, add the follow:
```
<key>UIRequiresFullScreen</key>
<string>YES</string>
```
### Windows Phone
- Install Visual Studio 2013 (or newer)