mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-02 05:52:18 +00:00
8972d9773e
- Simplify build/version updates by moving MARKETING_VERSION and CURRENT_PROJECT_VERSION to Config.xcconfig - Provide Ruby (for fastlane) and Bash (for CI) versions of xconfig-get/set - Copy release notes atomically inside the lane to guarantee they are included in the version commit - Add -nt to skip the build tag
12 lines
364 B
Bash
12 lines
364 B
Bash
LC_ALL="en_US.UTF-8"
|
|
LANG="en_US.UTF-8"
|
|
|
|
GYM_SCHEME="Passepartout"
|
|
SCAN_SCHEME="Passepartout"
|
|
FL_VERSION_NUMBER_TARGET="Passepartout"
|
|
FL_BUILD_NUMBER_PROJECT="Passepartout.xcodeproj"
|
|
PILOT_BETA_APP_DESCRIPTION="Passepartout is your go-to app for VPN and privacy."
|
|
|
|
XCCONFIG_PATH="Passepartout/Config.xcconfig"
|
|
API_PACKAGE_PATH="Packages/App/Sources/CommonAPI/API"
|