|
|
@@ -1156,10 +1156,13 @@
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
- SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
|
|
|
+ SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator";
|
|
|
+ SUPPORTS_MACCATALYST = NO;
|
|
|
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Tests/KingfisherTests/KingfisherTests-Bridging-Header.h";
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
- TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2,3,4,7";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -1172,10 +1175,13 @@
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
- SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
|
|
|
+ SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator";
|
|
|
+ SUPPORTS_MACCATALYST = NO;
|
|
|
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Tests/KingfisherTests/KingfisherTests-Bridging-Header.h";
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
|
- TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2,3,4,7";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|