fastlane/lib/fastlane/features.rb in fastlane-2.190.0 vs fastlane/lib/fastlane/features.rb in fastlane-2.191.0
- old
+ new
@@ -1,4 +1,7 @@
# 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')