mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-02 05:52:18 +00:00
a187fd56e0
Save prompt for proper input format.
13 lines
400 B
Bash
13 lines
400 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"
|
|
translations_input_path="l10n"
|
|
translations_output_path="Library/Sources/UILibrary/Resources"
|