diff --git a/CHANGES.md b/CHANGES.md index c4369bf..8567823 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,11 @@ # Release Notes ## [Unreleased] + +## [1.1.1] +### Changed - Updated the project and source code to Swift 5 +- Updated podspec file ## [1.1.1] ### Changed diff --git a/Configs/MPGSDK.plist b/Configs/MPGSDK.plist index f7d23ae..6833e25 100644 --- a/Configs/MPGSDK.plist +++ b/Configs/MPGSDK.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 1.1.1 + 1.1.2 NSHumanReadableCopyright Copyright © 2017 Mastercard Payment Gateway Services. All rights reserved. NSPrincipalClass diff --git a/Configs/MPGSDKTests.plist b/Configs/MPGSDKTests.plist index fa620d7..660725c 100644 --- a/Configs/MPGSDKTests.plist +++ b/Configs/MPGSDKTests.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.1.1 + 1.1.2 diff --git a/MPGSDK.xcodeproj/project.pbxproj b/MPGSDK.xcodeproj/project.pbxproj index 8b75af2..a818066 100644 --- a/MPGSDK.xcodeproj/project.pbxproj +++ b/MPGSDK.xcodeproj/project.pbxproj @@ -372,7 +372,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.1.1; + CURRENT_PROJECT_VERSION = 1.1.2; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -432,7 +432,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.1.1; + CURRENT_PROJECT_VERSION = 1.1.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -461,9 +461,10 @@ APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + CURRENT_PROJECT_VERSION = 1.1.2; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1.1.1; + DYLIB_CURRENT_VERSION = 1.1.2; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Configs/MPGSDK.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -485,9 +486,10 @@ APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + CURRENT_PROJECT_VERSION = 1.1.2; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1.1.1; + DYLIB_CURRENT_VERSION = 1.1.2; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Configs/MPGSDK.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; diff --git a/docs/Classes.html b/docs/Classes.html index 7ddcf58..10506fb 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -163,8 +163,8 @@

Declaration

diff --git a/docs/Classes/Gateway.html b/docs/Classes/Gateway.html index 133e2e5..aaca872 100644 --- a/docs/Classes/Gateway.html +++ b/docs/Classes/Gateway.html @@ -345,8 +345,8 @@

Declaration

diff --git a/docs/Classes/Gateway3DSecureViewController.html b/docs/Classes/Gateway3DSecureViewController.html index 80c891e..e2dcc89 100644 --- a/docs/Classes/Gateway3DSecureViewController.html +++ b/docs/Classes/Gateway3DSecureViewController.html @@ -392,8 +392,8 @@

Declaration

diff --git a/docs/Enums.html b/docs/Enums.html index 0da1757..fbe66d6 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -299,8 +299,8 @@

Declaration

diff --git a/docs/Enums/Gateway3DSecureError.html b/docs/Enums/Gateway3DSecureError.html index 47a1097..088f463 100644 --- a/docs/Enums/Gateway3DSecureError.html +++ b/docs/Enums/Gateway3DSecureError.html @@ -165,8 +165,8 @@

Declaration

diff --git a/docs/Enums/Gateway3DSecureResult.html b/docs/Enums/Gateway3DSecureResult.html index 9ae4010..59320c6 100644 --- a/docs/Enums/Gateway3DSecureResult.html +++ b/docs/Enums/Gateway3DSecureResult.html @@ -192,8 +192,8 @@

Declaration

diff --git a/docs/Enums/GatewayError.html b/docs/Enums/GatewayError.html index 04c833b..81ba590 100644 --- a/docs/Enums/GatewayError.html +++ b/docs/Enums/GatewayError.html @@ -213,8 +213,8 @@

Declaration

diff --git a/docs/Enums/GatewayRegion.html b/docs/Enums/GatewayRegion.html index 46c0c75..b657c7d 100644 --- a/docs/Enums/GatewayRegion.html +++ b/docs/Enums/GatewayRegion.html @@ -214,8 +214,8 @@

Declaration

