Skip to content

Commit

Permalink
build(ios): enable modules in xcode project, should fix SDK 8+ build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Feb 5, 2020
1 parent c6c4623 commit 2ff1465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/titanium-web-dialog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 24DD6D1B1134B66800162E58 /* titanium.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = NO;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand Down Expand Up @@ -264,6 +265,7 @@
baseConfigurationReference = 24DD6D1B1134B66800162E58 /* titanium.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = NO;
DEPLOYMENT_POSTPROCESSING = YES;
Expand Down

0 comments on commit 2ff1465

Please sign in to comment.