Skip to content

Commit

Permalink
[TIMOB-17925] Add the -ObjC flag back
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalduggal committed Nov 20, 2014
1 parent 2be8c54 commit 7826a09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iphone/iphone/Titanium.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4161,6 +4161,7 @@
"-DDEBUG",
"-DTI_POST_1_2",
);
OTHER_LDFLAGS = "-ObjC";
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
RUN_CLANG_STATIC_ANALYZER = NO;
Expand Down Expand Up @@ -4205,6 +4206,7 @@
);
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_CFLAGS = "-DTI_POST_1_2";
OTHER_LDFLAGS = "-ObjC";
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
RUN_CLANG_STATIC_ANALYZER = NO;
Expand Down Expand Up @@ -4253,6 +4255,7 @@
"-DTI_POST_1_2",
"-DDEVELOPER",
);
OTHER_LDFLAGS = "-ObjC";
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
RUN_CLANG_STATIC_ANALYZER = NO;
Expand Down

0 comments on commit 7826a09

Please sign in to comment.