Skip to content

Commit 3af3a8f

Browse files
committed
allow Parse SDK to be built for maccatalyst
1 parent 931684b commit 3af3a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parse/Parse.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9046,7 +9046,7 @@
90469046
"@executable_path/Frameworks",
90479047
"@loader_path/Frameworks",
90489048
);
9049-
SUPPORTS_MACCATALYST = NO;
9049+
SUPPORTS_MACCATALYST = YES;
90509050
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
90519051
SWIFT_VERSION = 5.0;
90529052
TARGETED_DEVICE_FAMILY = "1,2";
@@ -9065,7 +9065,7 @@
90659065
"@executable_path/Frameworks",
90669066
"@loader_path/Frameworks",
90679067
);
9068-
SUPPORTS_MACCATALYST = NO;
9068+
SUPPORTS_MACCATALYST = YES;
90699069
SWIFT_VERSION = 5.0;
90709070
TARGETED_DEVICE_FAMILY = "1,2";
90719071
};

0 commit comments

Comments
 (0)