Skip to content

Commit

Permalink
Sign fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Oct 31, 2024
1 parent 0f7135f commit 6e1d300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/macos_notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ mvn clean compile package assembly:single
cp target/SignPackage-1.0-jar-with-dependencies.jar ./SignPackage.jar
java -jar "$TMPDIR/signpackage/SignPackage.jar" -r -d "$APP_DIR" -t -k "Developer ID Application: Christopher Schnick (PF6V9HYACS)" -e "$1/misc/Entitlements.plist"

codesign -vvv --deep --entitlements "$1/misc/Entitlements.plist" --options=runtime --force --strict --sign "Developer ID Application: Christopher Schnick (PF6V9HYACS)" "$APP_DIR/Contents/MacOS/Pdx-Unlimiter"

echo "Create keychain profile"
xcrun notarytool store-credentials "notarytool-profile" --apple-id "$MAC_NOTARIZATION_APPLE_ID" --team-id "$MAC_NOTARIZATION_TEAM_ID" --password "$MAC_APP_SPECIFIC_PASSWORD"

Expand Down

0 comments on commit 6e1d300

Please sign in to comment.