mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-26 03:12:37 +00:00
1532e8808b
- Skip tests until fixed wg-go issue - Add golang step - Set "Apple Development" at project level - Set Catalyst platform for gym - Drop TARGET env variable clashing with WireGuardKit - Disable SwiftGen script phase - Fix TunnelKit segfault on archive - Xcode 13.2.1 compatibility Fix some issues with @MainActor Use #available instead of #unavailable - Raise timeout from 10 to 15 minutes - Update beta description - Tunnel bundle ids cannot have periods - CFBundleDisplayName required in tunnels
11 lines
388 B
Plaintext
11 lines
388 B
Plaintext
type "development" # The default type, can be: appstore, adhoc, enterprise or development
|
|
|
|
app_identifier [
|
|
"com.algoritmico.ios.Passepartout",
|
|
"com.algoritmico.ios.Passepartout.OpenVPNTunnel",
|
|
"com.algoritmico.ios.Passepartout.WireGuardTunnel"
|
|
]
|
|
|
|
# For all available options run `fastlane match --help`
|
|
# Remove the # in the beginning of the line to enable the other options
|