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

RJS-2810: Add privacy manifest for Apple App Store #6642

Closed
wants to merge 7 commits into from

Conversation

kneth
Copy link
Contributor

@kneth kneth commented May 1, 2024

What, How & Why?

This closes #6638

The manifest

The actual privacy manifest is based on our current understanding of what is needed.

Testing

  1. npm pack is used to create a tgz file
  2. In a simple app, the "release" is added: npm install realm-x.y.z.tgz
  3. The xcode project is generated: cd ios && pod install
  4. The code project is opened with XCode: build and archive the app
  5. The archived app is validated in XCode, and no errors (e.g. 'invalid bundle structure' or 'the “.../RealmJS” binary file is not permitted') are reported

Unknowns

I am a bit uncertain if the proposed privacy manifest (in particular the location of it) is compatible with Catalyst.

☑️ ToDos

  • 📝 Changelog entry
  • 📝 Compatibility label is updated or copied from previous entry
  • 📝 Update COMPATIBILITY.md
  • 🚦 Tests
  • 📦 Updated internal package version in consuming package.jsons (if updating internal packages)
  • 📱 Check the React Native/other sample apps work if necessary
  • 💥 Breaking label has been applied or is not necessary

Copy link
Contributor

@elle-j elle-j left a 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 🙂

CHANGELOG.md Outdated Show resolved Hide resolved
packages/realm/RealmJS.podspec Show resolved Hide resolved
kneth and others added 4 commits May 3, 2024 19:47
* [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]>
@kneth kneth marked this pull request as ready for review June 10, 2024 14:34
@kneth kneth requested a review from kraenhansen June 10, 2024 14:34
Copy link
Contributor

@elle-j elle-j left a 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)
Copy link
Contributor

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",
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as previous comment 🙂

Comment on lines -52 to -54
# Setting up clang
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17',
'CLANG_CXX_LIBRARY' => 'libc++',
Copy link
Member

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

@kneth
Copy link
Contributor Author

kneth commented Jun 11, 2024

Redoing the changes in #6715

@kneth kneth closed this Jun 11, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
4 participants