We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10a3f5 commit 6dbbf7fCopy full SHA for 6dbbf7f
Rakefile
@@ -12,6 +12,9 @@ require_relative 'Vendor/xctoolchain/Scripts/xctask/build_task'
12
SCRIPT_PATH = File.expand_path(File.dirname(__FILE__))
13
starters_path = File.join(SCRIPT_PATH, 'ParseStarterProject')
14
15
+puts "Device model: #{ENV['DEVICE_MODEL']}"
16
+puts "OS version: #{ENV['OS_VERSION']}"
17
+
18
ios_simulator = "platform=\"iOS Simulator\",name=#{ENV['DEVICE_MODEL'] || 'iPhone 16'},OS=#{ENV['OS_VERSION'] || '17.0'}"
19
tvos_simulator = 'platform="tvOS Simulator",name="Apple TV"'
20
watchos_simulator = 'platform="watchOS Simulator",name="Apple Watch Series 10 (46mm)"'
0 commit comments