Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
boye.hou committed Oct 27, 2022
2 parents 791927d + 9a2eee9 commit ac124e5
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions AtomeMerchantDemo/AtomeMerchantDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = AtomeMerchantDemo/AtomeMerchantDemo.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = P948MCUQ2Y;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -404,7 +404,7 @@
"@executable_path/Frameworks",
);
LINKER_DISPLAYS_MANGLED_NAMES = NO;
MARKETING_VERSION = 0.0.7;
MARKETING_VERSION = 0.0.8;
PRODUCT_BUNDLE_IDENTIFIER = com.atome.merchant.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -419,7 +419,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = AtomeMerchantDemo/AtomeMerchantDemo.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = P948MCUQ2Y;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -434,7 +434,7 @@
"@executable_path/Frameworks",
);
LINKER_DISPLAYS_MANGLED_NAMES = NO;
MARKETING_VERSION = 0.0.7;
MARKETING_VERSION = 0.0.8;
PRODUCT_BUNDLE_IDENTIFIER = com.atome.merchant.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
Binary file modified AtomeMerchantDemo/AtomeSDK.framework/AtomeSDK
Binary file not shown.
Binary file modified AtomeMerchantDemo/AtomeSDK.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
qcHHfxt6K7gq+7Ow7lYafSurviE=
U0C0rXhwncE8jbfko6Z4IIICj3E=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file modified AtomeMerchantDemo/AtomeSDK.framework/_CodeSignature/CodeSignature
Binary file not shown.
2 changes: 1 addition & 1 deletion AtomeSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AtomeSDK"
s.version = "0.0.7"
s.version = "0.0.8"
s.summary = "A SDK for Atome"
s.homepage = "https://github.com/Atome-FE/AtomeMerchantDemo-iOS"
s.license = { :type => "MIT" }
Expand Down

0 comments on commit ac124e5

Please sign in to comment.