Swift Media Player
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

447 lines
16 KiB

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
C98AF5D51B124D6A00D196CC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C98AF5D41B124D6A00D196CC /* AppDelegate.swift */; };
C98AF5D81B124D6A00D196CC /* kplayer.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C98AF5D61B124D6A00D196CC /* kplayer.xcdatamodeld */; };
C98AF5DA1B124D6A00D196CC /* MasterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C98AF5D91B124D6A00D196CC /* MasterViewController.swift */; };
C98AF5DC1B124D6A00D196CC /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C98AF5DB1B124D6A00D196CC /* DetailViewController.swift */; };
C98AF5DF1B124D6A00D196CC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C98AF5DD1B124D6A00D196CC /* Main.storyboard */; };
C98AF5E11B124D6A00D196CC /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C98AF5E01B124D6A00D196CC /* Images.xcassets */; };
C98AF5E41B124D6A00D196CC /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = C98AF5E21B124D6A00D196CC /* LaunchScreen.xib */; };
C98AF5F01B124D6A00D196CC /* kplayerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C98AF5EF1B124D6A00D196CC /* kplayerTests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
C98AF5EA1B124D6A00D196CC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C98AF5C71B124D6A00D196CC /* Project object */;
proxyType = 1;
remoteGlobalIDString = C98AF5CE1B124D6A00D196CC;
remoteInfo = kplayer;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
C98AF5CF1B124D6A00D196CC /* kplayer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = kplayer.app; sourceTree = BUILT_PRODUCTS_DIR; };
C98AF5D31B124D6A00D196CC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C98AF5D41B124D6A00D196CC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C98AF5D71B124D6A00D196CC /* kplayer.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = kplayer.xcdatamodel; sourceTree = "<group>"; };
C98AF5D91B124D6A00D196CC /* MasterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MasterViewController.swift; sourceTree = "<group>"; };
C98AF5DB1B124D6A00D196CC /* DetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
C98AF5DE1B124D6A00D196CC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
C98AF5E01B124D6A00D196CC /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
C98AF5E31B124D6A00D196CC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
C98AF5E91B124D6A00D196CC /* kplayerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = kplayerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C98AF5EE1B124D6A00D196CC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C98AF5EF1B124D6A00D196CC /* kplayerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = kplayerTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
C98AF5CC1B124D6A00D196CC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C98AF5E61B124D6A00D196CC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
C98AF5C61B124D6A00D196CC = {
isa = PBXGroup;
children = (
C98AF5D11B124D6A00D196CC /* kplayer */,
C98AF5EC1B124D6A00D196CC /* kplayerTests */,
C98AF5D01B124D6A00D196CC /* Products */,
);
sourceTree = "<group>";
};
C98AF5D01B124D6A00D196CC /* Products */ = {
isa = PBXGroup;
children = (
C98AF5CF1B124D6A00D196CC /* kplayer.app */,
C98AF5E91B124D6A00D196CC /* kplayerTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
C98AF5D11B124D6A00D196CC /* kplayer */ = {
isa = PBXGroup;
children = (
C98AF5D41B124D6A00D196CC /* AppDelegate.swift */,
C98AF5D91B124D6A00D196CC /* MasterViewController.swift */,
C98AF5DB1B124D6A00D196CC /* DetailViewController.swift */,
C98AF5DD1B124D6A00D196CC /* Main.storyboard */,
C98AF5E01B124D6A00D196CC /* Images.xcassets */,
C98AF5E21B124D6A00D196CC /* LaunchScreen.xib */,
C98AF5D61B124D6A00D196CC /* kplayer.xcdatamodeld */,
C98AF5D21B124D6A00D196CC /* Supporting Files */,
);
path = kplayer;
sourceTree = "<group>";
};
C98AF5D21B124D6A00D196CC /* Supporting Files */ = {
isa = PBXGroup;
children = (
C98AF5D31B124D6A00D196CC /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
C98AF5EC1B124D6A00D196CC /* kplayerTests */ = {
isa = PBXGroup;
children = (
C98AF5EF1B124D6A00D196CC /* kplayerTests.swift */,
C98AF5ED1B124D6A00D196CC /* Supporting Files */,
);
path = kplayerTests;
sourceTree = "<group>";
};
C98AF5ED1B124D6A00D196CC /* Supporting Files */ = {
isa = PBXGroup;
children = (
C98AF5EE1B124D6A00D196CC /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
C98AF5CE1B124D6A00D196CC /* kplayer */ = {
isa = PBXNativeTarget;
buildConfigurationList = C98AF5F31B124D6A00D196CC /* Build configuration list for PBXNativeTarget "kplayer" */;
buildPhases = (
C98AF5CB1B124D6A00D196CC /* Sources */,
C98AF5CC1B124D6A00D196CC /* Frameworks */,
C98AF5CD1B124D6A00D196CC /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = kplayer;
productName = kplayer;
productReference = C98AF5CF1B124D6A00D196CC /* kplayer.app */;
productType = "com.apple.product-type.application";
};
C98AF5E81B124D6A00D196CC /* kplayerTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = C98AF5F61B124D6A00D196CC /* Build configuration list for PBXNativeTarget "kplayerTests" */;
buildPhases = (
C98AF5E51B124D6A00D196CC /* Sources */,
C98AF5E61B124D6A00D196CC /* Frameworks */,
C98AF5E71B124D6A00D196CC /* Resources */,
);
buildRules = (
);
dependencies = (
C98AF5EB1B124D6A00D196CC /* PBXTargetDependency */,
);
name = kplayerTests;
productName = kplayerTests;
productReference = C98AF5E91B124D6A00D196CC /* kplayerTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
C98AF5C71B124D6A00D196CC /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0630;
ORGANIZATIONNAME = "Marco Schmickler";
TargetAttributes = {
C98AF5CE1B124D6A00D196CC = {
CreatedOnToolsVersion = 6.3.1;
};
C98AF5E81B124D6A00D196CC = {
CreatedOnToolsVersion = 6.3.1;
TestTargetID = C98AF5CE1B124D6A00D196CC;
};
};
};
buildConfigurationList = C98AF5CA1B124D6A00D196CC /* Build configuration list for PBXProject "kplayer" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = C98AF5C61B124D6A00D196CC;
productRefGroup = C98AF5D01B124D6A00D196CC /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C98AF5CE1B124D6A00D196CC /* kplayer */,
C98AF5E81B124D6A00D196CC /* kplayerTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
C98AF5CD1B124D6A00D196CC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C98AF5DF1B124D6A00D196CC /* Main.storyboard in Resources */,
C98AF5E41B124D6A00D196CC /* LaunchScreen.xib in Resources */,
C98AF5E11B124D6A00D196CC /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C98AF5E71B124D6A00D196CC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
C98AF5CB1B124D6A00D196CC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C98AF5D81B124D6A00D196CC /* kplayer.xcdatamodeld in Sources */,
C98AF5D51B124D6A00D196CC /* AppDelegate.swift in Sources */,
C98AF5DA1B124D6A00D196CC /* MasterViewController.swift in Sources */,
C98AF5DC1B124D6A00D196CC /* DetailViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C98AF5E51B124D6A00D196CC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C98AF5F01B124D6A00D196CC /* kplayerTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
C98AF5EB1B124D6A00D196CC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C98AF5CE1B124D6A00D196CC /* kplayer */;
targetProxy = C98AF5EA1B124D6A00D196CC /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
C98AF5DD1B124D6A00D196CC /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
C98AF5DE1B124D6A00D196CC /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
C98AF5E21B124D6A00D196CC /* LaunchScreen.xib */ = {
isa = PBXVariantGroup;
children = (
C98AF5E31B124D6A00D196CC /* Base */,
);
name = LaunchScreen.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
C98AF5F11B124D6A00D196CC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
C98AF5F21B124D6A00D196CC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
C98AF5F41B124D6A00D196CC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = kplayer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
C98AF5F51B124D6A00D196CC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = kplayer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
C98AF5F71B124D6A00D196CC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = kplayerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kplayer.app/kplayer";
};
name = Debug;
};
C98AF5F81B124D6A00D196CC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = kplayerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kplayer.app/kplayer";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
C98AF5CA1B124D6A00D196CC /* Build configuration list for PBXProject "kplayer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C98AF5F11B124D6A00D196CC /* Debug */,
C98AF5F21B124D6A00D196CC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C98AF5F31B124D6A00D196CC /* Build configuration list for PBXNativeTarget "kplayer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C98AF5F41B124D6A00D196CC /* Debug */,
C98AF5F51B124D6A00D196CC /* Release */,
);
defaultConfigurationIsVisible = 0;
};
C98AF5F61B124D6A00D196CC /* Build configuration list for PBXNativeTarget "kplayerTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C98AF5F71B124D6A00D196CC /* Debug */,
C98AF5F81B124D6A00D196CC /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
/* Begin XCVersionGroup section */
C98AF5D61B124D6A00D196CC /* kplayer.xcdatamodeld */ = {
isa = XCVersionGroup;
children = (
C98AF5D71B124D6A00D196CC /* kplayer.xcdatamodel */,
);
currentVersion = C98AF5D71B124D6A00D196CC /* kplayer.xcdatamodel */;
path = kplayer.xcdatamodeld;
sourceTree = "<group>";
versionGroupType = wrapper.xcdatamodel;
};
/* End XCVersionGroup section */
};
rootObject = C98AF5C71B124D6A00D196CC /* Project object */;
}