mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-22 08:32:11 +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
5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
cwd=`dirname $0`
|
|
xcconfig="$cwd/../Passepartout/Config.xcconfig"
|
|
$cwd/xcconfig-get.sh $xcconfig CURRENT_PROJECT_VERSION
|