From d93de8833865eb833ca72320f317bf92ba2ae52a Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 08 七月 2021 15:38:24 +0800
Subject: [PATCH] 2021-07-08 1.更新
---
Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo.xcodeproj/project.pbxproj | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo.xcodeproj/project.pbxproj b/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo.xcodeproj/project.pbxproj
index 4cb039c..a00534f 100644
--- a/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo.xcodeproj/project.pbxproj
+++ b/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo.xcodeproj/project.pbxproj
@@ -144,6 +144,8 @@
B95004F725B929EF002D3C58 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B95004F625B929EF002D3C58 /* Launch Screen.storyboard */; };
B96C125625E8C5EA00B69941 /* EZSDK.m in Sources */ = {isa = PBXBuildFile; fileRef = B96C125525E8C5EA00B69941 /* EZSDK.m */; };
B96C126725E8F64800B69941 /* EZHttpUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B96C126625E8F64800B69941 /* EZHttpUtil.m */; };
+ B9E6208D26969E170054E443 /* NSObject+YYModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B9E6208A26969E170054E443 /* NSObject+YYModel.m */; };
+ B9E6208E26969E170054E443 /* YYClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B9E6208B26969E170054E443 /* YYClassInfo.m */; };
B9EA4E3825C7E7AB000FFDA2 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = B9EA4E0725C7E7AB000FFDA2 /* LICENSE */; };
B9EA4E3925C7E7AB000FFDA2 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EA4E0925C7E7AB000FFDA2 /* UIScrollView+MJRefresh.m */; };
B9EA4E3A25C7E7AB000FFDA2 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EA4E0A25C7E7AB000FFDA2 /* MJRefreshConst.m */; };
@@ -573,6 +575,11 @@
B96C125525E8C5EA00B69941 /* EZSDK.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZSDK.m; sourceTree = "<group>"; };
B96C126525E8F64800B69941 /* EZHttpUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EZHttpUtil.h; sourceTree = "<group>"; };
B96C126625E8F64800B69941 /* EZHttpUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EZHttpUtil.m; sourceTree = "<group>"; };
+ B9E6208826969E170054E443 /* YYClassInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYClassInfo.h; sourceTree = "<group>"; };
+ B9E6208926969E170054E443 /* YYModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYModel.h; sourceTree = "<group>"; };
+ B9E6208A26969E170054E443 /* NSObject+YYModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+YYModel.m"; sourceTree = "<group>"; };
+ B9E6208B26969E170054E443 /* YYClassInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYClassInfo.m; sourceTree = "<group>"; };
+ B9E6208C26969E170054E443 /* NSObject+YYModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+YYModel.h"; sourceTree = "<group>"; };
B9EA4E0725C7E7AB000FFDA2 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
B9EA4E0925C7E7AB000FFDA2 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+MJRefresh.m"; sourceTree = "<group>"; };
B9EA4E0A25C7E7AB000FFDA2 /* MJRefreshConst.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshConst.m; sourceTree = "<group>"; };
@@ -892,6 +899,7 @@
0D8CF3A91BDF516700A50266 /* Venders */ = {
isa = PBXGroup;
children = (
+ B9E6208726969E170054E443 /* YYModel */,
B9EA4E0625C7E7AA000FFDA2 /* MJRefresh */,
C4A41D7C23D6E4DC00D59722 /* Toast */,
0D9ACAD31C7EE4D100B4DE97 /* UIKit+AFNetworking */,
@@ -1327,6 +1335,18 @@
name = Category;
sourceTree = "<group>";
};
+ B9E6208726969E170054E443 /* YYModel */ = {
+ isa = PBXGroup;
+ children = (
+ B9E6208826969E170054E443 /* YYClassInfo.h */,
+ B9E6208926969E170054E443 /* YYModel.h */,
+ B9E6208A26969E170054E443 /* NSObject+YYModel.m */,
+ B9E6208B26969E170054E443 /* YYClassInfo.m */,
+ B9E6208C26969E170054E443 /* NSObject+YYModel.h */,
+ );
+ path = YYModel;
+ sourceTree = "<group>";
+ };
B9EA4E0625C7E7AA000FFDA2 /* MJRefresh */ = {
isa = PBXGroup;
children = (
@@ -1735,12 +1755,14 @@
0D77A3301BE0F2E800B4AD0A /* EZInputSerialViewController.m in Sources */,
0DCE0C421BE227F6000EA68A /* MBProgressHUD.m in Sources */,
0DCE0C321BE2279F000EA68A /* SDWebImageCompat.m in Sources */,
+ B9E6208D26969E170054E443 /* NSObject+YYModel.m in Sources */,
0D9ACAEB1C7EE4D100B4DE97 /* UIProgressView+AFNetworking.m in Sources */,
0D8CF4DA1BDF898800A50266 /* UITableView+FDIndexPathHeightCache.m in Sources */,
0DCE0C081BE22761000EA68A /* UILabel+DDKit.m in Sources */,
0D5015121BF8B77500F13269 /* UIImage+MWPhotoBrowser.m in Sources */,
0D90A06B1CABC6A100E78C64 /* EZPlayDemoViewController.m in Sources */,
0DCE0C3C1BE2279F000EA68A /* UIImageView+HighlightedWebCache.m in Sources */,
+ B9E6208E26969E170054E443 /* YYClassInfo.m in Sources */,
B9EA4E3925C7E7AB000FFDA2 /* UIScrollView+MJRefresh.m in Sources */,
B96C125625E8C5EA00B69941 /* EZSDK.m in Sources */,
0D77A3361BE0F38D00B4AD0A /* EZDeviceResultViewController.m in Sources */,
@@ -1978,7 +2000,7 @@
MARKETING_VERSION = 4.15.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
- PRODUCT_BUNDLE_IDENTIFIER = com.hdl.on;
+ PRODUCT_BUNDLE_IDENTIFIER = com.hdl.on2;
PRODUCT_NAME = EZOpenSDK;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
--
Gitblit v1.8.0