// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 1C736261CBA1D13D16DCBAFB /* VideoPlayerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7366EF59D75216EBC0D3F0 /* VideoPlayerController.swift */; }; 1C73635138BBD2BB480A308F /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C736777456388CA571DA17B /* MediaPlayer.framework */; }; 1C7363D9DC8F9D1F866DE935 /* Kirschkeks-256x256.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C7368DC7EF11A553145E169 /* Kirschkeks-256x256.png */; }; 1C73641627BE29D9FA819F3C /* LayoutTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73649CEA7BDD2AC1496F76 /* LayoutTools.swift */; }; 1C736503B656C999E5E12081 /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7365B06FA66294E99AC2D3 /* NetworkManager.swift */; }; 1C73664F657BE51633B69851 /* alamojson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736683E76027D72412D440 /* alamojson.swift */; }; 1C73670791CDD5C9BB6B1DDC /* NetData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7364950C3B8C5DFA243D62 /* NetData.swift */; }; 1C7367A160B25EEC5E99A517 /* ImageLoadOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736E98DC8F46C7FF9CD540 /* ImageLoadOperation.swift */; }; 1C73688D13E5A804880C8768 /* UIImageExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736DCCE3AA9993E15F7652 /* UIImageExtension.swift */; }; 1C736AD52D967F2F4000F997 /* UploadOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7362F9C26405D4F3FA15A1 /* UploadOperation.swift */; }; 1C736BF3C4F2D3BE570A89C7 /* NetworkHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7368F1190278747E95C12F /* NetworkHelper.swift */; }; 1C736C90DB50C4FDED266C3D /* ItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7362C647AEBF03F5FD9FEB /* ItemCell.swift */; }; 1C736FB92B19FE17E4357C85 /* MediaItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73688DAB88F9360FB62A49 /* MediaItem.swift */; }; A5D637AE4588AAB5DC1CBC6B /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 127AC1F28342F9AAE3CEC5C2 /* Pods.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; 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 */ 127AC1F28342F9AAE3CEC5C2 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 1C7362C647AEBF03F5FD9FEB /* ItemCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ItemCell.swift; sourceTree = ""; }; 1C7362F9C26405D4F3FA15A1 /* UploadOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadOperation.swift; sourceTree = ""; }; 1C7364950C3B8C5DFA243D62 /* NetData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetData.swift; sourceTree = ""; }; 1C73649CEA7BDD2AC1496F76 /* LayoutTools.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutTools.swift; sourceTree = ""; }; 1C7365B06FA66294E99AC2D3 /* NetworkManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = ""; }; 1C736683E76027D72412D440 /* alamojson.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = alamojson.swift; sourceTree = ""; }; 1C7366EF59D75216EBC0D3F0 /* VideoPlayerController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoPlayerController.swift; sourceTree = ""; }; 1C736777456388CA571DA17B /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; 1C73688DAB88F9360FB62A49 /* MediaItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaItem.swift; sourceTree = ""; }; 1C7368DC7EF11A553145E169 /* Kirschkeks-256x256.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Kirschkeks-256x256.png"; sourceTree = ""; }; 1C7368F1190278747E95C12F /* NetworkHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkHelper.swift; sourceTree = ""; }; 1C736DCCE3AA9993E15F7652 /* UIImageExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImageExtension.swift; sourceTree = ""; }; 1C736E98DC8F46C7FF9CD540 /* ImageLoadOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageLoadOperation.swift; sourceTree = ""; }; 5C6CBA548F885BF342F594EA /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = ""; }; A170BFB886D61D57F7009BFC /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = ""; }; 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 = ""; }; C98AF5D41B124D6A00D196CC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; C98AF5D71B124D6A00D196CC /* kplayer.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = kplayer.xcdatamodel; sourceTree = ""; }; C98AF5D91B124D6A00D196CC /* MasterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MasterViewController.swift; sourceTree = ""; }; C98AF5DB1B124D6A00D196CC /* DetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = ""; }; C98AF5DE1B124D6A00D196CC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; C98AF5E01B124D6A00D196CC /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; C98AF5E31B124D6A00D196CC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; 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 = ""; }; C98AF5EF1B124D6A00D196CC /* kplayerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = kplayerTests.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ C98AF5CC1B124D6A00D196CC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A5D637AE4588AAB5DC1CBC6B /* Pods.framework in Frameworks */, 1C73635138BBD2BB480A308F /* MediaPlayer.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; C98AF5E61B124D6A00D196CC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 1C7365603CAE04E39B73D843 /* util */ = { isa = PBXGroup; children = ( 1C736DCCE3AA9993E15F7652 /* UIImageExtension.swift */, ); path = util; sourceTree = ""; }; 1C736DC8C3AFB991541A2079 /* core */ = { isa = PBXGroup; children = ( 1C7365B06FA66294E99AC2D3 /* NetworkManager.swift */, 1C73688DAB88F9360FB62A49 /* MediaItem.swift */, 1C7362F9C26405D4F3FA15A1 /* UploadOperation.swift */, 1C7368F1190278747E95C12F /* NetworkHelper.swift */, 1C7364950C3B8C5DFA243D62 /* NetData.swift */, 1C736683E76027D72412D440 /* alamojson.swift */, 1C736E98DC8F46C7FF9CD540 /* ImageLoadOperation.swift */, ); path = core; sourceTree = ""; }; 8CB608B13A2BDFA9D708982B /* Frameworks */ = { isa = PBXGroup; children = ( 127AC1F28342F9AAE3CEC5C2 /* Pods.framework */, 1C736777456388CA571DA17B /* MediaPlayer.framework */, ); name = Frameworks; sourceTree = ""; }; 8EB26707CC8BD3E10F328A9E /* Pods */ = { isa = PBXGroup; children = ( 5C6CBA548F885BF342F594EA /* Pods.debug.xcconfig */, A170BFB886D61D57F7009BFC /* Pods.release.xcconfig */, ); name = Pods; sourceTree = ""; }; C98AF5C61B124D6A00D196CC = { isa = PBXGroup; children = ( C98AF5D11B124D6A00D196CC /* kplayer */, C98AF5EC1B124D6A00D196CC /* kplayerTests */, C98AF5D01B124D6A00D196CC /* Products */, 8EB26707CC8BD3E10F328A9E /* Pods */, 8CB608B13A2BDFA9D708982B /* Frameworks */, ); sourceTree = ""; }; C98AF5D01B124D6A00D196CC /* Products */ = { isa = PBXGroup; children = ( C98AF5CF1B124D6A00D196CC /* kplayer.app */, C98AF5E91B124D6A00D196CC /* kplayerTests.xctest */, ); name = Products; sourceTree = ""; }; 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 */, 1C736DC8C3AFB991541A2079 /* core */, 1C7362C647AEBF03F5FD9FEB /* ItemCell.swift */, 1C73649CEA7BDD2AC1496F76 /* LayoutTools.swift */, 1C7368DC7EF11A553145E169 /* Kirschkeks-256x256.png */, 1C7366EF59D75216EBC0D3F0 /* VideoPlayerController.swift */, 1C7365603CAE04E39B73D843 /* util */, ); path = kplayer; sourceTree = ""; }; C98AF5D21B124D6A00D196CC /* Supporting Files */ = { isa = PBXGroup; children = ( C98AF5D31B124D6A00D196CC /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; }; C98AF5EC1B124D6A00D196CC /* kplayerTests */ = { isa = PBXGroup; children = ( C98AF5EF1B124D6A00D196CC /* kplayerTests.swift */, C98AF5ED1B124D6A00D196CC /* Supporting Files */, ); path = kplayerTests; sourceTree = ""; }; C98AF5ED1B124D6A00D196CC /* Supporting Files */ = { isa = PBXGroup; children = ( C98AF5EE1B124D6A00D196CC /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ C98AF5CE1B124D6A00D196CC /* kplayer */ = { isa = PBXNativeTarget; buildConfigurationList = C98AF5F31B124D6A00D196CC /* Build configuration list for PBXNativeTarget "kplayer" */; buildPhases = ( FA5E42A873B9445C28CCC025 /* Check Pods Manifest.lock */, C98AF5CB1B124D6A00D196CC /* Sources */, C98AF5CC1B124D6A00D196CC /* Frameworks */, C98AF5CD1B124D6A00D196CC /* Resources */, 81E453B289EA9615E1980098 /* Embed Pods Frameworks */, F554AE493C60519505E761A6 /* Copy Pods 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 */, 1C7363D9DC8F9D1F866DE935 /* Kirschkeks-256x256.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; C98AF5E71B124D6A00D196CC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ 81E453B289EA9615E1980098 /* Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); name = "Embed Pods Frameworks"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; F554AE493C60519505E761A6 /* Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); name = "Copy Pods Resources"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; showEnvVarsInLog = 0; }; FA5E42A873B9445C28CCC025 /* Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); name = "Check Pods Manifest.lock"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase 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 */, 1C736503B656C999E5E12081 /* NetworkManager.swift in Sources */, 1C736FB92B19FE17E4357C85 /* MediaItem.swift in Sources */, 1C736C90DB50C4FDED266C3D /* ItemCell.swift in Sources */, 1C73641627BE29D9FA819F3C /* LayoutTools.swift in Sources */, 1C736261CBA1D13D16DCBAFB /* VideoPlayerController.swift in Sources */, 1C736AD52D967F2F4000F997 /* UploadOperation.swift in Sources */, 1C736BF3C4F2D3BE570A89C7 /* NetworkHelper.swift in Sources */, 1C73670791CDD5C9BB6B1DDC /* NetData.swift in Sources */, 1C73664F657BE51633B69851 /* alamojson.swift in Sources */, 1C7367A160B25EEC5E99A517 /* ImageLoadOperation.swift in Sources */, 1C73688D13E5A804880C8768 /* UIImageExtension.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 = ""; }; C98AF5E21B124D6A00D196CC /* LaunchScreen.xib */ = { isa = PBXVariantGroup; children = ( C98AF5E31B124D6A00D196CC /* Base */, ); name = LaunchScreen.xib; sourceTree = ""; }; /* 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; baseConfigurationReference = 5C6CBA548F885BF342F594EA /* Pods.debug.xcconfig */; 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; baseConfigurationReference = A170BFB886D61D57F7009BFC /* Pods.release.xcconfig */; 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; defaultConfigurationName = Release; }; C98AF5F61B124D6A00D196CC /* Build configuration list for PBXNativeTarget "kplayerTests" */ = { isa = XCConfigurationList; buildConfigurations = ( C98AF5F71B124D6A00D196CC /* Debug */, C98AF5F81B124D6A00D196CC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ /* Begin XCVersionGroup section */ C98AF5D61B124D6A00D196CC /* kplayer.xcdatamodeld */ = { isa = XCVersionGroup; children = ( C98AF5D71B124D6A00D196CC /* kplayer.xcdatamodel */, ); currentVersion = C98AF5D71B124D6A00D196CC /* kplayer.xcdatamodel */; path = kplayer.xcdatamodeld; sourceTree = ""; versionGroupType = wrapper.xcdatamodel; }; /* End XCVersionGroup section */ }; rootObject = C98AF5C71B124D6A00D196CC /* Project object */; }