From d916974a0a6efae984436594d20d0e9c8851b8c3 Mon Sep 17 00:00:00 2001 From: liyuhua <15626451870@163.com> Date: Mon, 24 Jul 2023 10:45:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 9 +++++++++ Podfile.lock | 4 ++-- xplan-ios.xcodeproj/project.pbxproj | 9 +++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 8965bc51..73d24637 100644 --- a/Podfile +++ b/Podfile @@ -69,3 +69,12 @@ target 'xplan-ios' do pod 'LookinServer', :configurations => ['Debug'] end +post_install do |installer| + installer.generated_projects.each do |project| + project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' + end + end + end +end diff --git a/Podfile.lock b/Podfile.lock index 8bc890f0..4487e880 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -225,6 +225,6 @@ SPEC CHECKSUMS: YYText: 5c461d709e24d55a182d1441c41dc639a18a4849 YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928 -PODFILE CHECKSUM: 80e5d8c189fc55c6d05dc07c7cd910f6559c0b38 +PODFILE CHECKSUM: 7e1cf384ab2fea5e53c03115597cfa6dc31cd496 -COCOAPODS: 1.12.0 +COCOAPODS: 1.11.3 diff --git a/xplan-ios.xcodeproj/project.pbxproj b/xplan-ios.xcodeproj/project.pbxproj index 992e8b5e..ea599567 100644 --- a/xplan-ios.xcodeproj/project.pbxproj +++ b/xplan-ios.xcodeproj/project.pbxproj @@ -4421,6 +4421,14 @@ path = Protocol; sourceTree = ""; }; + 230496E62A6E1CE8006D1F0C /* PrivilegeCard */ = { + isa = PBXGroup; + children = ( + ); + name = PrivilegeCard; + path = "xplan-ios/Main/Room/PrivilegeCard"; + sourceTree = SOURCE_ROOT; + }; 9B0086C727BA4F4A0032BD2B /* Anchor */ = { isa = PBXGroup; children = ( @@ -7902,6 +7910,7 @@ E8AEAED8271413530017FCE0 /* View */ = { isa = PBXGroup; children = ( + 230496E62A6E1CE8006D1F0C /* PrivilegeCard */, E8A1F78D290641D80099C952 /* MorePlay */, E8A3538628FE5C5B0014A784 /* WishGift */, 9B2F72CD28E45A1C0000E4FA /* QuickMessageView */,