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

Xcode 16 Support #316

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

mohssenfathi
Copy link
Contributor

Description

Made minor updates required to build/run on Xcode 16. Only one change was required to handle UIApplication.openUrl

Changes

ApplicationLaunching

UIApplication's open(url...) method signature changed. Since the ApplicationLaunching protocol redefined this method and we had a UIApplication extension conforming to ApplicationLaunching, this broke.
To fix this, open(url) was changed to launch(url) and the method is not called internally in the extension.

Testing

Manual Testing

Manually tested both inApp and native auth on simulator and physical devices

Unit tests

Mocks + unit tests were updated

@mohssenfathi mohssenfathi marked this pull request as ready for review September 12, 2024 20:19
@mohssenfathi mohssenfathi merged commit 60d34ab into uber:2.x Sep 13, 2024
4 checks passed
@mohssenfathi mohssenfathi deleted the applicationlaunching-fix branch September 13, 2024 18:27
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.

2 participants