passepartout-apple/fastlane/Matchfile
Davide De Rosa 505d79d9d6 Refactor fastlane configuration/environment
Remember skip_package_pkg for macOS.
2021-01-03 22:28:08 +01:00

10 lines
367 B
Plaintext

type "development" # The default type, can be: appstore, adhoc, enterprise or development
app_identifier [
"com.algoritmico.#{ENV['BUNDLE_CONTEXT']}.Passepartout",
"com.algoritmico.#{ENV['BUNDLE_CONTEXT']}.Passepartout.Tunnel"
]
# For all available options run `fastlane match --help`
# Remove the # in the beginning of the line to enable the other options