|
@@ -10,6 +10,13 @@
|
|
|
2729F7C724C6C87400E1F3C4 /* OpenFileViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7C624C6C87400E1F3C4 /* OpenFileViewController.m */; };
|
|
|
2729F7CA24C6EB4A00E1F3C4 /* SubjectNameModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7C924C6EB4A00E1F3C4 /* SubjectNameModel.m */; };
|
|
|
2729F7CD24C6F3F300E1F3C4 /* SongListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7CC24C6F3F300E1F3C4 /* SongListModel.m */; };
|
|
|
+ 2729F7D124C8174A00E1F3C4 /* FileNameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7D024C8174A00E1F3C4 /* FileNameView.m */; };
|
|
|
+ 2729F7D324C8175E00E1F3C4 /* FileNameView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2729F7D224C8175E00E1F3C4 /* FileNameView.xib */; };
|
|
|
+ 2729F7DA24C81E9B00E1F3C4 /* ExamViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7D924C81E9B00E1F3C4 /* ExamViewController.m */; };
|
|
|
+ 2729F7DD24C81FA200E1F3C4 /* LibraryTipsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7DC24C81FA200E1F3C4 /* LibraryTipsView.m */; };
|
|
|
+ 2729F7DF24C81FB000E1F3C4 /* LibraryTipsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2729F7DE24C81FB000E1F3C4 /* LibraryTipsView.xib */; };
|
|
|
+ 2729F7E324C8244100E1F3C4 /* ExamListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7E124C8244100E1F3C4 /* ExamListCell.m */; };
|
|
|
+ 2729F7E424C8244100E1F3C4 /* ExamListCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2729F7E224C8244100E1F3C4 /* ExamListCell.xib */; };
|
|
|
27476F4824BBFB5900181362 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4724BBFB5900181362 /* AppDelegate.m */; };
|
|
|
27476F4E24BBFB5900181362 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4D24BBFB5900181362 /* ViewController.m */; };
|
|
|
27476F5124BBFB5900181362 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27476F4F24BBFB5900181362 /* Main.storyboard */; };
|
|
@@ -374,6 +381,17 @@
|
|
|
2729F7CB24C6F3F300E1F3C4 /* SongListModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SongListModel.h; sourceTree = "<group>"; };
|
|
|
2729F7CC24C6F3F300E1F3C4 /* SongListModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SongListModel.m; sourceTree = "<group>"; };
|
|
|
2729F7CE24C7D43600E1F3C4 /* 酷乐秀.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "酷乐秀.entitlements"; sourceTree = "<group>"; };
|
|
|
+ 2729F7CF24C8174A00E1F3C4 /* FileNameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileNameView.h; sourceTree = "<group>"; };
|
|
|
+ 2729F7D024C8174A00E1F3C4 /* FileNameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FileNameView.m; sourceTree = "<group>"; };
|
|
|
+ 2729F7D224C8175E00E1F3C4 /* FileNameView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FileNameView.xib; sourceTree = "<group>"; };
|
|
|
+ 2729F7D824C81E9B00E1F3C4 /* ExamViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExamViewController.h; sourceTree = "<group>"; };
|
|
|
+ 2729F7D924C81E9B00E1F3C4 /* ExamViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExamViewController.m; sourceTree = "<group>"; };
|
|
|
+ 2729F7DB24C81FA200E1F3C4 /* LibraryTipsView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LibraryTipsView.h; sourceTree = "<group>"; };
|
|
|
+ 2729F7DC24C81FA200E1F3C4 /* LibraryTipsView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LibraryTipsView.m; sourceTree = "<group>"; };
|
|
|
+ 2729F7DE24C81FB000E1F3C4 /* LibraryTipsView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LibraryTipsView.xib; sourceTree = "<group>"; };
|
|
|
+ 2729F7E024C8244100E1F3C4 /* ExamListCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExamListCell.h; sourceTree = "<group>"; };
|
|
|
+ 2729F7E124C8244100E1F3C4 /* ExamListCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExamListCell.m; sourceTree = "<group>"; };
|
|
|
+ 2729F7E224C8244100E1F3C4 /* ExamListCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ExamListCell.xib; sourceTree = "<group>"; };
|
|
|
27476F4324BBFB5900181362 /* 酷乐秀.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "酷乐秀.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
27476F4624BBFB5900181362 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
27476F4724BBFB5900181362 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
@@ -1058,6 +1076,37 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
+ 2729F7D424C81CA200E1F3C4 /* RecordExam */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 2729F7D524C81CA200E1F3C4 /* Controller */,
|
|
|
+ 2729F7D624C81CA300E1F3C4 /* Model */,
|
|
|
+ 2729F7D724C81CA300E1F3C4 /* View */,
|
|
|
+ );
|
|
|
+ path = RecordExam;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 2729F7D524C81CA200E1F3C4 /* Controller */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Controller;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 2729F7D624C81CA300E1F3C4 /* Model */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Model;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 2729F7D724C81CA300E1F3C4 /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
27476F3A24BBFB5900181362 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -1330,6 +1379,7 @@
|
|
|
2747700324BC0C0100181362 /* UI */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 2729F7D424C81CA200E1F3C4 /* RecordExam */,
|
|
|
2747700424BC0C0100181362 /* Home */,
|
|
|
2748F8EB24C05F30003F8E11 /* ExamLibrary */,
|
|
|
2747705624BC0C0100181362 /* Exam */,
|
|
@@ -2250,6 +2300,8 @@
|
|
|
2748F8EC24C05F30003F8E11 /* Controller */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 2729F7D824C81E9B00E1F3C4 /* ExamViewController.h */,
|
|
|
+ 2729F7D924C81E9B00E1F3C4 /* ExamViewController.m */,
|
|
|
2748F8EF24C05F4C003F8E11 /* ExamLibraryController.h */,
|
|
|
2748F8F024C05F4C003F8E11 /* ExamLibraryController.m */,
|
|
|
2729F7C524C6C87400E1F3C4 /* OpenFileViewController.h */,
|
|
@@ -2272,9 +2324,18 @@
|
|
|
2748F8EE24C05F30003F8E11 /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 2729F7E024C8244100E1F3C4 /* ExamListCell.h */,
|
|
|
+ 2729F7E124C8244100E1F3C4 /* ExamListCell.m */,
|
|
|
+ 2729F7E224C8244100E1F3C4 /* ExamListCell.xib */,
|
|
|
2748F8F224C1389F003F8E11 /* ExamLibraryListCell.h */,
|
|
|
2748F8F324C1389F003F8E11 /* ExamLibraryListCell.m */,
|
|
|
2748F8F424C1389F003F8E11 /* ExamLibraryListCell.xib */,
|
|
|
+ 2729F7CF24C8174A00E1F3C4 /* FileNameView.h */,
|
|
|
+ 2729F7D024C8174A00E1F3C4 /* FileNameView.m */,
|
|
|
+ 2729F7D224C8175E00E1F3C4 /* FileNameView.xib */,
|
|
|
+ 2729F7DB24C81FA200E1F3C4 /* LibraryTipsView.h */,
|
|
|
+ 2729F7DC24C81FA200E1F3C4 /* LibraryTipsView.m */,
|
|
|
+ 2729F7DE24C81FB000E1F3C4 /* LibraryTipsView.xib */,
|
|
|
);
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
@@ -2642,6 +2703,7 @@
|
|
|
274771AE24BC0C0500181362 /* mss_browseLoading@2x.png in Resources */,
|
|
|
27A008CE24BD9E950002452B /* SettingBodyView.xib in Resources */,
|
|
|
2794D1BF24BD4D0C00BAF6F3 /* FSBodyView.xib in Resources */,
|
|
|
+ 2729F7E424C8244100E1F3C4 /* ExamListCell.xib in Resources */,
|
|
|
27A008E524BDA6C40002452B /* FeedbackBodyView.xib in Resources */,
|
|
|
2747718A24BC0C0500181362 /* WMPlayer.bundle in Resources */,
|
|
|
27476F5624BBFB5C00181362 /* LaunchScreen.storyboard in Resources */,
|
|
@@ -2654,6 +2716,7 @@
|
|
|
27A008A724BD96C50002452B /* NetworkBodyView.xib in Resources */,
|
|
|
2794D1C924BD631A00BAF6F3 /* ModifyBodyView.xib in Resources */,
|
|
|
27A008DB24BDA6950002452B /* PhoneChangeBodyView.xib in Resources */,
|
|
|
+ 2729F7DF24C81FB000E1F3C4 /* LibraryTipsView.xib in Resources */,
|
|
|
27A008FE24BECDFC0002452B /* HomeBodyView.xib in Resources */,
|
|
|
274771AC24BC0C0500181362 /* mss_browseLoading@3x.png in Resources */,
|
|
|
274771ED24BC0C0500181362 /* LoginBodyView.xib in Resources */,
|
|
@@ -2667,6 +2730,7 @@
|
|
|
2747728024BC0C7C00181362 /* RongCloudKit.strings in Resources */,
|
|
|
2748F8F624C138A0003F8E11 /* ExamLibraryListCell.xib in Resources */,
|
|
|
27476F5124BBFB5900181362 /* Main.storyboard in Resources */,
|
|
|
+ 2729F7D324C8175E00E1F3C4 /* FileNameView.xib in Resources */,
|
|
|
27EF3EF324BEE885002068A2 /* NotifyMessageCell.xib in Resources */,
|
|
|
27EF3F0024BF016B002068A2 /* WaitExamBodyView.xib in Resources */,
|
|
|
27A008A924BD96C50002452B /* KSNetworkAlert.xib in Resources */,
|
|
@@ -2898,6 +2962,7 @@
|
|
|
27EF3EF624BEF1DA002068A2 /* TicketBodyView.m in Sources */,
|
|
|
274771CC24BC0C0500181362 /* UIView+MBProgressHUD.m in Sources */,
|
|
|
274771F624BC0C0500181362 /* KSDiskCache.m in Sources */,
|
|
|
+ 2729F7E324C8244100E1F3C4 /* ExamListCell.m in Sources */,
|
|
|
2747721224BC0C0500181362 /* NSDate+Extension.m in Sources */,
|
|
|
2747720924BC0C0500181362 /* UIAlertController+Extend.m in Sources */,
|
|
|
27A008C624BD99BD0002452B /* UserViewController.m in Sources */,
|
|
@@ -2967,6 +3032,7 @@
|
|
|
2747724B24BC0C0500181362 /* JXCategoryNumberView.m in Sources */,
|
|
|
2747721324BC0C0500181362 /* NSString+Extension.m in Sources */,
|
|
|
27A008CC24BD9E8A0002452B /* SettingBodyView.m in Sources */,
|
|
|
+ 2729F7DA24C81E9B00E1F3C4 /* ExamViewController.m in Sources */,
|
|
|
2747721B24BC0C0500181362 /* UIView+XIBView.m in Sources */,
|
|
|
2747723E24BC0C0500181362 /* JXCategoryIndicatorView.m in Sources */,
|
|
|
2747725424BC0C0500181362 /* MBProgressHUD+NJ.m in Sources */,
|
|
@@ -2986,6 +3052,7 @@
|
|
|
274771AB24BC0C0500181362 /* MSSBrowseRemindView.m in Sources */,
|
|
|
274771A924BC0C0500181362 /* MSSBrowseBaseViewController.m in Sources */,
|
|
|
27A008A524BD96C50002452B /* NetworkingCheckController.m in Sources */,
|
|
|
+ 2729F7D124C8174A00E1F3C4 /* FileNameView.m in Sources */,
|
|
|
27EF3EFE24BF015A002068A2 /* WaitExamBodyView.m in Sources */,
|
|
|
274771C724BC0C0500181362 /* KSRequestManager.m in Sources */,
|
|
|
2747722824BC0C0500181362 /* GRCreateManager.m in Sources */,
|
|
@@ -2994,6 +3061,7 @@
|
|
|
27476F4824BBFB5900181362 /* AppDelegate.m in Sources */,
|
|
|
2747725A24BC0C0500181362 /* NSString+phone.m in Sources */,
|
|
|
2747725124BC0C0500181362 /* JXCategoryBaseView.m in Sources */,
|
|
|
+ 2729F7DD24C81FA200E1F3C4 /* LibraryTipsView.m in Sources */,
|
|
|
274771E424BC0C0500181362 /* NotifyMessageViewController.m in Sources */,
|
|
|
2747724F24BC0C0500181362 /* JXCategoryCollectionView.m in Sources */,
|
|
|
274771AA24BC0C0500181362 /* MSSBrowseZoomScrollView.m in Sources */,
|