Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit a2cd79d

Browse files
authored
Update build.sh script to use iOS 10.2 simulator (#2921)
* Update build.sh script to use iOS 10.2 simulator * Remove the OS version all together * Remove comment
1 parent a427dce commit a2cd79d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/bash
22

3-
# **** Update me when new Xcode versions are released! ****
4-
PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7"
5-
SDK="iphonesimulator10.1"
3+
PLATFORM="platform=iOS Simulator,name=iPhone 7"
4+
SDK="iphonesimulator"
65

76

87
# It is pitch black.

0 commit comments

Comments
 (0)