|
@@ -457,6 +457,15 @@
|
|
|
BC4CF27128D0283300961C61 /* HomeQualityMusicCollectionCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC4CF26F28D0283300961C61 /* HomeQualityMusicCollectionCell.xib */; };
|
|
|
BC4CF27428D0285400961C61 /* HomeQualityMusicCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC4CF27328D0285400961C61 /* HomeQualityMusicCellView.m */; };
|
|
|
BC4CF27628D0285A00961C61 /* HomeQualityMusicCellView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC4CF27528D0285A00961C61 /* HomeQualityMusicCellView.xib */; };
|
|
|
+ BC4CF28E28D072C000961C61 /* WidgetViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC4CF28D28D072C000961C61 /* WidgetViewController.m */; };
|
|
|
+ BC4CF29128D072EF00961C61 /* WidgetNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC4CF29028D072EF00961C61 /* WidgetNavView.m */; };
|
|
|
+ BC4CF29328D072F600961C61 /* WidgetNavView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC4CF29228D072F600961C61 /* WidgetNavView.xib */; };
|
|
|
+ BC4CF29628D074DC00961C61 /* WidgetDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC4CF29528D074DC00961C61 /* WidgetDotView.m */; };
|
|
|
+ BC4CF29828D074E700961C61 /* WidgetDotView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC4CF29728D074E700961C61 /* WidgetDotView.xib */; };
|
|
|
+ BC4CF29B28D0757800961C61 /* WidgetSpeedView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC4CF29A28D0757800961C61 /* WidgetSpeedView.m */; };
|
|
|
+ BC4CF29D28D0758700961C61 /* WidgetSpeedView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC4CF29C28D0758700961C61 /* WidgetSpeedView.xib */; };
|
|
|
+ BC4CF2A028D075CC00961C61 /* WidgetFunctionView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC4CF29F28D075CC00961C61 /* WidgetFunctionView.m */; };
|
|
|
+ BC4CF2A228D075D400961C61 /* WidgetFunctionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC4CF2A128D075D400961C61 /* WidgetFunctionView.xib */; };
|
|
|
BC50171227FC0D5600F8BCBC /* SubjectChooseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC50171127FC0D5600F8BCBC /* SubjectChooseViewController.m */; };
|
|
|
BC50171527FC0D8300F8BCBC /* SubjectChooseBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC50171427FC0D8300F8BCBC /* SubjectChooseBodyView.m */; };
|
|
|
BC50171727FC0D8E00F8BCBC /* SubjectChooseBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC50171627FC0D8D00F8BCBC /* SubjectChooseBodyView.xib */; };
|
|
@@ -1768,6 +1777,20 @@
|
|
|
BC4CF27228D0285400961C61 /* HomeQualityMusicCellView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeQualityMusicCellView.h; sourceTree = "<group>"; };
|
|
|
BC4CF27328D0285400961C61 /* HomeQualityMusicCellView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeQualityMusicCellView.m; sourceTree = "<group>"; };
|
|
|
BC4CF27528D0285A00961C61 /* HomeQualityMusicCellView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeQualityMusicCellView.xib; sourceTree = "<group>"; };
|
|
|
+ BC4CF28C28D072C000961C61 /* WidgetViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WidgetViewController.h; sourceTree = "<group>"; };
|
|
|
+ BC4CF28D28D072C000961C61 /* WidgetViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WidgetViewController.m; sourceTree = "<group>"; };
|
|
|
+ BC4CF28F28D072EF00961C61 /* WidgetNavView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WidgetNavView.h; sourceTree = "<group>"; };
|
|
|
+ BC4CF29028D072EF00961C61 /* WidgetNavView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WidgetNavView.m; sourceTree = "<group>"; };
|
|
|
+ BC4CF29228D072F600961C61 /* WidgetNavView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WidgetNavView.xib; sourceTree = "<group>"; };
|
|
|
+ BC4CF29428D074DC00961C61 /* WidgetDotView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WidgetDotView.h; sourceTree = "<group>"; };
|
|
|
+ BC4CF29528D074DC00961C61 /* WidgetDotView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WidgetDotView.m; sourceTree = "<group>"; };
|
|
|
+ BC4CF29728D074E700961C61 /* WidgetDotView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WidgetDotView.xib; sourceTree = "<group>"; };
|
|
|
+ BC4CF29928D0757800961C61 /* WidgetSpeedView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WidgetSpeedView.h; sourceTree = "<group>"; };
|
|
|
+ BC4CF29A28D0757800961C61 /* WidgetSpeedView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WidgetSpeedView.m; sourceTree = "<group>"; };
|
|
|
+ BC4CF29C28D0758700961C61 /* WidgetSpeedView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WidgetSpeedView.xib; sourceTree = "<group>"; };
|
|
|
+ BC4CF29E28D075CC00961C61 /* WidgetFunctionView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WidgetFunctionView.h; sourceTree = "<group>"; };
|
|
|
+ BC4CF29F28D075CC00961C61 /* WidgetFunctionView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WidgetFunctionView.m; sourceTree = "<group>"; };
|
|
|
+ BC4CF2A128D075D400961C61 /* WidgetFunctionView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WidgetFunctionView.xib; sourceTree = "<group>"; };
|
|
|
BC50171027FC0D5600F8BCBC /* SubjectChooseViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SubjectChooseViewController.h; sourceTree = "<group>"; };
|
|
|
BC50171127FC0D5600F8BCBC /* SubjectChooseViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SubjectChooseViewController.m; sourceTree = "<group>"; };
|
|
|
BC50171327FC0D8300F8BCBC /* SubjectChooseBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SubjectChooseBodyView.h; sourceTree = "<group>"; };
|
|
@@ -2781,6 +2804,7 @@
|
|
|
275FA1F027E7356A00CFEA2E /* Module */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BC4CF28828D058E600961C61 /* Widget */,
|
|
|
BC71D1342887CD470010F14B /* AnimationLaunch */,
|
|
|
BC8A4545283DC33400094BBB /* CloudEngine */,
|
|
|
BCB6357327F6D2AB00ACFDCF /* Classroom */,
|
|
@@ -4408,6 +4432,51 @@
|
|
|
path = QualityMusic;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BC4CF28828D058E600961C61 /* Widget */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC4CF28928D058FA00961C61 /* Controller */,
|
|
|
+ BC4CF28A28D058FB00961C61 /* Model */,
|
|
|
+ BC4CF28B28D058FB00961C61 /* View */,
|
|
|
+ );
|
|
|
+ path = Widget;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BC4CF28928D058FA00961C61 /* Controller */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC4CF28C28D072C000961C61 /* WidgetViewController.h */,
|
|
|
+ BC4CF28D28D072C000961C61 /* WidgetViewController.m */,
|
|
|
+ );
|
|
|
+ path = Controller;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BC4CF28A28D058FB00961C61 /* Model */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Model;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BC4CF28B28D058FB00961C61 /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC4CF28F28D072EF00961C61 /* WidgetNavView.h */,
|
|
|
+ BC4CF29028D072EF00961C61 /* WidgetNavView.m */,
|
|
|
+ BC4CF29228D072F600961C61 /* WidgetNavView.xib */,
|
|
|
+ BC4CF29428D074DC00961C61 /* WidgetDotView.h */,
|
|
|
+ BC4CF29528D074DC00961C61 /* WidgetDotView.m */,
|
|
|
+ BC4CF29728D074E700961C61 /* WidgetDotView.xib */,
|
|
|
+ BC4CF29928D0757800961C61 /* WidgetSpeedView.h */,
|
|
|
+ BC4CF29A28D0757800961C61 /* WidgetSpeedView.m */,
|
|
|
+ BC4CF29C28D0758700961C61 /* WidgetSpeedView.xib */,
|
|
|
+ BC4CF29E28D075CC00961C61 /* WidgetFunctionView.h */,
|
|
|
+ BC4CF29F28D075CC00961C61 /* WidgetFunctionView.m */,
|
|
|
+ BC4CF2A128D075D400961C61 /* WidgetFunctionView.xib */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BC60E3C3287D552800B05441 /* DeleteAccount */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -6031,6 +6100,7 @@
|
|
|
BCC583CB28A9EC6400BAB4CF /* cloud_animation_7.png in Resources */,
|
|
|
BC71D1052881A2420010F14B /* TencentOpenApi_IOS_Bundle.bundle in Resources */,
|
|
|
BC802DBF28BC8E350079E350 /* HomeHotLiveCourseView.xib in Resources */,
|
|
|
+ BC4CF29828D074E700961C61 /* WidgetDotView.xib in Resources */,
|
|
|
BC71D15D2887F9DB0010F14B /* launchAni.json in Resources */,
|
|
|
275E8AB827E18F8B00DD3F6E /* LaunchScreen.storyboard in Resources */,
|
|
|
275FA1EF27E7351900CFEA2E /* KSUpdateAlert.xib in Resources */,
|
|
@@ -6091,6 +6161,7 @@
|
|
|
BC11928C280FB44300A716F7 /* HomeworkVideoView.xib in Resources */,
|
|
|
BCFDA64D28BCA2000022B497 /* live_animation_1.png in Resources */,
|
|
|
BCD457A2286313D70010B493 /* NotiferNavView.xib in Resources */,
|
|
|
+ BC4CF29328D072F600961C61 /* WidgetNavView.xib in Resources */,
|
|
|
275E8AB527E18F8B00DD3F6E /* Assets.xcassets in Resources */,
|
|
|
BCFDA65028BCA2000022B497 /* live_animation_3.png in Resources */,
|
|
|
BC71D252288804CD0010F14B /* img_29.png in Resources */,
|
|
@@ -6193,6 +6264,7 @@
|
|
|
BC71D26D288804CD0010F14B /* img_18.png in Resources */,
|
|
|
BCB6348127F6D29600ACFDCF /* LiveSeatApplyCell.xib in Resources */,
|
|
|
BC8A45A4283DC33400094BBB /* KSCloudSettingView.xib in Resources */,
|
|
|
+ BC4CF2A228D075D400961C61 /* WidgetFunctionView.xib in Resources */,
|
|
|
2723B62D27F157D500E0B90B /* GroupApplyMemberCell.xib in Resources */,
|
|
|
BCB6347427F6D29600ACFDCF /* BaseEmoji.plist in Resources */,
|
|
|
BCB9091928530EA500F5FF69 /* KSShopCardView.xib in Resources */,
|
|
@@ -6253,6 +6325,7 @@
|
|
|
BCC583BD28A9EC6400BAB4CF /* cloud_animation_25.png in Resources */,
|
|
|
BCC583BC28A9EC6400BAB4CF /* cloud_animation_19.png in Resources */,
|
|
|
BC8A459F283DC33400094BBB /* SettingPageView.xib in Resources */,
|
|
|
+ BC4CF29D28D0758700961C61 /* WidgetSpeedView.xib in Resources */,
|
|
|
BC71D262288804CD0010F14B /* img_54.png in Resources */,
|
|
|
BC8C2C5A2823F57100FBA5D5 /* areainfo.json in Resources */,
|
|
|
BCFDA64E28BCA2000022B497 /* musicRoom_animation_3.png in Resources */,
|
|
@@ -6572,6 +6645,7 @@
|
|
|
2723B62C27F157D500E0B90B /* ApplyBottomView.m in Sources */,
|
|
|
BC8A4595283DC33400094BBB /* GCDTimer.m in Sources */,
|
|
|
BCB6356127F6D2A300ACFDCF /* SongDownloadCallbackMessage.m in Sources */,
|
|
|
+ BC4CF29128D072EF00961C61 /* WidgetNavView.m in Sources */,
|
|
|
277935BA27E324A90010E277 /* FSCalendarWeekdayView.m in Sources */,
|
|
|
BCB6354427F6D2A300ACFDCF /* RecentSharedView.m in Sources */,
|
|
|
2723B66C27F15CFC00E0B90B /* SettingBodyView.m in Sources */,
|
|
@@ -6633,6 +6707,7 @@
|
|
|
27F9032927E87C2E00C08A19 /* NetworkingCheckController.m in Sources */,
|
|
|
BCFE53EC2812897600AD6786 /* HomeLiveCouseCell.m in Sources */,
|
|
|
277935A527E324A80010E277 /* MSSBrowseLoadingImageView.m in Sources */,
|
|
|
+ BC4CF29628D074DC00961C61 /* WidgetDotView.m in Sources */,
|
|
|
2779353E27E324A60010E277 /* UIDevice+TFDevice.m in Sources */,
|
|
|
2723B5C027F157B100E0B90B /* ChatAddressHeaderView.m in Sources */,
|
|
|
2723B68127F15D3D00E0B90B /* ModifyNameViewController.m in Sources */,
|
|
@@ -6678,6 +6753,7 @@
|
|
|
2779359A27E324A80010E277 /* TZPhotoPreviewController.m in Sources */,
|
|
|
2779355E27E324A70010E277 /* KSAudioRecordFileManager.m in Sources */,
|
|
|
2779357A27E324A70010E277 /* PIckView.m in Sources */,
|
|
|
+ BC4CF29B28D0757800961C61 /* WidgetSpeedView.m in Sources */,
|
|
|
BC119234280ED97C00A716F7 /* CourseForLiveCell.m in Sources */,
|
|
|
BCB6346027F6D29600ACFDCF /* KSLiveChatroomKickOut.m in Sources */,
|
|
|
2779354127E324A60010E277 /* UIView+ShowProgress.m in Sources */,
|
|
@@ -6819,6 +6895,7 @@
|
|
|
277935D327E324A90010E277 /* ALCalendarPicker.m in Sources */,
|
|
|
BC542E5828409EC900633781 /* InstrumentChooseCell.m in Sources */,
|
|
|
BCB6359427F6D2AB00ACFDCF /* NewClassRoomViewController.m in Sources */,
|
|
|
+ BC4CF2A028D075CC00961C61 /* WidgetFunctionView.m in Sources */,
|
|
|
BCFDA62E28BC99410022B497 /* HomeBannerCell.m in Sources */,
|
|
|
BCB6356027F6D2A300ACFDCF /* WhiteboardMessage.m in Sources */,
|
|
|
2779354F27E324A70010E277 /* VoLRUManager.m in Sources */,
|
|
@@ -6896,6 +6973,7 @@
|
|
|
2779354B27E324A60010E277 /* KSVideoEditor.m in Sources */,
|
|
|
277935A327E324A80010E277 /* TZGifPhotoPreviewController.m in Sources */,
|
|
|
277935A127E324A80010E277 /* TZImagePickerController.m in Sources */,
|
|
|
+ BC4CF28E28D072C000961C61 /* WidgetViewController.m in Sources */,
|
|
|
BCB6353627F6D2A300ACFDCF /* TimeStampCell.m in Sources */,
|
|
|
BCB6354D27F6D2A300ACFDCF /* EmptyView.m in Sources */,
|
|
|
2723B63327F157D500E0B90B /* ChatComplainBodyView.m in Sources */,
|