Modify the Xcode project linker flags and Data folder on ios export. #22
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.
Related issue
Fixes #1
Description
This automates the 2 manual steps that need to be done after each ios export.
-Wl,-U,_FlutterEmbedUnityIos_sendToFlutterUnityFrameworkI tested a fresh export using Unity 2022.3.21f1 and was able to run the example project on an iPad using Xcode 15.
Besides generic Xcode stuff like setting the signing id, the only manual step was to to add Unity-iPhone to Runner.
I wasn't able to append an existing ios export, as the export dialog always cleared the destination folder.
Therefore I haven't tested if this runs into any issues on an already edited Xcode project.