Skip to content

Commit

Permalink
RJS-2804: remove incorrect privacy manifest for iOS (#6627)
Browse files Browse the repository at this point in the history
* Revert " RJS-2757: Add Apple Privacy Manifest (#6605)"
* Remove privacy manifest for iOS
  • Loading branch information
kneth authored Apr 19, 2024
1 parent 9098fb0 commit 1e3cd7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
* None

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None
* Removed incorrect privacy manifest for iOS. ([#6624](https://github.com/realm/realm-js/issues/6624), since v12.7.0)

### Compatibility
* React Native >= v0.71.4
Expand Down
23 changes: 0 additions & 23 deletions packages/realm/PrivacyInfo.xcprivacy

This file was deleted.

1 change: 0 additions & 1 deletion packages/realm/RealmJS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Pod::Spec.new do |s|

s.source_files = 'react-native/ios/RealmReact/*.mm'
s.public_header_files = 'react-native/ios/RealmReact/*.h'
s.resource_bundles = { 'RealmJS' => ['PrivacyInfo.xcprivacy'] }

s.frameworks = uses_frameworks ? ['React'] : []

Expand Down
5 changes: 2 additions & 3 deletions packages/realm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
"scripts/submit-analytics.mjs",
"react-native.config.js",
"RealmJS.podspec",
"binding.gyp",
"PrivacyInfo.xcprivacy"
"binding.gyp"
],
"scripts": {
"test": "wireit",
Expand Down Expand Up @@ -378,4 +377,4 @@
6
]
}
}
}

0 comments on commit 1e3cd7f

Please sign in to comment.