diff --git a/GLTapLabelDemo.xcodeproj/project.pbxproj b/GLTapLabelDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..babf4b1 --- /dev/null +++ b/GLTapLabelDemo.xcodeproj/project.pbxproj @@ -0,0 +1,444 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 31FBE297148815B30028DD79 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31FBE296148815B30028DD79 /* UIKit.framework */; }; + 31FBE299148815B30028DD79 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31FBE298148815B30028DD79 /* Foundation.framework */; }; + 31FBE29B148815B30028DD79 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31FBE29A148815B30028DD79 /* CoreGraphics.framework */; }; + 31FBE2A1148815B30028DD79 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 31FBE29F148815B30028DD79 /* InfoPlist.strings */; }; + 31FBE2A3148815B30028DD79 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 31FBE2A2148815B30028DD79 /* main.m */; }; + 31FBE2A7148815B30028DD79 /* GLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 31FBE2A6148815B30028DD79 /* GLAppDelegate.m */; }; + 31FBE2AA148815B40028DD79 /* GLViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 31FBE2A9148815B40028DD79 /* GLViewController.m */; }; + 31FBE2AD148815B40028DD79 /* GLViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 31FBE2AB148815B40028DD79 /* GLViewController.xib */; }; + 31FBE2B5148815B40028DD79 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31FBE2B4148815B40028DD79 /* SenTestingKit.framework */; }; + 31FBE2B6148815B40028DD79 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31FBE296148815B30028DD79 /* UIKit.framework */; }; + 31FBE2B7148815B40028DD79 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31FBE298148815B30028DD79 /* Foundation.framework */; }; + 31FBE2BF148815B40028DD79 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 31FBE2BD148815B40028DD79 /* InfoPlist.strings */; }; + 31FBE2C2148815B40028DD79 /* GLTapLabelDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 31FBE2C1148815B40028DD79 /* GLTapLabelDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 31FBE2B8148815B40028DD79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 31FBE289148815B30028DD79 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 31FBE291148815B30028DD79; + remoteInfo = GLTapLabelDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 31FBE292148815B30028DD79 /* GLTapLabelDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GLTapLabelDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 31FBE296148815B30028DD79 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 31FBE298148815B30028DD79 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 31FBE29A148815B30028DD79 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 31FBE29E148815B30028DD79 /* GLTapLabelDemo-Info.plist */ = {isa = PBXFileReference; path = "GLTapLabelDemo-Info.plist"; sourceTree = ""; }; + 31FBE2A0148815B30028DD79 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 31FBE2A2148815B30028DD79 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 31FBE2A4148815B30028DD79 /* GLTapLabelDemo-Prefix.pch */ = {isa = PBXFileReference; path = "GLTapLabelDemo-Prefix.pch"; sourceTree = ""; }; + 31FBE2A5148815B30028DD79 /* GLAppDelegate.h */ = {isa = PBXFileReference; path = GLAppDelegate.h; sourceTree = ""; }; + 31FBE2A6148815B30028DD79 /* GLAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GLAppDelegate.m; sourceTree = ""; }; + 31FBE2A8148815B40028DD79 /* GLViewController.h */ = {isa = PBXFileReference; path = GLViewController.h; sourceTree = ""; }; + 31FBE2A9148815B40028DD79 /* GLViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GLViewController.m; sourceTree = ""; }; + 31FBE2AC148815B40028DD79 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/GLViewController.xib; sourceTree = ""; }; + 31FBE2B3148815B40028DD79 /* GLTapLabelDemoTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GLTapLabelDemoTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; + 31FBE2B4148815B40028DD79 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; + 31FBE2BC148815B40028DD79 /* GLTapLabelDemoTests-Info.plist */ = {isa = PBXFileReference; path = "GLTapLabelDemoTests-Info.plist"; sourceTree = ""; }; + 31FBE2BE148815B40028DD79 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 31FBE2C0148815B40028DD79 /* GLTapLabelDemoTests.h */ = {isa = PBXFileReference; path = GLTapLabelDemoTests.h; sourceTree = ""; }; + 31FBE2C1148815B40028DD79 /* GLTapLabelDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GLTapLabelDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 31FBE28F148815B30028DD79 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 31FBE297148815B30028DD79 /* UIKit.framework in Frameworks */, + 31FBE299148815B30028DD79 /* Foundation.framework in Frameworks */, + 31FBE29B148815B30028DD79 /* CoreGraphics.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 31FBE2AF148815B40028DD79 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 31FBE2B5148815B40028DD79 /* SenTestingKit.framework in Frameworks */, + 31FBE2B6148815B40028DD79 /* UIKit.framework in Frameworks */, + 31FBE2B7148815B40028DD79 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 31FBE287148815B30028DD79 = { + isa = PBXGroup; + children = ( + 31FBE29C148815B30028DD79 /* GLTapLabelDemo */, + 31FBE2BA148815B40028DD79 /* GLTapLabelDemoTests */, + 31FBE295148815B30028DD79 /* Frameworks */, + 31FBE293148815B30028DD79 /* Products */, + ); + sourceTree = ""; + }; + 31FBE293148815B30028DD79 /* Products */ = { + isa = PBXGroup; + children = ( + 31FBE292148815B30028DD79 /* GLTapLabelDemo.app */, + 31FBE2B3148815B40028DD79 /* GLTapLabelDemoTests.octest */, + ); + name = Products; + sourceTree = ""; + }; + 31FBE295148815B30028DD79 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 31FBE296148815B30028DD79 /* UIKit.framework */, + 31FBE298148815B30028DD79 /* Foundation.framework */, + 31FBE29A148815B30028DD79 /* CoreGraphics.framework */, + 31FBE2B4148815B40028DD79 /* SenTestingKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31FBE29C148815B30028DD79 /* GLTapLabelDemo */ = { + isa = PBXGroup; + children = ( + 31FBE2A5148815B30028DD79 /* GLAppDelegate.h */, + 31FBE2A6148815B30028DD79 /* GLAppDelegate.m */, + 31FBE2A8148815B40028DD79 /* GLViewController.h */, + 31FBE2A9148815B40028DD79 /* GLViewController.m */, + 31FBE2AB148815B40028DD79 /* GLViewController.xib */, + 31FBE29D148815B30028DD79 /* Supporting Files */, + ); + path = GLTapLabelDemo; + sourceTree = ""; + }; + 31FBE29D148815B30028DD79 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 31FBE29E148815B30028DD79 /* GLTapLabelDemo-Info.plist */, + 31FBE29F148815B30028DD79 /* InfoPlist.strings */, + 31FBE2A2148815B30028DD79 /* main.m */, + 31FBE2A4148815B30028DD79 /* GLTapLabelDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 31FBE2BA148815B40028DD79 /* GLTapLabelDemoTests */ = { + isa = PBXGroup; + children = ( + 31FBE2C0148815B40028DD79 /* GLTapLabelDemoTests.h */, + 31FBE2C1148815B40028DD79 /* GLTapLabelDemoTests.m */, + 31FBE2BB148815B40028DD79 /* Supporting Files */, + ); + path = GLTapLabelDemoTests; + sourceTree = ""; + }; + 31FBE2BB148815B40028DD79 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 31FBE2BC148815B40028DD79 /* GLTapLabelDemoTests-Info.plist */, + 31FBE2BD148815B40028DD79 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 31FBE291148815B30028DD79 /* GLTapLabelDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 31FBE2C5148815B40028DD79 /* Build configuration list for PBXNativeTarget "GLTapLabelDemo" */; + buildPhases = ( + 31FBE28E148815B30028DD79 /* Sources */, + 31FBE28F148815B30028DD79 /* Frameworks */, + 31FBE290148815B30028DD79 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = GLTapLabelDemo; + productName = GLTapLabelDemo; + productReference = 31FBE292148815B30028DD79 /* GLTapLabelDemo.app */; + productType = "com.apple.product-type.application"; + }; + 31FBE2B2148815B40028DD79 /* GLTapLabelDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 31FBE2C8148815B40028DD79 /* Build configuration list for PBXNativeTarget "GLTapLabelDemoTests" */; + buildPhases = ( + 31FBE2AE148815B40028DD79 /* Sources */, + 31FBE2AF148815B40028DD79 /* Frameworks */, + 31FBE2B0148815B40028DD79 /* Resources */, + 31FBE2B1148815B40028DD79 /* ShellScript */, + ); + buildRules = ( + ); + dependencies = ( + 31FBE2B9148815B40028DD79 /* PBXTargetDependency */, + ); + name = GLTapLabelDemoTests; + productName = GLTapLabelDemoTests; + productReference = 31FBE2B3148815B40028DD79 /* GLTapLabelDemoTests.octest */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 31FBE289148815B30028DD79 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0420; + }; + buildConfigurationList = 31FBE28C148815B30028DD79 /* Build configuration list for PBXProject "GLTapLabelDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 31FBE287148815B30028DD79; + productRefGroup = 31FBE293148815B30028DD79 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 31FBE291148815B30028DD79 /* GLTapLabelDemo */, + 31FBE2B2148815B40028DD79 /* GLTapLabelDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 31FBE290148815B30028DD79 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 31FBE2A1148815B30028DD79 /* InfoPlist.strings in Resources */, + 31FBE2AD148815B40028DD79 /* GLViewController.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 31FBE2B0148815B40028DD79 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 31FBE2BF148815B40028DD79 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 31FBE2B1148815B40028DD79 /* 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 */ + 31FBE28E148815B30028DD79 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 31FBE2A3148815B30028DD79 /* main.m in Sources */, + 31FBE2A7148815B30028DD79 /* GLAppDelegate.m in Sources */, + 31FBE2AA148815B40028DD79 /* GLViewController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 31FBE2AE148815B40028DD79 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 31FBE2C2148815B40028DD79 /* GLTapLabelDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 31FBE2B9148815B40028DD79 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 31FBE291148815B30028DD79 /* GLTapLabelDemo */; + targetProxy = 31FBE2B8148815B40028DD79 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 31FBE29F148815B30028DD79 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 31FBE2A0148815B30028DD79 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 31FBE2AB148815B40028DD79 /* GLViewController.xib */ = { + isa = PBXVariantGroup; + children = ( + 31FBE2AC148815B40028DD79 /* en */, + ); + name = GLViewController.xib; + sourceTree = ""; + }; + 31FBE2BD148815B40028DD79 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 31FBE2BE148815B40028DD79 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 31FBE2C3148815B40028DD79 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + CLANG_ENABLE_OBJC_ARC = 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_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 31FBE2C4148815B40028DD79 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + CLANG_ENABLE_OBJC_ARC = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 31FBE2C6148815B40028DD79 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "GLTapLabelDemo/GLTapLabelDemo-Prefix.pch"; + INFOPLIST_FILE = "GLTapLabelDemo/GLTapLabelDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 31FBE2C7148815B40028DD79 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "GLTapLabelDemo/GLTapLabelDemo-Prefix.pch"; + INFOPLIST_FILE = "GLTapLabelDemo/GLTapLabelDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 31FBE2C9148815B40028DD79 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/GLTapLabelDemo.app/GLTapLabelDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(DEVELOPER_LIBRARY_DIR)/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "GLTapLabelDemo/GLTapLabelDemo-Prefix.pch"; + INFOPLIST_FILE = "GLTapLabelDemoTests/GLTapLabelDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = octest; + }; + name = Debug; + }; + 31FBE2CA148815B40028DD79 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/GLTapLabelDemo.app/GLTapLabelDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(DEVELOPER_LIBRARY_DIR)/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "GLTapLabelDemo/GLTapLabelDemo-Prefix.pch"; + INFOPLIST_FILE = "GLTapLabelDemoTests/GLTapLabelDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = octest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 31FBE28C148815B30028DD79 /* Build configuration list for PBXProject "GLTapLabelDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 31FBE2C3148815B40028DD79 /* Debug */, + 31FBE2C4148815B40028DD79 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 31FBE2C5148815B40028DD79 /* Build configuration list for PBXNativeTarget "GLTapLabelDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 31FBE2C6148815B40028DD79 /* Debug */, + 31FBE2C7148815B40028DD79 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 31FBE2C8148815B40028DD79 /* Build configuration list for PBXNativeTarget "GLTapLabelDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 31FBE2C9148815B40028DD79 /* Debug */, + 31FBE2CA148815B40028DD79 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 31FBE289148815B30028DD79 /* Project object */; +} diff --git a/GLTapLabelDemo/GLAppDelegate.h b/GLTapLabelDemo/GLAppDelegate.h new file mode 100644 index 0000000..ffcb6f3 --- /dev/null +++ b/GLTapLabelDemo/GLAppDelegate.h @@ -0,0 +1,19 @@ +// +// GLAppDelegate.h +// GLTapLabelDemo +// +// Created by German Laullon Padilla on 01/12/11. +// Copyright (c) 2011 __MyCompanyName__. All rights reserved. +// + +#import + +@class GLViewController; + +@interface GLAppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@property (strong, nonatomic) GLViewController *viewController; + +@end diff --git a/GLTapLabelDemo/GLAppDelegate.m b/GLTapLabelDemo/GLAppDelegate.m new file mode 100644 index 0000000..1758a9b --- /dev/null +++ b/GLTapLabelDemo/GLAppDelegate.m @@ -0,0 +1,67 @@ +// +// GLAppDelegate.m +// GLTapLabelDemo +// +// Created by German Laullon Padilla on 01/12/11. +// Copyright (c) 2011 __MyCompanyName__. All rights reserved. +// + +#import "GLAppDelegate.h" + +#import "GLViewController.h" + +@implementation GLAppDelegate + +@synthesize window = _window; +@synthesize viewController = _viewController; + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; + // Override point for customization after application launch. + self.viewController = [[GLViewController alloc] initWithNibName:@"GLViewController" bundle:nil]; + self.window.rootViewController = self.viewController; + [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/GLTapLabelDemo/GLTapLabelDemo-Info.plist b/GLTapLabelDemo/GLTapLabelDemo-Info.plist new file mode 100644 index 0000000..fb40bc4 --- /dev/null +++ b/GLTapLabelDemo/GLTapLabelDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFiles + + CFBundleIdentifier + com.laullon.${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/GLTapLabelDemo/GLTapLabelDemo-Prefix.pch b/GLTapLabelDemo/GLTapLabelDemo-Prefix.pch new file mode 100644 index 0000000..835be5d --- /dev/null +++ b/GLTapLabelDemo/GLTapLabelDemo-Prefix.pch @@ -0,0 +1,14 @@ +// +// Prefix header for all source files of the 'GLTapLabelDemo' target in the 'GLTapLabelDemo' project +// + +#import + +#ifndef __IPHONE_4_0 +#warning "This project uses features only available in iOS SDK 4.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/GLTapLabelDemo/GLViewController.h b/GLTapLabelDemo/GLViewController.h new file mode 100644 index 0000000..bfdea0f --- /dev/null +++ b/GLTapLabelDemo/GLViewController.h @@ -0,0 +1,13 @@ +// +// GLViewController.h +// GLTapLabelDemo +// +// Created by German Laullon Padilla on 01/12/11. +// Copyright (c) 2011 __MyCompanyName__. All rights reserved. +// + +#import + +@interface GLViewController : UIViewController + +@end diff --git a/GLTapLabelDemo/GLViewController.m b/GLTapLabelDemo/GLViewController.m new file mode 100644 index 0000000..a5e21d9 --- /dev/null +++ b/GLTapLabelDemo/GLViewController.m @@ -0,0 +1,60 @@ +// +// GLViewController.m +// GLTapLabelDemo +// +// Created by German Laullon Padilla on 01/12/11. +// Copyright (c) 2011 __MyCompanyName__. All rights reserved. +// + +#import "GLViewController.h" + +@implementation GLViewController + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Release any cached data, images, etc that aren't in use. +} + +#pragma mark - View lifecycle + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)viewDidUnload +{ + [super viewDidUnload]; + // Release any retained subviews of the main view. + // e.g. self.myOutlet = nil; +} + +- (void)viewWillAppear:(BOOL)animated +{ + [super viewWillAppear:animated]; +} + +- (void)viewDidAppear:(BOOL)animated +{ + [super viewDidAppear:animated]; +} + +- (void)viewWillDisappear:(BOOL)animated +{ + [super viewWillDisappear:animated]; +} + +- (void)viewDidDisappear:(BOOL)animated +{ + [super viewDidDisappear:animated]; +} + +- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation +{ + // Return YES for supported orientations + return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown); +} + +@end diff --git a/GLTapLabelDemo/en.lproj/GLViewController.xib b/GLTapLabelDemo/en.lproj/GLViewController.xib new file mode 100644 index 0000000..f386585 --- /dev/null +++ b/GLTapLabelDemo/en.lproj/GLViewController.xib @@ -0,0 +1,119 @@ + + + + 1280 + 11C25 + 1919 + 1138.11 + 566.00 + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + 916 + + + IBProxyObject + IBUIView + + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + PluginDependencyRecalculationVersion + + + + + IBFilesOwner + IBCocoaTouchFramework + + + IBFirstResponder + IBCocoaTouchFramework + + + + 274 + {{0, 20}, {320, 460}} + + + + 3 + MC43NQA + + 2 + + + NO + + IBCocoaTouchFramework + + + + + + + view + + + + 7 + + + + + + 0 + + + + + + -1 + + + File's Owner + + + -2 + + + + + 6 + + + + + + + GLViewController + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + UIResponder + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + + + + 7 + + + + + GLViewController + UIViewController + + IBProjectSource + ./Classes/GLViewController.h + + + + + 0 + IBCocoaTouchFramework + YES + 3 + 916 + + diff --git a/GLTapLabelDemo/en.lproj/InfoPlist.strings b/GLTapLabelDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/GLTapLabelDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/GLTapLabelDemo/main.m b/GLTapLabelDemo/main.m new file mode 100644 index 0000000..b4930b2 --- /dev/null +++ b/GLTapLabelDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// GLTapLabelDemo +// +// Created by German Laullon Padilla on 01/12/11. +// Copyright (c) 2011 __MyCompanyName__. All rights reserved. +// + +#import + +#import "GLAppDelegate.h" + +int main(int argc, char *argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([GLAppDelegate class])); + } +} diff --git a/GLTapLabelDemoTests/GLTapLabelDemoTests-Info.plist b/GLTapLabelDemoTests/GLTapLabelDemoTests-Info.plist new file mode 100644 index 0000000..6a5fff3 --- /dev/null +++ b/GLTapLabelDemoTests/GLTapLabelDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.laullon.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/GLTapLabelDemoTests/GLTapLabelDemoTests.h b/GLTapLabelDemoTests/GLTapLabelDemoTests.h new file mode 100644 index 0000000..b5f546f --- /dev/null +++ b/GLTapLabelDemoTests/GLTapLabelDemoTests.h @@ -0,0 +1,13 @@ +// +// GLTapLabelDemoTests.h +// GLTapLabelDemoTests +// +// Created by German Laullon Padilla on 01/12/11. +// Copyright (c) 2011 __MyCompanyName__. All rights reserved. +// + +#import + +@interface GLTapLabelDemoTests : SenTestCase + +@end diff --git a/GLTapLabelDemoTests/GLTapLabelDemoTests.m b/GLTapLabelDemoTests/GLTapLabelDemoTests.m new file mode 100644 index 0000000..cb79fb5 --- /dev/null +++ b/GLTapLabelDemoTests/GLTapLabelDemoTests.m @@ -0,0 +1,32 @@ +// +// GLTapLabelDemoTests.m +// GLTapLabelDemoTests +// +// Created by German Laullon Padilla on 01/12/11. +// Copyright (c) 2011 __MyCompanyName__. All rights reserved. +// + +#import "GLTapLabelDemoTests.h" + +@implementation GLTapLabelDemoTests + +- (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 GLTapLabelDemoTests"); +} + +@end diff --git a/GLTapLabelDemoTests/en.lproj/InfoPlist.strings b/GLTapLabelDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/GLTapLabelDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ +