Skip to content

Commit c7f4d63

Browse files
committed
Remove catalyst support
1 parent 1dcf66f commit c7f4d63

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cache.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@
12111211
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
12121212
GCC_WARN_UNUSED_FUNCTION = YES;
12131213
GCC_WARN_UNUSED_VARIABLE = YES;
1214-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1214+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
12151215
MTL_ENABLE_DEBUG_INFO = YES;
12161216
ONLY_ACTIVE_ARCH = YES;
12171217
SDKROOT = iphoneos;
@@ -1266,7 +1266,7 @@
12661266
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
12671267
GCC_WARN_UNUSED_FUNCTION = YES;
12681268
GCC_WARN_UNUSED_VARIABLE = YES;
1269-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1269+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
12701270
MTL_ENABLE_DEBUG_INFO = NO;
12711271
SDKROOT = iphoneos;
12721272
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -1294,6 +1294,8 @@
12941294
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.Cache;
12951295
PRODUCT_NAME = Cache;
12961296
SKIP_INSTALL = YES;
1297+
SUPPORTS_MACCATALYST = NO;
1298+
TARGETED_DEVICE_FAMILY = "1,2";
12971299
};
12981300
name = Debug;
12991301
};
@@ -1313,6 +1315,8 @@
13131315
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.Cache;
13141316
PRODUCT_NAME = Cache;
13151317
SKIP_INSTALL = YES;
1318+
SUPPORTS_MACCATALYST = NO;
1319+
TARGETED_DEVICE_FAMILY = "1,2";
13161320
};
13171321
name = Release;
13181322
};

0 commit comments

Comments
 (0)