Skip to content

Commit e8d6980

Browse files
committed
arm64
1 parent 46de7b0 commit e8d6980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ puts "TV_DEVICE_MODEL: #{tv_device_model}"
2626
puts "WATCH_OS_VERSION: #{watchos_version}"
2727
puts "WATCH_DEVICE_MODEL: #{watch_device_model}"
2828

29-
ios_simulator = "platform=\"iOS Simulator\",name=\"#{ios_device_model}\",OS=\"#{ios_version}\""
29+
ios_simulator = "platform=\"iOS Simulator\",arch:arm64,name=\"#{ios_device_model}\",OS=\"#{ios_version}\""
3030
tvos_simulator = "platform=\"tvOS Simulator\",name=\"#{tv_device_model}\",OS=\"#{tvos_version}\""
3131
watchos_simulator = "platform=\"watchOS Simulator\",name=\"#{watch_device_model}\",OS=\"#{watchos_version}\""
3232

0 commit comments

Comments
 (0)