|
@@ -181,6 +181,7 @@
|
|
|
E4010C2E2BEA3C4C00C0A23F /* video_start.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = E4010C2C2BEA3C4C00C0A23F /* video_start.mp3 */; };
|
|
|
E41849612B8C8CCB000C18DB /* SKAlarmClockTitleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E41849602B8C8CCB000C18DB /* SKAlarmClockTitleViewController.m */; };
|
|
|
E418538B2D64745B00F9C739 /* VideoManager+http.m in Sources */ = {isa = PBXBuildFile; fileRef = E418538A2D64745B00F9C739 /* VideoManager+http.m */; };
|
|
|
+ E418538E2D64767100F9C739 /* VideoManager+view.m in Sources */ = {isa = PBXBuildFile; fileRef = E418538D2D64767100F9C739 /* VideoManager+view.m */; };
|
|
|
E41ECB5C2CF95C6C00C4C36C /* SKMainViewController+location.m in Sources */ = {isa = PBXBuildFile; fileRef = E41ECB4C2CF95C6B00C4C36C /* SKMainViewController+location.m */; };
|
|
|
E41ECB5D2CF95C6C00C4C36C /* SKMainViewController+realpos.m in Sources */ = {isa = PBXBuildFile; fileRef = E41ECB4D2CF95C6B00C4C36C /* SKMainViewController+realpos.m */; };
|
|
|
E41ECB5E2CF95C6C00C4C36C /* SKMainViewController+banner.m in Sources */ = {isa = PBXBuildFile; fileRef = E41ECB4E2CF95C6B00C4C36C /* SKMainViewController+banner.m */; };
|
|
@@ -710,6 +711,8 @@
|
|
|
E41849602B8C8CCB000C18DB /* SKAlarmClockTitleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKAlarmClockTitleViewController.m; sourceTree = "<group>"; };
|
|
|
E41853892D64745B00F9C739 /* VideoManager+http.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VideoManager+http.h"; sourceTree = "<group>"; };
|
|
|
E418538A2D64745B00F9C739 /* VideoManager+http.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "VideoManager+http.m"; sourceTree = "<group>"; };
|
|
|
+ E418538C2D64767100F9C739 /* VideoManager+view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VideoManager+view.h"; sourceTree = "<group>"; };
|
|
|
+ E418538D2D64767100F9C739 /* VideoManager+view.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "VideoManager+view.m"; sourceTree = "<group>"; };
|
|
|
E41ECB4C2CF95C6B00C4C36C /* SKMainViewController+location.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "SKMainViewController+location.m"; sourceTree = "<group>"; };
|
|
|
E41ECB4D2CF95C6B00C4C36C /* SKMainViewController+realpos.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "SKMainViewController+realpos.m"; sourceTree = "<group>"; };
|
|
|
E41ECB4E2CF95C6B00C4C36C /* SKMainViewController+banner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "SKMainViewController+banner.m"; sourceTree = "<group>"; };
|
|
@@ -2409,6 +2412,8 @@
|
|
|
E4499A7F2D5B4DF000653B56 /* VideoManager+ringtone.m */,
|
|
|
E4499A802D5B4DF000653B56 /* VideoManager+timer.h */,
|
|
|
E4499A812D5B4DF000653B56 /* VideoManager+timer.m */,
|
|
|
+ E418538C2D64767100F9C739 /* VideoManager+view.h */,
|
|
|
+ E418538D2D64767100F9C739 /* VideoManager+view.m */,
|
|
|
);
|
|
|
path = Data;
|
|
|
sourceTree = "<group>";
|
|
@@ -3203,6 +3208,7 @@
|
|
|
E4499A822D5B4DF000653B56 /* VideoManager+ringtone.m in Sources */,
|
|
|
E4B1123A2B9B269900F48C90 /* EBaseHeaderTitleView.m in Sources */,
|
|
|
2731415B1FCD3A8F004AA5F4 /* SKWatchViewController.m in Sources */,
|
|
|
+ E418538E2D64767100F9C739 /* VideoManager+view.m in Sources */,
|
|
|
E4FE9B882AD9465100DEABCA /* FMDatabaseQueue.m in Sources */,
|
|
|
E459F0872B6B3D16002571E3 /* WatchSMSRecordViewController.m in Sources */,
|
|
|
E4B1123B2B9B269900F48C90 /* BaseCheckboxCell.m in Sources */,
|