diff --git a/Unity-iPhone.xcodeproj/project.pbxproj b/Unity-iPhone.xcodeproj/project.pbxproj index 5302a79..ec6b6b3 100644 --- a/Unity-iPhone.xcodeproj/project.pbxproj +++ b/Unity-iPhone.xcodeproj/project.pbxproj @@ -1287,6 +1287,13 @@ TARGETED_DEVICE_FAMILY = "1,2"; UNITY_RUNTIME_VERSION = 2018.4.23f1; UNITY_SCRIPTING_BACKEND = il2cpp; + WARNING_CFLAGS = ( + "$(inherited)", + "-Wno-missing-declarations", + "-Wno-extern-initializer", + "-Wno-unused-variable", + "-Wno-shorten-64-to-32", + ); }; name = Debug; }; @@ -1362,6 +1369,13 @@ TARGETED_DEVICE_FAMILY = "1,2"; UNITY_RUNTIME_VERSION = 2018.4.23f1; UNITY_SCRIPTING_BACKEND = il2cpp; + WARNING_CFLAGS = ( + "$(inherited)", + "-Wno-missing-declarations", + "-Wno-extern-initializer", + "-Wno-unused-variable", + "-Wno-shorten-64-to-32", + ); }; name = Release; }; @@ -1567,6 +1581,13 @@ TARGETED_DEVICE_FAMILY = "1,2"; UNITY_RUNTIME_VERSION = 2018.4.23f1; UNITY_SCRIPTING_BACKEND = il2cpp; + WARNING_CFLAGS = ( + "$(inherited)", + "-Wno-missing-declarations", + "-Wno-extern-initializer", + "-Wno-unused-variable", + "-Wno-shorten-64-to-32", + ); }; name = ReleaseForRunning; }; @@ -1714,6 +1735,13 @@ TARGETED_DEVICE_FAMILY = "1,2"; UNITY_RUNTIME_VERSION = 2018.4.23f1; UNITY_SCRIPTING_BACKEND = il2cpp; + WARNING_CFLAGS = ( + "$(inherited)", + "-Wno-missing-declarations", + "-Wno-extern-initializer", + "-Wno-unused-variable", + "-Wno-shorten-64-to-32", + ); }; name = ReleaseForProfiling; }; diff --git a/Unity-iPhone.xcodeproj/project.xcworkspace/xcuserdata/zhl.xcuserdatad/UserInterfaceState.xcuserstate b/Unity-iPhone.xcodeproj/project.xcworkspace/xcuserdata/zhl.xcuserdatad/UserInterfaceState.xcuserstate index 137afe9..0ba948c 100644 Binary files a/Unity-iPhone.xcodeproj/project.xcworkspace/xcuserdata/zhl.xcuserdatad/UserInterfaceState.xcuserstate and b/Unity-iPhone.xcodeproj/project.xcworkspace/xcuserdata/zhl.xcuserdatad/UserInterfaceState.xcuserstate differ