Revision: 28450 http://sourceforge.net/p/bibdesk/svn/28450 Author: hofman Date: 2023-11-19 09:53:46 +0000 (Sun, 19 Nov 2023) Log Message: ----------- strip xpc services from Sparkle framework. We don't use them.
Modified Paths: -------------- trunk/bibdesk_vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommon.xcconfig Modified: trunk/bibdesk_vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommon.xcconfig =================================================================== --- trunk/bibdesk_vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommon.xcconfig 2023-11-18 23:59:37 UTC (rev 28449) +++ trunk/bibdesk_vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommon.xcconfig 2023-11-19 09:53:46 UTC (rev 28450) @@ -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. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit