Skip to content

Commit c9557fc

Browse files
committed
Allow to strip debug symbols during copy on release builds
1 parent bfc77da commit c9557fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17748,7 +17748,6 @@
1774817748
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
1774917749
CLANG_WARN_UNREACHABLE_CODE = YES;
1775017750
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
17751-
COPY_PHASE_STRIP = NO;
1775217751
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1775317752
ENABLE_NS_ASSERTIONS = NO;
1775417753
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -18553,7 +18552,6 @@
1855318552
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
1855418553
CLANG_WARN_UNREACHABLE_CODE = YES;
1855518554
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
18556-
COPY_PHASE_STRIP = NO;
1855718555
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1855818556
ENABLE_NS_ASSERTIONS = NO;
1855918557
ENABLE_STRICT_OBJC_MSGSEND = YES;

0 commit comments

Comments
 (0)