From 52e631d4431d5b49d53c0605bc9b6afb1ccbaf44 Mon Sep 17 00:00:00 2001 From: Jaspreet Kaur Saini Date: Mon, 29 Mar 2021 16:31:52 -0700 Subject: [PATCH] Development (#113) Release 1.0.0-beta12 --- .travis.yml | 10 +++++----- CHANGELOG.md | 4 ++++ HyperwalletSDK.podspec | 2 +- HyperwalletSDK.xcodeproj/project.pbxproj | 22 +++++++++++++++++++++- README.md | 4 ++-- Sources/Info.plist | 2 +- 6 files changed, 34 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 595d3181..a10e8cff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: swift -osx_image: xcode11.7 +osx_image: xcode12.2 os: osx branches: only: @@ -15,7 +15,7 @@ env: - IOS_FRAMEWORK_SCHEME="HyperwalletSDK" matrix: - - ios_version='13.7' ios_device='iPhone 11' scheme="$IOS_FRAMEWORK_SCHEME" platform='iOS Simulator' + - ios_version='14.2' ios_device='iPhone 11' scheme="$IOS_FRAMEWORK_SCHEME" platform='iOS Simulator' before_install: # Boot the emulator by ID - | @@ -24,13 +24,13 @@ before_install: # List all emulator available - xcrun simctl list # Update the brew and build dependencies tools - - brew outdated carthage || brew upgrade carthage - - carthage bootstrap --verbose --no-use-binaries --platform iOS --cache-builds + - brew update && brew upgrade carthage + - carthage update --platform ios --use-xcframeworks --cache-builds --no-use-binaries - gem i slather # Force to update the Swiftlint to the last stable version - brew outdated swiftlint || brew upgrade swiftlint # Print the booted emulator - - xcrun simctl list | grep "(Booted)" + #- xcrun simctl list | grep "(Booted)" # Print the swiftlint version - swiftlint version # Installing Jazzy diff --git a/CHANGELOG.md b/CHANGELOG.md index 5289746d..a7c188b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +[1.0.0-beta12](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta12) +------------------- +- Added support for iOS 14 + [1.0.0-beta11](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta11) ------------------- - Support Paper Check as a transfer method diff --git a/HyperwalletSDK.podspec b/HyperwalletSDK.podspec index aa5bcdb9..56b82355 100644 --- a/HyperwalletSDK.podspec +++ b/HyperwalletSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'HyperwalletSDK' - spec.version = '1.0.0-beta11' + spec.version = '1.0.0-beta12' spec.summary = 'Hyperwallet Core SDK for iOS to integrate with Hyperwallet Platform' spec.homepage = 'https://github.com/hyperwallet/hyperwallet-ios-sdk' spec.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/HyperwalletSDK.xcodeproj/project.pbxproj b/HyperwalletSDK.xcodeproj/project.pbxproj index 651824ca..6073290a 100644 --- a/HyperwalletSDK.xcodeproj/project.pbxproj +++ b/HyperwalletSDK.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 50; + objectVersion = 52; objects = { /* Begin PBXBuildFile section */ @@ -143,6 +143,8 @@ FD536D072579F98B0056DC2D /* HyperwalletTransferMethodUpdateConfigurationQueries.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD536D062579F98B0056DC2D /* HyperwalletTransferMethodUpdateConfigurationQueries.swift */; }; FD536D09257A3C610056DC2D /* HyperwalletTransferMethodUpdateConfigurationField.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD536D08257A3C610056DC2D /* HyperwalletTransferMethodUpdateConfigurationField.swift */; }; FD536D0C257A60CE0056DC2D /* HyperwalletTransferMethodUpdateConfigurationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD536D0A257A60920056DC2D /* HyperwalletTransferMethodUpdateConfigurationTests.swift */; }; + FD8C499325E014E30062A440 /* Hippolyte.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD8C499225E014E30062A440 /* Hippolyte.xcframework */; }; + FD8C499425E014E30062A440 /* Hippolyte.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FD8C499225E014E30062A440 /* Hippolyte.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; FDD2F4CF2580AFB0008E4CFC /* TransferMethodUpdateConfigurationFieldsPaypalResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = FDD2F4CE2580AFB0008E4CFC /* TransferMethodUpdateConfigurationFieldsPaypalResponse.json */; }; FDD2F4D12580B1D0008E4CFC /* TransferMethodUpdateConfigurationFieldsBankCardResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = FDD2F4D02580B1D0008E4CFC /* TransferMethodUpdateConfigurationFieldsBankCardResponse.json */; }; FDF2E7A6257E06D600589076 /* TransferMethodUpdateConfigurationFieldsResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = FDF2E7A5257E06D600589076 /* TransferMethodUpdateConfigurationFieldsResponse.json */; }; @@ -159,6 +161,20 @@ }; /* End PBXContainerItemProxy section */ +/* Begin PBXCopyFilesBuildPhase section */ + FD8C499525E014E30062A440 /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + FD8C499425E014E30062A440 /* Hippolyte.xcframework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + /* Begin PBXFileReference section */ 0733FE082277C191000FB92A /* HyperwalletPayPalAccount.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HyperwalletPayPalAccount.swift; sourceTree = ""; }; 0733FE2A2277C743000FB92A /* HyperwalletPayPalAccountTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HyperwalletPayPalAccountTests.swift; sourceTree = ""; }; @@ -295,6 +311,7 @@ FD536D062579F98B0056DC2D /* HyperwalletTransferMethodUpdateConfigurationQueries.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HyperwalletTransferMethodUpdateConfigurationQueries.swift; sourceTree = ""; }; FD536D08257A3C610056DC2D /* HyperwalletTransferMethodUpdateConfigurationField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HyperwalletTransferMethodUpdateConfigurationField.swift; sourceTree = ""; }; FD536D0A257A60920056DC2D /* HyperwalletTransferMethodUpdateConfigurationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HyperwalletTransferMethodUpdateConfigurationTests.swift; sourceTree = ""; }; + FD8C499225E014E30062A440 /* Hippolyte.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = Hippolyte.xcframework; path = Carthage/Build/Hippolyte.xcframework; sourceTree = ""; }; FDD2F4CE2580AFB0008E4CFC /* TransferMethodUpdateConfigurationFieldsPaypalResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = TransferMethodUpdateConfigurationFieldsPaypalResponse.json; sourceTree = ""; }; FDD2F4D02580B1D0008E4CFC /* TransferMethodUpdateConfigurationFieldsBankCardResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = TransferMethodUpdateConfigurationFieldsBankCardResponse.json; sourceTree = ""; }; FDF2E7A5257E06D600589076 /* TransferMethodUpdateConfigurationFieldsResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = TransferMethodUpdateConfigurationFieldsResponse.json; sourceTree = ""; }; @@ -305,6 +322,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + FD8C499325E014E30062A440 /* Hippolyte.xcframework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -691,6 +709,7 @@ DBE45605225F3D1A000C9A0B /* Frameworks */ = { isa = PBXGroup; children = ( + FD8C499225E014E30062A440 /* Hippolyte.xcframework */, DB2A3B0D2261D4260049F891 /* Hippolyte.framework */, ); name = Frameworks; @@ -719,6 +738,7 @@ 98101DB72238A2F000BA04CA /* Frameworks */, 98101DB82238A2F000BA04CA /* Resources */, DBCA37C3225E52DA00CD4137 /* Swiftlint */, + FD8C499525E014E30062A440 /* Embed Frameworks */, ); buildRules = ( ); diff --git a/README.md b/README.md index d0c90f60..805ebe9d 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ Use [Carthage](https://github.com/Carthage/Carthage) or [CocoaPods](https://coco ### Carthage Specify it in your Cartfile: ```ogdl -github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta11" +github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta12" ``` ### CocoaPods Specify it in your Podfile: ```ruby -pod 'HyperwalletSDK', '~> 1.0.0-beta11' +pod 'HyperwalletSDK', '~> 1.0.0-beta12' ``` ## Initialization diff --git a/Sources/Info.plist b/Sources/Info.plist index e344d37e..1d46ffc9 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -21,6 +21,6 @@ CFBundleVersion $(CURRENT_PROJECT_VERSION) TAG_VERSION - 1.0.0-beta11 + 1.0.0-beta12