Skip to content

Commit

Permalink
Merge pull request #4 from shilokuma-inc/feat/unsupport_iPad
Browse files Browse the repository at this point in the history
【FEAT】unsupport iPad
  • Loading branch information
mrs1669 authored May 7, 2024
2 parents 876e73a + 90a060e commit a344122
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Unity-iPhone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,8 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = 1;
UNITY_RUNTIME_VERSION = 2021.3.19f1;
UNITY_SCRIPTING_BACKEND = il2cpp;
};
Expand Down Expand Up @@ -1513,7 +1514,8 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = 1;
UNITY_RUNTIME_VERSION = 2021.3.19f1;
UNITY_SCRIPTING_BACKEND = il2cpp;
};
Expand Down Expand Up @@ -1692,7 +1694,8 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = 1;
UNITY_RUNTIME_VERSION = 2021.3.19f1;
UNITY_SCRIPTING_BACKEND = il2cpp;
};
Expand Down Expand Up @@ -1819,7 +1822,8 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = 1;
UNITY_RUNTIME_VERSION = 2021.3.19f1;
UNITY_SCRIPTING_BACKEND = il2cpp;
};
Expand Down

0 comments on commit a344122

Please sign in to comment.