Sha256: d9172568d3bc0779cbb5fa4301e0d7097b8f37b59eae76d68f661996ad8e163a
Contents?: true
Size: 670 Bytes
Versions: 23
Compression:
Stored size: 670 Bytes
Contents
# Use this file as the place to register Feature switches for the fastlane_core project # FastlaneCore::Feature.register(env_var: 'YOUR_FEATURE_SWITCH_ENV_VAR', # description: 'Describe what this feature switch controls') FastlaneCore::Feature.register(env_var: 'FASTLANE_ENABLE_BETA_DELIVER_SYNC_SCREENSHOTS', description: 'Use a newly implemented screenshots synchronization logic') FastlaneCore::Feature.register(env_var: 'FASTLANE_WWDR_USE_HTTP1_AND_RETRIES', description: 'Adds --http1.1 and --retry 3 --retry-all-errors to the curl command to download WWDR certificates')
Version data entries
23 entries across 23 versions & 4 rubygems