Changeset 18904 in josm


Ignore:
Timestamp:
2023-11-22T17:08:52+01:00 (7 months ago)
Author:
stoecker
Message:

don't hardcode ID

File:
1 edited

Legend:

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

    r18879 r18904  
    1212set +x
    1313
    14 APPLE_ID="thomas.skowron@fossgis.de"
    1514IMPORT_AND_UNLOCK_KEYCHAIN=${IMPORT_AND_UNLOCK_KEYCHAIN:-1}
    1615
     
    2524mkdir app
    2625
    27 if [ -z "$CERT_MACOS_P12" ] || [ -z "$CERT_MACOS_PW" ] || [ -z "$APPLE_ID_PW" ] || [ -z "$APPLE_ID_TEAM" ]
     26if [ -z "$CERT_MACOS_P12" ] || [ -z "$CERT_MACOS_PW" ] || [ -z "$APPLE_ID_PW" ] || [ -z "$APPLE_ID_TEAM" ]  || [ -z "$APPLE_ID" ]
    2827then
    29     echo "CERT_MACOS_P12, CERT_MACOS_PW, APPLE_ID_PW, or APPLE_ID_TEAM are not set in the environment."
     28    echo "CERT_MACOS_P12, CERT_MACOS_PW, APPLE_ID, APPLE_ID_PW, or APPLE_ID_TEAM are not set in the environment."
    3029    echo "A JOSM.app will be created but not signed nor notarized."
    3130    SIGNAPP=false
Note: See TracChangeset for help on using the changeset viewer.