Skip to content

Commit

Permalink
Merge pull request #6792 from pec1985/TIMOB-18844
Browse files Browse the repository at this point in the history
[TIMOB-18844] iOS - Enable switf for extensions and eventually modules
  • Loading branch information
pec1985 committed Apr 22, 2015
2 parents 5a60a97 + 9f747d4 commit 9f3744b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iphone/iphone/Titanium.xcodeproj/project.pbxproj
Expand Up @@ -4113,6 +4113,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
COPY_PHASE_STRIP = NO;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -4144,6 +4145,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
COPY_PHASE_STRIP = YES;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Titanium_Prefix.pch;
GCC_THUMB_SUPPORT = NO;
Expand Down Expand Up @@ -4367,6 +4369,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
COPY_PHASE_STRIP = NO;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down

0 comments on commit 9f3744b

Please sign in to comment.