From 235a5efa648ec207b5348e6e1c859499ae8e0eef Mon Sep 17 00:00:00 2001 From: Wojciech Nagrodzki <278594+wnagrodzki@users.noreply.github.com> Date: Tue, 1 Apr 2014 23:18:30 +0200 Subject: [PATCH] Adds initial Xcode project. --- .../project.pbxproj | 460 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + DragGestureRecognizer/AppDelegate.h | 15 + DragGestureRecognizer/AppDelegate.m | 52 ++ .../DragGestureRecognizer-Info.plist | 38 ++ .../DragGestureRecognizer-Prefix.pch | 16 + .../AppIcon.appiconset/Contents.json | 23 + .../LaunchImage.launchimage/Contents.json | 23 + DragGestureRecognizer/MainViewController.h | 13 + DragGestureRecognizer/MainViewController.m | 49 ++ .../en.lproj/InfoPlist.strings | 2 + DragGestureRecognizer/main.m | 18 + .../DragGestureRecognizerTests-Info.plist | 22 + .../DragGestureRecognizerTests.m | 34 ++ .../en.lproj/InfoPlist.strings | 2 + 15 files changed, 774 insertions(+) create mode 100644 DragGestureRecognizer.xcodeproj/project.pbxproj create mode 100644 DragGestureRecognizer.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 DragGestureRecognizer/AppDelegate.h create mode 100644 DragGestureRecognizer/AppDelegate.m create mode 100644 DragGestureRecognizer/DragGestureRecognizer-Info.plist create mode 100644 DragGestureRecognizer/DragGestureRecognizer-Prefix.pch create mode 100644 DragGestureRecognizer/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 DragGestureRecognizer/Images.xcassets/LaunchImage.launchimage/Contents.json create mode 100644 DragGestureRecognizer/MainViewController.h create mode 100644 DragGestureRecognizer/MainViewController.m create mode 100644 DragGestureRecognizer/en.lproj/InfoPlist.strings create mode 100644 DragGestureRecognizer/main.m create mode 100644 DragGestureRecognizerTests/DragGestureRecognizerTests-Info.plist create mode 100644 DragGestureRecognizerTests/DragGestureRecognizerTests.m create mode 100644 DragGestureRecognizerTests/en.lproj/InfoPlist.strings diff --git a/DragGestureRecognizer.xcodeproj/project.pbxproj b/DragGestureRecognizer.xcodeproj/project.pbxproj new file mode 100644 index 0000000..fe0255a --- /dev/null +++ b/DragGestureRecognizer.xcodeproj/project.pbxproj @@ -0,0 +1,460 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 2EBB3D9B18EB638C007A7E63 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EBB3D9A18EB638C007A7E63 /* Foundation.framework */; }; + 2EBB3D9D18EB638C007A7E63 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EBB3D9C18EB638C007A7E63 /* CoreGraphics.framework */; }; + 2EBB3D9F18EB638C007A7E63 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EBB3D9E18EB638C007A7E63 /* UIKit.framework */; }; + 2EBB3DA518EB638C007A7E63 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2EBB3DA318EB638C007A7E63 /* InfoPlist.strings */; }; + 2EBB3DA718EB638C007A7E63 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EBB3DA618EB638C007A7E63 /* main.m */; }; + 2EBB3DAB18EB638C007A7E63 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EBB3DAA18EB638C007A7E63 /* AppDelegate.m */; }; + 2EBB3DAD18EB638C007A7E63 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2EBB3DAC18EB638C007A7E63 /* Images.xcassets */; }; + 2EBB3DB418EB638C007A7E63 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EBB3DB318EB638C007A7E63 /* XCTest.framework */; }; + 2EBB3DB518EB638C007A7E63 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EBB3D9A18EB638C007A7E63 /* Foundation.framework */; }; + 2EBB3DB618EB638C007A7E63 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EBB3D9E18EB638C007A7E63 /* UIKit.framework */; }; + 2EBB3DBE18EB638C007A7E63 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2EBB3DBC18EB638C007A7E63 /* InfoPlist.strings */; }; + 2EBB3DC018EB638C007A7E63 /* DragGestureRecognizerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EBB3DBF18EB638C007A7E63 /* DragGestureRecognizerTests.m */; }; + 2EBB3DCB18EB63E2007A7E63 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EBB3DCA18EB63E2007A7E63 /* MainViewController.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 2EBB3DB718EB638C007A7E63 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 2EBB3D8F18EB638C007A7E63 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2EBB3D9618EB638C007A7E63; + remoteInfo = DragGestureRecognizer; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 2EBB3D9718EB638C007A7E63 /* DragGestureRecognizer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DragGestureRecognizer.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 2EBB3D9A18EB638C007A7E63 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 2EBB3D9C18EB638C007A7E63 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 2EBB3D9E18EB638C007A7E63 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 2EBB3DA218EB638C007A7E63 /* DragGestureRecognizer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DragGestureRecognizer-Info.plist"; sourceTree = ""; }; + 2EBB3DA418EB638C007A7E63 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 2EBB3DA618EB638C007A7E63 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 2EBB3DA818EB638C007A7E63 /* DragGestureRecognizer-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DragGestureRecognizer-Prefix.pch"; sourceTree = ""; }; + 2EBB3DA918EB638C007A7E63 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 2EBB3DAA18EB638C007A7E63 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 2EBB3DAC18EB638C007A7E63 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 2EBB3DB218EB638C007A7E63 /* DragGestureRecognizerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DragGestureRecognizerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 2EBB3DB318EB638C007A7E63 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 2EBB3DBB18EB638C007A7E63 /* DragGestureRecognizerTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DragGestureRecognizerTests-Info.plist"; sourceTree = ""; }; + 2EBB3DBD18EB638C007A7E63 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 2EBB3DBF18EB638C007A7E63 /* DragGestureRecognizerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DragGestureRecognizerTests.m; sourceTree = ""; }; + 2EBB3DC918EB63E2007A7E63 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = ""; }; + 2EBB3DCA18EB63E2007A7E63 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 2EBB3D9418EB638C007A7E63 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2EBB3D9D18EB638C007A7E63 /* CoreGraphics.framework in Frameworks */, + 2EBB3D9F18EB638C007A7E63 /* UIKit.framework in Frameworks */, + 2EBB3D9B18EB638C007A7E63 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2EBB3DAF18EB638C007A7E63 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2EBB3DB418EB638C007A7E63 /* XCTest.framework in Frameworks */, + 2EBB3DB618EB638C007A7E63 /* UIKit.framework in Frameworks */, + 2EBB3DB518EB638C007A7E63 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 2EBB3D8E18EB638C007A7E63 = { + isa = PBXGroup; + children = ( + 2EBB3DA018EB638C007A7E63 /* DragGestureRecognizer */, + 2EBB3DB918EB638C007A7E63 /* DragGestureRecognizerTests */, + 2EBB3D9918EB638C007A7E63 /* Frameworks */, + 2EBB3D9818EB638C007A7E63 /* Products */, + ); + sourceTree = ""; + }; + 2EBB3D9818EB638C007A7E63 /* Products */ = { + isa = PBXGroup; + children = ( + 2EBB3D9718EB638C007A7E63 /* DragGestureRecognizer.app */, + 2EBB3DB218EB638C007A7E63 /* DragGestureRecognizerTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 2EBB3D9918EB638C007A7E63 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2EBB3D9A18EB638C007A7E63 /* Foundation.framework */, + 2EBB3D9C18EB638C007A7E63 /* CoreGraphics.framework */, + 2EBB3D9E18EB638C007A7E63 /* UIKit.framework */, + 2EBB3DB318EB638C007A7E63 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 2EBB3DA018EB638C007A7E63 /* DragGestureRecognizer */ = { + isa = PBXGroup; + children = ( + 2EBB3DA918EB638C007A7E63 /* AppDelegate.h */, + 2EBB3DAA18EB638C007A7E63 /* AppDelegate.m */, + 2EBB3DAC18EB638C007A7E63 /* Images.xcassets */, + 2EBB3DA118EB638C007A7E63 /* Supporting Files */, + 2EBB3DC918EB63E2007A7E63 /* MainViewController.h */, + 2EBB3DCA18EB63E2007A7E63 /* MainViewController.m */, + ); + path = DragGestureRecognizer; + sourceTree = ""; + }; + 2EBB3DA118EB638C007A7E63 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 2EBB3DA218EB638C007A7E63 /* DragGestureRecognizer-Info.plist */, + 2EBB3DA318EB638C007A7E63 /* InfoPlist.strings */, + 2EBB3DA618EB638C007A7E63 /* main.m */, + 2EBB3DA818EB638C007A7E63 /* DragGestureRecognizer-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 2EBB3DB918EB638C007A7E63 /* DragGestureRecognizerTests */ = { + isa = PBXGroup; + children = ( + 2EBB3DBF18EB638C007A7E63 /* DragGestureRecognizerTests.m */, + 2EBB3DBA18EB638C007A7E63 /* Supporting Files */, + ); + path = DragGestureRecognizerTests; + sourceTree = ""; + }; + 2EBB3DBA18EB638C007A7E63 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 2EBB3DBB18EB638C007A7E63 /* DragGestureRecognizerTests-Info.plist */, + 2EBB3DBC18EB638C007A7E63 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 2EBB3D9618EB638C007A7E63 /* DragGestureRecognizer */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2EBB3DC318EB638C007A7E63 /* Build configuration list for PBXNativeTarget "DragGestureRecognizer" */; + buildPhases = ( + 2EBB3D9318EB638C007A7E63 /* Sources */, + 2EBB3D9418EB638C007A7E63 /* Frameworks */, + 2EBB3D9518EB638C007A7E63 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = DragGestureRecognizer; + productName = DragGestureRecognizer; + productReference = 2EBB3D9718EB638C007A7E63 /* DragGestureRecognizer.app */; + productType = "com.apple.product-type.application"; + }; + 2EBB3DB118EB638C007A7E63 /* DragGestureRecognizerTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2EBB3DC618EB638C007A7E63 /* Build configuration list for PBXNativeTarget "DragGestureRecognizerTests" */; + buildPhases = ( + 2EBB3DAE18EB638C007A7E63 /* Sources */, + 2EBB3DAF18EB638C007A7E63 /* Frameworks */, + 2EBB3DB018EB638C007A7E63 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 2EBB3DB818EB638C007A7E63 /* PBXTargetDependency */, + ); + name = DragGestureRecognizerTests; + productName = DragGestureRecognizerTests; + productReference = 2EBB3DB218EB638C007A7E63 /* DragGestureRecognizerTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 2EBB3D8F18EB638C007A7E63 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0510; + ORGANIZATIONNAME = "Wojciech Nagrodzki"; + TargetAttributes = { + 2EBB3DB118EB638C007A7E63 = { + TestTargetID = 2EBB3D9618EB638C007A7E63; + }; + }; + }; + buildConfigurationList = 2EBB3D9218EB638C007A7E63 /* Build configuration list for PBXProject "DragGestureRecognizer" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 2EBB3D8E18EB638C007A7E63; + productRefGroup = 2EBB3D9818EB638C007A7E63 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 2EBB3D9618EB638C007A7E63 /* DragGestureRecognizer */, + 2EBB3DB118EB638C007A7E63 /* DragGestureRecognizerTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 2EBB3D9518EB638C007A7E63 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2EBB3DA518EB638C007A7E63 /* InfoPlist.strings in Resources */, + 2EBB3DAD18EB638C007A7E63 /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2EBB3DB018EB638C007A7E63 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2EBB3DBE18EB638C007A7E63 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 2EBB3D9318EB638C007A7E63 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2EBB3DAB18EB638C007A7E63 /* AppDelegate.m in Sources */, + 2EBB3DCB18EB63E2007A7E63 /* MainViewController.m in Sources */, + 2EBB3DA718EB638C007A7E63 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2EBB3DAE18EB638C007A7E63 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2EBB3DC018EB638C007A7E63 /* DragGestureRecognizerTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 2EBB3DB818EB638C007A7E63 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 2EBB3D9618EB638C007A7E63 /* DragGestureRecognizer */; + targetProxy = 2EBB3DB718EB638C007A7E63 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 2EBB3DA318EB638C007A7E63 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 2EBB3DA418EB638C007A7E63 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 2EBB3DBC18EB638C007A7E63 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 2EBB3DBD18EB638C007A7E63 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 2EBB3DC118EB638C007A7E63 /* 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__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_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 = 7.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 2EBB3DC218EB638C007A7E63 /* 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__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + 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 = 7.1; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 2EBB3DC418EB638C007A7E63 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DragGestureRecognizer/DragGestureRecognizer-Prefix.pch"; + INFOPLIST_FILE = "DragGestureRecognizer/DragGestureRecognizer-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 2EBB3DC518EB638C007A7E63 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DragGestureRecognizer/DragGestureRecognizer-Prefix.pch"; + INFOPLIST_FILE = "DragGestureRecognizer/DragGestureRecognizer-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 2EBB3DC718EB638C007A7E63 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/DragGestureRecognizer.app/DragGestureRecognizer"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DragGestureRecognizer/DragGestureRecognizer-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "DragGestureRecognizerTests/DragGestureRecognizerTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 2EBB3DC818EB638C007A7E63 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/DragGestureRecognizer.app/DragGestureRecognizer"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DragGestureRecognizer/DragGestureRecognizer-Prefix.pch"; + INFOPLIST_FILE = "DragGestureRecognizerTests/DragGestureRecognizerTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 2EBB3D9218EB638C007A7E63 /* Build configuration list for PBXProject "DragGestureRecognizer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2EBB3DC118EB638C007A7E63 /* Debug */, + 2EBB3DC218EB638C007A7E63 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2EBB3DC318EB638C007A7E63 /* Build configuration list for PBXNativeTarget "DragGestureRecognizer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2EBB3DC418EB638C007A7E63 /* Debug */, + 2EBB3DC518EB638C007A7E63 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2EBB3DC618EB638C007A7E63 /* Build configuration list for PBXNativeTarget "DragGestureRecognizerTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2EBB3DC718EB638C007A7E63 /* Debug */, + 2EBB3DC818EB638C007A7E63 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 2EBB3D8F18EB638C007A7E63 /* Project object */; +} diff --git a/DragGestureRecognizer.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/DragGestureRecognizer.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..252c56a --- /dev/null +++ b/DragGestureRecognizer.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/DragGestureRecognizer/AppDelegate.h b/DragGestureRecognizer/AppDelegate.h new file mode 100644 index 0000000..614967f --- /dev/null +++ b/DragGestureRecognizer/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// DragGestureRecognizer +// +// Created by Wojciech Nagrodzki on 01/04/14. +// Copyright (c) 2014 Wojciech Nagrodzki. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/DragGestureRecognizer/AppDelegate.m b/DragGestureRecognizer/AppDelegate.m new file mode 100644 index 0000000..9887243 --- /dev/null +++ b/DragGestureRecognizer/AppDelegate.m @@ -0,0 +1,52 @@ +// +// AppDelegate.m +// DragGestureRecognizer +// +// Created by Wojciech Nagrodzki on 01/04/14. +// Copyright (c) 2014 Wojciech Nagrodzki. All rights reserved. +// + +#import "AppDelegate.h" +#import "MainViewController.h" + + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; + // Override point for customization after application launch. + self.window.backgroundColor = [UIColor whiteColor]; + self.window.rootViewController = [[MainViewController alloc] init]; + [self.window makeKeyAndVisible]; + 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 diff --git a/DragGestureRecognizer/DragGestureRecognizer-Info.plist b/DragGestureRecognizer/DragGestureRecognizer-Info.plist new file mode 100644 index 0000000..7b94517 --- /dev/null +++ b/DragGestureRecognizer/DragGestureRecognizer-Info.plist @@ -0,0 +1,38 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.wojciechnagrodzki.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/DragGestureRecognizer/DragGestureRecognizer-Prefix.pch b/DragGestureRecognizer/DragGestureRecognizer-Prefix.pch new file mode 100644 index 0000000..743435c --- /dev/null +++ b/DragGestureRecognizer/DragGestureRecognizer-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_3_0 +#warning "This project uses features only available in iOS SDK 3.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/DragGestureRecognizer/Images.xcassets/AppIcon.appiconset/Contents.json b/DragGestureRecognizer/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/DragGestureRecognizer/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/DragGestureRecognizer/Images.xcassets/LaunchImage.launchimage/Contents.json b/DragGestureRecognizer/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/DragGestureRecognizer/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/DragGestureRecognizer/MainViewController.h b/DragGestureRecognizer/MainViewController.h new file mode 100644 index 0000000..cac32f2 --- /dev/null +++ b/DragGestureRecognizer/MainViewController.h @@ -0,0 +1,13 @@ +// +// MainViewController.h +// DragGestureRecognizer +// +// Created by Wojciech Nagrodzki on 01/04/14. +// Copyright (c) 2014 Wojciech Nagrodzki. All rights reserved. +// + +#import + +@interface MainViewController : UIViewController + +@end diff --git a/DragGestureRecognizer/MainViewController.m b/DragGestureRecognizer/MainViewController.m new file mode 100644 index 0000000..4fdbe92 --- /dev/null +++ b/DragGestureRecognizer/MainViewController.m @@ -0,0 +1,49 @@ +// +// MainViewController.m +// DragGestureRecognizer +// +// Created by Wojciech Nagrodzki on 01/04/14. +// Copyright (c) 2014 Wojciech Nagrodzki. All rights reserved. +// + +#import "MainViewController.h" + +@interface MainViewController () + +@end + +@implementation MainViewController + +- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil +{ + self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; + if (self) { + // Custom initialization + } + return self; +} + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +/* +#pragma mark - Navigation + +// In a storyboard-based application, you will often want to do a little preparation before navigation +- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender +{ + // Get the new view controller using [segue destinationViewController]. + // Pass the selected object to the new view controller. +} +*/ + +@end diff --git a/DragGestureRecognizer/en.lproj/InfoPlist.strings b/DragGestureRecognizer/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/DragGestureRecognizer/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/DragGestureRecognizer/main.m b/DragGestureRecognizer/main.m new file mode 100644 index 0000000..73af605 --- /dev/null +++ b/DragGestureRecognizer/main.m @@ -0,0 +1,18 @@ +// +// main.m +// DragGestureRecognizer +// +// Created by Wojciech Nagrodzki on 01/04/14. +// Copyright (c) 2014 Wojciech Nagrodzki. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/DragGestureRecognizerTests/DragGestureRecognizerTests-Info.plist b/DragGestureRecognizerTests/DragGestureRecognizerTests-Info.plist new file mode 100644 index 0000000..ac6ccaa --- /dev/null +++ b/DragGestureRecognizerTests/DragGestureRecognizerTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.wojciechnagrodzki.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/DragGestureRecognizerTests/DragGestureRecognizerTests.m b/DragGestureRecognizerTests/DragGestureRecognizerTests.m new file mode 100644 index 0000000..68d05b8 --- /dev/null +++ b/DragGestureRecognizerTests/DragGestureRecognizerTests.m @@ -0,0 +1,34 @@ +// +// DragGestureRecognizerTests.m +// DragGestureRecognizerTests +// +// Created by Wojciech Nagrodzki on 01/04/14. +// Copyright (c) 2014 Wojciech Nagrodzki. All rights reserved. +// + +#import + +@interface DragGestureRecognizerTests : XCTestCase + +@end + +@implementation DragGestureRecognizerTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/DragGestureRecognizerTests/en.lproj/InfoPlist.strings b/DragGestureRecognizerTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/DragGestureRecognizerTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ +