Skip to content

Commit

Permalink
Allow Parse SDK to be built for maccatalyst (#1543)
Browse files Browse the repository at this point in the history
* allow Parse SDK to be built for maccatalyst
  • Loading branch information
mman authored Oct 12, 2020
1 parent 0c5e999 commit 5dad4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ jobs:
on:
all_branches: true
tags: true

4 changes: 2 additions & 2 deletions Parse/Parse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9046,7 +9046,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MACCATALYST = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -9065,7 +9065,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MACCATALYST = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down

0 comments on commit 5dad4f2

Please sign in to comment.