-
Notifications
You must be signed in to change notification settings - Fork 169
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
chore: bump iOS SDK version to 17.0.0 #506
chore: bump iOS SDK version to 17.0.0 #506
Conversation
@thebergamo besides the building issues, version 17 supports the new requirements for Apple privacy manifests. |
Any plans to merge this one? |
Have it tested to crash free? Cause it may contains breaking changes on native fbsdk library due changing major version from 16 to 17. @efstathiosntonas |
@RKakushev you can test this and let us know if it's crash free, right? Stated differently: It's open source - if you have a question, do the work and answer it, no one here is working for you, you are working for yourself. Would love to know your results I'll see about merging |
Yes you are right. I just interested about it. Thank you for your work. |
Quick thoughts
No big deal there, this is mostly a note to myself.
|
was `macOS-latest` and somehow this resulted in macos-12 image being used, which did not work well See #506
was `macOS-latest` and somehow this resulted in macos-12 image being used, which did not work well Note that the all-lowercase `macos-latest` still resulted in macos-12 runner despite the github documentation specifying that macos-latest should be macos-14 at this point See #506
was `macOS-latest` and somehow this resulted in macos-12 image being used, which did not work well Note that the all-lowercase `macos-latest` still resulted in macos-12 runner despite the github documentation specifying that macos-latest should be macos-14 at this point See #506
fb7c6d4
to
68f7f89
Compare
beat my way through all the CI problems and github going down in the interim, great fun. Hopefully all goes ✅ |
Thank you Mike for your hard work! Don't know if it's worth mentioning on release notes but it seems like a breaking change to me: |
@efstathiosntonas indeed, I'll rebase / reword the commit to include that information, re-push then merge |
`16.3.1` version has issues with Xcode 15.3: - facebook/facebook-ios-sdk#2353 BREAKING CHANGE: upstream login / limited login functionality changed, https://developers.facebook.com/blog/post/2024/03/28/changes-made-to-fb-login-sdk/ instructs how to adapt. Most likely you will want to switch to the relatively new "Limited Login" functionality.
BREAKING CHANGE: cocopaods >= 1.12 is required for privacy manifests
BREAKING CHANGE: upstream notes are vague, but they say: "More use case for Integrity is supported. Apps violating Meta’s Policy will no longer be allowed to send Traffic"
these and the android plugin change should be overridden by project config, but if not, they are current now
68f7f89
to
477b65d
Compare
cleared the decks in this repo, all PRs merged+released, hopefully the repo goes to sleep for a while again :-) Cheers |
🎉 This PR is included in version 13.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
16.3.1
version has issues with Xcode 15.3: