Skip to content

Commit

Permalink
Merge pull request #2 from verygoodsecurity/feature/update_cardio_arc…
Browse files Browse the repository at this point in the history
…hitectures

Feature/update cardio architectures
  • Loading branch information
dmytrokhl committed Oct 5, 2020
2 parents 8b6e29b + 0affc60 commit 18671e1
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CardIOSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
spec.name = 'CardIOSDK'
spec.summary = 'Credit card scanning for mobile apps. Wrapper around original CardIO library to bring easy integration into Swift projects.'
spec.requires_arc = true
spec.version = '5.5.3'
spec.version = '5.5.4'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = { 'Very Good Security' => 'support@verygoodsecurity.com', 'CardIO' => 'support@paypal.com' }
spec.homepage = 'https://github.com/verygoodsecurity/CardIOSDK-iOS'
Expand Down
4 changes: 2 additions & 2 deletions CardIOSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.5.3;
MARKETING_VERSION = 5.5.4;
PRODUCT_BUNDLE_IDENTIFIER = com.dkh.io.CardIOSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -377,7 +377,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.5.3;
MARKETING_VERSION = 5.5.4;
PRODUCT_BUNDLE_IDENTIFIER = com.dkh.io.CardIOSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion CardIOSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "dmytrokhl/card.io-iOS-source" "5.5.1"
github "verygoodsecurity/card.io-iOS-source" "b43a202acd7c7a258930b675348f8c4086f32e5d"
Binary file modified Carthage/Build/iOS/CardIO.framework/CardIO
Binary file not shown.
Binary file modified Carthage/Build/iOS/CardIO.framework/Info.plist
Binary file not shown.

0 comments on commit 18671e1

Please sign in to comment.