Skip to content

Commit

Permalink
- Fixed test target dependencies setup (#60)
Browse files Browse the repository at this point in the history
* - Fixed test target dependencies setup

* - Version bump
  • Loading branch information
stpopa authored Aug 7, 2020
1 parent 25bb7bb commit 001c698
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion JudoKit-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JudoKit-iOS'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'Judo Pay Full iOS Client Kit'
s.homepage = 'https://www.judopay.com/'
s.license = 'MIT'
Expand Down
18 changes: 6 additions & 12 deletions JudoKit_iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
01AE3A31246034C60050952E /* OHHTTPStubs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 010A9D0E24601B680064316D /* OHHTTPStubs.framework */; };
01AE3A32246034C70050952E /* OHHTTPStubs.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 010A9D0E24601B680064316D /* OHHTTPStubs.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
01AE3A33246034D80050952E /* DeviceDNA.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 072AFF442451E7C70038A417 /* DeviceDNA.framework */; };
01AE3A34246034D80050952E /* DeviceDNA.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 072AFF442451E7C70038A417 /* DeviceDNA.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
01AE3A3B246053AD0050952E /* OHHTTPStubs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 010A9D0E24601B680064316D /* OHHTTPStubs.framework */; };
0701930224811DC400401E45 /* ZappMerchantLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0701930124811DC400401E45 /* ZappMerchantLib.framework */; };
0701930324811DC400401E45 /* ZappMerchantLib.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0701930124811DC400401E45 /* ZappMerchantLib.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
070F1FF4243B23FF005D8FAB /* JPConfigurationValidationService.h in Headers */ = {isa = PBXBuildFile; fileRef = 070F1FF2243B23FF005D8FAB /* JPConfigurationValidationService.h */; };
Expand Down Expand Up @@ -319,6 +316,7 @@
4416C3A22451A4060002870C /* JudoKit_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B678B561C6CE5190001DC2F /* JudoKit_iOS.framework */; platformFilter = ios; };
4431198C24B3345200BF961C /* JPRequest+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4431198A24B3345200BF961C /* JPRequest+Additions.m */; };
4431198D24B3345200BF961C /* JPRequest+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4431198B24B3345200BF961C /* JPRequest+Additions.h */; };
4490AD7524DD722800948F7F /* OHHTTPStubs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4490AD7424DD722800948F7F /* OHHTTPStubs.framework */; };
4492115F2469DC7200DF6D14 /* JPTheme.h in Headers */ = {isa = PBXBuildFile; fileRef = 3000727523F6AB540099F3C5 /* JPTheme.h */; settings = {ATTRIBUTES = (Public, ); }; };
449211622469E7A200DF6D14 /* JPTransactionMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 449211612469E7A200DF6D14 /* JPTransactionMode.h */; settings = {ATTRIBUTES = (Public, ); }; };
449211642469E7F600DF6D14 /* JPTransactionType.h in Headers */ = {isa = PBXBuildFile; fileRef = 449211632469E7F600DF6D14 /* JPTransactionType.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -413,7 +411,6 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
01AE3A32246034C70050952E /* OHHTTPStubs.framework in Embed Frameworks */,
0701930324811DC400401E45 /* ZappMerchantLib.framework in Embed Frameworks */,
072AFF412451E2AF0038A417 /* PayCardsRecognizer.framework in Embed Frameworks */,
01AE3A34246034D80050952E /* DeviceDNA.framework in Embed Frameworks */,
Expand All @@ -425,8 +422,6 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
010A9D0E24601B680064316D /* OHHTTPStubs.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OHHTTPStubs.framework; path = Carthage/Build/iOS/OHHTTPStubs.framework; sourceTree = "<group>"; };
01AE3A38246050E90050952E /* OHHTTPStubs */ = {isa = PBXFileReference; lastKnownFileType = folder; name = OHHTTPStubs; path = Carthage/Checkouts/OHHTTPStubs; sourceTree = "<group>"; };
0701930124811DC400401E45 /* ZappMerchantLib.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ZappMerchantLib.framework; path = Carthage/Build/iOS/ZappMerchantLib.framework; sourceTree = "<group>"; };
070F1FF2243B23FF005D8FAB /* JPConfigurationValidationService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JPConfigurationValidationService.h; sourceTree = "<group>"; };
070F1FF3243B23FF005D8FAB /* JPConfigurationValidationService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JPConfigurationValidationService.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -737,6 +732,7 @@
4416C39D2451A4060002870C /* JudoKit_iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JudoKit_iOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4431198A24B3345200BF961C /* JPRequest+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "JPRequest+Additions.m"; sourceTree = "<group>"; };
4431198B24B3345200BF961C /* JPRequest+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "JPRequest+Additions.h"; sourceTree = "<group>"; };
4490AD7424DD722800948F7F /* OHHTTPStubs.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OHHTTPStubs.framework; path = Carthage/Build/iOS/OHHTTPStubs.framework; sourceTree = "<group>"; };
449211612469E7A200DF6D14 /* JPTransactionMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JPTransactionMode.h; sourceTree = "<group>"; };
449211632469E7F600DF6D14 /* JPTransactionType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JPTransactionType.h; sourceTree = "<group>"; };
449211652469E83D00DF6D14 /* JPTransactionResult.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JPTransactionResult.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -824,7 +820,6 @@
files = (
52EDC2E62371BC2B00FEC9C1 /* WebKit.framework in Frameworks */,
072AFF3B2451DE5E0038A417 /* TrustKit.framework in Frameworks */,
01AE3A31246034C60050952E /* OHHTTPStubs.framework in Frameworks */,
0701930224811DC400401E45 /* ZappMerchantLib.framework in Frameworks */,
072AFF3D2451DE730038A417 /* PayCardsRecognizer.framework in Frameworks */,
01AE3A33246034D80050952E /* DeviceDNA.framework in Frameworks */,
Expand All @@ -835,9 +830,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
01AE3A3B246053AD0050952E /* OHHTTPStubs.framework in Frameworks */,
4416C3A22451A4060002870C /* JudoKit_iOS.framework in Frameworks */,
077F500F24757A6E004B81E2 /* PayCardsRecognizer.framework in Frameworks */,
4490AD7524DD722800948F7F /* OHHTTPStubs.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1351,9 +1346,8 @@
15779454211085A9007BD3E1 /* Frameworks */ = {
isa = PBXGroup;
children = (
4490AD7424DD722800948F7F /* OHHTTPStubs.framework */,
0701930124811DC400401E45 /* ZappMerchantLib.framework */,
01AE3A38246050E90050952E /* OHHTTPStubs */,
010A9D0E24601B680064316D /* OHHTTPStubs.framework */,
072AFF442451E7C70038A417 /* DeviceDNA.framework */,
072AFF3C2451DE720038A417 /* PayCardsRecognizer.framework */,
072AFF3A2451DE5E0038A417 /* TrustKit.framework */,
Expand Down Expand Up @@ -3513,7 +3507,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.0.1;
MODULEMAP_FILE = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.judopay.JudoKit-iOS";
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
Expand Down Expand Up @@ -3561,7 +3555,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.0.1;
MODULEMAP_FILE = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.judopay.JudoKit-iOS";
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
Expand Down
3 changes: 2 additions & 1 deletion JudoKit_iOSTests/JudoKit_iOSTests-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Use this file to import your target's public headers that you would like to expose to Swift.
//

#import <OHHTTPStubs/OHHTTPStubs.h>

#import "JPPaymentMethodsPresenter.h"
#import "JPPaymentMethodsViewController.h"
#import "JPPaymentMethodsInteractor.h"
Expand All @@ -16,7 +18,6 @@
#import "JPIDEALService.h"
#import "JPApplePayService.h"

#import <OHHTTPStubs/OHHTTPStubs.h>
#import "JPPaymentMethodsRouter.h"
#import "JPIDEALBank.h"
#import "JPTransactionViewController.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/JudoKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@protocol JPAuthorization;

static NSString *__nonnull const JudoKitName = @"JudoKit_iOS";
static NSString *__nonnull const JudoKitVersion = @"2.0.0";
static NSString *__nonnull const JudoKitVersion = @"2.0.1";

@interface JudoKit : NSObject

Expand Down

0 comments on commit 001c698

Please sign in to comment.