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

feat: initial fusionauth swift SDK for iOS with workspace and sample quickstart #6

Merged
merged 150 commits into from
Oct 24, 2024

Conversation

Aaron-Ritter
Copy link
Contributor

No description provided.

ColinFrick and others added 13 commits May 29, 2024 11:38
- 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
}

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
Aaron-Ritter and others added 25 commits October 22, 2024 14:00
@Aaron-Ritter Aaron-Ritter changed the title feat: initial iOS SDK prototype with workspace feat: initial iOS SDK with workspace Oct 24, 2024
@Aaron-Ritter 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
@Aaron-Ritter Aaron-Ritter merged commit b544665 into main Oct 24, 2024
7 of 10 checks passed
@Aaron-Ritter Aaron-Ritter deleted the prototype-workspace branch October 26, 2024 01:44
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