SDK-5915 address git hub issue 872#947
Merged
NandanPrabhu merged 9 commits intomasterfrom May 12, 2025
Merged
Conversation
Contributor
|
@NandanPrabhu have you tested with a separate Carthage app that it works correctly? Also with a Cocoapods app? Please also update the instructions in the CONTRIBUTING.md file because now the last step is no longer necessary: https://github.com/auth0/Auth0.swift/blob/master/CONTRIBUTING.md?plain=1#L13 |
Widcket
reviewed
May 8, 2025
Auth0.xcodeproj/project.pbxproj
Outdated
| isa = PBXFrameworksBuildPhase; | ||
| buildActionMask = 2147483647; | ||
| files = ( | ||
| D41DED152DCA07D100F5B1A4 /* CwlPreconditionTesting in Frameworks */, |
Contributor
There was a problem hiding this comment.
This one is not necessary for tvOS.
Contributor
There was a problem hiding this comment.
CwlPosixPreconditionTesting is used instead.
Widcket
approved these changes
May 12, 2025
2 tasks
This was referenced May 29, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Changes
Addresses #872
Added JWTDecode and SimpleKeychain as submodule dependency to Auth0 framework
Adding Auth0 framework will ensure JWTDecode and SimpleKeychain comes with it as nested dependency
📎 References
🎯 Testing