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

RMET-3275 ::: iOS ::: Add Privacy Manifest #54

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

- Chore: Update cordova hooks with new OutSystems specific errors. (https://outsystemsrd.atlassian.net/browse/RMET-3310)
### Changes
- [iOS] Add the `Google Sign-In` and `Facebook SDK` pods to the plugin. This adds the Privacy Manifest files (https://outsystemsrd.atlassian.net/browse/RMET-3275).
- Update cordova hooks with new OutSystems specific errors. (https://outsystemsrd.atlassian.net/browse/RMET-3310)

## Version 2.0.3 (2024-03-21)

Expand Down
3 changes: 3 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
</config>
<pods use-frameworks="true">
<pod name="OSCommonPluginLib" spec="1.0.0" />

<pod name="FBSDKLoginKit" spec="17.0.0" />
<pod name="GoogleSignIn" spec="7.1.0" />
</pods>
</podspec>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading