Revision: 13774
          http://sourceforge.net/p/skim-app/code/13774
Author:   hofman
Date:     2023-11-19 09:51:16 +0000 (Sun, 19 Nov 2023)
Log Message:
-----------
strip xpc services from Sparkle framework. We don't use them.

Modified Paths:
--------------
    trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommon.xcconfig

Modified: 
trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommon.xcconfig
===================================================================
--- trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommon.xcconfig  
2023-11-18 15:11:24 UTC (rev 13773)
+++ trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommon.xcconfig  
2023-11-19 09:51:16 UTC (rev 13774)
@@ -3,9 +3,9 @@
 // Set to 1 or 0 to build and bundle the provided XPC Services in Sparkle 
framework
 // (Note for testing purposes for sandboxed apps, disabling all XPC services 
and then re-enabling them
 // may not work on the same login session due to a system caching issue. See 
comments for setting FRAMEWORK_VERSION for more info)
-SPARKLE_EMBED_INSTALLER_LAUNCHER_XPC_SERVICE = 1
+SPARKLE_EMBED_INSTALLER_LAUNCHER_XPC_SERVICE = 0
 // Embedding the downloader service also enables building legacy WebKit1 
support
-SPARKLE_EMBED_DOWNLOADER_XPC_SERVICE = 1
+SPARKLE_EMBED_DOWNLOADER_XPC_SERVICE = 0
 SPARKLE_EMBED_INSTALLER_STATUS_XPC_SERVICE = 0
 SPARKLE_EMBED_INSTALLER_CONNECTION_XPC_SERVICE = 0
 

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