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

Feature/add mac os example #152

Merged

Conversation

andrew-winn-br
Copy link
Contributor

Had to add Catalyst support because a Catalyst app uses the iOS/Catalyst version of a framework, not the macOS version.
This should complete #6
Screen Shot 2022-02-03 at 11 54 36 AM
Screen Shot 2022-02-03 at 11 54 17 AM

@andrew-winn-br andrew-winn-br requested a review from a team as a code owner February 3, 2022 19:31
@CLAassistant
Copy link

CLAassistant commented Feb 3, 2022

CLA assistant check
All committers have signed the CLA.

@andrew-winn-br
Copy link
Contributor Author

Linter error is:

PackageDescription.SupportedPlatform:5:24: note: 'macCatalyst' was introduced in PackageDescription 5.5
PackageDescription.SupportedPlatform:33:27: note: 'v13' was introduced in PackageDescription 5.5

and the current package description for Hyperspace is 5.1. I think I can just remove the .macCatalyst(.v13) line from Package.Swift and it should still be fine. .macCatalyst was added as a specific platform for SPM in Xcode 13, but Catalyst was supported before that.

@wmcginty
Copy link
Contributor

wmcginty commented Feb 3, 2022

@andrew-winn-br I think we go ahead and upgrade the minimum tools version to 5.5, especially as this isn't going straight into a release we don't have to immediately worry about compatibility issues.

Copy link
Contributor

@wmcginty wmcginty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This mostly looks good to me, but can you also add a CHANGELOG.md entry?

Example/Sources/macOS/ViewController.swift Outdated Show resolved Hide resolved
Update change log
Remove "created by" line
Add macOS deployment target.
wmcginty
wmcginty previously approved these changes Feb 3, 2022
Add debugPrint statements for deleting user posts.
@wmcginty wmcginty merged commit 2d58125 into BottleRocketStudios:main Feb 3, 2022
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

4 participants