Skip to content

Commit 2c964e9

Browse files
committed
Merge branch 'master' into fix-4026-link-highlight
2 parents e308502 + 6aec75f commit 2c964e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
"configurations": {
5454
"ios.sim.debug": {
5555
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/AllAboutOlaf.app",
56-
"build": "xcodebuild -project ios/AllAboutOlaf.xcodeproj -scheme AllAboutOlaf -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.2' -derivedDataPath ios/build build",
56+
"build": "xcodebuild -project ios/AllAboutOlaf.xcodeproj -scheme AllAboutOlaf -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.4' -derivedDataPath ios/build build",
5757
"type": "ios.simulator",
5858
"name": "iPhone 7"
5959
},
6060
"ios.sim.release": {
6161
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/AllAboutOlaf.app",
62-
"build": "xcodebuild -project ios/AllAboutOlaf.xcodeproj -scheme AllAboutOlaf -configuration Release -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.2' -derivedDataPath ios/build build",
62+
"build": "xcodebuild -project ios/AllAboutOlaf.xcodeproj -scheme AllAboutOlaf -configuration Release -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.4' -derivedDataPath ios/build build",
6363
"type": "ios.simulator",
6464
"name": "iPhone 7"
6565
}

0 commit comments

Comments
 (0)