version update to 1.0.21

This commit is contained in:
eggmanQQQ
2024-09-04 20:21:45 +08:00
parent fa6934299c
commit ccbdfb7ee2
2 changed files with 3 additions and 3 deletions

View File

@@ -12830,7 +12830,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 20.20.35;
MARKETING_VERSION = 20.20.36;
PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -12872,7 +12872,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 20.20.35;
MARKETING_VERSION = 20.20.36;
PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";

View File

@@ -48,7 +48,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns
///内置版本号
#define PI_App_Version @"1.0.21"
#define PI_App_Version @"1.0.22"
///渠道
#define PI_App_Source @"appstore"
#define PI_Test_Flight @"TestFlight"