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-3236 :: iOS :: Raise lib #51

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

OS-martacarlos
Copy link
Contributor

Description

  • adds the new version of iOS' lib which raises Google and Facebook dependencies versions
  • updates changelog and packagejson

Context

https://outsystemsrd.atlassian.net/browse/RMET-3236

Type of changes

  • Fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Refactor (cosmetic changes)
  • Breaking change (change that would cause existing functionality to not work as expected)

Platforms affected

  • Android
  • iOS
  • JavaScript

Checklist

  • Pull request title follows the format RNMT-XXXX <title>
  • Code follows code style of this project
  • CHANGELOG.md file is correctly updated
  • Changes require an update to the documentation
    • Documentation has been updated accordingly

@OS-martacarlos OS-martacarlos self-assigned this Mar 21, 2024
@OS-martacarlos OS-martacarlos requested review from a team, ItsChaceD, IT-MikeS, alexgerardojacinto, hectorjdgdev and OS-ricardomoreirasilva and removed request for a team March 21, 2024 14:59
- adds the new version of iOS' lib which raises Google and Facebook dependencies versions
- updates changelog and packagejson

https://outsystemsrd.atlassian.net/browse/RMET-3236
@OS-martacarlos OS-martacarlos merged commit d1b6874 into development Mar 21, 2024
1 check passed
OS-martacarlos added a commit that referenced this pull request Mar 22, 2024
* chore: Add Unreleased Tag to CHANGELOG

