Changeset 17236 in josm for trunk/native
- Timestamp:
- 2020-10-18T15:34:35+02:00 (4 years ago)
- Location:
- trunk/native/macosx
- Files:
-
- 1 deleted
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/native/macosx/gz.properties
r16776 r17236 1 1 extension=gz 2 2 mime-type=application/gzip 3 description=OpenStreetMap BZipped3 description=OpenStreetMap GZipped -
trunk/native/macosx/jos.properties
r16776 r17236 1 extension=jo z1 extension=jos 2 2 mime-type=application/x-josm-session+xml 3 3 description=JOSM Session -
trunk/native/macosx/macos-jpackage.sh
r16785 r17236 19 19 jpackage -n "JOSM" --input dist --main-jar josm-custom.jar \ 20 20 --main-class org.openstreetmap.josm.gui.MainApplication \ 21 --icon native/macosx/JOSM.app/Contents/Resources/JOSM.icns --type app-image --dest dist \21 --icon ./native/macosx/JOSM.icns --type app-image --dest dist \ 22 22 --java-options "-Xmx8192m" --app-version $1 \ 23 23 --copyright "JOSM, and all its integral parts, are released under the GNU General Public License v2 or later" \ … … 80 80 81 81 echo "Preparing for notarization" 82 ditto -c -k -- keepParent dist/JOSM.app dist/JOSM.zip82 ditto -c -k --zlibCompressionLevel 9 --keepParent dist/JOSM.app dist/JOSM.zip 83 83 84 84 echo "Uploading to Apple" 85 85 xcrun altool --notarize-app -f dist/JOSM.zip -p "$APPLE_ID_PW" -u "thomas.skowron@fossgis.de" --primary-bundle-id de.openstreetmap.josm 86 87 # Prepare for upload-artifact88 mkdir dist-macOS89 unzip dist/JOSM.zip -d dist-macOS
Note:
See TracChangeset
for help on using the changeset viewer.