// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 0487E66316DC5D5300D3A6C9 /* UITableView+ZGPullDrag.m in Sources */ = {isa = PBXBuildFile; fileRef = 0487E66216DC5D5300D3A6C9 /* UITableView+ZGPullDrag.m */; }; 0487E66616DC5D8700D3A6C9 /* DemoTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0487E66516DC5D8700D3A6C9 /* DemoTableViewController.m */; }; 048C210616DC5C99007AC6FB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 048C210516DC5C99007AC6FB /* UIKit.framework */; }; 048C210816DC5C99007AC6FB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 048C210716DC5C99007AC6FB /* Foundation.framework */; }; 048C210A16DC5C99007AC6FB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 048C210916DC5C99007AC6FB /* CoreGraphics.framework */; }; 048C211016DC5C99007AC6FB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 048C210E16DC5C99007AC6FB /* InfoPlist.strings */; }; 048C211216DC5C99007AC6FB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 048C211116DC5C99007AC6FB /* main.m */; }; 048C211616DC5C99007AC6FB /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 048C211516DC5C99007AC6FB /* AppDelegate.m */; }; 048C211816DC5C99007AC6FB /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 048C211716DC5C99007AC6FB /* Default.png */; }; 048C211A16DC5C99007AC6FB /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 048C211916DC5C99007AC6FB /* Default@2x.png */; }; 048C211C16DC5C99007AC6FB /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 048C211B16DC5C99007AC6FB /* Default-568h@2x.png */; }; 048C211F16DC5C99007AC6FB /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 048C211D16DC5C99007AC6FB /* MainStoryboard.storyboard */; }; 048C212A16DC5C99007AC6FB /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 048C212916DC5C99007AC6FB /* SenTestingKit.framework */; }; 048C212B16DC5C99007AC6FB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 048C210516DC5C99007AC6FB /* UIKit.framework */; }; 048C212C16DC5C99007AC6FB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 048C210716DC5C99007AC6FB /* Foundation.framework */; }; 048C213416DC5C99007AC6FB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 048C213216DC5C99007AC6FB /* InfoPlist.strings */; }; 048C213716DC5C99007AC6FB /* ZGPullDragTableViewTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 048C213616DC5C99007AC6FB /* ZGPullDragTableViewTests.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 048C212D16DC5C99007AC6FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 048C20FA16DC5C99007AC6FB /* Project object */; proxyType = 1; remoteGlobalIDString = 048C210116DC5C99007AC6FB; remoteInfo = ZGPullDragTableView; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 0487E66116DC5D5300D3A6C9 /* UITableView+ZGPullDrag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UITableView+ZGPullDrag.h"; path = "ZGPullDragTableViewClass/UITableView+ZGPullDrag.h"; sourceTree = SOURCE_ROOT; }; 0487E66216DC5D5300D3A6C9 /* UITableView+ZGPullDrag.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UITableView+ZGPullDrag.m"; path = "ZGPullDragTableViewClass/UITableView+ZGPullDrag.m"; sourceTree = SOURCE_ROOT; }; 0487E66416DC5D8700D3A6C9 /* DemoTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DemoTableViewController.h; sourceTree = ""; }; 0487E66516DC5D8700D3A6C9 /* DemoTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DemoTableViewController.m; sourceTree = ""; }; 048C210216DC5C99007AC6FB /* ZGPullDragTableView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ZGPullDragTableView.app; sourceTree = BUILT_PRODUCTS_DIR; }; 048C210516DC5C99007AC6FB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 048C210716DC5C99007AC6FB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 048C210916DC5C99007AC6FB /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 048C210D16DC5C99007AC6FB /* ZGPullDragTableView-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ZGPullDragTableView-Info.plist"; sourceTree = ""; }; 048C210F16DC5C99007AC6FB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 048C211116DC5C99007AC6FB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 048C211316DC5C99007AC6FB /* ZGPullDragTableView-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ZGPullDragTableView-Prefix.pch"; sourceTree = ""; }; 048C211416DC5C99007AC6FB /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; 048C211516DC5C99007AC6FB /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; 048C211716DC5C99007AC6FB /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; 048C211916DC5C99007AC6FB /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; 048C211B16DC5C99007AC6FB /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; 048C211E16DC5C99007AC6FB /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = ""; }; 048C212816DC5C99007AC6FB /* ZGPullDragTableViewTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ZGPullDragTableViewTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; 048C212916DC5C99007AC6FB /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; 048C213116DC5C99007AC6FB /* ZGPullDragTableViewTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ZGPullDragTableViewTests-Info.plist"; sourceTree = ""; }; 048C213316DC5C99007AC6FB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 048C213516DC5C99007AC6FB /* ZGPullDragTableViewTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZGPullDragTableViewTests.h; sourceTree = ""; }; 048C213616DC5C99007AC6FB /* ZGPullDragTableViewTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ZGPullDragTableViewTests.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 048C20FF16DC5C99007AC6FB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 048C210616DC5C99007AC6FB /* UIKit.framework in Frameworks */, 048C210816DC5C99007AC6FB /* Foundation.framework in Frameworks */, 048C210A16DC5C99007AC6FB /* CoreGraphics.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 048C212416DC5C99007AC6FB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 048C212A16DC5C99007AC6FB /* SenTestingKit.framework in Frameworks */, 048C212B16DC5C99007AC6FB /* UIKit.framework in Frameworks */, 048C212C16DC5C99007AC6FB /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 048C20F916DC5C99007AC6FB = { isa = PBXGroup; children = ( 0487E66116DC5D5300D3A6C9 /* UITableView+ZGPullDrag.h */, 0487E66216DC5D5300D3A6C9 /* UITableView+ZGPullDrag.m */, 048C210B16DC5C99007AC6FB /* ZGPullDragTableView */, 048C212F16DC5C99007AC6FB /* ZGPullDragTableViewTests */, 048C210416DC5C99007AC6FB /* Frameworks */, 048C210316DC5C99007AC6FB /* Products */, ); sourceTree = ""; }; 048C210316DC5C99007AC6FB /* Products */ = { isa = PBXGroup; children = ( 048C210216DC5C99007AC6FB /* ZGPullDragTableView.app */, 048C212816DC5C99007AC6FB /* ZGPullDragTableViewTests.octest */, ); name = Products; sourceTree = ""; }; 048C210416DC5C99007AC6FB /* Frameworks */ = { isa = PBXGroup; children = ( 048C210516DC5C99007AC6FB /* UIKit.framework */, 048C210716DC5C99007AC6FB /* Foundation.framework */, 048C210916DC5C99007AC6FB /* CoreGraphics.framework */, 048C212916DC5C99007AC6FB /* SenTestingKit.framework */, ); name = Frameworks; sourceTree = ""; }; 048C210B16DC5C99007AC6FB /* ZGPullDragTableView */ = { isa = PBXGroup; children = ( 0487E66416DC5D8700D3A6C9 /* DemoTableViewController.h */, 0487E66516DC5D8700D3A6C9 /* DemoTableViewController.m */, 048C211416DC5C99007AC6FB /* AppDelegate.h */, 048C211516DC5C99007AC6FB /* AppDelegate.m */, 048C211D16DC5C99007AC6FB /* MainStoryboard.storyboard */, 048C210C16DC5C99007AC6FB /* Supporting Files */, ); path = ZGPullDragTableView; sourceTree = ""; }; 048C210C16DC5C99007AC6FB /* Supporting Files */ = { isa = PBXGroup; children = ( 048C210D16DC5C99007AC6FB /* ZGPullDragTableView-Info.plist */, 048C210E16DC5C99007AC6FB /* InfoPlist.strings */, 048C211116DC5C99007AC6FB /* main.m */, 048C211316DC5C99007AC6FB /* ZGPullDragTableView-Prefix.pch */, 048C211716DC5C99007AC6FB /* Default.png */, 048C211916DC5C99007AC6FB /* Default@2x.png */, 048C211B16DC5C99007AC6FB /* Default-568h@2x.png */, ); name = "Supporting Files"; sourceTree = ""; }; 048C212F16DC5C99007AC6FB /* ZGPullDragTableViewTests */ = { isa = PBXGroup; children = ( 048C213516DC5C99007AC6FB /* ZGPullDragTableViewTests.h */, 048C213616DC5C99007AC6FB /* ZGPullDragTableViewTests.m */, 048C213016DC5C99007AC6FB /* Supporting Files */, ); path = ZGPullDragTableViewTests; sourceTree = ""; }; 048C213016DC5C99007AC6FB /* Supporting Files */ = { isa = PBXGroup; children = ( 048C213116DC5C99007AC6FB /* ZGPullDragTableViewTests-Info.plist */, 048C213216DC5C99007AC6FB /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 048C210116DC5C99007AC6FB /* ZGPullDragTableView */ = { isa = PBXNativeTarget; buildConfigurationList = 048C213A16DC5C99007AC6FB /* Build configuration list for PBXNativeTarget "ZGPullDragTableView" */; buildPhases = ( 048C20FE16DC5C99007AC6FB /* Sources */, 048C20FF16DC5C99007AC6FB /* Frameworks */, 048C210016DC5C99007AC6FB /* Resources */, ); buildRules = ( ); dependencies = ( ); name = ZGPullDragTableView; productName = ZGPullDragTableView; productReference = 048C210216DC5C99007AC6FB /* ZGPullDragTableView.app */; productType = "com.apple.product-type.application"; }; 048C212716DC5C99007AC6FB /* ZGPullDragTableViewTests */ = { isa = PBXNativeTarget; buildConfigurationList = 048C213D16DC5C99007AC6FB /* Build configuration list for PBXNativeTarget "ZGPullDragTableViewTests" */; buildPhases = ( 048C212316DC5C99007AC6FB /* Sources */, 048C212416DC5C99007AC6FB /* Frameworks */, 048C212516DC5C99007AC6FB /* Resources */, 048C212616DC5C99007AC6FB /* ShellScript */, ); buildRules = ( ); dependencies = ( 048C212E16DC5C99007AC6FB /* PBXTargetDependency */, ); name = ZGPullDragTableViewTests; productName = ZGPullDragTableViewTests; productReference = 048C212816DC5C99007AC6FB /* ZGPullDragTableViewTests.octest */; productType = "com.apple.product-type.bundle"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 048C20FA16DC5C99007AC6FB /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0460; ORGANIZATIONNAME = "Kyle Fang"; }; buildConfigurationList = 048C20FD16DC5C99007AC6FB /* Build configuration list for PBXProject "ZGPullDragTableView" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = 048C20F916DC5C99007AC6FB; productRefGroup = 048C210316DC5C99007AC6FB /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 048C210116DC5C99007AC6FB /* ZGPullDragTableView */, 048C212716DC5C99007AC6FB /* ZGPullDragTableViewTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 048C210016DC5C99007AC6FB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 048C211016DC5C99007AC6FB /* InfoPlist.strings in Resources */, 048C211816DC5C99007AC6FB /* Default.png in Resources */, 048C211A16DC5C99007AC6FB /* Default@2x.png in Resources */, 048C211C16DC5C99007AC6FB /* Default-568h@2x.png in Resources */, 048C211F16DC5C99007AC6FB /* MainStoryboard.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 048C212516DC5C99007AC6FB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 048C213416DC5C99007AC6FB /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ 048C212616DC5C99007AC6FB /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 048C20FE16DC5C99007AC6FB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 048C211216DC5C99007AC6FB /* main.m in Sources */, 048C211616DC5C99007AC6FB /* AppDelegate.m in Sources */, 0487E66316DC5D5300D3A6C9 /* UITableView+ZGPullDrag.m in Sources */, 0487E66616DC5D8700D3A6C9 /* DemoTableViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 048C212316DC5C99007AC6FB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 048C213716DC5C99007AC6FB /* ZGPullDragTableViewTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 048C212E16DC5C99007AC6FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 048C210116DC5C99007AC6FB /* ZGPullDragTableView */; targetProxy = 048C212D16DC5C99007AC6FB /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 048C210E16DC5C99007AC6FB /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 048C210F16DC5C99007AC6FB /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; 048C211D16DC5C99007AC6FB /* MainStoryboard.storyboard */ = { isa = PBXVariantGroup; children = ( 048C211E16DC5C99007AC6FB /* en */, ); name = MainStoryboard.storyboard; sourceTree = ""; }; 048C213216DC5C99007AC6FB /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 048C213316DC5C99007AC6FB /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 048C213816DC5C99007AC6FB /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 6.1; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; name = Debug; }; 048C213916DC5C99007AC6FB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 6.1; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; 048C213B16DC5C99007AC6FB /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "ZGPullDragTableView/ZGPullDragTableView-Prefix.pch"; INFOPLIST_FILE = "ZGPullDragTableView/ZGPullDragTableView-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; 048C213C16DC5C99007AC6FB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "ZGPullDragTableView/ZGPullDragTableView-Prefix.pch"; INFOPLIST_FILE = "ZGPullDragTableView/ZGPullDragTableView-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; 048C213E16DC5C99007AC6FB /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/ZGPullDragTableView.app/ZGPullDragTableView"; FRAMEWORK_SEARCH_PATHS = ( "\"$(SDKROOT)/Developer/Library/Frameworks\"", "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "ZGPullDragTableView/ZGPullDragTableView-Prefix.pch"; INFOPLIST_FILE = "ZGPullDragTableViewTests/ZGPullDragTableViewTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = octest; }; name = Debug; }; 048C213F16DC5C99007AC6FB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/ZGPullDragTableView.app/ZGPullDragTableView"; FRAMEWORK_SEARCH_PATHS = ( "\"$(SDKROOT)/Developer/Library/Frameworks\"", "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "ZGPullDragTableView/ZGPullDragTableView-Prefix.pch"; INFOPLIST_FILE = "ZGPullDragTableViewTests/ZGPullDragTableViewTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = octest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 048C20FD16DC5C99007AC6FB /* Build configuration list for PBXProject "ZGPullDragTableView" */ = { isa = XCConfigurationList; buildConfigurations = ( 048C213816DC5C99007AC6FB /* Debug */, 048C213916DC5C99007AC6FB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 048C213A16DC5C99007AC6FB /* Build configuration list for PBXNativeTarget "ZGPullDragTableView" */ = { isa = XCConfigurationList; buildConfigurations = ( 048C213B16DC5C99007AC6FB /* Debug */, 048C213C16DC5C99007AC6FB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 048C213D16DC5C99007AC6FB /* Build configuration list for PBXNativeTarget "ZGPullDragTableViewTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 048C213E16DC5C99007AC6FB /* Debug */, 048C213F16DC5C99007AC6FB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 048C20FA16DC5C99007AC6FB /* Project object */; }