Update xcodeproj to add support on MapKit for visionOS

This commit is contained in:
DreamPiggy 2023-09-02 20:25:19 +08:00
parent 82cfc450a3
commit 9ccedcc09e
1 changed files with 0 additions and 6 deletions

View File

@ -1412,9 +1412,6 @@
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = WebImage/Info.plist;
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvsimulator appletvos";
TARGETED_DEVICE_FAMILY = "1,2,3";
TVOS_DEPLOYMENT_TARGET = 9.2;
};
name = Debug;
};
@ -1422,9 +1419,6 @@
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = WebImage/Info.plist;
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvsimulator appletvos";
TARGETED_DEVICE_FAMILY = "1,2,3";
TVOS_DEPLOYMENT_TARGET = 9.2;
};
name = Release;
};