Revision: 12362 http://sourceforge.net/p/skim-app/code/12362 Author: hofman Date: 2021-06-23 22:14:32 +0000 (Wed, 23 Jun 2021) Log Message: ----------- Don't codesign importer
Modified Paths: -------------- trunk/SkimImporter/SkimImporter.xcodeproj/project.pbxproj Modified: trunk/SkimImporter/SkimImporter.xcodeproj/project.pbxproj =================================================================== --- trunk/SkimImporter/SkimImporter.xcodeproj/project.pbxproj 2021-06-23 21:41:20 UTC (rev 12361) +++ trunk/SkimImporter/SkimImporter.xcodeproj/project.pbxproj 2021-06-23 22:14:32 UTC (rev 12362) @@ -367,7 +367,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "IDENTITY=\"Skim Signing Certificate\"\n\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\ncodesign --verbose --force --sign \"${IDENTITY}\" \"${LOCATION}/SkimNotesBase.framework/Versions/A\"\n\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=\"Skim Signing Certificate\"\n\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\ncodesign --verbose --force --sign \"${IDENTITY}\" \"${LOCATION}/SkimNotesBase.framework/Versions/A\"\n\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"; }; CEE23E980ECFB3A30013CDF7 /* Run Script: Strip headers */ = { isa = PBXShellScriptBuildPhase; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit