Skip to content

Commit 8de1afc

Browse files
committed
Merge pull request #49 from allomov/xcode7
Changes to make the example work in xcode 7
2 parents 6c832d6 + b08f02f commit 8de1afc

File tree

21 files changed

+1024
-2
lines changed

21 files changed

+1024
-2
lines changed

examples/iOS/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
<string>UIInterfaceOrientationLandscapeLeft</string>
3535
<string>UIInterfaceOrientationLandscapeRight</string>
3636
</array>
37-
<key>UIViewControllerBasedStatusBarAppearance</key>
38-
<false/>
37+
<key>NSAppTransportSecurity</key>
38+
<dict>
39+
<key>NSAllowsArbitraryLoads</key><true/>
40+
</dict>
3941
<key>NSLocationWhenInUseUsageDescription</key>
4042
<string></string>
4143
</dict>

examples/node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj/xcuserdata/allomov.xcuserdatad/xcschemes/RCTActionSheet.xcscheme

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj/xcuserdata/allomov.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/node_modules/react-native/Libraries/AdSupport/RCTAdSupport.xcodeproj/xcuserdata/allomov.xcuserdatad/xcschemes/RCTAdSupport.xcscheme

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/node_modules/react-native/Libraries/AdSupport/RCTAdSupport.xcodeproj/xcuserdata/allomov.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/node_modules/react-native/Libraries/GeoLocation/RCTGeolocation.xcodeproj/xcuserdata/allomov.xcuserdatad/xcschemes/RCTGeolocation.xcscheme

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/node_modules/react-native/Libraries/GeoLocation/RCTGeolocation.xcodeproj/xcuserdata/allomov.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)