We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parse-community
Learn more about funding links in repositories.
Report abuse
1 parent 5eae43b commit dc9088bCopy full SHA for dc9088b
Rakefile
@@ -19,6 +19,13 @@ ios_device_model = ENV.fetch('IOS_DEVICE_MODEL')
19
tv_device_model = ENV.fetch('TV_DEVICE_MODEL')
20
watch_device_model = ENV.fetch('WATCH_DEVICE_MODEL')
21
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
+
29
ios_simulator = "platform=\"iOS Simulator\",name=\"#{ios_device_model}\",OS=\"#{ios_version}\""
30
tvos_simulator = "platform=\"tvOS Simulator\",name=\"#{tv_device_model}\",OS=\"#{tvos_version}\""
31
watchos_simulator = "platform=\"watchOS Simulator\",name=\"#{watch_device_model}\",OS=\"#{watchos_version}\""
0 commit comments