Skip to content

Commit

Permalink
Fix Sparkle path
Browse files Browse the repository at this point in the history
  • Loading branch information
hguandl committed Oct 26, 2023
1 parent cbefd14 commit b306d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayCover.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nset -euo pipefail\nLOCATION=\"${BUILD_DIR%Build/*}SourcePackages/artifacts/sparkle/Sparkle.xcframework/macos-arm64_x86_64/Sparkle.framework\"\nIDENTITY=${EXPANDED_CODE_SIGN_IDENTITY_NAME}\n\necho Signing location $LOCATION\necho Signing identity $IDENTITY\n# Apple Development: XIN LI (33X85HBRP6)\ncodesign --verbose --force --deep --sign \"$IDENTITY\" ${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/PlayTools.framework/PlugIns/AKInterface.bundle\ncodesign --verbose --force --deep --sign \"$IDENTITY\" ${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/PlayTools.framework\ncodesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/Autoupdate\"\ncodesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/Updater.app\"\ncodesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/XPCServices/Downloader.xpc\"\ncodesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/XPCServices/Installer.xpc\"\n";
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nset -euo pipefail\nLOCATION=\"${BUILD_DIR%Build/*}SourcePackages/artifacts/sparkle/Sparkle/Sparkle.xcframework/macos-arm64_x86_64/Sparkle.framework\"\nIDENTITY=${EXPANDED_CODE_SIGN_IDENTITY_NAME}\n\necho Signing location $LOCATION\necho Signing identity $IDENTITY\n# Apple Development: XIN LI (33X85HBRP6)\ncodesign --verbose --force --deep --sign \"$IDENTITY\" ${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/PlayTools.framework/PlugIns/AKInterface.bundle\ncodesign --verbose --force --deep --sign \"$IDENTITY\" ${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/PlayTools.framework\ncodesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/Autoupdate\"\ncodesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/Updater.app\"\ncodesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/XPCServices/Downloader.xpc\"\ncodesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/XPCServices/Installer.xpc\"\n";
};
AAE8809C287ACA4900FBB23C /* Carthage Bootstrap */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit b306d13

Please sign in to comment.