From 79015ca5ce42c27ba32fdf6f3307ea75b8049fe1 Mon Sep 17 00:00:00 2001 From: liyuhua <15626451870@163.com> Date: Thu, 2 Nov 2023 10:29:55 +0800 Subject: [PATCH] =?UTF-8?q?2.2.1=E7=89=88=E6=9C=AC=E5=8F=91=E7=89=88=20?= =?UTF-8?q?=E6=AD=A4commit=E7=BD=AE=E9=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YuMi.xcodeproj/project.pbxproj | 4 ++-- YuMi/Global/YUMIMacroUitls.h | 2 +- .../View/LittleGame/View/XPRoomLittleGameContainerView.m | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/YuMi.xcodeproj/project.pbxproj b/YuMi.xcodeproj/project.pbxproj index 79e79ca0..f835ed27 100644 --- a/YuMi.xcodeproj/project.pbxproj +++ b/YuMi.xcodeproj/project.pbxproj @@ -11879,7 +11879,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 20.20.0; + MARKETING_VERSION = 20.20.1; PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -11914,7 +11914,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 20.20.0; + MARKETING_VERSION = 20.20.1; PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/YuMi/Global/YUMIMacroUitls.h b/YuMi/Global/YUMIMacroUitls.h index ca972fda..50281281 100644 --- a/YuMi/Global/YUMIMacroUitls.h +++ b/YuMi/Global/YUMIMacroUitls.h @@ -49,7 +49,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns -#define PI_App_Version @"2.2.0" +#define PI_App_Version @"2.2.1" #ifdef DEBUG #define API_HOST_URL [NSString stringWithFormat:@"%@%@",@"http://beta.api",@".pekolive.com"] diff --git a/YuMi/Modules/YMRoom/View/LittleGame/View/XPRoomLittleGameContainerView.m b/YuMi/Modules/YMRoom/View/LittleGame/View/XPRoomLittleGameContainerView.m index 53b5b21f..f469c295 100644 --- a/YuMi/Modules/YMRoom/View/LittleGame/View/XPRoomLittleGameContainerView.m +++ b/YuMi/Modules/YMRoom/View/LittleGame/View/XPRoomLittleGameContainerView.m @@ -31,6 +31,7 @@ #import #import #import +#import @interface XPRoomLittleGameContainerView () ///当前小游戏ID @property (nonatomic, assign) int64_t currentmgId;