Skip to content

Commit

Permalink
Merge branch 'iphone_target_fix' into 'main'
Browse files Browse the repository at this point in the history
now target iPhone 14 Pro for HelloIOS sample

See merge request Sharpmake/sharpmake!501
  • Loading branch information
bchampoux committed Feb 13, 2024
2 parents 88929d7 + 7950641 commit 4eef420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SamplesDef.json
Original file line number Diff line number Diff line change
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 4eef420

Please sign in to comment.