Changeset 18809 in josm for trunk/native
- Timestamp:
- 2023-08-16T14:23:58+02:00 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/native/macosx/macos-jpackage.sh
r18525 r18809 93 93 94 94 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 || \ 95 98 xcrun altool --notarize-app -f app/JOSM.zip -p "$APPLE_ID_PW" -u "$APPLE_ID" --primary-bundle-id de.openstreetmap.josm 96 99 fi
Note:
See TracChangeset
for help on using the changeset viewer.