From 2d4a2ebf70ce7916da42f0f64f8298a214daa55d Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 10 Jun 2013 20:40:57 -0600 Subject: add more examples --- Animation/Animation.xcodeproj/project.pbxproj | 305 ++++++++++++++++++++++++++ 1 file changed, 305 insertions(+) create mode 100644 Animation/Animation.xcodeproj/project.pbxproj (limited to 'Animation/Animation.xcodeproj/project.pbxproj') diff --git a/Animation/Animation.xcodeproj/project.pbxproj b/Animation/Animation.xcodeproj/project.pbxproj new file mode 100644 index 0000000..5250755 --- /dev/null +++ b/Animation/Animation.xcodeproj/project.pbxproj @@ -0,0 +1,305 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + CD459B2D1766BFF700288A26 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD459B2C1766BFF700288A26 /* UIKit.framework */; }; + CD459B2F1766BFF700288A26 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD459B2E1766BFF700288A26 /* Foundation.framework */; }; + CD459B311766BFF700288A26 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD459B301766BFF700288A26 /* CoreGraphics.framework */; }; + CD459B371766BFF700288A26 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CD459B351766BFF700288A26 /* InfoPlist.strings */; }; + CD459B391766BFF700288A26 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CD459B381766BFF700288A26 /* main.m */; }; + CD459B3D1766BFF700288A26 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CD459B3C1766BFF700288A26 /* AppDelegate.m */; }; + CD459B3F1766BFF700288A26 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CD459B3E1766BFF700288A26 /* Default.png */; }; + CD459B411766BFF700288A26 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CD459B401766BFF700288A26 /* Default@2x.png */; }; + CD459B431766BFF700288A26 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CD459B421766BFF700288A26 /* Default-568h@2x.png */; }; + CD459B461766BFF700288A26 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CD459B451766BFF700288A26 /* ViewController.m */; }; + CD459B491766BFF700288A26 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CD459B471766BFF700288A26 /* ViewController.xib */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + CD459B291766BFF700288A26 /* Animation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Animation.app; sourceTree = BUILT_PRODUCTS_DIR; }; + CD459B2C1766BFF700288A26 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + CD459B2E1766BFF700288A26 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + CD459B301766BFF700288A26 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + CD459B341766BFF700288A26 /* Animation-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Animation-Info.plist"; sourceTree = ""; }; + CD459B361766BFF700288A26 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + CD459B381766BFF700288A26 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + CD459B3A1766BFF700288A26 /* Animation-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Animation-Prefix.pch"; sourceTree = ""; }; + CD459B3B1766BFF700288A26 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + CD459B3C1766BFF700288A26 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + CD459B3E1766BFF700288A26 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; + CD459B401766BFF700288A26 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; + CD459B421766BFF700288A26 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; + CD459B441766BFF700288A26 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + CD459B451766BFF700288A26 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + CD459B481766BFF700288A26 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + CD459B261766BFF700288A26 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + CD459B2D1766BFF700288A26 /* UIKit.framework in Frameworks */, + CD459B2F1766BFF700288A26 /* Foundation.framework in Frameworks */, + CD459B311766BFF700288A26 /* CoreGraphics.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + CD459B201766BFF700288A26 = { + isa = PBXGroup; + children = ( + CD459B321766BFF700288A26 /* Animation */, + CD459B2B1766BFF700288A26 /* Frameworks */, + CD459B2A1766BFF700288A26 /* Products */, + ); + sourceTree = ""; + }; + CD459B2A1766BFF700288A26 /* Products */ = { + isa = PBXGroup; + children = ( + CD459B291766BFF700288A26 /* Animation.app */, + ); + name = Products; + sourceTree = ""; + }; + CD459B2B1766BFF700288A26 /* Frameworks */ = { + isa = PBXGroup; + children = ( + CD459B2C1766BFF700288A26 /* UIKit.framework */, + CD459B2E1766BFF700288A26 /* Foundation.framework */, + CD459B301766BFF700288A26 /* CoreGraphics.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + CD459B321766BFF700288A26 /* Animation */ = { + isa = PBXGroup; + children = ( + CD459B3B1766BFF700288A26 /* AppDelegate.h */, + CD459B3C1766BFF700288A26 /* AppDelegate.m */, + CD459B441766BFF700288A26 /* ViewController.h */, + CD459B451766BFF700288A26 /* ViewController.m */, + CD459B471766BFF700288A26 /* ViewController.xib */, + CD459B331766BFF700288A26 /* Supporting Files */, + ); + path = Animation; + sourceTree = ""; + }; + CD459B331766BFF700288A26 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + CD459B341766BFF700288A26 /* Animation-Info.plist */, + CD459B351766BFF700288A26 /* InfoPlist.strings */, + CD459B381766BFF700288A26 /* main.m */, + CD459B3A1766BFF700288A26 /* Animation-Prefix.pch */, + CD459B3E1766BFF700288A26 /* Default.png */, + CD459B401766BFF700288A26 /* Default@2x.png */, + CD459B421766BFF700288A26 /* Default-568h@2x.png */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + CD459B281766BFF700288A26 /* Animation */ = { + isa = PBXNativeTarget; + buildConfigurationList = CD459B4C1766BFF700288A26 /* Build configuration list for PBXNativeTarget "Animation" */; + buildPhases = ( + CD459B251766BFF700288A26 /* Sources */, + CD459B261766BFF700288A26 /* Frameworks */, + CD459B271766BFF700288A26 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Animation; + productName = Animation; + productReference = CD459B291766BFF700288A26 /* Animation.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + CD459B211766BFF700288A26 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0460; + ORGANIZATIONNAME = "mo khan"; + }; + buildConfigurationList = CD459B241766BFF700288A26 /* Build configuration list for PBXProject "Animation" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = CD459B201766BFF700288A26; + productRefGroup = CD459B2A1766BFF700288A26 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + CD459B281766BFF700288A26 /* Animation */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + CD459B271766BFF700288A26 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CD459B371766BFF700288A26 /* InfoPlist.strings in Resources */, + CD459B3F1766BFF700288A26 /* Default.png in Resources */, + CD459B411766BFF700288A26 /* Default@2x.png in Resources */, + CD459B431766BFF700288A26 /* Default-568h@2x.png in Resources */, + CD459B491766BFF700288A26 /* ViewController.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + CD459B251766BFF700288A26 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CD459B391766BFF700288A26 /* main.m in Sources */, + CD459B3D1766BFF700288A26 /* AppDelegate.m in Sources */, + CD459B461766BFF700288A26 /* ViewController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + CD459B351766BFF700288A26 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + CD459B361766BFF700288A26 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + CD459B471766BFF700288A26 /* ViewController.xib */ = { + isa = PBXVariantGroup; + children = ( + CD459B481766BFF700288A26 /* en */, + ); + name = ViewController.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + CD459B4A1766BFF700288A26 /* 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; + }; + CD459B4B1766BFF700288A26 /* 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; + }; + CD459B4D1766BFF700288A26 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Animation/Animation-Prefix.pch"; + INFOPLIST_FILE = "Animation/Animation-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + CD459B4E1766BFF700288A26 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Animation/Animation-Prefix.pch"; + INFOPLIST_FILE = "Animation/Animation-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + CD459B241766BFF700288A26 /* Build configuration list for PBXProject "Animation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CD459B4A1766BFF700288A26 /* Debug */, + CD459B4B1766BFF700288A26 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CD459B4C1766BFF700288A26 /* Build configuration list for PBXNativeTarget "Animation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CD459B4D1766BFF700288A26 /* Debug */, + CD459B4E1766BFF700288A26 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = CD459B211766BFF700288A26 /* Project object */; +} -- cgit v1.2.3