Skip to content

Commit 1fe8993

Browse files
committed
OneSignalLiveActivities add mac catalyst to supported destinations
* To build the SDK as is for Mac Catalyst (without ripping out Live Activities or making more complicated changes), Mac Catalyst is added as a platform for the OneSignalLiveActivities framework
1 parent 25f0657 commit 1fe8993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iOS_SDK/OneSignalSDK/OneSignal.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5413,7 +5413,7 @@
54135413
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
54145414
SKIP_INSTALL = YES;
54155415
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
5416-
SUPPORTS_MACCATALYST = NO;
5416+
SUPPORTS_MACCATALYST = YES;
54175417
SWIFT_COMPILATION_MODE = wholemodule;
54185418
SWIFT_EMIT_LOC_STRINGS = YES;
54195419
SWIFT_VERSION = 5.0;
@@ -5486,7 +5486,7 @@
54865486
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
54875487
SKIP_INSTALL = YES;
54885488
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
5489-
SUPPORTS_MACCATALYST = NO;
5489+
SUPPORTS_MACCATALYST = YES;
54905490
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
54915491
SWIFT_EMIT_LOC_STRINGS = YES;
54925492
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -5554,7 +5554,7 @@
55545554
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
55555555
SKIP_INSTALL = YES;
55565556
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
5557-
SUPPORTS_MACCATALYST = NO;
5557+
SUPPORTS_MACCATALYST = YES;
55585558
SWIFT_COMPILATION_MODE = wholemodule;
55595559
SWIFT_EMIT_LOC_STRINGS = YES;
55605560
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)