diff --git a/SmartcarAuth.podspec b/SmartcarAuth.podspec index bfce6bc..b6d11dd 100755 --- a/SmartcarAuth.podspec +++ b/SmartcarAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SmartcarAuth' - s.version = '4.3.0' + s.version = '4.3.1' s.summary = 'Smartcar Authentication SDK for iOS written in Swift 5.' s.description = <<-DESC diff --git a/SmartcarAuth/SCMode.swift b/SmartcarAuth/SCMode.swift index 312fb89..ee4b828 100644 --- a/SmartcarAuth/SCMode.swift +++ b/SmartcarAuth/SCMode.swift @@ -23,9 +23,9 @@ /** Enum to be used with the `mode` parameter for SmartcarAuth to determine which mode Connect will launch in - Live: Allows users to login with a real connected services account - Test: Allows users to connect to test vehicles using any credentials - Simualted: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard + - live: Allows users to login with a real connected services account + - test: Allows users to connect to test vehicles using any credentials + - simulated: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard */ public enum SCMode: String { case live diff --git a/SmartcarAuth/SmartcarAuth.swift b/SmartcarAuth/SmartcarAuth.swift index ff5c219..08675c2 100644 --- a/SmartcarAuth/SmartcarAuth.swift +++ b/SmartcarAuth/SmartcarAuth.swift @@ -51,7 +51,7 @@ Smartcar Authentication SDK for iOS written in Swift 5. - scope: An array of authorization scopes - completion: Callback function called upon the completion of the Smartcar Connect - testMode: Deprecated, please use `mode` instead. Optional, launch the Smartcar auth flow in test mode when set to true. Defaults to false. - - mode: Optional, determine what mode Smartcar Connect should be launched in. Should be one of test, live or simulated. If none specified, defaults to live mode. + - mode: Optional, determine what mode Smartcar Connect should be launched in. Should be one of .test, .live or .simulated. If none specified, defaults to live mode. */ public init( diff --git a/docs/Classes.html b/docs/Classes.html index 82ce327..e9aa6da 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -200,7 +200,7 @@

Declaration

diff --git a/docs/Classes/AuthorizationError.html b/docs/Classes/AuthorizationError.html index 7a14edc..26f24e9 100644 --- a/docs/Classes/AuthorizationError.html +++ b/docs/Classes/AuthorizationError.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -170,7 +170,7 @@

Declaration

diff --git a/docs/Classes/AuthorizationError/ErrorType.html b/docs/Classes/AuthorizationError/ErrorType.html index bed9e31..084008c 100644 --- a/docs/Classes/AuthorizationError/ErrorType.html +++ b/docs/Classes/AuthorizationError/ErrorType.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -276,7 +276,7 @@

Declaration

diff --git a/docs/Classes/SCUrlBuilder.html b/docs/Classes/SCUrlBuilder.html index 4d4e3fc..a2ce727 100644 --- a/docs/Classes/SCUrlBuilder.html +++ b/docs/Classes/SCUrlBuilder.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -539,7 +539,7 @@

Return Value

diff --git a/docs/Classes/SmartcarAuth.html b/docs/Classes/SmartcarAuth.html index f13a86b..ae57792 100644 --- a/docs/Classes/SmartcarAuth.html +++ b/docs/Classes/SmartcarAuth.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -188,7 +188,7 @@

Parameters

-

Optional, determine what mode Smartcar Connect should be launched in. Should be one of test, live or simulated. If none specified, defaults to live mode.

+

Optional, determine what mode Smartcar Connect should be launched in. Should be one of .test, .live or .simulated. If none specified, defaults to live mode.

@@ -372,7 +372,7 @@

Declaration

diff --git a/docs/Classes/VehicleInfo.html b/docs/Classes/VehicleInfo.html index b5274df..c761ed2 100644 --- a/docs/Classes/VehicleInfo.html +++ b/docs/Classes/VehicleInfo.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -170,7 +170,7 @@

Parameters

diff --git a/docs/Enums.html b/docs/Enums.html index 43619c8..40477ea 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -90,9 +90,11 @@

Enumerations

Enum to be used with the mode parameter for SmartcarAuth to determine which mode Connect will launch in

-

Live: Allows users to login with a real connected services account -Test: Allows users to connect to test vehicles using any credentials -Simualted: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard

+
    +
  • live: Allows users to login with a real connected services account
  • +
  • test: Allows users to connect to test vehicles using any credentials
  • +
  • simulated: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard
  • +
See more
@@ -112,7 +114,7 @@

Declaration

