gym/lib/gym/detect_values.rb in fastlane-2.219.0 vs gym/lib/gym/detect_values.rb in fastlane-2.220.0
- old
+ new
@@ -145,9 +145,11 @@
def self.detect_platform
return if Gym.config[:destination]
platform = if Gym.project.tvos?
"tvOS"
+ elsif Gym.project.visionos?
+ "visionOS"
elsif Gym.building_for_ios?
"iOS"
elsif Gym.building_for_mac?
min_xcode8? ? "macOS" : "OS X"
else