Skip to content

Commit 5dad4f2

Browse files
authored
Allow Parse SDK to be built for maccatalyst (#1543)
* allow Parse SDK to be built for maccatalyst
1 parent 0c5e999 commit 5dad4f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ jobs:
8585
on:
8686
all_branches: true
8787
tags: true
88-

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)