mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-22 16:42:09 +00:00
6e8f10f919
- Move non-CI scripts to "scripts" - Use lowercase variables consistently - Work with relative paths - Work with environment - Parametrize Xcode build/version number (move uniq last)
11 lines
306 B
Bash
11 lines
306 B
Bash
#!/bin/bash
|
|
platforms="iOS macOS tvOS"
|
|
devices="iphone ipad mac appletv"
|
|
changelog="CHANGELOG.txt"
|
|
metadata_root="fastlane/metadata"
|
|
metadata_path="default/release_notes.txt"
|
|
api_git="https://github.com/passepartoutvpn/api"
|
|
api_version="v5"
|
|
api_path=".api"
|
|
api_package_path="Library/Sources/CommonAPI/API"
|