Skip to content

Commit 0ec9eff

Browse files
committed
Fixed symbol stripping
1 parent 4d1374c commit 0ec9eff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ColorSet.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@
712712
MACOSX_DEPLOYMENT_TARGET = 10.8;
713713
PRODUCT_BUNDLE_IDENTIFIER = com.DigiDNA.ColorSetKit;
714714
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
715+
STRIP_STYLE = debugging;
715716
VERSIONING_SYSTEM = "apple-generic";
716717
VERSION_INFO_PREFIX = "";
717718
};
@@ -735,6 +736,7 @@
735736
MACOSX_DEPLOYMENT_TARGET = 10.8;
736737
PRODUCT_BUNDLE_IDENTIFIER = com.DigiDNA.ColorSetKit;
737738
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
739+
STRIP_STYLE = debugging;
738740
VERSIONING_SYSTEM = "apple-generic";
739741
VERSION_INFO_PREFIX = "";
740742
};

0 commit comments

Comments
 (0)