diff --git a/YuMi.xcodeproj/project.pbxproj b/YuMi.xcodeproj/project.pbxproj index 9f76059e..148df0ad 100644 --- a/YuMi.xcodeproj/project.pbxproj +++ b/YuMi.xcodeproj/project.pbxproj @@ -13276,7 +13276,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 20.20.46; + MARKETING_VERSION = 20.20.48; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -13628,7 +13628,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 20.20.46; + MARKETING_VERSION = 20.20.48; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/YuMi/Global/YUMIMacroUitls.h b/YuMi/Global/YUMIMacroUitls.h index e4d68791..1534ce65 100644 --- a/YuMi/Global/YUMIMacroUitls.h +++ b/YuMi/Global/YUMIMacroUitls.h @@ -46,7 +46,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns #define kFontHeavy(font) [UIFont systemFontOfSize:kGetScaleWidth(font) weight:UIFontWeightHeavy] ///内置版本号 -#define PI_App_Version @"1.0.31" +#define PI_App_Version @"1.0.33" ///渠道 #define PI_App_Source @"appstore" #define PI_Test_Flight @"TestFlight"