V5.0.0bug修复
This commit is contained in:
@@ -239,7 +239,6 @@
|
||||
3D4AFF6021F34E1C0053BAA0 /* libstdc++.6.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D4AFF5E21F34E1C0053BAA0 /* libstdc++.6.tbd */; };
|
||||
3D4AFF6221F350820053BAA0 /* libstdc++.6.0.9.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D4AFF6121F350820053BAA0 /* libstdc++.6.0.9.tbd */; };
|
||||
3D5C436E21339E9D00E15B66 /* IfishHistoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D5C436D21339E9D00E15B66 /* IfishHistoryView.m */; };
|
||||
3D5C437021339EAB00E15B66 /* IfishHistoryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3D5C436F21339EAB00E15B66 /* IfishHistoryView.xib */; };
|
||||
3D5C437321339F8F00E15B66 /* IfishChatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D5C437221339F8F00E15B66 /* IfishChatView.m */; };
|
||||
3D8F649721568AE500F04BD3 /* ConnectHotspotTipViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E52B400321042ED2003BBA3E /* ConnectHotspotTipViewController.m */; };
|
||||
3D8F649A21571D7C00F04BD3 /* HitbarWifeVc.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D8F649921571D7C00F04BD3 /* HitbarWifeVc.m */; };
|
||||
@@ -2805,7 +2804,6 @@
|
||||
3D4AFF6121F350820053BAA0 /* libstdc++.6.0.9.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libstdc++.6.0.9.tbd"; path = "usr/lib/libstdc++.6.0.9.tbd"; sourceTree = SDKROOT; };
|
||||
3D5C436C21339E9D00E15B66 /* IfishHistoryView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IfishHistoryView.h; sourceTree = "<group>"; };
|
||||
3D5C436D21339E9D00E15B66 /* IfishHistoryView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IfishHistoryView.m; sourceTree = "<group>"; };
|
||||
3D5C436F21339EAB00E15B66 /* IfishHistoryView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = IfishHistoryView.xib; sourceTree = "<group>"; };
|
||||
3D5C437121339F8F00E15B66 /* IfishChatView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IfishChatView.h; sourceTree = "<group>"; };
|
||||
3D5C437221339F8F00E15B66 /* IfishChatView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IfishChatView.m; sourceTree = "<group>"; };
|
||||
3D8F649821571D7C00F04BD3 /* HitbarWifeVc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HitbarWifeVc.h; sourceTree = "<group>"; };
|
||||
@@ -6506,7 +6504,6 @@
|
||||
3D13F834212FE2C200D725F7 /* IFishWaterChangeView.m */,
|
||||
3D5C436C21339E9D00E15B66 /* IfishHistoryView.h */,
|
||||
3D5C436D21339E9D00E15B66 /* IfishHistoryView.m */,
|
||||
3D5C436F21339EAB00E15B66 /* IfishHistoryView.xib */,
|
||||
3D5C437121339F8F00E15B66 /* IfishChatView.h */,
|
||||
3D5C437221339F8F00E15B66 /* IfishChatView.m */,
|
||||
3D1C5066215CB6E300A2E5D6 /* IfishHotBarHeader.xib */,
|
||||
@@ -7775,6 +7772,7 @@
|
||||
882953EA1DBDA3A000E9DDD7 /* ifishImgSouce */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
CB5BB482231388A900860E71 /* HotBarImage */,
|
||||
CBA6169022924E1D00ED380D /* messageImages */,
|
||||
8891330C1ECE99B900F52EBC /* ShopVideoSource */,
|
||||
8871FAC01EBC58D70038E99A /* shopCerImg */,
|
||||
@@ -7799,7 +7797,6 @@
|
||||
882955821DBDA3A100E9DDD7 /* switchButton */,
|
||||
882955921DBDA3A100E9DDD7 /* wifiviewImg */,
|
||||
8829559D1DBDA3A100E9DDD7 /* XuToImg */,
|
||||
882955D81DBDA3A100E9DDD7 /* YunXinSourceFile */,
|
||||
);
|
||||
path = ifishImgSouce;
|
||||
sourceTree = "<group>";
|
||||
@@ -8774,13 +8771,6 @@
|
||||
path = XuToImg;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
882955D81DBDA3A100E9DDD7 /* YunXinSourceFile */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = YunXinSourceFile;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
882A75F41EBABB8F00AD1D15 /* ShopCertificationNewFile */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -12347,6 +12337,13 @@
|
||||
path = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
CB5BB482231388A900860E71 /* HotBarImage */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = HotBarImage;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
CB7D6A9722953BEB0014E5C7 /* YYCache */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -13943,7 +13940,6 @@
|
||||
882955F31DBDA3A100E9DDD7 /* pencil .png in Resources */,
|
||||
8815D1E51E02662500BEA2DA /* FullPlay_Play.png in Resources */,
|
||||
882956261DBDA3A100E9DDD7 /* neves0041.png in Resources */,
|
||||
3D5C437021339EAB00E15B66 /* IfishHistoryView.xib in Resources */,
|
||||
88742C3E1D63FA270074F1F8 /* CertifyListFourthCell.xib in Resources */,
|
||||
8864844A1EE171D30046C3BD /* redact_line@3x.png in Resources */,
|
||||
8869B3A71E6967DF0010F099 /* levelUp_totoise@3x.png in Resources */,
|
||||
|
||||
Reference in New Issue
Block a user