diff --git a/docs/Enums/GatewayResult.html b/docs/Enums/GatewayResult.html index a8e467b..4ffcfe6 100644 --- a/docs/Enums/GatewayResult.html +++ b/docs/Enums/GatewayResult.html @@ -219,8 +219,8 @@

Declaration

diff --git a/docs/Enums/HTTPMethod.html b/docs/Enums/HTTPMethod.html index 659fbac..f19a08c 100644 --- a/docs/Enums/HTTPMethod.html +++ b/docs/Enums/HTTPMethod.html @@ -268,8 +268,8 @@

Declaration

diff --git a/docs/Protocols.html b/docs/Protocols.html index 3782bd4..0ca7e63 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -156,8 +156,8 @@

Declaration

diff --git a/docs/Protocols/JSONDecoderProtocol.html b/docs/Protocols/JSONDecoderProtocol.html index 8672a4f..cd4a699 100644 --- a/docs/Protocols/JSONDecoderProtocol.html +++ b/docs/Protocols/JSONDecoderProtocol.html @@ -133,8 +133,8 @@

Declaration

diff --git a/docs/Protocols/JSONEncoderProtocol.html b/docs/Protocols/JSONEncoderProtocol.html index f116b87..28ecd1a 100644 --- a/docs/Protocols/JSONEncoderProtocol.html +++ b/docs/Protocols/JSONEncoderProtocol.html @@ -133,8 +133,8 @@

Declaration

diff --git a/docs/Structs.html b/docs/Structs.html index 561edcb..aafe8e0 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -128,8 +128,8 @@

Declaration

diff --git a/docs/Structs/GatewayMap.html b/docs/Structs/GatewayMap.html index 1732dbe..4a0fb38 100644 --- a/docs/Structs/GatewayMap.html +++ b/docs/Structs/GatewayMap.html @@ -528,8 +528,8 @@

Declaration

diff --git a/docs/Structs/GatewayMap/DecodingError.html b/docs/Structs/GatewayMap/DecodingError.html index 5877fcf..ee9b715 100644 --- a/docs/Structs/GatewayMap/DecodingError.html +++ b/docs/Structs/GatewayMap/DecodingError.html @@ -137,8 +137,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes.html index 7ddcf58..10506fb 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes.html @@ -163,8 +163,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes/Gateway.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes/Gateway.html index 133e2e5..aaca872 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes/Gateway.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes/Gateway.html @@ -345,8 +345,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes/Gateway3DSecureViewController.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes/Gateway3DSecureViewController.html index 80c891e..e2dcc89 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes/Gateway3DSecureViewController.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Classes/Gateway3DSecureViewController.html @@ -392,8 +392,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums.html index 0da1757..fbe66d6 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums.html @@ -299,8 +299,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/Gateway3DSecureError.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/Gateway3DSecureError.html index 47a1097..088f463 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/Gateway3DSecureError.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/Gateway3DSecureError.html @@ -165,8 +165,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/Gateway3DSecureResult.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/Gateway3DSecureResult.html index 9ae4010..59320c6 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/Gateway3DSecureResult.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/Gateway3DSecureResult.html @@ -192,8 +192,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayError.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayError.html index 04c833b..81ba590 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayError.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayError.html @@ -213,8 +213,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayRegion.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayRegion.html index 46c0c75..b657c7d 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayRegion.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayRegion.html @@ -214,8 +214,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayResult.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayResult.html index a8e467b..4ffcfe6 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayResult.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/GatewayResult.html @@ -219,8 +219,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/HTTPMethod.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/HTTPMethod.html index 659fbac..f19a08c 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/HTTPMethod.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Enums/HTTPMethod.html @@ -268,8 +268,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols.html index 3782bd4..0ca7e63 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols.html @@ -156,8 +156,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols/JSONDecoderProtocol.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols/JSONDecoderProtocol.html index 8672a4f..cd4a699 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols/JSONDecoderProtocol.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols/JSONDecoderProtocol.html @@ -133,8 +133,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols/JSONEncoderProtocol.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols/JSONEncoderProtocol.html index f116b87..28ecd1a 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols/JSONEncoderProtocol.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Protocols/JSONEncoderProtocol.html @@ -133,8 +133,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs.html index 561edcb..aafe8e0 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs.html @@ -128,8 +128,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs/GatewayMap.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs/GatewayMap.html index 1732dbe..4a0fb38 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs/GatewayMap.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs/GatewayMap.html @@ -528,8 +528,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs/GatewayMap/DecodingError.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs/GatewayMap/DecodingError.html index 5877fcf..ee9b715 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs/GatewayMap/DecodingError.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/Structs/GatewayMap/DecodingError.html @@ -137,8 +137,8 @@

