新配置界面

This commit is contained in:
roy
2018-09-22 21:40:37 +08:00
parent ae72c0eaeb
commit 8a43861303
59 changed files with 1428 additions and 20 deletions
+98 -6
View File
@@ -7,6 +7,17 @@
objects = {
/* Begin PBXBuildFile section */
3D13F835212FE2C200D725F7 /* IFishWaterChangeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D13F834212FE2C200D725F7 /* IFishWaterChangeView.m */; };
3D13F837212FE2D100D725F7 /* IFishWaterChangeView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3D13F836212FE2D100D725F7 /* IFishWaterChangeView.xib */; };
3D13F83B212FE48000D725F7 /* UIView+GetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D13F839212FE47F00D725F7 /* UIView+GetView.m */; };
3D34479A212CF71C00CF3941 /* IfishHotBarVc.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D344798212CF71C00CF3941 /* IfishHotBarVc.m */; };
3D34479B212CF71C00CF3941 /* IfishHotBarVc.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3D344799212CF71C00CF3941 /* IfishHotBarVc.xib */; };
3D3447A0212D113D00CF3941 /* IFishHotBarCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D34479E212D113D00CF3941 /* IFishHotBarCell.m */; };
3D3447A1212D113D00CF3941 /* IFishHotBarCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3D34479F212D113D00CF3941 /* IFishHotBarCell.xib */; };
3D3447A5212D1C3800CF3941 /* IfishHotBarVo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D3447A4212D1C3800CF3941 /* IfishHotBarVo.m */; };
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 */; };
880707451DDD3EF50076F65A /* P2PShareView1Cell.m in Sources */ = {isa = PBXBuildFile; fileRef = 880707431DDD3EF50076F65A /* P2PShareView1Cell.m */; };
880707461DDD3EF50076F65A /* P2PShareView1Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 880707441DDD3EF50076F65A /* P2PShareView1Cell.xib */; };
8807074A1DDD40B40076F65A /* P2PShareViewsec2Cell.m in Sources */ = {isa = PBXBuildFile; fileRef = 880707481DDD40B40076F65A /* P2PShareViewsec2Cell.m */; };
@@ -2473,6 +2484,24 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
3D13F833212FE2C200D725F7 /* IFishWaterChangeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IFishWaterChangeView.h; sourceTree = "<group>"; };
3D13F834212FE2C200D725F7 /* IFishWaterChangeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IFishWaterChangeView.m; sourceTree = "<group>"; };
3D13F836212FE2D100D725F7 /* IFishWaterChangeView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = IFishWaterChangeView.xib; sourceTree = "<group>"; };
3D13F839212FE47F00D725F7 /* UIView+GetView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+GetView.m"; sourceTree = "<group>"; };
3D13F83A212FE47F00D725F7 /* UIView+GetView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+GetView.h"; sourceTree = "<group>"; };
3D344797212CF71C00CF3941 /* IfishHotBarVc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IfishHotBarVc.h; sourceTree = "<group>"; };
3D344798212CF71C00CF3941 /* IfishHotBarVc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IfishHotBarVc.m; sourceTree = "<group>"; };
3D344799212CF71C00CF3941 /* IfishHotBarVc.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = IfishHotBarVc.xib; sourceTree = "<group>"; };
3D34479D212D113D00CF3941 /* IFishHotBarCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IFishHotBarCell.h; sourceTree = "<group>"; };
3D34479E212D113D00CF3941 /* IFishHotBarCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IFishHotBarCell.m; sourceTree = "<group>"; };
3D34479F212D113D00CF3941 /* IFishHotBarCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = IFishHotBarCell.xib; sourceTree = "<group>"; };
3D3447A3212D1C3800CF3941 /* IfishHotBarVo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IfishHotBarVo.h; sourceTree = "<group>"; };
3D3447A4212D1C3800CF3941 /* IfishHotBarVo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IfishHotBarVo.m; sourceTree = "<group>"; };
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>"; };
880707421DDD3EF50076F65A /* P2PShareView1Cell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = P2PShareView1Cell.h; sourceTree = "<group>"; };
880707431DDD3EF50076F65A /* P2PShareView1Cell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = P2PShareView1Cell.m; sourceTree = "<group>"; };
880707441DDD3EF50076F65A /* P2PShareView1Cell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = P2PShareView1Cell.xib; sourceTree = "<group>"; };
@@ -6341,6 +6370,55 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
3D13F838212FE46B00D725F7 /* categry */ = {
isa = PBXGroup;
children = (
3D13F83A212FE47F00D725F7 /* UIView+GetView.h */,
3D13F839212FE47F00D725F7 /* UIView+GetView.m */,
);
path = categry;
sourceTree = "<group>";
};
3D344796212CF49300CF3941 /* HotBar */ = {
isa = PBXGroup;
children = (
3D13F838212FE46B00D725F7 /* categry */,
3D3447A2212D1C1700CF3941 /* models */,
3D34479C212D111900CF3941 /* Views */,
3D344797212CF71C00CF3941 /* IfishHotBarVc.h */,
3D344798212CF71C00CF3941 /* IfishHotBarVc.m */,
3D344799212CF71C00CF3941 /* IfishHotBarVc.xib */,
);
path = HotBar;
sourceTree = "<group>";
};
3D34479C212D111900CF3941 /* Views */ = {
isa = PBXGroup;
children = (
3D34479D212D113D00CF3941 /* IFishHotBarCell.h */,
3D34479E212D113D00CF3941 /* IFishHotBarCell.m */,
3D34479F212D113D00CF3941 /* IFishHotBarCell.xib */,
3D13F833212FE2C200D725F7 /* IFishWaterChangeView.h */,
3D13F834212FE2C200D725F7 /* IFishWaterChangeView.m */,
3D13F836212FE2D100D725F7 /* IFishWaterChangeView.xib */,
3D5C436C21339E9D00E15B66 /* IfishHistoryView.h */,
3D5C436D21339E9D00E15B66 /* IfishHistoryView.m */,
3D5C436F21339EAB00E15B66 /* IfishHistoryView.xib */,
3D5C437121339F8F00E15B66 /* IfishChatView.h */,
3D5C437221339F8F00E15B66 /* IfishChatView.m */,
);
path = Views;
sourceTree = "<group>";
};
3D3447A2212D1C1700CF3941 /* models */ = {
isa = PBXGroup;
children = (
3D3447A3212D1C3800CF3941 /* IfishHotBarVo.h */,
3D3447A4212D1C3800CF3941 /* IfishHotBarVo.m */,
);
path = models;
sourceTree = "<group>";
};
880707411DDD3DAC0076F65A /* ifishP2PShareVIew */ = {
isa = PBXGroup;
children = (
@@ -8795,6 +8873,7 @@
883E76461D48A5E50030E075 /* controllers */ = {
isa = PBXGroup;
children = (
3D344796212CF49300CF3941 /* HotBar */,
883E79001D48A74F0030E075 /* erweima */,
883E76471D48A5E50030E075 /* BaseVIewContorller */,
883E764C1D48A5E50030E075 /* FishTinkController */,
@@ -14234,6 +14313,7 @@
8849EFC01EB883840096CAD7 /* enter_tablet@2x.png in Resources */,
8829579F1DBDA3A400E9DDD7 /* xutobtn4_off@3x.png in Resources */,
880707501DDD42E60076F65A /* P2PShareViewTh3Cell.xib in Resources */,
3D3447A1212D113D00CF3941 /* IFishHotBarCell.xib in Resources */,
88C1B1ED1DC9AF3700C2C99A /* home_iocnmydevice.png in Resources */,
887069541D4EE8A600BCF675 /* PopCell.xib in Resources */,
887492411E7A90D000CDA284 /* fishdoctor_iocn_optimization.png in Resources */,
@@ -14891,6 +14971,7 @@
8815D1E51E02662500BEA2DA /* FullPlay_Play.png in Resources */,
882956261DBDA3A100E9DDD7 /* neves0041.png in Resources */,
88A7EFAA1EA5EF0D00D43E8C /* NTESVideoChatViewController.xib 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 */,
@@ -15052,6 +15133,7 @@
8856B0E91DEC15F5009D384A /* home_popup_cancel@3x.png in Resources */,
882955E01DBDA3A100E9DDD7 /* delete_device.png in Resources */,
8891332A1ECE99B900F52EBC /* recording_iocn_back@3x.png in Resources */,
3D34479B212CF71C00CF3941 /* IfishHotBarVc.xib in Resources */,
881A1D461DD41A1A00BA1AF4 /* MineKanEditSec1firstCell.xib in Resources */,
8856B0E11DEC15F5009D384A /* home_popup_back.png in Resources */,
883518021E6664D200FCBE56 /* fishrank_yaksha@2x.png in Resources */,
@@ -15069,6 +15151,7 @@
88C1B2111DCC5A1400C2C99A /* personal_iocn_about.png in Resources */,
883283A11EAF4C7300A47157 /* record_label_default@2x.png in Resources */,
88602F961E12002600F3DB5D /* NTESGalleryViewController.xib in Resources */,
3D13F837212FE2D100D725F7 /* IFishWaterChangeView.xib in Resources */,
883283471EAEE60500A47157 /* ifish_look_off@3x.png in Resources */,
8849EFBC1EB883840096CAD7 /* enter_padlock.png in Resources */,
885606B21E320AAF0002C17C /* home_care_popup@3x.png in Resources */,
@@ -15234,6 +15317,7 @@
8871C4411E6D223F000AA49F /* QianDaoBannerViewCell.m in Sources */,
883E79391D48ACFF0030E075 /* DataCenter.m in Sources */,
88597ABA1E56BAF1003D0E5C /* UIView+EXTENSION.m in Sources */,
3D13F83B212FE48000D725F7 /* UIView+GetView.m in Sources */,
88A7EFAD1EA5EF0D00D43E8C /* NTESVideoChatNetStatusView.m in Sources */,
883E78D01D48A5E50030E075 /* ModifyLoginPasswordResult.m in Sources */,
88602A261E10BC3500F3DB5D /* NIMInputEmoticonManager.m in Sources */,
@@ -15352,6 +15436,7 @@
883E78A81D48A5E50030E075 /* MonitorBootmView.m in Sources */,
88F5EFBF1D48D08100CC7CAF /* FMDatabaseAdditions.m in Sources */,
881672031EA5DE2B00BEBF23 /* UMComRefreshView.m in Sources */,
3D34479A212CF71C00CF3941 /* IfishHotBarVc.m in Sources */,
881672211EA5DE2B00BEBF23 /* UMComBriefEditView.m in Sources */,
88602F4A1E12002600F3DB5D /* NTESContactDataMember.m in Sources */,
881A1D4F1DD41AB000BA1AF4 /* MineKanEditSec1ThredCell.m in Sources */,
@@ -15575,6 +15660,7 @@
88602F291E12002500F3DB5D /* NTESSessionCardViewController.m in Sources */,
883E78631D48A5E50030E075 /* CameraViewCell.m in Sources */,
883E78AE1D48A5E50030E075 /* Alarm.m in Sources */,
3D5C437321339F8F00E15B66 /* IfishChatView.m in Sources */,
881671FB1EA5DE2B00BEBF23 /* UMAssetsCollectionCell.m in Sources */,
88678C771E8C9E7F0043DA55 /* ifishLiveListAdViewCell.m in Sources */,
88F5EE571D48CA2800CC7CAF /* ESPGuideCode.m in Sources */,
@@ -15934,6 +16020,7 @@
881671F01EA5DE2B00BEBF23 /* UMComProgressView.m in Sources */,
886028751E10BB1100F3DB5D /* UICollectionView+CTAssetsPickerController.m in Sources */,
88602F4D1E12002600F3DB5D /* NTESGroupedUsrInfo.m in Sources */,
3D13F835212FE2C200D725F7 /* IFishWaterChangeView.m in Sources */,
88F5EFAB1D48D08100CC7CAF /* AFHTTPSessionManager.m in Sources */,
886EAC581E2DC5BE00A4DF27 /* IFishShopsViewCell.m in Sources */,
88F5EFD21D48D08100CC7CAF /* MMProgressHUD+Class.m in Sources */,
@@ -15945,6 +16032,7 @@
88602DB01E10D97E00F3DB5D /* MKAnnotationView+WebCache.m in Sources */,
8871C4461E6D2819000AA49F /* QianDaoWayTitleViewCell.m in Sources */,
883E78401D48A5E50030E075 /* FourControlDataUnity.m in Sources */,
3D5C436E21339E9D00E15B66 /* IfishHistoryView.m in Sources */,
885928C71E67C20600E0011E /* MineDengJi.m in Sources */,
881478371E712E3A00BFB79C /* TaskKindViewCell.m in Sources */,
8829582B1DC18CD100E9DDD7 /* AFNOHeaderHttpTool.m in Sources */,
@@ -16007,6 +16095,7 @@
88602F481E12002600F3DB5D /* NTESChatroomTextContentView.m in Sources */,
887491CF1E77DA8A00CDA284 /* IfishMineGoldViewController.m in Sources */,
887B73381E235BDA00CECB73 /* JuNengProtocol.m in Sources */,
3D3447A5212D1C3800CF3941 /* IfishHotBarVo.m in Sources */,
881672191EA5DE2B00BEBF23 /* UMComSimpleHorizonMenuView.m in Sources */,
88696FFB1E9CC07F005D4AFB /* IfishAiLiShopGoodsViewCell.m in Sources */,
8860D78B1D6D7A94001E544C /* WorkbechViewController.m in Sources */,
@@ -16073,6 +16162,7 @@
881671A21EA5DE2B00BEBF23 /* UMComNoticeListDataController..m in Sources */,
883E78431D48A5E50030E075 /* KeLiAiBackMassage.m in Sources */,
886028891E10BB1100F3DB5D /* CTAssetsPickerController.m in Sources */,
3D3447A0212D113D00CF3941 /* IFishHotBarCell.m in Sources */,
88602F8E1E12002600F3DB5D /* NTESPageView.m in Sources */,
88602F7B1E12002600F3DB5D /* NTESBundleSetting.m in Sources */,
88F5EFBA1D48D08100CC7CAF /* GCDAsyncSocket.m in Sources */,
@@ -16432,8 +16522,9 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libstdc++";
CODE_SIGN_ENTITLEMENTS = Ifish/Ifish.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution: Shanghai Yu Ying Technology Co., Ltd. (WFX8GD5HFX)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Shanghai Yu Ying Technology Co., Ltd. (WFX8GD5HFX)";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: guowu ouyang (Q5YLXZSN4A)";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = WFX8GD5HFX;
ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = YES;
@@ -16515,8 +16606,8 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.shyuying.Ifish8;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "05fbf8da-562c-4344-ade4-ae990d722f7a";
PROVISIONING_PROFILE_SPECIFIER = isfishAppstoreDistribution;
PROVISIONING_PROFILE = "021476df-adac-4be4-96b1-0f75baa00008";
PROVISIONING_PROFILE_SPECIFIER = isfishAppstoreDevelopment;
TARGETED_DEVICE_FAMILY = 1;
USER_HEADER_SEARCH_PATHS = "";
};
@@ -16530,8 +16621,9 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libstdc++";
CODE_SIGN_ENTITLEMENTS = Ifish/Ifish.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution: Shanghai Yu Ying Technology Co., Ltd. (WFX8GD5HFX)";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Shanghai Yu Ying Technology Co., Ltd. (WFX8GD5HFX)";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = WFX8GD5HFX;
ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = YES;
@@ -16613,7 +16705,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.shyuying.Ifish8;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "05fbf8da-562c-4344-ade4-ae990d722f7a";
PROVISIONING_PROFILE = "2d8401d7-0890-4ce2-bcc4-95d1e0ad2f53";
PROVISIONING_PROFILE_SPECIFIER = isfishAppstoreDistribution;
TARGETED_DEVICE_FAMILY = 1;
USER_HEADER_SEARCH_PATHS = "";