Skip to content

Commit

Permalink
Merge pull request #561 from veritrans/release/release-1.20.2
Browse files Browse the repository at this point in the history
bump sdk version
  • Loading branch information
uziwuzzy authored Feb 25, 2022
2 parents 8f26395 + 4021554 commit f7f5902
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions MidtransCoreKit/MidtransCoreKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1701,6 +1701,7 @@
"$(inherited)",
"$(PROJECT_DIR)/MidtransCoreKit/RG",
);
MARKETING_VERSION = 1.20.2;
PRODUCT_BUNDLE_IDENTIFIER = com.midtrans.MidtransCoreKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1735,6 +1736,7 @@
"$(inherited)",
"$(PROJECT_DIR)/MidtransCoreKit/RG",
);
MARKETING_VERSION = 1.20.2;
PRODUCT_BUNDLE_IDENTIFIER = com.midtrans.MidtransCoreKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion MidtransCoreKit/MidtransCoreKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.7.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion MidtransCoreKit/MidtransCoreKit/MidtransConstant.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* error domain
*/

static NSString * const MIDTRANS_SDK_CURRENT_VERSION = @"1.20.1";
static NSString * const MIDTRANS_SDK_CURRENT_VERSION = @"1.20.2";
static NSString * const MIDTRANS_CUSTOMFIELD_1 = @"custom_field1";
static NSString * const MIDTRANS_CUSTOMFIELD_2 = @"custom_field2";
static NSString * const MIDTRANS_CUSTOMFIELD_3 = @"custom_field3";
Expand Down
2 changes: 2 additions & 0 deletions MidtransKit/MidtransKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5100,6 +5100,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.20.2;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.midtrans.MidtransKit;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -5129,6 +5130,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.20.2;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.midtrans.MidtransKit;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
6 changes: 3 additions & 3 deletions MidtransKit/MidtransKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.7.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>gojek</string>
</array>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

0 comments on commit f7f5902

Please sign in to comment.