-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI job to check iOS/macOS symlinks [SDK-4714] 1/2 (#352)
- Loading branch information
Showing
65 changed files
with
159 additions
and
68 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Symlinks | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
|
||
permissions: {} | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | ||
|
||
jobs: | ||
check-symlinks: | ||
name: Check symlinks of iOS/macOS native code | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
|
||
- name: Run check | ||
run: | | ||
scripts/generate-symlinks.sh | ||
if git diff HEAD --quiet --diff-filter=ACDRT; then | ||
echo $'\nNo changes detected in the iOS/macOS files that require updating the symlinks.' | ||
echo 'All good.' | ||
else | ||
echo $'\nDetected changes in the iOS/macOS files that require updating the symlinks.' | ||
echo "Please run 'scripts/generate-symlinks.sh' from the repository root and commit the changes." | ||
exit 1 | ||
fi |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Assets/.gitkeep | ||
auth0_flutter/darwin/Assets/.gitkeep |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Auth0FlutterPlugin.h | ||
auth0_flutter/darwin/Classes/Auth0FlutterPlugin.h |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Auth0FlutterPlugin.m | ||
auth0_flutter/darwin/Classes/Auth0FlutterPlugin.m |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIExtensions.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIExtensions.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/AuthAPI/AuthAPILoginUsernameOrEmailMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPILoginUsernameOrEmailMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPILoginUsernameOrEmailMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/AuthAPI/AuthAPILoginWithOTPMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPILoginWithOTPMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPILoginWithOTPMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/AuthAPI/AuthAPIMultifactorChallengeMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIMultifactorChallengeMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIMultifactorChallengeMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/AuthAPI/AuthAPIRenewMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIRenewMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIRenewMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/AuthAPI/AuthAPIResetPasswordMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIResetPasswordMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIResetPasswordMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/AuthAPI/AuthAPISignupMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPISignupMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPISignupMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/AuthAPI/AuthAPIUserInfoMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIUserInfoMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIUserInfoMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/CredentialsManager/CredentialsManagerClearMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerClearMethodHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerClearMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/CredentialsManager/CredentialsManagerExtensions.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerExtensions.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerExtensions.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/CredentialsManager/CredentialsManagerGetMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerGetMethodHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerGetMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/CredentialsManager/CredentialsManagerHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/CredentialsManager/CredentialsManagerHasValidMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerHasValidMethodHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerHasValidMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/CredentialsManager/CredentialsManagerModels.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerModels.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerModels.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/CredentialsManager/CredentialsManagerSaveMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerSaveMethodHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerSaveMethodHandler.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Extensions.swift | ||
auth0_flutter/darwin/Classes/Extensions.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/HandlerError.swift | ||
auth0_flutter/darwin/Classes/HandlerError.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/MethodHandler.swift | ||
auth0_flutter/darwin/Classes/MethodHandler.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Models.swift | ||
auth0_flutter/darwin/Classes/Models.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Properties.swift | ||
auth0_flutter/darwin/Classes/Properties.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/SwiftAuth0FlutterPlugin.swift | ||
auth0_flutter/darwin/Classes/SwiftAuth0FlutterPlugin.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthExtensions.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthExtensions.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthHandler.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/WebAuth/WebAuthLoginMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthLoginMethodHandler.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthLoginMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/ios/Classes/WebAuth/WebAuthLogoutMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthLogoutMethodHandler.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthLogoutMethodHandler.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthModels.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthModels.swift |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# | ||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. | ||
# Run `pod lib lint auth0_flutter.podspec` to validate before publishing. | ||
# | ||
Pod::Spec.new do |s| | ||
s.name = 'auth0_flutter' | ||
s.version = '1.3.1' | ||
s.summary = 'Auth0 SDK for Flutter' | ||
s.description = 'Auth0 SDK for Flutter Android and iOS apps.' | ||
s.homepage = 'https://auth0.com' | ||
s.license = { :file => '../LICENSE' } | ||
s.author = { 'Auth0' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
s.source_files = 'Classes/**/*' | ||
|
||
s.ios.deployment_target = '13.0' | ||
s.ios.dependency 'Flutter' | ||
|
||
s.osx.deployment_target = '11.0' | ||
s.osx.dependency 'FlutterMacOS' | ||
|
||
s.dependency 'Auth0', '2.3.2' | ||
s.dependency 'JWTDecode', '3.0.1' | ||
s.dependency 'SimpleKeychain', '1.0.1' | ||
|
||
# Flutter.framework does not contain a i386 slice. | ||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } | ||
s.swift_version = ['5.3', '5.4', '5.5', '5.6', '5.7'] | ||
end |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Assets/.gitkeep | ||
auth0_flutter/darwin/Assets/.gitkeep |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Auth0FlutterPlugin.h | ||
auth0_flutter/darwin/Classes/Auth0FlutterPlugin.h |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Auth0FlutterPlugin.m | ||
auth0_flutter/darwin/Classes/Auth0FlutterPlugin.m |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIExtensions.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIExtensions.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/AuthAPI/AuthAPILoginUsernameOrEmailMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPILoginUsernameOrEmailMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPILoginUsernameOrEmailMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/AuthAPI/AuthAPILoginWithOTPMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPILoginWithOTPMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPILoginWithOTPMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/AuthAPI/AuthAPIMultifactorChallengeMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIMultifactorChallengeMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIMultifactorChallengeMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/AuthAPI/AuthAPIRenewMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIRenewMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIRenewMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/AuthAPI/AuthAPIResetPasswordMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIResetPasswordMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIResetPasswordMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/AuthAPI/AuthAPISignupMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPISignupMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPISignupMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/AuthAPI/AuthAPIUserInfoMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/AuthAPI/AuthAPIUserInfoMethodHandler.swift | ||
auth0_flutter/darwin/Classes/AuthAPI/AuthAPIUserInfoMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/CredentialsManager/CredentialsManagerClearMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerClearMethodHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerClearMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/CredentialsManager/CredentialsManagerExtensions.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerExtensions.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerExtensions.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/CredentialsManager/CredentialsManagerGetMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerGetMethodHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerGetMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/CredentialsManager/CredentialsManagerHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/CredentialsManager/CredentialsManagerHasValidMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerHasValidMethodHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerHasValidMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/CredentialsManager/CredentialsManagerModels.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerModels.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerModels.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/CredentialsManager/CredentialsManagerSaveMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerSaveMethodHandler.swift | ||
auth0_flutter/darwin/Classes/CredentialsManager/CredentialsManagerSaveMethodHandler.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Extensions.swift | ||
auth0_flutter/darwin/Classes/Extensions.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/HandlerError.swift | ||
auth0_flutter/darwin/Classes/HandlerError.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/MethodHandler.swift | ||
auth0_flutter/darwin/Classes/MethodHandler.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Models.swift | ||
auth0_flutter/darwin/Classes/Models.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/Properties.swift | ||
auth0_flutter/darwin/Classes/Properties.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/SwiftAuth0FlutterPlugin.swift | ||
auth0_flutter/darwin/Classes/SwiftAuth0FlutterPlugin.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthExtensions.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthExtensions.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthHandler.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/WebAuth/WebAuthLoginMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthLoginMethodHandler.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthLoginMethodHandler.swift |
2 changes: 1 addition & 1 deletion
2
auth0_flutter/macos/Classes/WebAuth/WebAuthLogoutMethodHandler.swift
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthLogoutMethodHandler.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthLogoutMethodHandler.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/rita/Desktop/auth0-flutter/auth0_flutter/darwin/Classes/WebAuth/WebAuthModels.swift | ||
auth0_flutter/darwin/Classes/WebAuth/WebAuthModels.swift |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.