Merge branch 'develop' of bitbucket.org:usaya/popcorn into develop
This commit is contained in:
commit
1bdb1d7734
|
|
@ -28,7 +28,7 @@ public static class PostProcessor{
|
||||||
PBXProject pj = new PBXProject ();
|
PBXProject pj = new PBXProject ();
|
||||||
pj.ReadFromString(File.ReadAllText(projectPath));
|
pj.ReadFromString(File.ReadAllText(projectPath));
|
||||||
|
|
||||||
var target = pj.GetUnityFrameworkTargetGuid();
|
var target = pj.GetUnityMainTargetGuid();
|
||||||
pj.SetBuildProperty (target, "ENABLE_BITCODE", "NO");
|
pj.SetBuildProperty (target, "ENABLE_BITCODE", "NO");
|
||||||
// Enable Modules (C and Objective-C)をYESに設定する
|
// Enable Modules (C and Objective-C)をYESに設定する
|
||||||
pj.SetBuildProperty(target, "CLANG_ENABLE_MODULES", "YES");
|
pj.SetBuildProperty(target, "CLANG_ENABLE_MODULES", "YES");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue