Skip to content

Commit

Permalink
now target iPhone 14 Pro for HelloIOS sample
Browse files Browse the repository at this point in the history
  • Loading branch information
bchampoux committed Feb 13, 2024
1 parent 88929d7 commit 7950641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SamplesDef.json
Expand Up @@ -484,7 +484,7 @@
[
"xcodebuild -version",
"./RunSharpmake.ps1 -workingDirectory {testFolder} -sharpmakeFile \"HelloIOS.Main.sharpmake.cs\" -framework {framework}",
"xcodebuild build-for-testing CODE_SIGNING_ALLOWED=NO -workspace {testFolder}/codebase/temp/solutions/HelloIOS_ios.xcworkspace -configuration {configuration} -scheme exe_ios -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12 Pro' test -derivedDataPath {testFolder}/test"
"xcodebuild build-for-testing CODE_SIGNING_ALLOWED=NO -workspace {testFolder}/codebase/temp/solutions/HelloIOS_ios.xcworkspace -configuration {configuration} -scheme exe_ios -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro' test -derivedDataPath {testFolder}/test"
]
}
]
Expand Down

0 comments on commit 7950641

Please sign in to comment.