Revision: 25677 http://sourceforge.net/p/bibdesk/svn/25677 Author: hofman Date: 2021-03-31 15:19:43 +0000 (Wed, 31 Mar 2021) Log Message: ----------- Remove system generated icon keys from document types for nightly builds, as it does not generates an Assets.car
Modified Paths: -------------- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj =================================================================== --- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-03-31 06:30:45 UTC (rev 25676) +++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-03-31 15:19:43 UTC (rev 25677) @@ -3740,6 +3740,7 @@ F91B5C4E076412A10011ED22 /* Copy Files: Shared Support */, F95CC0ED087F542F002C5694 /* Copy Files: Spotlight */, CEEBA83C0D749C99000204B8 /* Copy Files: QuickLook */, + CE9355792614C50D00AD2AA3 /* Run Script: Postprocess InfoPlist */, F9FF213B09E83BAB00BB1706 /* Run Script: Strip headers and .DS_Store */, F95C5E850D10E52400C81970 /* Run Script: Codesign */, ); @@ -4150,6 +4151,24 @@ /* End PBXRezBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ + CE9355792614C50D00AD2AA3 /* Run Script: Postprocess InfoPlist */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + name = "Run Script: Postprocess InfoPlist"; + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# the Xcode version used for nightly build does not create a compiled assets catalog\nASSETS=\"${BUILT_PRODUCTS_DIR}/${RESOURCES_FOLDER_PATH}/Assets.car\"\n\nif [ -f \"$ASSETS\" ]; then\nINFOPLIST=\"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\n/usr/libexec/PlistBuddy -c \"Delete :CFBundleDocumentTypes:1:CFBundleTypeIconSystemGenerated\" \"${INFOPLIST}\"\n/usr/libexec/PlistBuddy -c \"Delete :CFBundleDocumentTypes:2:CFBundleTypeIconSystemGenerated\" \"${INFOPLIST}\"\n/usr/libexec/PlistBuddy -c \"Delete :CFBundleDocumentTypes:4:CFBundleTypeIconSystemGenerated\" \"${INFOPLIST}\"\nfi\n"; + }; CEF8343E0C77502C00A3AD51 /* Run Script: Build Help */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 12; 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