Closed chmosquera closed 3 months ago
See item 7 in pending pull request #1084. I am proposing to revert to a macOS command line app vs. an app bundle since it is not required for this project (other than for iOS). In addition, this PR also contains a change to the docs (https://github.com/KhronosGroup/Vulkan-Samples/pull/1084/commits/53212364e2acf98d9a5732b84533325d8890b2af) for <arm64|x86_64> path options.
Thanks for letting me know! In that case, we can probably close this PR. It seems like with the two PRs mentioned above, this change won't be needed.
Thanks for reviewing and looking into this.
Description
Adjusted the instructions for building to MacOS by correcting the folder name where the application is built to.
Since the change is a minor instructional update, I did not do any code or build checks. However, I did verify that the command does what's expected: call the application
--help
command.General Checklist:
Please ensure the following points are checked:
[x] This PR describes the scope and expected impact of the changes I am making
Note: The Samples CI runs a number of checks including:
If this PR contains framework changes:
batch
command line argument to make sure all samples still work properlySample Checklist
If your PR contains a new or modified sample, these further checks must be carried out in addition to the General Checklist: