|
|
|
@ -7,9 +7,11 @@ |
|
|
|
objects = { |
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */ |
|
|
|
1C73600CB93F16F4F28C116F /* KSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736A6E8396EE306B1AD3A8 /* KSettingsView.swift */; }; |
|
|
|
1C736048BFA120F5C7D36874 /* readme.md in Sources */ = {isa = PBXBuildFile; fileRef = 1C73685B4BBFDAFBF08C032C /* readme.md */; }; |
|
|
|
1C7360C0F2A4F0214FE353BD /* FileHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7367ECBD369A2A0C94C499 /* FileHelper.swift */; }; |
|
|
|
1C7360F1D2CF83ECDD586B84 /* BMPlayerCompositionResourceDefinition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73610B997EBA367C806C1B /* BMPlayerCompositionResourceDefinition.swift */; }; |
|
|
|
1C7361B3AF46CEB30D3F4FA0 /* KSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736AE5021E3D985FE3402D /* KSettings.swift */; }; |
|
|
|
1C7361D2B6E0AE689FAAF4F4 /* VideoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736C7FFBDAC665AE04CB65 /* VideoController.swift */; }; |
|
|
|
1C73631EACF56BABD3B2BCFB /* LayoutTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736BC4450890C45F8FBC63 /* LayoutTools.swift */; }; |
|
|
|
1C73635138BBD2BB480A308F /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C736777456388CA571DA17B /* MediaPlayer.framework */; }; |
|
|
|
@ -101,6 +103,8 @@ |
|
|
|
1C736927EA28AFBEB25D7487 /* BMPlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayer.swift; sourceTree = "<group>"; }; |
|
|
|
1C7369EC16B19B32B515169E /* NetData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetData.swift; sourceTree = "<group>"; }; |
|
|
|
1C7369F53095B7A4D65679C2 /* DetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; }; |
|
|
|
1C736A6E8396EE306B1AD3A8 /* KSettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KSettingsView.swift; sourceTree = "<group>"; }; |
|
|
|
1C736AE5021E3D985FE3402D /* KSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KSettings.swift; sourceTree = "<group>"; }; |
|
|
|
1C736B41C6AC33F3FA592C63 /* MediaModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaModel.swift; sourceTree = "<group>"; }; |
|
|
|
1C736B794396F2E50387B8F2 /* stringutil.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = stringutil.swift; sourceTree = "<group>"; }; |
|
|
|
1C736BC4450890C45F8FBC63 /* LayoutTools.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutTools.swift; sourceTree = "<group>"; }; |
|
|
|
@ -183,6 +187,7 @@ |
|
|
|
children = ( |
|
|
|
1C73611D226B48C24DB37535 /* MasterViewController.swift */, |
|
|
|
1C7364F10BED5DA0F1C0423C /* NetworkDelegate.swift */, |
|
|
|
1C736A6E8396EE306B1AD3A8 /* KSettingsView.swift */, |
|
|
|
); |
|
|
|
path = master; |
|
|
|
sourceTree = "<group>"; |
|
|
|
@ -216,6 +221,7 @@ |
|
|
|
1C736B41C6AC33F3FA592C63 /* MediaModel.swift */, |
|
|
|
1C73631C96E6C860833052CA /* ItemType.swift */, |
|
|
|
1C736DBB6986A8B62963FBB3 /* HtmlParser.swift */, |
|
|
|
1C736AE5021E3D985FE3402D /* KSettings.swift */, |
|
|
|
); |
|
|
|
path = core; |
|
|
|
sourceTree = "<group>"; |
|
|
|
@ -528,6 +534,8 @@ |
|
|
|
1C736048BFA120F5C7D36874 /* readme.md in Sources */, |
|
|
|
1C736771C503FB0D52AEB8F7 /* kplayer.js in Sources */, |
|
|
|
1C736662E43C6E8FFED11AC4 /* download.js in Sources */, |
|
|
|
1C7361B3AF46CEB30D3F4FA0 /* KSettings.swift in Sources */, |
|
|
|
1C73600CB93F16F4F28C116F /* KSettingsView.swift in Sources */, |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
}; |
|
|
|
@ -682,7 +690,7 @@ |
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer"; |
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
|
|
DEVELOPMENT_TEAM = ""; |
|
|
|
DEVELOPMENT_TEAM = G9J99WBBN9; |
|
|
|
INFOPLIST_FILE = kplayer/Info.plist; |
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "schmickler.$(PRODUCT_NAME:rfc1034identifier)"; |
|
|
|
@ -702,7 +710,7 @@ |
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer"; |
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
|
|
DEVELOPMENT_TEAM = ""; |
|
|
|
DEVELOPMENT_TEAM = G9J99WBBN9; |
|
|
|
INFOPLIST_FILE = kplayer/Info.plist; |
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "schmickler.$(PRODUCT_NAME:rfc1034identifier)"; |
|
|
|
|