Revision: 26000 http://sourceforge.net/p/bibdesk/svn/26000 Author: hofman Date: 2021-05-18 16:17:51 +0000 (Tue, 18 May 2021) Log Message: ----------- Don't codesign importer
Modified Paths: -------------- trunk/bibdesk/BibImporter/BibImporter.xcodeproj/project.pbxproj Modified: trunk/bibdesk/BibImporter/BibImporter.xcodeproj/project.pbxproj =================================================================== --- trunk/bibdesk/BibImporter/BibImporter.xcodeproj/project.pbxproj 2021-05-18 16:11:41 UTC (rev 25999) +++ trunk/bibdesk/BibImporter/BibImporter.xcodeproj/project.pbxproj 2021-05-18 16:17:51 UTC (rev 26000) @@ -212,7 +212,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "IDENTITY=\"BibDesk Signing Certificate\"\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${EXECUTABLE_PATH}\"\n\nif ! /usr/bin/codesign --verbose --force --sign \"${IDENTITY}\" \"${LOCATION}\"\nthen\n\t# lie about exit status so developers aren't forced to have a cert\n\techo \"warning: codesign failed\" >&2\n\techo \"warning: you need a certificate named \\\"${IDENTITY}\\\"\" >&2\n\texit 0\nfi\n"; + shellScript = "# don't code sign\nexit 0\n\nIDENTITY=\"BibDesk Signing Certificate\"\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${EXECUTABLE_PATH}\"\n\nif ! /usr/bin/codesign --verbose --force --sign \"${IDENTITY}\" \"${LOCATION}\"\nthen\n\t# lie about exit status so developers aren't forced to have a cert\n\techo \"warning: codesign failed\" >&2\n\techo \"warning: you need a certificate named \\\"${IDENTITY}\\\"\" >&2\n\texit 0\nfi\n"; }; /* End PBXShellScriptBuildPhase section */ 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