Declaration

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/index.html b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/index.html index db4f386..10145d5 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/index.html @@ -103,7 +103,7 @@

Scope

Once you have updated a session with card information from the app, you may then perform a variety of operations using this session from your secure server. Some of these operations include creating an authorization or payment, creating a card token to save card information for a customer, etc. Refer to your gateway integration guide for more details on how a Session can be used in your application.

Compatibility

-

The gateway SDK requires iOS 8+ and is compatible with Swift 4 projects. Therefore you must use Xcode 9 when using the Gateway SDK.

+

The Gateway SDK requires a minimum of iOS 8+ and is compatible with Swift 5 projects. Therefore, the GatewaySDK requires Xcode 10.2 or newer.

Installation

We recommend using Carthage to integrate the Gateway SDK into your project.

@@ -153,8 +153,8 @@

Apple Pay

diff --git a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/undocumented.json b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/undocumented.json index 82530b1..0ee736f 100644 --- a/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/undocumented.json +++ b/docs/docsets/MPGSDK.docset/Contents/Resources/Documents/undocumented.json @@ -38,14 +38,14 @@ { "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", "line": 25, - "symbol": "Gateway3DSecureResult.completed", + "symbol": "Gateway3DSecureResult.completed(gatewayResult:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", "line": 26, - "symbol": "Gateway3DSecureResult.error", + "symbol": "Gateway3DSecureResult.error(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, @@ -115,14 +115,14 @@ { "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayError.swift", "line": 20, - "symbol": "GatewayError.failedRequest", + "symbol": "GatewayError.failedRequest(_:_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayError.swift", "line": 21, - "symbol": "GatewayError.invalidAPIVersion", + "symbol": "GatewayError.invalidAPIVersion(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, @@ -136,7 +136,7 @@ { "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayMap.swift", "line": 27, - "symbol": "GatewayMap.DecodingError.invalidData", + "symbol": "GatewayMap.DecodingError.invalidData(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, @@ -178,14 +178,14 @@ { "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayResult.swift", "line": 24, - "symbol": "GatewayResult.success", + "symbol": "GatewayResult.success(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayResult.swift", "line": 25, - "symbol": "GatewayResult.error", + "symbol": "GatewayResult.error(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, diff --git a/docs/docsets/MPGSDK.tgz b/docs/docsets/MPGSDK.tgz index 8a6e1d6..cc4fb11 100644 Binary files a/docs/docsets/MPGSDK.tgz and b/docs/docsets/MPGSDK.tgz differ diff --git a/docs/index.html b/docs/index.html index db4f386..10145d5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -103,7 +103,7 @@

Scope

Once you have updated a session with card information from the app, you may then perform a variety of operations using this session from your secure server. Some of these operations include creating an authorization or payment, creating a card token to save card information for a customer, etc. Refer to your gateway integration guide for more details on how a Session can be used in your application.

Compatibility

-

The gateway SDK requires iOS 8+ and is compatible with Swift 4 projects. Therefore you must use Xcode 9 when using the Gateway SDK.

+

The Gateway SDK requires a minimum of iOS 8+ and is compatible with Swift 5 projects. Therefore, the GatewaySDK requires Xcode 10.2 or newer.

Installation

We recommend using Carthage to integrate the Gateway SDK into your project.

@@ -153,8 +153,8 @@

Apple Pay

diff --git a/docs/undocumented.json b/docs/undocumented.json index 0ee736f..3b4524c 100644 --- a/docs/undocumented.json +++ b/docs/undocumented.json @@ -1,257 +1,257 @@ { "warnings": [ { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Coding.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Coding.swift", "line": 19, "symbol": "JSONEncoderProtocol", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Coding.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Coding.swift", "line": 20, "symbol": "JSONEncoderProtocol.encode(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Coding.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Coding.swift", "line": 25, "symbol": "JSONDecoderProtocol", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Coding.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Coding.swift", "line": 26, "symbol": "JSONDecoderProtocol.decode(_:from:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway+URLSessionDelegate.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway+URLSessionDelegate.swift", "line": 21, "symbol": "Gateway.urlSession(_:didReceive:completionHandler:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 25, "symbol": "Gateway3DSecureResult.completed(gatewayResult:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 26, "symbol": "Gateway3DSecureResult.error(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 27, "symbol": "Gateway3DSecureResult.cancelled", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 36, "symbol": "Gateway3DSecureError.missingGatewayResponse", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 37, "symbol": "Gateway3DSecureError.mappingError", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 57, "symbol": "Gateway3DSecureViewController.init(nibName:bundle:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 62, "symbol": "Gateway3DSecureViewController.init(coder:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 138, "symbol": "Gateway3DSecureViewController.webView(_:didStartProvisionalNavigation:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 142, "symbol": "Gateway3DSecureViewController.webView(_:didFinish:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/Gateway3DSecureViewController.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/Gateway3DSecureViewController.swift", "line": 146, "symbol": "Gateway3DSecureViewController.webView(_:decidePolicyFor:decisionHandler:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayError.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayError.swift", "line": 19, "symbol": "GatewayError", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayError.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayError.swift", "line": 20, "symbol": "GatewayError.failedRequest(_:_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayError.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayError.swift", "line": 21, "symbol": "GatewayError.invalidAPIVersion(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayError.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayError.swift", "line": 22, "symbol": "GatewayError.missingResponse", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayMap.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayMap.swift", "line": 27, "symbol": "GatewayMap.DecodingError.invalidData(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayRegion.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayRegion.swift", "line": 19, "symbol": "GatewayRegion", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayRegion.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayRegion.swift", "line": 20, "symbol": "GatewayRegion.asiaPacific", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayRegion.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayRegion.swift", "line": 21, "symbol": "GatewayRegion.europe", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayRegion.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayRegion.swift", "line": 22, "symbol": "GatewayRegion.northAmerica", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayRegion.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayRegion.swift", "line": 23, "symbol": "GatewayRegion.mtf", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayResult.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayResult.swift", "line": 24, "symbol": "GatewayResult.success(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayResult.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayResult.swift", "line": 25, "symbol": "GatewayResult.error(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayResult.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayResult.swift", "line": 27, "symbol": "GatewayResult.init(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/GatewayResult.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/GatewayResult.swift", "line": 31, "symbol": "GatewayResult.init(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/HTTPMethod.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/HTTPMethod.swift", "line": 19, "symbol": "HTTPMethod", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/HTTPMethod.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/HTTPMethod.swift", "line": 20, "symbol": "HTTPMethod.get", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/HTTPMethod.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/HTTPMethod.swift", "line": 21, "symbol": "HTTPMethod.put", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/HTTPMethod.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/HTTPMethod.swift", "line": 22, "symbol": "HTTPMethod.post", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/HTTPMethod.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/HTTPMethod.swift", "line": 23, "symbol": "HTTPMethod.delete", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/HTTPMethod.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/HTTPMethod.swift", "line": 24, "symbol": "HTTPMethod.head", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/e0350161/simplify/mpg-sdk-ios/Sources/HTTPMethod.swift", + "file": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk/Sources/HTTPMethod.swift", "line": 25, "symbol": "HTTPMethod.trace", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" } ], - "source_directory": "/Users/e0350161/simplify/mpg-sdk-ios" + "source_directory": "/Users/andrewjoyce/Documents/dev/GitHub/gateway-ios-sdk" } \ No newline at end of file