DavidPeicho / unity-swiftui-example

Integration example of the Unity engine in a SwiftUI-based application
MIT License
70 stars 15 forks source link

Question about xcode build property name #7

Open Artein opened 2 years ago

Artein commented 2 years ago

Is this name correct? Isn't should be 'FRAMEWORK_SEARCH_PATHS'?

https://github.com/DavidPeicho/unity-swiftui-example/blob/a149dbecf72d8d4c24a18e1fb05d24701296c7dd/unityapp/Assets/Editor/AutoBuilder.cs#L64

DavidPeicho commented 2 years ago

I guess it should yes! Thanks for noticing. Then it means that it must be automatically set properly by Unity or isn't needed anymore because it works...