mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-02 05:52:18 +00:00
4e028d83af
- Update app library location in scripts env - Move Demo to subfolder to only have one .xcodeproj at root - Fix submdoule pointer
13 lines
410 B
Bash
13 lines
410 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="Packages/App/Sources/CommonAPI/API"
|
|
translations_input_path="l10n"
|
|
translations_output_path="Packages/App/Sources/UILibrary/Resources"
|