-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: initial fusionauth swift SDK for iOS with workspace and sample quickstart #6
Merged
Conversation
This file contains 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
- Don't require view to be provided when calling authorize / logout - Logging - use Dispatch.mein.async instead of @mainactor - use @discardableResult
- the build process requires a higher macos version according to the error in the autobuild error: the library 'FusionAuth' requires macos 10.13, but depends on the product 'SwiftLintBuildToolPlugin' which requires macos 12.0; consider changing the library 'FusionAuth' to require macos 12.0 or later, or the product 'SwiftLintBuildToolPlugin' to require macos 10.13 or earlier.
- Fix all versions to exact - Add swift-docc-plugin - Bump SwiftLint
- https://github.com/mxcl/xcodebuild (cherry picked from commit 3ac5cef)
- add fusionauth-ios-mobilesdk-test-app as a submodule https://github.blog/open-source/git/working-with-submodules/ - add Quickstart TestApp to FusionAuthSDK workspace
} | ||
|
||
if response.statusCode != 200 { | ||
print("HTTP: \(response.statusCode), Response: \(String(decoding: data, as: UTF8.self))") |
Check warning
Code scanning / SwiftLint
Prefer failable String(bytes:encoding:) initializer when converting Data to String Warning
Prefer failable String(bytes:encoding:) initializer when converting Data to String
- split quickstart in to own workflow - add working directory defaults pointing to quickstart
…solve xcode compatability issue
Aaron-Ritter
changed the title
feat: initial iOS SDK prototype with workspace
feat: initial iOS SDK with workspace
Oct 24, 2024
Aaron-Ritter
changed the title
feat: initial iOS SDK with workspace
feat: initial fusionauth swift SDK for iOS with workspace and sample quickstart
Oct 24, 2024
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.
No description provided.