|
@@ -7,6 +7,9 @@
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
|
+ 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 */; };
|
|
27476F4824BBFB5900181362 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4724BBFB5900181362 /* AppDelegate.m */; };
|
|
27476F4824BBFB5900181362 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4724BBFB5900181362 /* AppDelegate.m */; };
|
|
27476F4E24BBFB5900181362 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4D24BBFB5900181362 /* ViewController.m */; };
|
|
27476F4E24BBFB5900181362 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4D24BBFB5900181362 /* ViewController.m */; };
|
|
27476F5124BBFB5900181362 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27476F4F24BBFB5900181362 /* Main.storyboard */; };
|
|
27476F5124BBFB5900181362 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27476F4F24BBFB5900181362 /* Main.storyboard */; };
|
|
@@ -364,6 +367,12 @@
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
1AA4DFCEF527585287BEBFE0 /* Pods-MusicGradeExam.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MusicGradeExam.release.xcconfig"; path = "Target Support Files/Pods-MusicGradeExam/Pods-MusicGradeExam.release.xcconfig"; sourceTree = "<group>"; };
|
|
1AA4DFCEF527585287BEBFE0 /* Pods-MusicGradeExam.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MusicGradeExam.release.xcconfig"; path = "Target Support Files/Pods-MusicGradeExam/Pods-MusicGradeExam.release.xcconfig"; sourceTree = "<group>"; };
|
|
1C12DE728E343C25BB5998D7 /* libPods-MusicGradeExam.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MusicGradeExam.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1C12DE728E343C25BB5998D7 /* libPods-MusicGradeExam.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MusicGradeExam.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
+ 2729F7C524C6C87400E1F3C4 /* OpenFileViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OpenFileViewController.h; sourceTree = "<group>"; };
|
|
|
|
+ 2729F7C624C6C87400E1F3C4 /* OpenFileViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OpenFileViewController.m; sourceTree = "<group>"; };
|
|
|
|
+ 2729F7C824C6EB4900E1F3C4 /* SubjectNameModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SubjectNameModel.h; sourceTree = "<group>"; };
|
|
|
|
+ 2729F7C924C6EB4A00E1F3C4 /* SubjectNameModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SubjectNameModel.m; sourceTree = "<group>"; };
|
|
|
|
+ 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>"; };
|
|
27476F4324BBFB5900181362 /* 酷乐秀.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "酷乐秀.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
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>"; };
|
|
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>"; };
|
|
27476F4724BBFB5900181362 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
@@ -1468,8 +1477,8 @@
|
|
2747701824BC0C0100181362 /* RTCService */ = {
|
|
2747701824BC0C0100181362 /* RTCService */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
- 2747701924BC0C0100181362 /* RTCService.m */,
|
|
|
|
2747701A24BC0C0100181362 /* RTCService.h */,
|
|
2747701A24BC0C0100181362 /* RTCService.h */,
|
|
|
|
+ 2747701924BC0C0100181362 /* RTCService.m */,
|
|
);
|
|
);
|
|
path = RTCService;
|
|
path = RTCService;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -1790,14 +1799,14 @@
|
|
2747708624BC0C0300181362 /* Cache */ = {
|
|
2747708624BC0C0300181362 /* Cache */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
- 2747708724BC0C0300181362 /* KSLRUManager.h */,
|
|
|
|
- 2747708824BC0C0300181362 /* KSMemoryCache.h */,
|
|
|
|
2747708924BC0C0300181362 /* KSCacheManager.h */,
|
|
2747708924BC0C0300181362 /* KSCacheManager.h */,
|
|
|
|
+ 2747708E24BC0C0300181362 /* KSCacheManager.m */,
|
|
2747708A24BC0C0300181362 /* KSDiskCache.h */,
|
|
2747708A24BC0C0300181362 /* KSDiskCache.h */,
|
|
|
|
+ 2747708D24BC0C0300181362 /* KSDiskCache.m */,
|
|
|
|
+ 2747708724BC0C0300181362 /* KSLRUManager.h */,
|
|
2747708B24BC0C0300181362 /* KSLRUManager.m */,
|
|
2747708B24BC0C0300181362 /* KSLRUManager.m */,
|
|
|
|
+ 2747708824BC0C0300181362 /* KSMemoryCache.h */,
|
|
2747708C24BC0C0300181362 /* KSMemoryCache.m */,
|
|
2747708C24BC0C0300181362 /* KSMemoryCache.m */,
|
|
- 2747708D24BC0C0300181362 /* KSDiskCache.m */,
|
|
|
|
- 2747708E24BC0C0300181362 /* KSCacheManager.m */,
|
|
|
|
);
|
|
);
|
|
path = Cache;
|
|
path = Cache;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -2241,6 +2250,8 @@
|
|
children = (
|
|
children = (
|
|
2748F8EF24C05F4C003F8E11 /* ExamLibraryController.h */,
|
|
2748F8EF24C05F4C003F8E11 /* ExamLibraryController.h */,
|
|
2748F8F024C05F4C003F8E11 /* ExamLibraryController.m */,
|
|
2748F8F024C05F4C003F8E11 /* ExamLibraryController.m */,
|
|
|
|
+ 2729F7C524C6C87400E1F3C4 /* OpenFileViewController.h */,
|
|
|
|
+ 2729F7C624C6C87400E1F3C4 /* OpenFileViewController.m */,
|
|
);
|
|
);
|
|
path = Controller;
|
|
path = Controller;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -2248,6 +2259,10 @@
|
|
2748F8ED24C05F30003F8E11 /* Model */ = {
|
|
2748F8ED24C05F30003F8E11 /* Model */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 2729F7C824C6EB4900E1F3C4 /* SubjectNameModel.h */,
|
|
|
|
+ 2729F7C924C6EB4A00E1F3C4 /* SubjectNameModel.m */,
|
|
|
|
+ 2729F7CB24C6F3F300E1F3C4 /* SongListModel.h */,
|
|
|
|
+ 2729F7CC24C6F3F300E1F3C4 /* SongListModel.m */,
|
|
);
|
|
);
|
|
path = Model;
|
|
path = Model;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -2891,6 +2906,7 @@
|
|
2747722924BC0C0500181362 /* KSChoosePicker.m in Sources */,
|
|
2747722924BC0C0500181362 /* KSChoosePicker.m in Sources */,
|
|
274771B224BC0C0500181362 /* ZKCycleScrollViewFlowLayout.m in Sources */,
|
|
274771B224BC0C0500181362 /* ZKCycleScrollViewFlowLayout.m in Sources */,
|
|
274771BB24BC0C0500181362 /* ALCalendarDate.m in Sources */,
|
|
274771BB24BC0C0500181362 /* ALCalendarDate.m in Sources */,
|
|
|
|
+ 2729F7CA24C6EB4A00E1F3C4 /* SubjectNameModel.m in Sources */,
|
|
2747724D24BC0C0500181362 /* JXCategoryNumberCellModel.m in Sources */,
|
|
2747724D24BC0C0500181362 /* JXCategoryNumberCellModel.m in Sources */,
|
|
274771C024BC0C0500181362 /* ALCalendarManager.m in Sources */,
|
|
274771C024BC0C0500181362 /* ALCalendarManager.m in Sources */,
|
|
2747724C24BC0C0500181362 /* JXCategoryNumberCell.m in Sources */,
|
|
2747724C24BC0C0500181362 /* JXCategoryNumberCell.m in Sources */,
|
|
@@ -3025,6 +3041,7 @@
|
|
2747721824BC0C0500181362 /* NSObject+ReadDocument.m in Sources */,
|
|
2747721824BC0C0500181362 /* NSObject+ReadDocument.m in Sources */,
|
|
27EF3F2624C02B68002068A2 /* MainToolView.m in Sources */,
|
|
27EF3F2624C02B68002068A2 /* MainToolView.m in Sources */,
|
|
2747718F24BC0C0500181362 /* TZImageCropManager.m in Sources */,
|
|
2747718F24BC0C0500181362 /* TZImageCropManager.m in Sources */,
|
|
|
|
+ 2729F7C724C6C87400E1F3C4 /* OpenFileViewController.m in Sources */,
|
|
2747725924BC0C0500181362 /* GRScanManager.m in Sources */,
|
|
2747725924BC0C0500181362 /* GRScanManager.m in Sources */,
|
|
2747724224BC0C0500181362 /* JXCategoryTitleImageView.m in Sources */,
|
|
2747724224BC0C0500181362 /* JXCategoryTitleImageView.m in Sources */,
|
|
2747720424BC0C0500181362 /* UITextView+ZWPlaceHolder.m in Sources */,
|
|
2747720424BC0C0500181362 /* UITextView+ZWPlaceHolder.m in Sources */,
|
|
@@ -3035,6 +3052,7 @@
|
|
274771B924BC0C0500181362 /* ALCalendarConfig.m in Sources */,
|
|
274771B924BC0C0500181362 /* ALCalendarConfig.m in Sources */,
|
|
2747726324BC0C0500181362 /* LLFileManager.m in Sources */,
|
|
2747726324BC0C0500181362 /* LLFileManager.m in Sources */,
|
|
274771FE24BC0C0500181362 /* NSMutableString+KSSafe.m in Sources */,
|
|
274771FE24BC0C0500181362 /* NSMutableString+KSSafe.m in Sources */,
|
|
|
|
+ 2729F7CD24C6F3F300E1F3C4 /* SongListModel.m in Sources */,
|
|
2747723D24BC0C0500181362 /* JXCategoryIndicatorCell.m in Sources */,
|
|
2747723D24BC0C0500181362 /* JXCategoryIndicatorCell.m in Sources */,
|
|
2747721A24BC0C0500181362 /* UIImage+Addtions.m in Sources */,
|
|
2747721A24BC0C0500181362 /* UIImage+Addtions.m in Sources */,
|
|
274771EC24BC0C0500181362 /* LoginBodyView.m in Sources */,
|
|
274771EC24BC0C0500181362 /* LoginBodyView.m in Sources */,
|