Revision: 12213
          http://sourceforge.net/p/skim-app/code/12213
Author:   hofman
Date:     2021-03-21 17:55:11 +0000 (Sun, 21 Mar 2021)
Log Message:
-----------
No copy phase strip and strip only debugging symbols, or archiving will fail

Modified Paths:
--------------
    trunk/SkimNotes/Configurations/SkimNotes-Common.xcconfig
    trunk/SkimNotes/Configurations/SkimNotes-Debug.xcconfig
    trunk/SkimNotes/Configurations/SkimNotes-Release.xcconfig

Modified: trunk/SkimNotes/Configurations/SkimNotes-Common.xcconfig
===================================================================
--- trunk/SkimNotes/Configurations/SkimNotes-Common.xcconfig    2021-03-18 
15:26:14 UTC (rev 12212)
+++ trunk/SkimNotes/Configurations/SkimNotes-Common.xcconfig    2021-03-21 
17:55:11 UTC (rev 12213)
@@ -6,9 +6,9 @@
 ARCHS = $(ARCHS_STANDARD)
 MACOSX_DEPLOYMENT_TARGET = 10.9
 
-COPY_PHASE_STRIP = YES
+COPY_PHASE_STRIP = NO
 STRIP_INSTALLED_PRODUCT = YES
-STRIP_STYLE = all
+STRIP_STYLE = debugging
 
 PREBINDING = NO
 ZERO_LINK = NO

Modified: trunk/SkimNotes/Configurations/SkimNotes-Debug.xcconfig
===================================================================
--- trunk/SkimNotes/Configurations/SkimNotes-Debug.xcconfig     2021-03-18 
15:26:14 UTC (rev 12212)
+++ trunk/SkimNotes/Configurations/SkimNotes-Debug.xcconfig     2021-03-21 
17:55:11 UTC (rev 12213)
@@ -2,10 +2,6 @@
 
 #include "SkimNotes-Common.xcconfig"
 
-COPY_PHASE_STRIP = YES
-STRIP_INSTALLED_PRODUCT = YES
-STRIP_STYLE = all
-
 GCC_ENABLE_FIX_AND_CONTINUE = YES
 GCC_DYNAMIC_NO_PIC = NO
 GCC_OPTIMIZATION_LEVEL = 0

Modified: trunk/SkimNotes/Configurations/SkimNotes-Release.xcconfig
===================================================================
--- trunk/SkimNotes/Configurations/SkimNotes-Release.xcconfig   2021-03-18 
15:26:14 UTC (rev 12212)
+++ trunk/SkimNotes/Configurations/SkimNotes-Release.xcconfig   2021-03-21 
17:55:11 UTC (rev 12213)
@@ -3,9 +3,6 @@
 #include "SkimNotes-Common.xcconfig"
 
 DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
-COPY_PHASE_STRIP = YES
-STRIP_INSTALLED_PRODUCT = YES
-STRIP_STYLE = all
 GCC_FAST_OBJC_DISPATCH = YES
 GCC_AUTO_VECTORIZATION = NO
 GCC_ENABLE_FIX_AND_CONTINUE = NO

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to