Skip to content

Commit

Permalink
vcl auth sdk v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Aug 2, 2023
1 parent 1388475 commit ec6d0e2
Show file tree
Hide file tree
Showing 25 changed files with 205 additions and 124 deletions.
10 changes: 5 additions & 5 deletions Frameworks/VCLAuth.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>VCLAuth.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>VCLAuth.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -308,17 +308,52 @@
{
"kind": "Function",
"name": "cancelAuthentication",
"printedName": "cancelAuthentication()",
"printedName": "cancelAuthentication(successHandler:errorHandler:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
},
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(VCLAuth.VCLError) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "VCLError",
"printedName": "VCLAuth.VCLError",
"usr": "s:7VCLAuth8VCLErrorV"
}
]
}
],
"declKind": "Func",
"usr": "s:7VCLAuthAAP20cancelAuthenticationyyF",
"mangledName": "$s7VCLAuthAAP20cancelAuthenticationyyF",
"usr": "s:7VCLAuthAAP20cancelAuthentication14successHandler05errorE0yyyc_yAA8VCLErrorVctF",
"mangledName": "$s7VCLAuthAAP20cancelAuthentication14successHandler05errorE0yyyc_yAA8VCLErrorVctF",
"moduleName": "VCLAuth",
"genericSig": "<τ_0_0 where τ_0_0 : VCLAuth.VCLAuth>",
"sugared_genericSig": "<Self where Self : VCLAuth.VCLAuth>",
Expand All @@ -342,7 +377,7 @@
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Swift.Bool) -> ()",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
Expand All @@ -351,9 +386,8 @@
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
"name": "Void",
"printedName": "()"
}
]
},
Expand All @@ -377,8 +411,8 @@
}
],
"declKind": "Func",
"usr": "s:7VCLAuthAAP20openSecuritySettings14successHandler05errorF0yySbc_yAA8VCLErrorVctF",
"mangledName": "$s7VCLAuthAAP20openSecuritySettings14successHandler05errorF0yySbc_yAA8VCLErrorVctF",
"usr": "s:7VCLAuthAAP20openSecuritySettings14successHandler05errorF0yyyc_yAA8VCLErrorVctF",
"mangledName": "$s7VCLAuthAAP20openSecuritySettings14successHandler05errorF0yyyc_yAA8VCLErrorVctF",
"moduleName": "VCLAuth",
"genericSig": "<τ_0_0 where τ_0_0 : VCLAuth.VCLAuth>",
"sugared_genericSig": "<Self where Self : VCLAuth.VCLAuth>",
Expand Down Expand Up @@ -968,42 +1002,35 @@
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/AuthIOS\/VCLAuth\/VCLAuth\/impl\/VCLAuthImpl.swift",
"kind": "BooleanLiteral",
"offset": 883,
"offset": 1017,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/AuthIOS\/VCLAuth\/VCLAuth\/impl\/VCLAuthImpl.swift",
"kind": "BooleanLiteral",
"offset": 1459,
"offset": 1594,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/AuthIOS\/VCLAuth\/VCLAuth\/impl\/VCLAuthImpl.swift",
"kind": "BooleanLiteral",
"offset": 1662,
"offset": 1797,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/AuthIOS\/VCLAuth\/VCLAuth\/impl\/VCLAuthImpl.swift",
"kind": "Dictionary",
"offset": 2229,
"offset": 2609,
"length": 3,
"value": "[]"
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/AuthIOS\/VCLAuth\/VCLAuth\/impl\/VCLAuthImpl.swift",
"kind": "BooleanLiteral",
"offset": 2289,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/AuthIOS\/VCLAuth\/VCLAuth\/impl\/VCLAuthImpl.swift",
"kind": "StringLiteral",
"offset": 2379,
"offset": 2755,
"length": 26,
"value": "\"Failed to oppen settings\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public struct VCLAuthConfig {
public protocol VCLAuth {
func isAuthenticationAvailable(successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
func authenticate(authConfig: VCLAuthConfig, successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
func cancelAuthentication()
func openSecuritySettings(successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
func cancelAuthentication(successHandler: @escaping () -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
func openSecuritySettings(successHandler: @escaping () -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
}
public enum VCLResult<Value> {
case success(Value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public struct VCLAuthConfig {
public protocol VCLAuth {
func isAuthenticationAvailable(successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
func authenticate(authConfig: VCLAuth.VCLAuthConfig, successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
func cancelAuthentication()
func openSecuritySettings(successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
func cancelAuthentication(successHandler: @escaping () -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
func openSecuritySettings(successHandler: @escaping () -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
}
public enum VCLResult<Value> {
case success(Value)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public struct VCLAuthConfig {
public protocol VCLAuth {
func isAuthenticationAvailable(successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
func authenticate(authConfig: VCLAuthConfig, successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
func cancelAuthentication()
func openSecuritySettings(successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
func cancelAuthentication(successHandler: @escaping () -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
func openSecuritySettings(successHandler: @escaping () -> Swift.Void, errorHandler: @escaping (VCLError) -> Swift.Void)
}
public enum VCLResult<Value> {
case success(Value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public struct VCLAuthConfig {
public protocol VCLAuth {
func isAuthenticationAvailable(successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
func authenticate(authConfig: VCLAuth.VCLAuthConfig, successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
func cancelAuthentication()
func openSecuritySettings(successHandler: @escaping (Swift.Bool) -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
func cancelAuthentication(successHandler: @escaping () -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
func openSecuritySettings(successHandler: @escaping () -> Swift.Void, errorHandler: @escaping (VCLAuth.VCLError) -> Swift.Void)
}
public enum VCLResult<Value> {
case success(Value)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
</data>
<key>Info.plist</key>
<data>
3nuvcONW4T9N7oG+KVloxpd7+Cs=
RfpPt08a19hMouZSl5vWnG7q14U=
</data>
<key>Modules/VCLAuth.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
/HG5U01Budo2V5UcsHiQ//V1ZSg=
cao19isuDteC8zjeX4sspkO0SWI=
</data>
<key>Modules/VCLAuth.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
RHg27HIQiRcYG4EWlp/oNJutO4s=
L0CtkPsTHSait667DxS83R9KZ28=
</data>
<key>Modules/VCLAuth.swiftmodule/arm64-apple-ios.swiftdoc</key>
<data>
wIUJ/gOsC24JwZeMCCA/jZXJPKo=
bTL0daXznbpeYGbkzKVeqj608EY=
</data>
<key>Modules/VCLAuth.swiftmodule/arm64-apple-ios.swiftinterface</key>
<data>
RHg27HIQiRcYG4EWlp/oNJutO4s=
L0CtkPsTHSait667DxS83R9KZ28=
</data>
<key>Modules/VCLAuth.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
qjDjbJVuYuBGk716SkHaVh1ph/E=
uAc1A6Ze+3fIA9NyMREcgcbu74A=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -61,35 +61,35 @@
<dict>
<key>hash2</key>
<data>
IoVzc2CjfFzQTZL158jzwmhQkJTFvvTIZx4amhs/aR4=
hHHOR/TZH9j5fEANzWP0Hkjr1J6tCMaxINisfVih0W0=
</data>
</dict>
<key>Modules/VCLAuth.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
eS5fZOeb/xdgirOnA7oroDHrpPuhMY8IyoEFg5twsYk=
tJcJBr5phj36hxFyIklIiXutlpltxkqvO5k8exixLpI=
</data>
</dict>
<key>Modules/VCLAuth.swiftmodule/arm64-apple-ios.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
BEZSeaAe5zQK7MLvOcTozOQz0tUl7/CIuIORYsQjwj0=
bWMb5oCGosdCPLcZ13gbijHvmzAbOuP7aFAzLpDwdcI=
</data>
</dict>
<key>Modules/VCLAuth.swiftmodule/arm64-apple-ios.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
eS5fZOeb/xdgirOnA7oroDHrpPuhMY8IyoEFg5twsYk=
tJcJBr5phj36hxFyIklIiXutlpltxkqvO5k8exixLpI=
</data>
</dict>
<key>Modules/VCLAuth.swiftmodule/arm64-apple-ios.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
SVtn5A89rYCQ9YQJ3sHx0PfnGqn8i78n07qXSF57FEw=
wxR4GU03C+v1fx60AH2ajgQTHHJKVy8/I+YGowJeSs0=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit ec6d0e2

Please sign in to comment.