* fix: Optional Apple SignIn (#36)

Apply fix on hook that checks if Apple SignIn should be included on the plugin or not. This is done by changing the Debug and Release Entitlements files.

* RMET-2252 :: Remove JSON file dependency , add Endpoint (#38)

* feat: add endpoint logic to android hook

* fix: add config parser import

* removing fetch + add axios

* minor typo fix

* feat: add get endpoint to iOS

* remove static dependency

* adding more error handling

* chore: refactor

* refactor: rename preference to be more accurate

* reactor: change preference according to Dev Exp suggestion

* fix: change error accordingly

* feat: iOS | Update Error Codes (#40)

Update error codes.
Update library to use new error descriptions.
Delete console logs from hook.

* RMET-2343 Social Logins Plugin - Update error codes (#39)

* feat: format error codes

References: https://outsystemsrd.atlassian.net/browse/RMET-2343

* chore: update changelog

* fix: fixing typo on error message

---------

Co-authored-by: Marta Carlos <marta.carlos@outsystems.com>

* chore: Set Release Tag

Set Release Tag and update Android and iOS libraries to the latest ones.

* RMET-2844 ::: Android ::: Facebook fix for MABS 10 (#43)

* fix: updated facebook-android-sdk version for MABS10 bug.

* fix: added sociallogins lib 1.1.1-r1

* chore: updated changelog

* chore: bumped version to 1.1.2

* fix: Deep Link Issue (#45)

Fix issue with the deep link, where the plugin would replace all `URLScheme`'s with the ones expected by the plugin.

References: https://outsystemsrd.atlassian.net/browse/RMET-3063

* chore: prepare for release (#46)

- updates package version
- updates changelog
- updates plugin.xml

https://outsystemsrd.atlassian.net/browse/RMET-3064

* fix: Deep Link to Specific Screen Issue (#48)

Fix the issue with the deep link, where the plugin would not delegate the `ApplicationID` deep link to `CDVAppDelegate`, not making the expected route to the desired screen.

References: https://outsystemsrd.atlassian.net/browse/RMET-3139

* RMET-2800 ::: iOS ::: Add new `GIDClientID` Property (#49)

* chore: New Google Client ID for iOS library

Update 'OSSocialLoginsLib.xcframework' to the latest version. For Google Sign-in, this requires a new property for the 'Info.plist' file: 'GIDClientID'. This is set, if configured, through the 'iOSCopyPreference' hook, based on the Google URL Scheme value.
Do some refactoring to the 'iOSCopyPreferences' hook and 'plugin.xml', removing redundant code and unneeded placeholders.

References: https://outsystemsrd.atlassian.net/browse/RMET-2800

* chore: Add CHANGELOG entry

References: https://outsystemsrd.atlassian.net/browse/RMET-2800

* feat: raise iOS lib (#51)

- adds the new version of iOS' lib which raises Google and Facebook dependencies versions
- updates changelog and packagejson

https://outsystemsrd.atlassian.net/browse/RMET-3236

---------

Co-authored-by: OS-ricardomoreirasilva <ricardo.moreira.silva@outsystems.com>
Co-authored-by: Ricardo Silva <97543217+OS-ricardomoreirasilva@users.noreply.github.com>
Co-authored-by: Alexandre Jacinto <alexandre.jacinto@outsystems.com>
Co-authored-by: Nelson Lopes da Silva <5671236+nflsilva@users.noreply.github.com>
OS-ricardomoreirasilva added a commit that referenced this pull request Apr 15, 2024
* chore: Add Unreleased Tag to CHANGELOG

* fix: Optional Apple SignIn (#36)

Apply fix on hook that checks if Apple SignIn should be included on the plugin or not. This is done by changing the Debug and Release Entitlements files.

* RMET-2252 :: Remove JSON file dependency , add Endpoint (#38)

* feat: add endpoint logic to android hook

* fix: add config parser import

* removing fetch + add axios

* minor typo fix

* feat: add get endpoint to iOS

* remove static dependency

* adding more error handling

* chore: refactor

* refactor: rename preference to be more accurate

* reactor: change preference according to Dev Exp suggestion

* fix: change error accordingly

* feat: iOS | Update Error Codes (#40)

Update error codes.
Update library to use new error descriptions.
Delete console logs from hook.

* RMET-2343 Social Logins Plugin - Update error codes (#39)

* feat: format error codes

References: https://outsystemsrd.atlassian.net/browse/RMET-2343

* chore: update changelog

* fix: fixing typo on error message

---------

Co-authored-by: Marta Carlos <marta.carlos@outsystems.com>

* chore: Set Release Tag

Set Release Tag and update Android and iOS libraries to the latest ones.

* RMET-2844 ::: Android ::: Facebook fix for MABS 10 (#43)

* fix: updated facebook-android-sdk version for MABS10 bug.

* fix: added sociallogins lib 1.1.1-r1

* chore: updated changelog

* chore: bumped version to 1.1.2

* fix: Deep Link Issue (#45)

Fix issue with the deep link, where the plugin would replace all `URLScheme`'s with the ones expected by the plugin.

References: https://outsystemsrd.atlassian.net/browse/RMET-3063

* chore: prepare for release (#46)

- updates package version
- updates changelog
- updates plugin.xml

https://outsystemsrd.atlassian.net/browse/RMET-3064

* fix: Deep Link to Specific Screen Issue (#48)

Fix the issue with the deep link, where the plugin would not delegate the `ApplicationID` deep link to `CDVAppDelegate`, not making the expected route to the desired screen.

References: https://outsystemsrd.atlassian.net/browse/RMET-3139

* RMET-2800 ::: iOS ::: Add new `GIDClientID` Property (#49)

* chore: New Google Client ID for iOS library

Update 'OSSocialLoginsLib.xcframework' to the latest version. For Google Sign-in, this requires a new property for the 'Info.plist' file: 'GIDClientID'. This is set, if configured, through the 'iOSCopyPreference' hook, based on the Google URL Scheme value.
Do some refactoring to the 'iOSCopyPreferences' hook and 'plugin.xml', removing redundant code and unneeded placeholders.

References: https://outsystemsrd.atlassian.net/browse/RMET-2800

* chore: Add CHANGELOG entry

References: https://outsystemsrd.atlassian.net/browse/RMET-2800

* feat: raise iOS lib (#51)

- adds the new version of iOS' lib which raises Google and Facebook dependencies versions
- updates changelog and packagejson

https://outsystemsrd.atlassian.net/browse/RMET-3236

* feat: update hook error flow (#53)

- updates error message with placeholder for plugin specific errors

https://outsystemsrd.atlassian.net/browse/RMET-3310

* RMET-3275 ::: iOS ::: Add Privacy Manifest (#54)

* chore: Add iOS Dependencies

Update `OSSocialLoginsLib.xcframework` to the latest version. Considering that the `xcframework` is now dynamic, the plugin needs to add the 3rd party dependencies, through Cocoapods.

References: https://outsystemsrd.atlassian.net/browse/RMET-3275

* chore: Add CHANGELOG entry

References: https://outsystemsrd.atlassian.net/browse/RMET-3275

* Prepare release of `2.1.0` (#55)

* chore: update iOS library

Update to version `1.2.0`.

References: https://outsystemsrd.atlassian.net/browse/RMET-3341

* chore: Set Release Version

Prepare release of `2.1.0`.
Clean `CHANGELOG`.

References: https://outsystemsrd.atlassian.net/browse/RMET-3341

---------

Co-authored-by: Marta Carlos <101343976+OS-martacarlos@users.noreply.github.com>
Co-authored-by: Alexandre Jacinto <alexandre.jacinto@outsystems.com>
Co-authored-by: Marta Carlos <marta.carlos@outsystems.com>
Co-authored-by: Nelson Lopes da Silva <5671236+nflsilva@users.noreply.github.com>
@alexgerardojacinto alexgerardojacinto deleted the feat/RMET-3236/prepare-release branch August 27, 2024 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants