passepartout-apple/fastlane/.env
Davide 8972d9773e
Resolve several issues in bump script/lane (#1075)
- 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
2025-01-18 18:13:54 +01:00

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"