diff --git a/docs/Enums/SCMode.html b/docs/Enums/SCMode.html index 8364605..8359b3b 100644 --- a/docs/Enums/SCMode.html +++ b/docs/Enums/SCMode.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -78,9 +78,11 @@

SCMode

Enum to be used with the mode parameter for SmartcarAuth to determine which mode Connect will launch in

-

Live: Allows users to login with a real connected services account -Test: Allows users to connect to test vehicles using any credentials -Simualted: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard

+
    +
  • live: Allows users to login with a real connected services account
  • +
  • test: Allows users to connect to test vehicles using any credentials
  • +
  • simulated: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard
  • +
@@ -172,7 +174,7 @@

Declaration

diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes.html index 82ce327..e9aa6da 100644 --- a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -200,7 +200,7 @@

Declaration

diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/AuthorizationError.html b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/AuthorizationError.html index 7a14edc..26f24e9 100644 --- a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/AuthorizationError.html +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/AuthorizationError.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -170,7 +170,7 @@

Declaration

diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/AuthorizationError/ErrorType.html b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/AuthorizationError/ErrorType.html index bed9e31..084008c 100644 --- a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/AuthorizationError/ErrorType.html +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/AuthorizationError/ErrorType.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -276,7 +276,7 @@

Declaration

diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/SCUrlBuilder.html b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/SCUrlBuilder.html index 4d4e3fc..a2ce727 100644 --- a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/SCUrlBuilder.html +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/SCUrlBuilder.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -539,7 +539,7 @@

Return Value

diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/SmartcarAuth.html b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/SmartcarAuth.html index f13a86b..ae57792 100644 --- a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/SmartcarAuth.html +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/SmartcarAuth.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -188,7 +188,7 @@

Parameters

-

Optional, determine what mode Smartcar Connect should be launched in. Should be one of test, live or simulated. If none specified, defaults to live mode.

+

Optional, determine what mode Smartcar Connect should be launched in. Should be one of .test, .live or .simulated. If none specified, defaults to live mode.

@@ -372,7 +372,7 @@

Declaration

diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/VehicleInfo.html b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/VehicleInfo.html index b5274df..c761ed2 100644 --- a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/VehicleInfo.html +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Classes/VehicleInfo.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -170,7 +170,7 @@

Parameters

diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Enums.html index 43619c8..40477ea 100644 --- a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Enums.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -90,9 +90,11 @@

Enumerations

Enum to be used with the mode parameter for SmartcarAuth to determine which mode Connect will launch in

-

Live: Allows users to login with a real connected services account -Test: Allows users to connect to test vehicles using any credentials -Simualted: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard

+
    +
  • live: Allows users to login with a real connected services account
  • +
  • test: Allows users to connect to test vehicles using any credentials
  • +
  • simulated: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard
  • +
See more
@@ -112,7 +114,7 @@

Declaration

diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Enums/SCMode.html b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Enums/SCMode.html index 8364605..8359b3b 100644 --- a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Enums/SCMode.html +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/Enums/SCMode.html @@ -17,7 +17,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -78,9 +78,11 @@

SCMode

Enum to be used with the mode parameter for SmartcarAuth to determine which mode Connect will launch in

-

Live: Allows users to login with a real connected services account -Test: Allows users to connect to test vehicles using any credentials -Simualted: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard

+
    +
  • live: Allows users to login with a real connected services account
  • +
  • test: Allows users to connect to test vehicles using any credentials
  • +
  • simulated: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard
  • +
@@ -172,7 +174,7 @@

Declaration

diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/badge.svg b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/badge.svg new file mode 100644 index 0000000..e94cd69 --- /dev/null +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/badge.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + documentation + + + documentation + + + 62% + + + 62% + + + diff --git a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/index.html b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/index.html index 3bd9f9d..1f079ee 100644 --- a/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/SmartcarAuth.docset/Contents/Resources/Documents/index.html @@ -16,7 +16,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -161,7 +161,7 @@

License

diff --git a/docs/docsets/SmartcarAuth.tgz b/docs/docsets/SmartcarAuth.tgz index 08ea1ec..0f91313 100644 Binary files a/docs/docsets/SmartcarAuth.tgz and b/docs/docsets/SmartcarAuth.tgz differ diff --git a/docs/index.html b/docs/index.html index 3bd9f9d..1f079ee 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,7 @@
-

SmartcarAuth 4.2.0 Docs (62% documented)

+

SmartcarAuth 4.3.0 Docs (62% documented)

@@ -161,7 +161,7 @@

License