Skip to content

Commit

Permalink
Set CLANG_ENABLE_MODULES to NO to prevent Xcode warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw committed Jun 17, 2016
1 parent 9206dfc commit a68e5e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DevelopmentApp/DevelopmentApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@
86BB7DB71B361FC400E65FFF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = NO;
CLANG_ENABLE_MODULE_DEBUGGING = YES;
CLANG_MODULES_AUTOLINK = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand Down Expand Up @@ -941,6 +942,7 @@
86BB7DB81B361FC400E65FFF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = NO;
CLANG_ENABLE_MODULE_DEBUGGING = NO;
CLANG_MODULES_AUTOLINK = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand Down Expand Up @@ -1033,6 +1035,7 @@
86BB7DE41B3621E000E65FFF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = NO;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
COMBINE_HIDPI_IMAGES = YES;
Expand Down Expand Up @@ -1067,6 +1070,7 @@
86BB7DE51B3621E000E65FFF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = NO;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
COMBINE_HIDPI_IMAGES = YES;
Expand Down

0 comments on commit a68e5e4

Please sign in to comment.