Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Update to latest iOS version for default simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Apr 9, 2020
1 parent bf3ad73 commit 7d9010b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CONFIGURATION = "Release"
BUILD_SDK_VERSION = ENV['BUILD_SDK_VERSION'] || ""
SIMULATOR_VERSIONS = ENV['SIMULATOR_VERSIONS'] || "11.3"
SIMULATOR_VERSIONS = ENV['SIMULATOR_VERSIONS'] || "13.4"
SIMULATOR_DEVICES = ENV['SIMULATOR_DEVICES'] || "iPhone 8"
BUILD_DIR = File.join(File.dirname(__FILE__), "build")

Expand Down

0 comments on commit 7d9010b

Please sign in to comment.