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

Bump the minimum iOS version #37

Closed
wants to merge 1 commit into from
Closed

Conversation

radazzouz
Copy link
Contributor

@radazzouz radazzouz commented May 8, 2024

Details

Since SDK version 4.5, the Swift SDK requires iOS 14 or later, but we have omitted updating it in this repo.

N.B. There's no need to update the macOS version since it hasn't changed.

Additional Context

See this proposal for more details.

Also, see this Slack discussion

How to Test:

  • Point to this branch in any demo app that uses DittoSwiftPackage
Screenshot 2024-05-08 at 9 31 27 AM
  • Go to the File menu > Packages > Reset Package Caches for good measure
  • Wait until the download is complete
  • Observe that building the app works without any issues.

@radazzouz radazzouz added the K-bug Kind: existing code isn’t behaving as expected label May 8, 2024
@radazzouz radazzouz self-assigned this May 8, 2024
@@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "Ditto",
platforms: [ .iOS(.v11), .macOS(.v11) ],
platforms: [ .iOS(.v14), .macOS(.v11) ],
Copy link
Member

Choose a reason for hiding this comment

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

This package manifest is actually copied from cocoa/DittoSwiftPackage.template/Package.swift as part of the release process so we should update that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am leaving this PR open so we can test the change, but we should close it (not merge it) once we're done testing.

@radazzouz radazzouz marked this pull request as draft May 8, 2024 17:17
@radazzouz
Copy link
Contributor Author

https://github.com/getditto/ditto/pull/12825 is now merged! This PR is no longer needed since our next minor release will automatically do it.

@radazzouz radazzouz closed this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-bug Kind: existing code isn’t behaving as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants