Skip to content

Commit ac53981

Browse files
committed
chore(ios): disable debug dylib for more stable dev builds
1 parent 8c39dc7 commit ac53981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iphone/iphone/Titanium.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2390,6 +2390,7 @@
23902390
COPY_PHASE_STRIP = NO;
23912391
DEVELOPMENT_TEAM = "";
23922392
ENABLE_BITCODE = NO;
2393+
ENABLE_DEBUG_DYLIB = NO;
23932394
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
23942395
GCC_DYNAMIC_NO_PIC = NO;
23952396
GCC_ENABLE_CPP_RTTI = NO;
@@ -2452,6 +2453,7 @@
24522453
COPY_PHASE_STRIP = YES;
24532454
DEVELOPMENT_TEAM = "";
24542455
ENABLE_BITCODE = NO;
2456+
ENABLE_DEBUG_DYLIB = NO;
24552457
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
24562458
ENABLE_NS_ASSERTIONS = NO;
24572459
GCC_PRECOMPILE_PREFIX_HEADER = YES;

0 commit comments

Comments
 (0)