-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to 0.4.0 version of framework
- Loading branch information
Showing
22 changed files
with
102 additions
and
482 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 |
---|---|---|
|
@@ -82,6 +82,10 @@ extension MyClass: SecureUnlockDelegate { | |
// Duration parameter tells how long the unlock took | ||
} | ||
|
||
func secureUnlockClientID() -> Int { | ||
// Request your client id on [email protected] and return it here | ||
} | ||
|
||
func secureUnlockLoginIDForOrganization(_ organization: Int?) -> Int? { | ||
// Login id callback. | ||
// If you only support 1 login you can ignore the organization property and simply return the login id for the logged in user. Otherwise you must find the login id for the given organization. | ||
|
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
Binary file modified
BIN
+3 Bytes
(100%)
SecureUnlock.xcframework/ios-arm64/SecureUnlock.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+424 Bytes
(110%)
...os-arm64/SecureUnlock.framework/Modules/SecureUnlock.swiftmodule/arm64-apple-ios.swiftdoc
Binary file not shown.
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
Binary file removed
BIN
-4.89 KB
...ramework/ios-arm64/SecureUnlock.framework/Modules/SecureUnlock.swiftmodule/arm64.swiftdoc
Binary file not shown.
112 changes: 0 additions & 112 deletions
112
...rk/ios-arm64/SecureUnlock.framework/Modules/SecureUnlock.swiftmodule/arm64.swiftinterface
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+247 KB
(120%)
SecureUnlock.xcframework/ios-arm64/SecureUnlock.framework/SecureUnlock
Binary file not shown.
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
Binary file modified
BIN
+3 Bytes
(100%)
SecureUnlock.xcframework/ios-arm64_x86_64-simulator/SecureUnlock.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+424 Bytes
(110%)
...ecureUnlock.framework/Modules/SecureUnlock.swiftmodule/arm64-apple-ios-simulator.swiftdoc
Binary file not shown.
Oops, something went wrong.