Add iOS support with build scripts, toolchain, and assets#302
Open
JoshBashed wants to merge 10 commits intovanilla-wiiu:masterfrom
Open
Add iOS support with build scripts, toolchain, and assets#302JoshBashed wants to merge 10 commits intovanilla-wiiu:masterfrom
JoshBashed wants to merge 10 commits intovanilla-wiiu:masterfrom
Conversation
d4a4768 to
13281e8
Compare
Author
|
Hey, can the workflow be approved for this? |
75f61ee to
258cdbb
Compare
Author
|
The commit has been rebased. |
Author
|
Works! |
Author
output.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add iOS support for Vanilla
closes #158
This PR adds iOS support for Vanilla.
Code Modifications
gui/main.cmaininstead of a custom entry point. SDL provides iOS-specific startup behavior that we rely on.gui/platform.cos_logbecausestdoutandstderrare not exposed in a meaningful way.vsnprintfto avoid usingos_logdirectly.os_logrequires privacy annotations and does not fully support standardprintfformat specifiers.Build Changes
ios/toolchain.cmakegui/CMakeLists.txtAssets.carwith the Liquid Glass app icon and merge the partial Info.plist into the final Info.plist.CMakeLists.txtvendoredas the default on that platform..gitignore.github/workflows/build.ymlmacos-latestjob to build iOS, since iOS builds require macOS and cannot run in Docker.ios/build.shscript.Added Files
ios/README.mdios/LaunchScreen.storyboardios/Info.plistios/build.shios/AppIcon.icon