Skip to content

Commit

Permalink
Merge pull request #49 from allomov/xcode7
Browse files Browse the repository at this point in the history
Changes to make the example work in xcode 7
  • Loading branch information
leecade committed Dec 22, 2015
2 parents 6c832d6 + b08f02f commit 8de1afc
Show file tree
Hide file tree
Showing 21 changed files with 1,024 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key><true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
</dict>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8de1afc

Please sign in to comment.