Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
button-bot authored and wessmith committed Sep 3, 2024
1 parent ee23b82 commit b1b0836
Show file tree
Hide file tree
Showing 78 changed files with 13,437 additions and 607 deletions.
2 changes: 1 addition & 1 deletion ButtonMerchant.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ButtonMerchant'
s.version = '1.7.0'
s.version = '1.7.1'
s.summary = 'An open source client library for Button merchants.'
s.description = <<-DESC
The Button Merchant library is a light-weight, open-source method
Expand Down
30 changes: 4 additions & 26 deletions ButtonMerchant.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@
FB78CAE12618F9360076D9C3 /* Customer.m in Sources */ = {isa = PBXBuildFile; fileRef = FB78CAE02618F9360076D9C3 /* Customer.m */; };
FB78CBC6261A6C110076D9C3 /* CustomerCompatibilityTest.m in Sources */ = {isa = PBXBuildFile; fileRef = FB78CBC5261A6C110076D9C3 /* CustomerCompatibilityTest.m */; };
FB78CBCC261A6C4F0076D9C3 /* Customer.m in Sources */ = {isa = PBXBuildFile; fileRef = FB78CAE02618F9360076D9C3 /* Customer.m */; };
FBEBC8BB25434A5700AAE9E5 /* AppIntegrationVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBEBC8BA25434A5700AAE9E5 /* AppIntegrationVerification.swift */; };
FBEBC8CD2543557D00AAE9E5 /* UIApplicationExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBEBC8CC2543557D00AAE9E5 /* UIApplicationExtensions.swift */; };
FBEBC8DF2543576A00AAE9E5 /* TestApplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBEBC8DE2543576A00AAE9E5 /* TestApplication.swift */; };
FBEBC92125435D5900AAE9E5 /* TestAppIntegrationVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBEBC92025435D5900AAE9E5 /* TestAppIntegrationVerification.swift */; };
FBEBC92825436AFA00AAE9E5 /* AppIntegrationVerificationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBEBC92725436AFA00AAE9E5 /* AppIntegrationVerificationTests.swift */; };
FBEBC99625437E1700AAE9E5 /* ButtonMerchantError.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBEBC99525437E1700AAE9E5 /* ButtonMerchantError.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -335,11 +330,6 @@
FB78CADF2618F9360076D9C3 /* Customer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Customer.h; sourceTree = "<group>"; };
FB78CAE02618F9360076D9C3 /* Customer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Customer.m; sourceTree = "<group>"; };
FB78CBC5261A6C110076D9C3 /* CustomerCompatibilityTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CustomerCompatibilityTest.m; sourceTree = "<group>"; };
FBEBC8BA25434A5700AAE9E5 /* AppIntegrationVerification.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppIntegrationVerification.swift; sourceTree = "<group>"; };
FBEBC8CC2543557D00AAE9E5 /* UIApplicationExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIApplicationExtensions.swift; sourceTree = "<group>"; };
FBEBC8DE2543576A00AAE9E5 /* TestApplication.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestApplication.swift; sourceTree = "<group>"; };
FBEBC92025435D5900AAE9E5 /* TestAppIntegrationVerification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestAppIntegrationVerification.swift; sourceTree = "<group>"; };
FBEBC92725436AFA00AAE9E5 /* AppIntegrationVerificationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIntegrationVerificationTests.swift; sourceTree = "<group>"; };
FBEBC99525437E1700AAE9E5 /* ButtonMerchantError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonMerchantError.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -457,7 +447,6 @@
FB5AA6AC24D0A19B0057F3A0 /* ApplicationIdTests.swift */,
DAA3F29A24E305790046DA61 /* ButtonProductTests.swift */,
DAD885D024E41B4100E138BF /* ActivityRequestBodyTests.swift */,
FBEBC92725436AFA00AAE9E5 /* AppIntegrationVerificationTests.swift */,
DE175A2320A0EF12005C97B9 /* Extensions */,
DEE61B2B206569EA0039E47A /* TestExtensions */,
DA0FA2A1205C1EE8008296A6 /* TestObjects */,
Expand Down Expand Up @@ -553,7 +542,6 @@
DA756B8222B33762003397E3 /* URLAuthenticationChallengeExtensions.swift */,
DA756B8422B3378B003397E3 /* URLProtectionSpaceExtensions.swift */,
9E56CE5822B8049C00E75884 /* StringExtensions.swift */,
FBEBC8CC2543557D00AAE9E5 /* UIApplicationExtensions.swift */,
DE59498C28F49FA200FD9737 /* ButtonMerchantExtensions.swift */,
DED9E4B12BD0D667004F24F3 /* ButtonMerchantDeprecations.swift */,
);
Expand All @@ -563,7 +551,6 @@
9EAA60C8207ACA3800D21601 /* Foundation */ = {
isa = PBXGroup;
children = (
FBEBC8DE2543576A00AAE9E5 /* TestApplication.swift */,
9E4C496920616B130053E4CA /* TestUserDefaults.swift */,
9E6F4342206C171F004242A1 /* TestURLSession.swift */,
9E5475E3206D91A900947A1C /* TestURLSessionDataTask.swift */,
Expand Down Expand Up @@ -595,7 +582,6 @@
DA191A2322D4F75B00ED88B9 /* TestReportOrderRequest.swift */,
DA191A2522D5261100ED88B9 /* TestRetryPolicy.swift */,
9EAA60C8207ACA3800D21601 /* Foundation */,
FBEBC92025435D5900AAE9E5 /* TestAppIntegrationVerification.swift */,
);
path = TestObjects;
sourceTree = "<group>";
Expand Down Expand Up @@ -676,7 +662,6 @@
isa = PBXGroup;
children = (
DE8F54BD2BCDC8F800DB880B /* Resources */,
FBEBC8BA25434A5700AAE9E5 /* AppIntegrationVerification.swift */,
DE175A1920A09BB1005C97B9 /* Version */,
DE865F792052F90600F4054D /* ButtonMerchant.swift */,
FBEBC99525437E1700AAE9E5 /* ButtonMerchantError.swift */,
Expand Down Expand Up @@ -1178,7 +1163,6 @@
buildActionMask = 2147483647;
files = (
DE175A1C20A09DEA005C97B9 /* Version.generated.swift in Sources */,
FBEBC8BB25434A5700AAE9E5 /* AppIntegrationVerification.swift in Sources */,
9EB1B0A0207AB43E00BE0A1A /* System.swift in Sources */,
DAE8B96F22AF5F0700D11AF9 /* TrustEvaluator.swift in Sources */,
DE2F7450208F6552001E4BD6 /* ConfigurationError.swift in Sources */,
Expand All @@ -1203,7 +1187,6 @@
9E2B4315206C12BC009F2886 /* URLSessionExtensions.swift in Sources */,
9E9CDEA72076BD7900A1424C /* Order.swift in Sources */,
DA4AF05720869966002C3E0E /* NotificationCenterExtensions.swift in Sources */,
FBEBC8CD2543557D00AAE9E5 /* UIApplicationExtensions.swift in Sources */,
DA2F912222A83FEE000054D6 /* SessionDelegate.swift in Sources */,
DA756B8322B33762003397E3 /* URLAuthenticationChallengeExtensions.swift in Sources */,
9EFF2B5A2065965000250269 /* UserDefaultsExtensions.swift in Sources */,
Expand Down Expand Up @@ -1239,7 +1222,6 @@
9EDED110208FA3930049A56A /* UserAgentTests.swift in Sources */,
DA0FA2A3205C1EF2008296A6 /* TestCore.swift in Sources */,
DA29D894209CF34D00537806 /* UIDeviceTests.swift in Sources */,
FBEBC92125435D5900AAE9E5 /* TestAppIntegrationVerification.swift in Sources */,
DA29D892209CDC3100537806 /* URLSessionTests.swift in Sources */,
DA756B7922B2DB67003397E3 /* SessionDelegateTests.swift in Sources */,
FB70030B24CF46260050E021 /* AppEventsRequestBodyTests.swift in Sources */,
Expand All @@ -1251,10 +1233,8 @@
DCF4AD0722B7E31C000DA3B2 /* ReportOrderBodyTests.swift in Sources */,
DEE61B2D20656A090039E47A /* XCTestExtensions.swift in Sources */,
9E77202520607331005F740B /* ButtonMerchantTests.swift in Sources */,
FBEBC8DF2543576A00AAE9E5 /* TestApplication.swift in Sources */,
DA756B8722B3ECE9003397E3 /* TrustEvaluatorTests.swift in Sources */,
9E76FEB32090EEC700BDC844 /* TestUserAgent.swift in Sources */,
FBEBC92825436AFA00AAE9E5 /* AppIntegrationVerificationTests.swift in Sources */,
9EAA60C5207AC9AC00D21601 /* TestFileManager.swift in Sources */,
9E5475E2206D7E0C00947A1C /* ClientTests.swift in Sources */,
DA756B6F22B2B717003397E3 /* PEMCertificateTests.swift in Sources */,
Expand Down Expand Up @@ -1395,7 +1375,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1446,7 +1426,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down Expand Up @@ -1515,7 +1495,6 @@
DEVELOPMENT_TEAM = 39F27QYP2C;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Tests/IntegrationTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1545,7 +1524,6 @@
DEVELOPMENT_TEAM = 39F27QYP2C;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Tests/IntegrationTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1640,6 +1618,7 @@
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1678,6 +1657,7 @@
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1709,7 +1689,6 @@
DEVELOPMENT_TEAM = 39F27QYP2C;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Tests/UnitTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1737,7 +1716,6 @@
DEVELOPMENT_TEAM = 39F27QYP2C;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Tests/UnitTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
48 changes: 25 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.915.0)
aws-sdk-core (3.192.0)
aws-partitions (1.970.0)
aws-sdk-core (3.202.2)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.79.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.147.0)
aws-sdk-core (~> 3, >= 3.192.0)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.159.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
Expand Down Expand Up @@ -96,7 +96,7 @@ GEM
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.110.0)
excon (0.111.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand All @@ -118,15 +118,15 @@ GEM
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.3.1)
fastlane (2.220.0)
fastlane (2.222.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -187,7 +187,7 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.31.0)
google-apis-core (>= 0.11.0, < 2.a)
google-cloud-core (1.7.0)
google-cloud-core (1.7.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
Expand All @@ -208,7 +208,7 @@ GEM
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
highline (2.0.3)
http-cookie (1.0.5)
http-cookie (1.0.7)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.4)
Expand All @@ -225,16 +225,16 @@ GEM
xcinvoke (~> 0.3.0)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
liferaft (0.0.6)
mini_magick (4.12.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.4.0)
multipart-post (2.4.1)
mustache (1.1.1)
mutex_m (0.2.0)
nanaimo (0.3.0)
Expand All @@ -258,7 +258,8 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.6)
rexml (3.3.6)
strscan
rouge (2.0.7)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
Expand All @@ -282,6 +283,7 @@ GEM
xcodeproj (~> 1.21)
sqlite3 (1.5.4)
mini_portile2 (~> 2.8.0)
strscan (3.1.0)
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -299,13 +301,13 @@ GEM
word_wrap (1.0.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.24.0)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
rexml (>= 3.3.2, < 4.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://cdn.cocoapods.org/'

platform :ios, '9.0'
platform :ios, '12.0'
use_frameworks!

pod 'SwiftLint'
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ SPEC REPOS:
SPEC CHECKSUMS:
SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea

PODFILE CHECKSUM: 652cb6e78be2f97c0e2a5f3885b6be555b5af666
PODFILE CHECKSUM: 0388c5ebbe2f99807857721ac448e90396727f9e

COCOAPODS: 1.15.2
Loading

0 comments on commit b1b0836

Please sign in to comment.