Skip to content

Commit

Permalink
Disable Bitcode and allow HTTP
Browse files Browse the repository at this point in the history
Closes #55.
  • Loading branch information
Stefan Ålund authored and superdump committed Sep 21, 2015
1 parent 47ed994 commit a11cb3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bowser-ios/Bowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Bowser/Bowser-Prefix.pch";
HEADER_SEARCH_PATHS = "$(inherited)";
Expand Down Expand Up @@ -474,6 +475,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Bowser/Bowser-Prefix.pch";
HEADER_SEARCH_PATHS = "$(inherited)";
Expand Down
5 changes: 5 additions & 0 deletions bowser-ios/Bowser/Bowser-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,10 @@
</array>
<key>User</key>
<string>${USER}</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit a11cb3a

Please sign in to comment.