Skip to content

Commit 6dbbf7f

Browse files
committed
Update Rakefile
1 parent e10a3f5 commit 6dbbf7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ require_relative 'Vendor/xctoolchain/Scripts/xctask/build_task'
1212
SCRIPT_PATH = File.expand_path(File.dirname(__FILE__))
1313
starters_path = File.join(SCRIPT_PATH, 'ParseStarterProject')
1414

15+
puts "Device model: #{ENV['DEVICE_MODEL']}"
16+
puts "OS version: #{ENV['OS_VERSION']}"
17+
1518
ios_simulator = "platform=\"iOS Simulator\",name=#{ENV['DEVICE_MODEL'] || 'iPhone 16'},OS=#{ENV['OS_VERSION'] || '17.0'}"
1619
tvos_simulator = 'platform="tvOS Simulator",name="Apple TV"'
1720
watchos_simulator = 'platform="watchOS Simulator",name="Apple Watch Series 10 (46mm)"'

0 commit comments

Comments
 (0)