宠物店修改
This commit is contained in:
@@ -2254,6 +2254,14 @@
|
||||
C024B7AF2379668B00509424 /* NSMutableString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = C024B79B2379668B00509424 /* NSMutableString+AvoidCrash.h */; };
|
||||
C024B7B02379668B00509424 /* NSMutableAttributedString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = C024B79C2379668B00509424 /* NSMutableAttributedString+AvoidCrash.h */; };
|
||||
C024B7B12379668B00509424 /* NSMutableArray+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = C024B79D2379668B00509424 /* NSMutableArray+AvoidCrash.h */; };
|
||||
C0837A57244FF5510034FEC5 /* EGOCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C0837A55244FF5500034FEC5 /* EGOCache.m */; };
|
||||
C0837A58244FF5510034FEC5 /* EGOCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C0837A56244FF5500034FEC5 /* EGOCache.h */; };
|
||||
C0B2F541244C6FE3001079AA /* PetStoresViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B2F53E244C6FE3001079AA /* PetStoresViewController.h */; };
|
||||
C0B2F542244C6FE3001079AA /* PetStoresViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C0B2F53F244C6FE3001079AA /* PetStoresViewController.m */; };
|
||||
C0B2F543244C6FE3001079AA /* PetStoresViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = C0B2F540244C6FE3001079AA /* PetStoresViewController.xib */; };
|
||||
C0B2F55D244D5577001079AA /* StoreNameView.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B2F55B244D5577001079AA /* StoreNameView.h */; };
|
||||
C0B2F55E244D5577001079AA /* StoreNameView.m in Sources */ = {isa = PBXBuildFile; fileRef = C0B2F55C244D5577001079AA /* StoreNameView.m */; };
|
||||
C0B2F560244D568E001079AA /* StoreNameView.xib in Resources */ = {isa = PBXBuildFile; fileRef = C0B2F55F244D568E001079AA /* StoreNameView.xib */; };
|
||||
C0E746D5239E4A7D001BCD6D /* wechatlogin.png in Resources */ = {isa = PBXBuildFile; fileRef = C0E746D4239E4A7C001BCD6D /* wechatlogin.png */; };
|
||||
C0E7D6C023A1D11500256A10 /* WXApiRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E7D6BC23A1D11200256A10 /* WXApiRequestHandler.h */; };
|
||||
C0E7D6C123A1D11500256A10 /* WXApiManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E7D6BD23A1D11200256A10 /* WXApiManager.h */; };
|
||||
@@ -2305,6 +2313,8 @@
|
||||
C0EA8A3023AF74F4003DC53B /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C0EA8A0F23AF74F3003DC53B /* UIButton+WebCache.m */; };
|
||||
C0EA8A3123AF74F4003DC53B /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = C0EA8A1023AF74F3003DC53B /* UIImage+GIF.h */; };
|
||||
C0F0400C23756F3C00B61D3B /* ExternalAccessory.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0F0400B23756F3C00B61D3B /* ExternalAccessory.framework */; };
|
||||
C0F6E1C0243B0A840071ECB9 /* xuanduo3fModel.h in Headers */ = {isa = PBXBuildFile; fileRef = C0F6E1BE243B0A840071ECB9 /* xuanduo3fModel.h */; };
|
||||
C0F6E1C1243B0A840071ECB9 /* xuanduo3fModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C0F6E1BF243B0A840071ECB9 /* xuanduo3fModel.m */; };
|
||||
CB0F4E8622951A130091C76D /* SVRadialGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = CB0F4E7B22951A130091C76D /* SVRadialGradientLayer.m */; };
|
||||
CB0F4E8722951A130091C76D /* SVIndefiniteAnimatedView.h in Headers */ = {isa = PBXBuildFile; fileRef = CB0F4E7C22951A130091C76D /* SVIndefiniteAnimatedView.h */; };
|
||||
CB0F4E8822951A130091C76D /* SVProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = CB0F4E7D22951A130091C76D /* SVProgressHUD.h */; };
|
||||
@@ -5694,6 +5704,14 @@
|
||||
C024B79B2379668B00509424 /* NSMutableString+AvoidCrash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableString+AvoidCrash.h"; sourceTree = "<group>"; };
|
||||
C024B79C2379668B00509424 /* NSMutableAttributedString+AvoidCrash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableAttributedString+AvoidCrash.h"; sourceTree = "<group>"; };
|
||||
C024B79D2379668B00509424 /* NSMutableArray+AvoidCrash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableArray+AvoidCrash.h"; sourceTree = "<group>"; };
|
||||
C0837A55244FF5500034FEC5 /* EGOCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EGOCache.m; sourceTree = "<group>"; };
|
||||
C0837A56244FF5500034FEC5 /* EGOCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EGOCache.h; sourceTree = "<group>"; };
|
||||
C0B2F53E244C6FE3001079AA /* PetStoresViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PetStoresViewController.h; sourceTree = "<group>"; };
|
||||
C0B2F53F244C6FE3001079AA /* PetStoresViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PetStoresViewController.m; sourceTree = "<group>"; };
|
||||
C0B2F540244C6FE3001079AA /* PetStoresViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PetStoresViewController.xib; sourceTree = "<group>"; };
|
||||
C0B2F55B244D5577001079AA /* StoreNameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StoreNameView.h; sourceTree = "<group>"; };
|
||||
C0B2F55C244D5577001079AA /* StoreNameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = StoreNameView.m; sourceTree = "<group>"; };
|
||||
C0B2F55F244D568E001079AA /* StoreNameView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = StoreNameView.xib; sourceTree = "<group>"; };
|
||||
C0E746D4239E4A7C001BCD6D /* wechatlogin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = wechatlogin.png; sourceTree = "<group>"; };
|
||||
C0E7D6BC23A1D11200256A10 /* WXApiRequestHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WXApiRequestHandler.h; sourceTree = "<group>"; };
|
||||
C0E7D6BD23A1D11200256A10 /* WXApiManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WXApiManager.h; sourceTree = "<group>"; };
|
||||
@@ -5745,6 +5763,8 @@
|
||||
C0EA8A0F23AF74F3003DC53B /* UIButton+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+WebCache.m"; sourceTree = "<group>"; };
|
||||
C0EA8A1023AF74F3003DC53B /* UIImage+GIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+GIF.h"; sourceTree = "<group>"; };
|
||||
C0F0400B23756F3C00B61D3B /* ExternalAccessory.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExternalAccessory.framework; path = System/Library/Frameworks/ExternalAccessory.framework; sourceTree = SDKROOT; };
|
||||
C0F6E1BE243B0A840071ECB9 /* xuanduo3fModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xuanduo3fModel.h; sourceTree = "<group>"; };
|
||||
C0F6E1BF243B0A840071ECB9 /* xuanduo3fModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = xuanduo3fModel.m; sourceTree = "<group>"; };
|
||||
CB0F4E7B22951A130091C76D /* SVRadialGradientLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVRadialGradientLayer.m; sourceTree = "<group>"; };
|
||||
CB0F4E7C22951A130091C76D /* SVIndefiniteAnimatedView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVIndefiniteAnimatedView.h; sourceTree = "<group>"; };
|
||||
CB0F4E7D22951A130091C76D /* SVProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVProgressHUD.h; sourceTree = "<group>"; };
|
||||
@@ -9263,6 +9283,7 @@
|
||||
883E76461D48A5E50030E075 /* controllers */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C0B2F53D244C6FAF001079AA /* pets */,
|
||||
CB4820462334B37100A50C92 /* ConnectAauariumVC */,
|
||||
CBA615F6228E526C00ED380D /* message */,
|
||||
3D1C4F00221A9EDD0096AE43 /* IfishYooseeFile */,
|
||||
@@ -9486,6 +9507,8 @@
|
||||
883E76A31D48A5E50030E075 /* XutoBackMsgModel.m */,
|
||||
FA0892E7226B22C90084A609 /* Xuanduo2Model.h */,
|
||||
FA0892E8226B22C90084A609 /* Xuanduo2Model.m */,
|
||||
C0F6E1BE243B0A840071ECB9 /* xuanduo3fModel.h */,
|
||||
C0F6E1BF243B0A840071ECB9 /* xuanduo3fModel.m */,
|
||||
FAA732D6227C1DA80062C252 /* Xuanduo2TimerModel.h */,
|
||||
FAA732D7227C1DA80062C252 /* Xuanduo2TimerModel.m */,
|
||||
FA0892EB226C15000084A609 /* Xuanduo2DataUtility.h */,
|
||||
@@ -9868,6 +9891,7 @@
|
||||
883E791A1D48ACFF0030E075 /* Utinitys */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C0837A54244FF5500034FEC5 /* EGOCache */,
|
||||
885BD30E1E260B3C00CDB65A /* shuomingshu.html */,
|
||||
887495541DAE1B2D00F8F4E2 /* IfishUtils */,
|
||||
883E791B1D48ACFF0030E075 /* DataCenter */,
|
||||
@@ -9974,6 +9998,7 @@
|
||||
883E79451D48B0280030E075 /* views */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C0B2F55A244D552A001079AA /* petsStoreName */,
|
||||
CB4820532334E2E800A50C92 /* HKPieChartView */,
|
||||
887491D31E78CCA000CDA284 /* IifshSegmentView */,
|
||||
8869B3701E6939FE0010F099 /* NJKWebViewProgress */,
|
||||
@@ -12180,6 +12205,35 @@
|
||||
path = AvoidCrash;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C0837A54244FF5500034FEC5 /* EGOCache */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C0837A55244FF5500034FEC5 /* EGOCache.m */,
|
||||
C0837A56244FF5500034FEC5 /* EGOCache.h */,
|
||||
);
|
||||
path = EGOCache;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C0B2F53D244C6FAF001079AA /* pets */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C0B2F53E244C6FE3001079AA /* PetStoresViewController.h */,
|
||||
C0B2F53F244C6FE3001079AA /* PetStoresViewController.m */,
|
||||
C0B2F540244C6FE3001079AA /* PetStoresViewController.xib */,
|
||||
);
|
||||
path = pets;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C0B2F55A244D552A001079AA /* petsStoreName */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C0B2F55B244D5577001079AA /* StoreNameView.h */,
|
||||
C0B2F55C244D5577001079AA /* StoreNameView.m */,
|
||||
C0B2F55F244D568E001079AA /* StoreNameView.xib */,
|
||||
);
|
||||
name = petsStoreName;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C0E7D6C423A1D16C00256A10 /* Helper */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -12866,6 +12920,7 @@
|
||||
3D1C50B4221A9EDF0096AE43 /* YTheNaviBar.h in Headers */,
|
||||
3D1C5121221A9EE00096AE43 /* CameraBottomCollectionViewCell.h in Headers */,
|
||||
CB484E1222B8C8C90075F050 /* vdpau.h in Headers */,
|
||||
C0B2F55D244D5577001079AA /* StoreNameView.h in Headers */,
|
||||
C0EA8A1323AF74F4003DC53B /* UIImageView+WebCache.h in Headers */,
|
||||
CB4820962334E99700A50C92 /* IQUIView+Hierarchy.h in Headers */,
|
||||
FA0892E9226B22C90084A609 /* Xuanduo2Model.h in Headers */,
|
||||
@@ -12888,16 +12943,19 @@
|
||||
CB484DFA22B8C8C80075F050 /* log.h in Headers */,
|
||||
CB48207F2334E99700A50C92 /* IQPreviousNextView.h in Headers */,
|
||||
FA0893152275F7CF0084A609 /* XuanduoSelectHeader.h in Headers */,
|
||||
C0837A58244FF5510034FEC5 /* EGOCache.h in Headers */,
|
||||
3D1C50D1221A9EE00096AE43 /* SVPullToRefresh.h in Headers */,
|
||||
CB7D6AB022954DE20014E5C7 /* CommonUtils.h in Headers */,
|
||||
3D1C513C221A9EE10096AE43 /* FishControlFourthCell.h in Headers */,
|
||||
3D1C5086221A9EDF0096AE43 /* KTThumbView.h in Headers */,
|
||||
3D1C50E5221A9EE00096AE43 /* ShakeManager.h in Headers */,
|
||||
3D1C5088221A9EDF0096AE43 /* KTThumbsView.h in Headers */,
|
||||
C0F6E1C0243B0A840071ECB9 /* xuanduo3fModel.h in Headers */,
|
||||
3D1C513F221A9EE10096AE43 /* FishControlThreedViewCell.h in Headers */,
|
||||
FA0892F52270BED00084A609 /* XuanduoHuliModel.h in Headers */,
|
||||
C024B79F2379668B00509424 /* AvoidCrash.h in Headers */,
|
||||
C024B7AE2379668B00509424 /* NSObject+AvoidCrash.h in Headers */,
|
||||
C0B2F541244C6FE3001079AA /* PetStoresViewController.h in Headers */,
|
||||
3D1C50C7221A9EE00096AE43 /* LocalDevice.h in Headers */,
|
||||
3D1C50A0221A9EDF0096AE43 /* TouchButton.h in Headers */,
|
||||
CBB0243723517947002900D5 /* MJExtension.h in Headers */,
|
||||
@@ -13935,6 +13993,7 @@
|
||||
E51D7D58208CE121001FF053 /* CustomModeSetCell.xib in Resources */,
|
||||
882956A61DBDA3A200E9DDD7 /* community_left@2x.png in Resources */,
|
||||
883E79181D48A74F0030E075 /* scanscanBg.png in Resources */,
|
||||
C0B2F543244C6FE3001079AA /* PetStoresViewController.xib in Resources */,
|
||||
3D1C50D5221A9EE00096AE43 /* SVPullToRefresh.bundle in Resources */,
|
||||
8871C4981E6D507B000AA49F /* signin_condition_await@3x.png in Resources */,
|
||||
883283481EAEE60500A47157 /* ifish_look_on.png in Resources */,
|
||||
@@ -14211,6 +14270,7 @@
|
||||
8871C4A41E6D507B000AA49F /* signin_condition_gift_conduct@3x.png in Resources */,
|
||||
881672121EA5DE2B00BEBF23 /* FZLanTingHei-L-GBK-M.TTF in Resources */,
|
||||
881478121E712A2700BFB79C /* task_choiceLookShops@3x.png in Resources */,
|
||||
C0B2F560244D568E001079AA /* StoreNameView.xib in Resources */,
|
||||
882956211DBDA3A100E9DDD7 /* neves0036.png in Resources */,
|
||||
8865120C1E979BF100BABDF1 /* personal_iocn_share@3x.png in Resources */,
|
||||
8814781B1E712A2700BFB79C /* task_ifishDoctorpng.png in Resources */,
|
||||
@@ -14525,6 +14585,7 @@
|
||||
883E79C21D48B0280030E075 /* InfoCell.m in Sources */,
|
||||
CBA6169A22924F1E00ED380D /* MessageAlertView.m in Sources */,
|
||||
C0EA8A1F23AF74F4003DC53B /* SDWebImagePrefetcher.m in Sources */,
|
||||
C0B2F55E244D5577001079AA /* StoreNameView.m in Sources */,
|
||||
88F5EE531D48CA2800CC7CAF /* ESPUDPSocketClient.m in Sources */,
|
||||
883E78561D48A5E50030E075 /* IfishBlackListCenterViewController.m in Sources */,
|
||||
CB484E1A22B8C8C90075F050 /* RtspInterface.mm in Sources */,
|
||||
@@ -14825,6 +14886,7 @@
|
||||
88613F701E5C1E86008D2C69 /* IfishFeedCellHeaghtCalculator.m in Sources */,
|
||||
8816722E1EA5DE2B00BEBF23 /* UMComFeedDetailCommentCell.m in Sources */,
|
||||
CB4820832334E99700A50C92 /* IQPreviousNextView.m in Sources */,
|
||||
C0F6E1C1243B0A840071ECB9 /* xuanduo3fModel.m in Sources */,
|
||||
883E78951D48A5E50030E075 /* IfishMessageViewCell.m in Sources */,
|
||||
887DA78C1D547A49001DB880 /* IfishTanSuoViewCell.m in Sources */,
|
||||
8816720D1EA5DE2B00BEBF23 /* UMComEmojiPageView.m in Sources */,
|
||||
@@ -14885,6 +14947,7 @@
|
||||
881671AA1EA5DE2B00BEBF23 /* UMComDataOperationErrorHandler.m in Sources */,
|
||||
881671D21EA5DE2B00BEBF23 /* UMComPostReplyEditView.m in Sources */,
|
||||
88F5EFC71D48D08100CC7CAF /* JHRefreshBaseView.m in Sources */,
|
||||
C0837A57244FF5510034FEC5 /* EGOCache.m in Sources */,
|
||||
881671A51EA5DE2B00BEBF23 /* UMComLikeListDataController.m in Sources */,
|
||||
88597AC21E56BAF1003D0E5C /* WFTailoringViewController.m in Sources */,
|
||||
882957FD1DC0443600E9DDD7 /* IfishCardScrollView.m in Sources */,
|
||||
@@ -15290,6 +15353,7 @@
|
||||
3D3447A0212D113D00CF3941 /* IFishHotBarCell.m in Sources */,
|
||||
8871FB101EBC80850038E99A /* FishSelectDeviceListViewCell.m in Sources */,
|
||||
881672421EA5DE2B00BEBF23 /* UMComSimplicityUserCenterViewController.m in Sources */,
|
||||
C0B2F542244C6FE3001079AA /* PetStoresViewController.m in Sources */,
|
||||
3D8F649A21571D7C00F04BD3 /* HitbarWifeVc.m in Sources */,
|
||||
8861258F1E2731CC004A6097 /* JuNengSoketBackUtls.m in Sources */,
|
||||
88F5EFD11D48D08100CC7CAF /* MMProgressHUD+Animations.m in Sources */,
|
||||
@@ -15622,10 +15686,10 @@
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "compiler-default";
|
||||
CODE_SIGN_ENTITLEMENTS = Ifish/Ifish.entitlements;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 3;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
@@ -15740,11 +15804,11 @@
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "compiler-default";
|
||||
CODE_SIGN_ENTITLEMENTS = Ifish/Ifish.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3;
|
||||
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@@ -15829,7 +15893,7 @@
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.shyuying.Ifish8;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE = "";
|
||||
PROVISIONING_PROFILE_SPECIFIER = production2;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
USER_HEADER_SEARCH_PATHS = "";
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
|
||||
Reference in New Issue
Block a user