mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-27 03:42:39 +00:00
ae1aa1a268
- Drop CocoaPods completely - Make PassepartoutCore a Swift package - Enable Bitcode to fix OpenSSL linkage (iOS) - Update CI scripts without CocoaPods
18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
# For more information about this configuration visit
|
|
# https://docs.fastlane.tools/actions/gym/#gymfile
|
|
|
|
# In general, you can use the options available
|
|
# fastlane gym --help
|
|
|
|
# Remove the # in front of the line to enable the option
|
|
|
|
# scheme "Example"
|
|
|
|
# sdk "iphoneos9.0"
|
|
|
|
output_directory "dist/#{ENV["PLATFORM"]}"
|
|
|
|
clean true
|
|
silent false
|
|
skip_profile_detection true
|