From 8085c49dc74496789d705cb581330d1485c50aa7 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 28 Sep 2015 15:26:08 -0300 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad596c32..2df4244ce 100644 --- a/README.md +++ b/README.md @@ -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: + +``` +UIRequiresFullScreen +YES +``` + ### Windows Phone - Install Visual Studio 2013 (or newer)