Skip to content

Commit

Permalink
Update iOS project docs for Xcode 14 and rename ios folder to apple
Browse files Browse the repository at this point in the history
  • Loading branch information
SRSaunders committed Apr 27, 2024
1 parent b2d55a0 commit ca8e6fe
Show file tree
Hide file tree
Showing 38 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
sudo python ./install_vulkan.py
- name: Build
run: |
cd ios
cd apple
rm MoltenVK.xcframework
ln -s ~/VulkanSDK/latest/macOS/lib/MoltenVK.xcframework
xcodebuild -scheme examples-ios build CODE_SIGNING_ALLOWED=NO
Expand Down
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ Example of cmake generating for Xcode with **libomp** path defined for homebrew
```cmake -G "Xcode" -DOpenMP_omp_LIBRARY=/opt/homebrew/opt/libomp/lib/libomp.dylib```

####iOS
Navigate to the [iOS](ios/) folder and follow the instructions in [README\_MoltenVK_Examples.md](ios/README_MoltenVK_Examples.md)
Navigate to the [apple](apple/) folder and follow the instructions in [README\_MoltenVK_Examples.md](apple/README_MoltenVK_Examples.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#MoltenVK Vulkan Examples

Copyright (c) 2016-2017 [The Brenwill Workshop Ltd.](http://www.brenwill.com).
Copyright (c) 2016-2024 [The Brenwill Workshop Ltd.](http://www.brenwill.com).
This document is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)

*This document is written in [Markdown](http://en.wikipedia.org/wiki/Markdown) format.
Expand All @@ -26,7 +26,7 @@ repository on *iOS*, the *iOS Simulator*, and *macOS*, using the **MoltenVK** *V
Installing MoltenVK
-------------------

These examples require **Vulkan SDK 1.3.275.0** or greater.
These examples require **Vulkan SDK 1.3.275.0** or later.

Follow these instructions to install the latest Vulkan SDK containing **MoltenVK**:

Expand All @@ -52,7 +52,7 @@ Running the Vulkan Examples
The single `examples.xcodeproj` *Xcode* project can be used to run any of the examples
in this repository on *iOS*, the *iOS Simulator*, or *macOS*. To do so, follow these instructions:

1. Open the `examples.xcodeproj` *Xcode* project.
1. Open the `examples.xcodeproj` *Xcode* project using **Xcode 14** or later. <ins>Earlier versions of *Xcode* are not supported and will not successfully build this project</ins>.

2. Specify which of the many examples within this respository you wish to run, by opening
the `examples.h` file within *Xcode*, and following the instructions in the comments
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ca8e6fe

Please sign in to comment.