You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stanislav Osipov edited this page Feb 15, 2021
·
1 revision
The package is a little helper that allows you to add additional settings and parameters to the XCode project during the Unity post-process phase.
For example, if you have an IOS plugin that requires some flags, frameworks, libraries, or pList values to be added to the XCode project, there is no need to add it manually every time or making a post-process script. Just open plugin settings and do it visually.
And sure thing, there is a C# API as well, which you can use anytime from your Editor code.