mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-25 19:02:37 +00:00
11 lines
190 B
Bash
11 lines
190 B
Bash
PLATFORM="ios"
|
|
APP_NAME="Passepartout"
|
|
GYM_SCHEME="Passepartout-iOS"
|
|
MATCH_READONLY="true"
|
|
BUILD_PATH="build"
|
|
DIST_PATH="dist"
|
|
|
|
# constant (fastlane)
|
|
LC_ALL="en_US.UTF-8"
|
|
LANG="en_US.UTF-8"
|