|
@@ -142,6 +142,9 @@
|
|
|
6B3F963A2AD2AD0B008E349E /* newWorkInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B3F96392AD2AD0B008E349E /* newWorkInterface.h */; };
|
|
|
6B7B65582AD9227700BE8CB3 /* PlayerViewController+otherDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7B65562AD9227700BE8CB3 /* PlayerViewController+otherDelegate.h */; };
|
|
|
6B7B65592AD9227700BE8CB3 /* PlayerViewController+otherDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B7B65572AD9227700BE8CB3 /* PlayerViewController+otherDelegate.m */; };
|
|
|
+ 6BBB35D92AE7645200E4A59B /* RunInBackground.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 6BBB35D62AE7645200E4A59B /* RunInBackground.mp3 */; };
|
|
|
+ 6BBB35DD2AE76AD800E4A59B /* AudioSessionObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BBB35DB2AE76AD800E4A59B /* AudioSessionObject.h */; };
|
|
|
+ 6BBB35DE2AE76AD800E4A59B /* AudioSessionObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BBB35DC2AE76AD800E4A59B /* AudioSessionObject.m */; };
|
|
|
6BF0F3D02AD391D8000AA133 /* connectDeviceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BF0F3CE2AD391D8000AA133 /* connectDeviceManager.h */; };
|
|
|
6BF0F3D12AD391D8000AA133 /* connectDeviceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BF0F3CF2AD391D8000AA133 /* connectDeviceManager.m */; };
|
|
|
6BF0F3D52AD3937B000AA133 /* DeviceThirdIdModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BF0F3D32AD3937B000AA133 /* DeviceThirdIdModel.h */; };
|
|
@@ -464,6 +467,9 @@
|
|
|
6B7B656E2ADEAE3D00BE8CB3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/HWAboutViewController.strings; sourceTree = "<group>"; };
|
|
|
6B7B656F2ADEAE3D00BE8CB3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/HWHistoryViewController.strings; sourceTree = "<group>"; };
|
|
|
6B7B65702ADEAE3D00BE8CB3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
+ 6BBB35D62AE7645200E4A59B /* RunInBackground.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = RunInBackground.mp3; sourceTree = "<group>"; };
|
|
|
+ 6BBB35DB2AE76AD800E4A59B /* AudioSessionObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AudioSessionObject.h; sourceTree = "<group>"; };
|
|
|
+ 6BBB35DC2AE76AD800E4A59B /* AudioSessionObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AudioSessionObject.m; sourceTree = "<group>"; };
|
|
|
6BF0F3CE2AD391D8000AA133 /* connectDeviceManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = connectDeviceManager.h; sourceTree = "<group>"; };
|
|
|
6BF0F3CF2AD391D8000AA133 /* connectDeviceManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = connectDeviceManager.m; sourceTree = "<group>"; };
|
|
|
6BF0F3D32AD3937B000AA133 /* DeviceThirdIdModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeviceThirdIdModel.h; sourceTree = "<group>"; };
|
|
@@ -1025,6 +1031,16 @@
|
|
|
path = netWork;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 6BBB35D42AE7645200E4A59B /* BackgroundKeepAlive */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 6BBB35D62AE7645200E4A59B /* RunInBackground.mp3 */,
|
|
|
+ 6BBB35DB2AE76AD800E4A59B /* AudioSessionObject.h */,
|
|
|
+ 6BBB35DC2AE76AD800E4A59B /* AudioSessionObject.m */,
|
|
|
+ );
|
|
|
+ path = BackgroundKeepAlive;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
6BF0F3CD2AD391BE000AA133 /* connectDeviceManager */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -1095,6 +1111,7 @@
|
|
|
A003F6B727D841FF00715CBF /* Vendor */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 6BBB35D42AE7645200E4A59B /* BackgroundKeepAlive */,
|
|
|
6BF52C8F2AD5546500A617DB /* pingTool */,
|
|
|
18664FEA2AC28A0E008F8A61 /* UDP */,
|
|
|
18BA24852AA5C57900BA01EE /* RSATool.h */,
|
|
@@ -1416,6 +1433,7 @@
|
|
|
files = (
|
|
|
184C8AD02A94980D00F26650 /* CustomerWebViewController.h in Headers */,
|
|
|
184C8ADA2A949DAC00F26650 /* HaveNewVersionView.h in Headers */,
|
|
|
+ 6BBB35DD2AE76AD800E4A59B /* AudioSessionObject.h in Headers */,
|
|
|
183AE6D12A8CA98C00B11CB0 /* CloudPhoneAPI.h in Headers */,
|
|
|
1868201D2AB97BE1005702A6 /* TipsQRCodeViewController.h in Headers */,
|
|
|
181E85002A8F6B1800292B96 /* LogoSelectView.h in Headers */,
|
|
@@ -1582,6 +1600,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
18438BEB2A04DD7D00981C34 /* HWBookmarkViewController.xib in Resources */,
|
|
|
+ 6BBB35D92AE7645200E4A59B /* RunInBackground.mp3 in Resources */,
|
|
|
18438BE62A04B3AB00981C34 /* Localizable.strings in Resources */,
|
|
|
A003F6C527D8423600715CBF /* loadingWhiteGif.gif in Resources */,
|
|
|
A08A94FF27E9A4E400C544BB /* FMDBInfo.plist in Resources */,
|
|
@@ -1767,6 +1786,7 @@
|
|
|
A031DD7A27EC713A00909527 /* HWSetViewController.m in Sources */,
|
|
|
183AE6022A89CE3C00B11CB0 /* JSONValueTransformer.m in Sources */,
|
|
|
183AE6522A8A2CF000B11CB0 /* AFAutoPurgingImageCache.m in Sources */,
|
|
|
+ 6BBB35DE2AE76AD800E4A59B /* AudioSessionObject.m in Sources */,
|
|
|
181E84FC2A8F57A500292B96 /* ChangeLogoViewController.m in Sources */,
|
|
|
A031DD7F27EC78C800909527 /* HWAgreementViewController.m in Sources */,
|
|
|
183AE64F2A8A2CF000B11CB0 /* UIImageView+AFNetworking.m in Sources */,
|