passepartout-apple/.env.dev.mac
Davide De Rosa 505d79d9d6 Refactor fastlane configuration/environment
Remember skip_package_pkg for macOS.
2021-01-03 22:28:08 +01:00

8 lines
258 B
Plaintext

MATCH_TYPE="development"
GYM_EXPORT_METHOD="development"
APPCENTER_APP_NAME=$GYM_SCHEME
APPCENTER_DISTRIBUTE_FILE="$DIST_PATH/$PLATFORM/$TARGET/$APP_NAME.app"
FL_NOTARIZE_PACKAGE=$APPCENTER_DISTRIBUTE_FILE
FL_NOTARIZE_PRINT_LOG=true
FL_NOTARIZE_VERBOSE=true