Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc9088b

Browse files
committedJan 27, 2025·
Update Rakefile
1 parent 5eae43b commit dc9088b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎Rakefile

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ ios_device_model = ENV.fetch('IOS_DEVICE_MODEL')
1919
tv_device_model = ENV.fetch('TV_DEVICE_MODEL')
2020
watch_device_model = ENV.fetch('WATCH_DEVICE_MODEL')
2121

22+
puts "IOS_VERSION: #{ios_version}"
23+
puts "TV_OS_VERSION: #{tvos_version}"
24+
puts "WATCH_OS_VERSION: #{watchos_version}"
25+
puts "IOS_DEVICE_MODEL: #{ios_device_model}"
26+
puts "TV_DEVICE_MODEL: #{tv_device_model}"
27+
puts "WATCH_DEVICE_MODEL: #{watch_device_model}"
28+
2229
ios_simulator = "platform=\"iOS Simulator\",name=\"#{ios_device_model}\",OS=\"#{ios_version}\""
2330
tvos_simulator = "platform=\"tvOS Simulator\",name=\"#{tv_device_model}\",OS=\"#{tvos_version}\""
2431
watchos_simulator = "platform=\"watchOS Simulator\",name=\"#{watch_device_model}\",OS=\"#{watchos_version}\""

0 commit comments

Comments
 (0)
Please sign in to comment.