修复bug
This commit is contained in:
9
Podfile
9
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
|
||||
|
@@ -225,6 +225,6 @@ SPEC CHECKSUMS:
|
||||
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
|
||||
YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928
|
||||
|
||||
PODFILE CHECKSUM: 80e5d8c189fc55c6d05dc07c7cd910f6559c0b38
|
||||
PODFILE CHECKSUM: 7e1cf384ab2fea5e53c03115597cfa6dc31cd496
|
||||
|
||||
COCOAPODS: 1.12.0
|
||||
COCOAPODS: 1.11.3
|
||||
|
@@ -4421,6 +4421,14 @@
|
||||
path = Protocol;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 */,
|
||||
|
Reference in New Issue
Block a user