mirror of
https://github.com/zhigang1992/ZGPullDragTableView.git
synced 2026-01-12 08:34:12 +08:00
Initial Commit
This commit is contained in:
468
ZGPullDragTableView.xcodeproj/project.pbxproj
Normal file
468
ZGPullDragTableView.xcodeproj/project.pbxproj
Normal file
@@ -0,0 +1,468 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
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 */; };
|
||||
048C212216DC5C99007AC6FB /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 048C212116DC5C99007AC6FB /* ViewController.m */; };
|
||||
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 */
|
||||
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 = "<group>"; };
|
||||
048C210F16DC5C99007AC6FB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
048C211116DC5C99007AC6FB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
048C211316DC5C99007AC6FB /* ZGPullDragTableView-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ZGPullDragTableView-Prefix.pch"; sourceTree = "<group>"; };
|
||||
048C211416DC5C99007AC6FB /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
048C211516DC5C99007AC6FB /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
||||
048C211716DC5C99007AC6FB /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
||||
048C211916DC5C99007AC6FB /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
||||
048C211B16DC5C99007AC6FB /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
||||
048C211E16DC5C99007AC6FB /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
|
||||
048C212016DC5C99007AC6FB /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
||||
048C212116DC5C99007AC6FB /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
048C213316DC5C99007AC6FB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
048C213516DC5C99007AC6FB /* ZGPullDragTableViewTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZGPullDragTableViewTests.h; sourceTree = "<group>"; };
|
||||
048C213616DC5C99007AC6FB /* ZGPullDragTableViewTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ZGPullDragTableViewTests.m; sourceTree = "<group>"; };
|
||||
/* 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 = (
|
||||
048C210B16DC5C99007AC6FB /* ZGPullDragTableView */,
|
||||
048C212F16DC5C99007AC6FB /* ZGPullDragTableViewTests */,
|
||||
048C210416DC5C99007AC6FB /* Frameworks */,
|
||||
048C210316DC5C99007AC6FB /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
048C210316DC5C99007AC6FB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
048C210216DC5C99007AC6FB /* ZGPullDragTableView.app */,
|
||||
048C212816DC5C99007AC6FB /* ZGPullDragTableViewTests.octest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
048C210416DC5C99007AC6FB /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
048C210516DC5C99007AC6FB /* UIKit.framework */,
|
||||
048C210716DC5C99007AC6FB /* Foundation.framework */,
|
||||
048C210916DC5C99007AC6FB /* CoreGraphics.framework */,
|
||||
048C212916DC5C99007AC6FB /* SenTestingKit.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
048C210B16DC5C99007AC6FB /* ZGPullDragTableView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
048C211416DC5C99007AC6FB /* AppDelegate.h */,
|
||||
048C211516DC5C99007AC6FB /* AppDelegate.m */,
|
||||
048C211D16DC5C99007AC6FB /* MainStoryboard.storyboard */,
|
||||
048C212016DC5C99007AC6FB /* ViewController.h */,
|
||||
048C212116DC5C99007AC6FB /* ViewController.m */,
|
||||
048C210C16DC5C99007AC6FB /* Supporting Files */,
|
||||
);
|
||||
path = ZGPullDragTableView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
048C212F16DC5C99007AC6FB /* ZGPullDragTableViewTests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
048C213516DC5C99007AC6FB /* ZGPullDragTableViewTests.h */,
|
||||
048C213616DC5C99007AC6FB /* ZGPullDragTableViewTests.m */,
|
||||
048C213016DC5C99007AC6FB /* Supporting Files */,
|
||||
);
|
||||
path = ZGPullDragTableViewTests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
048C213016DC5C99007AC6FB /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
048C213116DC5C99007AC6FB /* ZGPullDragTableViewTests-Info.plist */,
|
||||
048C213216DC5C99007AC6FB /* InfoPlist.strings */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* 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 */,
|
||||
048C212216DC5C99007AC6FB /* ViewController.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 = "<group>";
|
||||
};
|
||||
048C211D16DC5C99007AC6FB /* MainStoryboard.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
048C211E16DC5C99007AC6FB /* en */,
|
||||
);
|
||||
name = MainStoryboard.storyboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
048C213216DC5C99007AC6FB /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
048C213316DC5C99007AC6FB /* en */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* 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;
|
||||
};
|
||||
048C213D16DC5C99007AC6FB /* Build configuration list for PBXNativeTarget "ZGPullDragTableViewTests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
048C213E16DC5C99007AC6FB /* Debug */,
|
||||
048C213F16DC5C99007AC6FB /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 048C20FA16DC5C99007AC6FB /* Project object */;
|
||||
}
|
||||
15
ZGPullDragTableView/AppDelegate.h
Normal file
15
ZGPullDragTableView/AppDelegate.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// ZGPullDragTableView
|
||||
//
|
||||
// Created by Kyle Fang on 2/26/13.
|
||||
// Copyright (c) 2013 Kyle Fang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
@end
|
||||
46
ZGPullDragTableView/AppDelegate.m
Normal file
46
ZGPullDragTableView/AppDelegate.m
Normal file
@@ -0,0 +1,46 @@
|
||||
//
|
||||
// AppDelegate.m
|
||||
// ZGPullDragTableView
|
||||
//
|
||||
// Created by Kyle Fang on 2/26/13.
|
||||
// Copyright (c) 2013 Kyle Fang. All rights reserved.
|
||||
//
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||
{
|
||||
// Override point for customization after application launch.
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)applicationWillResignActive:(UIApplication *)application
|
||||
{
|
||||
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
||||
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
|
||||
}
|
||||
|
||||
- (void)applicationDidEnterBackground:(UIApplication *)application
|
||||
{
|
||||
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
|
||||
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
|
||||
}
|
||||
|
||||
- (void)applicationWillEnterForeground:(UIApplication *)application
|
||||
{
|
||||
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
|
||||
}
|
||||
|
||||
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||
{
|
||||
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
|
||||
}
|
||||
|
||||
- (void)applicationWillTerminate:(UIApplication *)application
|
||||
{
|
||||
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
|
||||
}
|
||||
|
||||
@end
|
||||
BIN
ZGPullDragTableView/Default-568h@2x.png
Normal file
BIN
ZGPullDragTableView/Default-568h@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
ZGPullDragTableView/Default.png
Normal file
BIN
ZGPullDragTableView/Default.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
BIN
ZGPullDragTableView/Default@2x.png
Normal file
BIN
ZGPullDragTableView/Default@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
13
ZGPullDragTableView/ViewController.h
Normal file
13
ZGPullDragTableView/ViewController.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// ViewController.h
|
||||
// ZGPullDragTableView
|
||||
//
|
||||
// Created by Kyle Fang on 2/26/13.
|
||||
// Copyright (c) 2013 Kyle Fang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface ViewController : UIViewController
|
||||
|
||||
@end
|
||||
29
ZGPullDragTableView/ViewController.m
Normal file
29
ZGPullDragTableView/ViewController.m
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// ViewController.m
|
||||
// ZGPullDragTableView
|
||||
//
|
||||
// Created by Kyle Fang on 2/26/13.
|
||||
// Copyright (c) 2013 Kyle Fang. All rights reserved.
|
||||
//
|
||||
|
||||
#import "ViewController.h"
|
||||
|
||||
@interface ViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation ViewController
|
||||
|
||||
- (void)viewDidLoad
|
||||
{
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning
|
||||
{
|
||||
[super didReceiveMemoryWarning];
|
||||
// Dispose of any resources that can be recreated.
|
||||
}
|
||||
|
||||
@end
|
||||
40
ZGPullDragTableView/ZGPullDragTableView-Info.plist
Normal file
40
ZGPullDragTableView/ZGPullDragTableView-Info.plist
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.matrix.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIMainStoryboardFile</key>
|
||||
<string>MainStoryboard</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
14
ZGPullDragTableView/ZGPullDragTableView-Prefix.pch
Normal file
14
ZGPullDragTableView/ZGPullDragTableView-Prefix.pch
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Prefix header for all source files of the 'ZGPullDragTableView' target in the 'ZGPullDragTableView' project
|
||||
//
|
||||
|
||||
#import <Availability.h>
|
||||
|
||||
#ifndef __IPHONE_5_0
|
||||
#warning "This project uses features only available in iOS SDK 5.0 and later."
|
||||
#endif
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
2
ZGPullDragTableView/en.lproj/InfoPlist.strings
Normal file
2
ZGPullDragTableView/en.lproj/InfoPlist.strings
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
26
ZGPullDragTableView/en.lproj/MainStoryboard.storyboard
Normal file
26
ZGPullDragTableView/en.lproj/MainStoryboard.storyboard
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="2519" systemVersion="12A206j" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="2">
|
||||
<dependencies>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="1856"/>
|
||||
</dependencies>
|
||||
<scenes>
|
||||
<!--class Prefix:identifier View Controller-->
|
||||
<scene sceneID="5">
|
||||
<objects>
|
||||
<viewController id="2" customClass="ViewController" sceneMemberID="viewController">
|
||||
<view key="view" contentMode="scaleToFill" id="3">
|
||||
<rect key="frame" x="0.0" y="20" width="320" height="460"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="4" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
</scene>
|
||||
</scenes>
|
||||
<simulatedMetricsContainer key="defaultSimulatedMetrics">
|
||||
<simulatedStatusBarMetrics key="statusBar"/>
|
||||
<simulatedOrientationMetrics key="orientation"/>
|
||||
<simulatedScreenMetrics key="destination" type="retina4"/>
|
||||
</simulatedMetricsContainer>
|
||||
</document>
|
||||
18
ZGPullDragTableView/main.m
Normal file
18
ZGPullDragTableView/main.m
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// main.m
|
||||
// ZGPullDragTableView
|
||||
//
|
||||
// Created by Kyle Fang on 2/26/13.
|
||||
// Copyright (c) 2013 Kyle Fang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
@autoreleasepool {
|
||||
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
|
||||
}
|
||||
}
|
||||
22
ZGPullDragTableViewTests/ZGPullDragTableViewTests-Info.plist
Normal file
22
ZGPullDragTableViewTests/ZGPullDragTableViewTests-Info.plist
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.matrix.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
||||
13
ZGPullDragTableViewTests/ZGPullDragTableViewTests.h
Normal file
13
ZGPullDragTableViewTests/ZGPullDragTableViewTests.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// ZGPullDragTableViewTests.h
|
||||
// ZGPullDragTableViewTests
|
||||
//
|
||||
// Created by Kyle Fang on 2/26/13.
|
||||
// Copyright (c) 2013 Kyle Fang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <SenTestingKit/SenTestingKit.h>
|
||||
|
||||
@interface ZGPullDragTableViewTests : SenTestCase
|
||||
|
||||
@end
|
||||
32
ZGPullDragTableViewTests/ZGPullDragTableViewTests.m
Normal file
32
ZGPullDragTableViewTests/ZGPullDragTableViewTests.m
Normal file
@@ -0,0 +1,32 @@
|
||||
//
|
||||
// ZGPullDragTableViewTests.m
|
||||
// ZGPullDragTableViewTests
|
||||
//
|
||||
// Created by Kyle Fang on 2/26/13.
|
||||
// Copyright (c) 2013 Kyle Fang. All rights reserved.
|
||||
//
|
||||
|
||||
#import "ZGPullDragTableViewTests.h"
|
||||
|
||||
@implementation ZGPullDragTableViewTests
|
||||
|
||||
- (void)setUp
|
||||
{
|
||||
[super setUp];
|
||||
|
||||
// Set-up code here.
|
||||
}
|
||||
|
||||
- (void)tearDown
|
||||
{
|
||||
// Tear-down code here.
|
||||
|
||||
[super tearDown];
|
||||
}
|
||||
|
||||
- (void)testExample
|
||||
{
|
||||
STFail(@"Unit tests are not implemented yet in ZGPullDragTableViewTests");
|
||||
}
|
||||
|
||||
@end
|
||||
2
ZGPullDragTableViewTests/en.lproj/InfoPlist.strings
Normal file
2
ZGPullDragTableViewTests/en.lproj/InfoPlist.strings
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
Reference in New Issue
Block a user