Changeset 18878 in josm


Ignore:
Timestamp:
2023-10-25T14:56:08+02:00 (7 months ago)
Author:
taylor.smock
Message:

Fix #23125: Update macos notarization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/native/macosx/macos-jpackage.sh

    r18809 r18878  
    9393
    9494    echo "Uploading to Apple"
    95     # Note: --primary-bundle-id was never parsed server side, apparently. See https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool#Submit-a-file
    96     # Keep altool as a backup until 2023-11-01, when it will no longer be able to notarize apps.
    97     xcrun notarytool submit --apple-id "$APPLE_ID" --password "$APPLE_ID_PW" --wait app/JOSM.zip || \
    98     xcrun altool --notarize-app -f app/JOSM.zip -p "$APPLE_ID_PW" -u "$APPLE_ID" --primary-bundle-id de.openstreetmap.josm
     95    xcrun notarytool submit --apple-id "$APPLE_ID" --password "$APPLE_ID_PW" --team-id "$APPLE_ID_TEAM" --wait app/JOSM.zip
    9996fi
Note: See TracChangeset for help on using the changeset viewer.