Revision: 12218
http://sourceforge.net/p/skim-app/code/12218
Author: hofman
Date: 2021-03-21 22:18:28 +0000 (Sun, 21 Mar 2021)
Log Message:
-----------
Don't do any custom code signing in xcode, just ad-hoc
Modified Paths:
--------------
trunk/Configurations/Skim-App.xcconfig
trunk/Skim.xcodeproj/project.pbxproj
Modified: trunk/Configurations/Skim-App.xcconfig
===================================================================
--- trunk/Configurations/Skim-App.xcconfig 2021-03-21 21:09:06 UTC (rev
12217)
+++ trunk/Configurations/Skim-App.xcconfig 2021-03-21 22:18:28 UTC (rev
12218)
@@ -9,8 +9,6 @@
ASSETCATALOG_COMPILER_APPICON_NAME = Skim
-CODE_SIGN_IDENTITY = Skim Signing Certificate
-
// causes lots of warnings about missing paths in Xcode 4
//FRAMEWORK_SEARCH_PATHS =
"$(SOURCE_ROOT)/SkimNotes/build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"
"$(SOURCE_ROOT)/vendorsrc/andymatuschak/Sparkle/build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"
Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj 2021-03-21 21:09:06 UTC (rev
12217)
+++ trunk/Skim.xcodeproj/project.pbxproj 2021-03-21 22:18:28 UTC (rev
12218)
@@ -2533,7 +2533,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "IDENTITY=\"Skim Signing
Certificate\"\n\n# have to sign frameworks
first\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/SkimNotes.framework/Versions/A\"\ncodesign --verbose --force
--sign \"${IDENTITY}\"
\"${LOCATION}/Sparkle.framework/Versions/A\"\n\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${CONTENTS_FOLDER_PATH}\"/\"Library\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/Spotlight/SkimImporter.mdimporter/Contents/Frameworks/SkimNotesBase.framework/Versions/A\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/Spotlight/SkimImporter.mdimporter/Contents/MacOS/SkimImporter\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/QuickLook/Skim.qlgenerator/Contents/MacOS/Skim\"\n\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${CONTENTS_FOLDER_PATH}\"/\"SharedSupport\"\ncodesign
--verbose --force --sign \"${IDENTITY}\" \"${LOCATION}/skimnotes\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/skimpdf\"\n\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${EXECUTABLE_PATH}\"\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\n# have to sign frameworks
first\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/SkimNotes.framework/Versions/A\"\ncodesign --verbose --force
--sign \"${IDENTITY}\"
\"${LOCATION}/Sparkle.framework/Versions/A\"\n\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${CONTENTS_FOLDER_PATH}\"/\"Library\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/Spotlight/SkimImporter.mdimporter/Contents/Frameworks/SkimNotesBase.framework/Versions/A\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/Spotlight/SkimImporter.mdimporter/Contents/MacOS/SkimImporter\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/QuickLook/Skim.qlgenerator/Contents/MacOS/Skim\"\n\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${CONTENTS_FOLDER_PATH}\"/\"SharedSupport\"\ncodesign
--verbose --force --sign \"${IDENTITY}\" \"${LOCATION}/skimnotes\"\ncodesign
--verbose --force --sign \"${IDENTITY}\"
\"${LOCATION}/skimpdf\"\n\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${EXECUTABLE_PATH}\"\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";
};
CE4B67590BF4DC3000A73E42 /* Run Script: Strip headers and
.DS_Store */ = {
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit