-
Notifications
You must be signed in to change notification settings - Fork 577
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
RJS-2810: Add privacy manifest for Apple App Store #6642
Conversation
8ef5f48
to
922c970
Compare
1eed0df
to
a336be6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's give it a go 🙂
* [12.8.1-alpha.0] Bump version * [12.8.1-alpha.0] Bump version --------- Co-authored-by: kneth <[email protected]> Co-authored-by: Kenneth Geisshirt <[email protected]>
Co-authored-by: kneth <[email protected]>
Co-authored-by: LJ <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 🎉
@@ -20,6 +20,21 @@ | |||
<!-- * Using Realm Core vX.Y.Z --> | |||
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C --> | |||
|
|||
## 12.8.1-alpha.0 (2024-05-03) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just needs a rebase to add the CHANGELOG entries to the latest 👍
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "realm", | |||
"version": "12.8.0", | |||
"version": "12.8.1-alpha.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as previous comment 🙂
# Setting up clang | ||
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17', | ||
'CLANG_CXX_LIBRARY' => 'libc++', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised this deletion really needed 🤔 And this change conflicts with a change on #6650
Redoing the changes in #6715 |
What, How & Why?
This closes #6638
The manifest
The actual privacy manifest is based on our current understanding of what is needed.
Testing
npm pack
is used to create atgz
filenpm install realm-x.y.z.tgz
cd ios && pod install
Unknowns
I am a bit uncertain if the proposed privacy manifest (in particular the location of it) is compatible with Catalyst.
☑️ ToDos
Compatibility
label is updated or copied from previous entryCOMPATIBILITY.md
package.json
s (if updating internal packages)Breaking
label has been applied or is not necessary