You've already forked Commercialization.topon
update core
This commit is contained in:
@@ -13,7 +13,9 @@ public static class IOSBuildPostprocess
|
|||||||
[PostProcessBuild(999)]
|
[PostProcessBuild(999)]
|
||||||
public static void OnPostProcessBuild(BuildTarget buildTarget, string path)
|
public static void OnPostProcessBuild(BuildTarget buildTarget, string path)
|
||||||
{
|
{
|
||||||
|
|
||||||
#if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE
|
#if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE
|
||||||
|
Debug.Log ("Ios Build PostProcess");
|
||||||
if (buildTarget == BuildTarget.iOS)
|
if (buildTarget == BuildTarget.iOS)
|
||||||
{
|
{
|
||||||
string projectPath = path + "/Unity-iPhone.xcodeproj/project.pbxproj";
|
string projectPath = path + "/Unity-iPhone.xcodeproj/project.pbxproj";
|
||||||
Reference in New Issue
Block a user