Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Parse SDK to be built for maccatalyst #1543

Merged
merged 2 commits into from
Oct 12, 2020
Merged

Conversation

mman
Copy link
Contributor

@mman mman commented Sep 10, 2020

This makes it possible to build Parse SDK for maccatalyst by "checking the box".

@drdaz
Copy link
Member

drdaz commented Sep 21, 2020

@mman Is this change to allow consumer apps to build with Parse as a dependency? Does the build fail without this?

I haven't used Catalyst, but I had understood that it was mostly a technology affecting user-facing interfaces. So I expected consumer apps to check that box, but include Parse as a library.

@mman
Copy link
Contributor Author

mman commented Sep 21, 2020

@drdaz Yes, without this change the build for catalyst with Parse.xcodeproj included as a subproject fails. With this change the build passes correctly.

Not sure why this is needed at all, but I assume some projects simply do not support catalyst and therefore do not advertise its support. Parse and Bolts nowadays compiles just fine with this change.

@drdaz drdaz mentioned this pull request Sep 25, 2020
drdaz
drdaz previously approved these changes Oct 11, 2020
@drdaz drdaz merged commit 5dad4f2 into parse-community:master Oct 12, 2020
drdaz added a commit that referenced this pull request Oct 14, 2020
* Updates version numbers

* Updates changelog

* Apple user details (#1551)

* Adds callback to PFLoginViewController for received Apple credentials object

* Adds user to Apple credential callback

* Fixes target membership

* Cleans up target membership

* Removes CCI Carthage build dependency on iOS.
iOS tests are still temperamental.

* Removes @import

* Allow Parse SDK to be built for maccatalyst (#1543)

* allow Parse SDK to be built for maccatalyst

* Updates version numbers

* Updates changelog

* changed minimumosversion to 8.0 (#1521)

* changed minimumosversion to 8.0

closes #1515

* Updates version numbers

* Updates changelog

* Update changelog

* nits

Co-authored-by: Martin Man <mman@martinman.net>
Co-authored-by: Manuel <trezza.m@gmail.com>
Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants