|
@@ -21,6 +21,7 @@
|
|
|
1876C3FC219920DE00BC23DE /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1876C3FB219920DE00BC23DE /* ViewController.m */; };
|
|
|
187B4EE321EC356100A9368D /* UIView+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = 187B4EE221EC356100A9368D /* UIView+Extension.m */; };
|
|
|
187B4EE621EC635700A9368D /* GlobalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 187B4EE521EC635700A9368D /* GlobalData.m */; };
|
|
|
+ 187FDF3F24948C2B00037DDE /* layout.css in Resources */ = {isa = PBXBuildFile; fileRef = 187FDF3E24948C2B00037DDE /* layout.css */; };
|
|
|
188036FB2193EA09006F9D7B /* JYNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 188036F72193EA08006F9D7B /* JYNavigationController.m */; };
|
|
|
188036FC2193EA09006F9D7B /* JYTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 188036F92193EA09006F9D7B /* JYTabBarController.m */; };
|
|
|
1880371E2193EB25006F9D7B /* JYSearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 188037162193EB25006F9D7B /* JYSearchViewController.m */; };
|
|
@@ -68,7 +69,6 @@
|
|
|
18AEC2A82493810100391584 /* course-index.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 18AEC2812493810000391584 /* course-index.jpg */; };
|
|
|
18AEC2A92493810100391584 /* fastclick.min.js in Resources */ = {isa = PBXBuildFile; fileRef = 18AEC2822493810000391584 /* fastclick.min.js */; };
|
|
|
18AEC2AA2493810100391584 /* mainSearch.png in Resources */ = {isa = PBXBuildFile; fileRef = 18AEC2832493810000391584 /* mainSearch.png */; };
|
|
|
- 18AEC2AB2493810100391584 /* layout.css in Resources */ = {isa = PBXBuildFile; fileRef = 18AEC2842493810000391584 /* layout.css */; };
|
|
|
18AEC2AC2493810100391584 /* js.cookie.min.js in Resources */ = {isa = PBXBuildFile; fileRef = 18AEC2852493810000391584 /* js.cookie.min.js */; };
|
|
|
18AEC2AD2493810100391584 /* jquery.cookie.js in Resources */ = {isa = PBXBuildFile; fileRef = 18AEC2862493810000391584 /* jquery.cookie.js */; };
|
|
|
18AEC2AE2493810100391584 /* moment.min.js in Resources */ = {isa = PBXBuildFile; fileRef = 18AEC2872493810000391584 /* moment.min.js */; };
|
|
@@ -160,6 +160,7 @@
|
|
|
187B4EE221EC356100A9368D /* UIView+Extension.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+Extension.m"; sourceTree = "<group>"; };
|
|
|
187B4EE421EC635700A9368D /* GlobalData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GlobalData.h; sourceTree = "<group>"; };
|
|
|
187B4EE521EC635700A9368D /* GlobalData.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GlobalData.m; sourceTree = "<group>"; };
|
|
|
+ 187FDF3E24948C2B00037DDE /* layout.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = layout.css; sourceTree = "<group>"; };
|
|
|
188036F72193EA08006F9D7B /* JYNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JYNavigationController.m; sourceTree = "<group>"; };
|
|
|
188036F82193EA09006F9D7B /* JYTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JYTabBarController.h; sourceTree = "<group>"; };
|
|
|
188036F92193EA09006F9D7B /* JYTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JYTabBarController.m; sourceTree = "<group>"; };
|
|
@@ -220,7 +221,6 @@
|
|
|
18AEC2812493810000391584 /* course-index.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "course-index.jpg"; sourceTree = "<group>"; };
|
|
|
18AEC2822493810000391584 /* fastclick.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fastclick.min.js; sourceTree = "<group>"; };
|
|
|
18AEC2832493810000391584 /* mainSearch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mainSearch.png; sourceTree = "<group>"; };
|
|
|
- 18AEC2842493810000391584 /* layout.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = layout.css; sourceTree = "<group>"; };
|
|
|
18AEC2852493810000391584 /* js.cookie.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = js.cookie.min.js; sourceTree = "<group>"; };
|
|
|
18AEC2862493810000391584 /* jquery.cookie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.cookie.js; sourceTree = "<group>"; };
|
|
|
18AEC2872493810000391584 /* moment.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = moment.min.js; sourceTree = "<group>"; };
|
|
@@ -382,6 +382,7 @@
|
|
|
18AEC2632493810000391584 /* local */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 187FDF3E24948C2B00037DDE /* layout.css */,
|
|
|
18AEC2642493810000391584 /* dropload.js */,
|
|
|
18AEC2652493810000391584 /* template-web.js */,
|
|
|
18AEC2662493810000391584 /* weui.min.css */,
|
|
@@ -414,7 +415,6 @@
|
|
|
18AEC2812493810000391584 /* course-index.jpg */,
|
|
|
18AEC2822493810000391584 /* fastclick.min.js */,
|
|
|
18AEC2832493810000391584 /* mainSearch.png */,
|
|
|
- 18AEC2842493810000391584 /* layout.css */,
|
|
|
18AEC2852493810000391584 /* js.cookie.min.js */,
|
|
|
18AEC2862493810000391584 /* jquery.cookie.js */,
|
|
|
18AEC2872493810000391584 /* moment.min.js */,
|
|
@@ -753,6 +753,7 @@
|
|
|
18AEC2992493810100391584 /* sprite-about.png in Resources */,
|
|
|
18AEC2952493810100391584 /* clipboard.min.js in Resources */,
|
|
|
18AEC2AE2493810100391584 /* moment.min.js in Resources */,
|
|
|
+ 187FDF3F24948C2B00037DDE /* layout.css in Resources */,
|
|
|
18AEC2A22493810100391584 /* sprite.png in Resources */,
|
|
|
18AEC2912493810100391584 /* mobiscroll.min.css in Resources */,
|
|
|
18AEC28F2493810100391584 /* vant.min.js in Resources */,
|
|
@@ -777,7 +778,6 @@
|
|
|
18AEC2AA2493810100391584 /* mainSearch.png in Resources */,
|
|
|
C5B194D4202EA46D00F0AC76 /* arrowLeft@2x.png in Resources */,
|
|
|
18AEC2972493810100391584 /* 20200604160552006e71984U5.png in Resources */,
|
|
|
- 18AEC2AB2493810100391584 /* layout.css in Resources */,
|
|
|
C5BE6E472011D99100F28B36 /* LaunchScreen.storyboard in Resources */,
|
|
|
C5BE6E442011D99100F28B36 /* Assets.xcassets in Resources */,
|
|
|
C555EC2A2047E57C0084642F /* NoNetView.xib in Resources */,
|
|
@@ -1056,7 +1056,7 @@
|
|
|
CODE_SIGN_ENTITLEMENTS = JianYuIOS/JianYuIOS.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 46;
|
|
|
+ CURRENT_PROJECT_VERSION = 47;
|
|
|
DEVELOPMENT_TEAM = 4S438G3ZUL;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -1140,7 +1140,7 @@
|
|
|
CODE_SIGN_ENTITLEMENTS = JianYuIOS/JianYuIOS.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 46;
|
|
|
+ CURRENT_PROJECT_VERSION = 47;
|
|
|
DEVELOPMENT_TEAM = 4S438G3ZUL;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|