From 1edb69f4f179a01c34ac609677c803e6eb839059 Mon Sep 17 00:00:00 2001 From: Aryan Gh Date: Wed, 24 Apr 2013 21:09:33 -0700 Subject: [PATCH] - Initial Upload --- SlideMenu.xcodeproj/project.pbxproj | 475 ++++++++++++++++++ SlideMenu/AppDelegate.h | 15 + SlideMenu/AppDelegate.m | 46 ++ SlideMenu/Default-568h@2x.png | Bin 0 -> 18594 bytes SlideMenu/Default.png | Bin 0 -> 6540 bytes SlideMenu/Default@2x.png | Bin 0 -> 16107 bytes SlideMenu/SlideMenu-Info.plist | 49 ++ SlideMenu/SlideMenu-Prefix.pch | 14 + SlideMenu/ViewController.h | 13 + SlideMenu/ViewController.m | 29 ++ SlideMenu/en.lproj/InfoPlist.strings | 2 + .../en.lproj/MainStoryboard_iPad.storyboard | 26 + .../en.lproj/MainStoryboard_iPhone.storyboard | 26 + SlideMenu/main.m | 18 + SlideMenuTests/SlideMenuTests-Info.plist | 22 + SlideMenuTests/SlideMenuTests.h | 13 + SlideMenuTests/SlideMenuTests.m | 32 ++ SlideMenuTests/en.lproj/InfoPlist.strings | 2 + 18 files changed, 782 insertions(+) create mode 100644 SlideMenu.xcodeproj/project.pbxproj create mode 100644 SlideMenu/AppDelegate.h create mode 100644 SlideMenu/AppDelegate.m create mode 100644 SlideMenu/Default-568h@2x.png create mode 100644 SlideMenu/Default.png create mode 100644 SlideMenu/Default@2x.png create mode 100644 SlideMenu/SlideMenu-Info.plist create mode 100644 SlideMenu/SlideMenu-Prefix.pch create mode 100644 SlideMenu/ViewController.h create mode 100644 SlideMenu/ViewController.m create mode 100644 SlideMenu/en.lproj/InfoPlist.strings create mode 100644 SlideMenu/en.lproj/MainStoryboard_iPad.storyboard create mode 100644 SlideMenu/en.lproj/MainStoryboard_iPhone.storyboard create mode 100644 SlideMenu/main.m create mode 100644 SlideMenuTests/SlideMenuTests-Info.plist create mode 100644 SlideMenuTests/SlideMenuTests.h create mode 100644 SlideMenuTests/SlideMenuTests.m create mode 100644 SlideMenuTests/en.lproj/InfoPlist.strings diff --git a/SlideMenu.xcodeproj/project.pbxproj b/SlideMenu.xcodeproj/project.pbxproj new file mode 100644 index 0000000..b05d5e0 --- /dev/null +++ b/SlideMenu.xcodeproj/project.pbxproj @@ -0,0 +1,475 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 15371EE31728E3B400A508F4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15371EE21728E3B400A508F4 /* UIKit.framework */; }; + 15371EE51728E3B400A508F4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15371EE41728E3B400A508F4 /* Foundation.framework */; }; + 15371EE71728E3B400A508F4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15371EE61728E3B400A508F4 /* CoreGraphics.framework */; }; + 15371EED1728E3B400A508F4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 15371EEB1728E3B400A508F4 /* InfoPlist.strings */; }; + 15371EEF1728E3B400A508F4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 15371EEE1728E3B400A508F4 /* main.m */; }; + 15371EF31728E3B400A508F4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 15371EF21728E3B400A508F4 /* AppDelegate.m */; }; + 15371EF51728E3B400A508F4 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 15371EF41728E3B400A508F4 /* Default.png */; }; + 15371EF71728E3B400A508F4 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 15371EF61728E3B400A508F4 /* Default@2x.png */; }; + 15371EF91728E3B400A508F4 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 15371EF81728E3B400A508F4 /* Default-568h@2x.png */; }; + 15371EFC1728E3B400A508F4 /* MainStoryboard_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15371EFA1728E3B400A508F4 /* MainStoryboard_iPhone.storyboard */; }; + 15371EFF1728E3B400A508F4 /* MainStoryboard_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15371EFD1728E3B400A508F4 /* MainStoryboard_iPad.storyboard */; }; + 15371F021728E3B400A508F4 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 15371F011728E3B400A508F4 /* ViewController.m */; }; + 15371F0A1728E3B400A508F4 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15371F091728E3B400A508F4 /* SenTestingKit.framework */; }; + 15371F0B1728E3B400A508F4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15371EE21728E3B400A508F4 /* UIKit.framework */; }; + 15371F0C1728E3B400A508F4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15371EE41728E3B400A508F4 /* Foundation.framework */; }; + 15371F141728E3B400A508F4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 15371F121728E3B400A508F4 /* InfoPlist.strings */; }; + 15371F171728E3B400A508F4 /* SlideMenuTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 15371F161728E3B400A508F4 /* SlideMenuTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 15371F0D1728E3B400A508F4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 15371ED51728E3B400A508F4 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 15371EDD1728E3B400A508F4; + remoteInfo = SlideMenu; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 15371EDE1728E3B400A508F4 /* SlideMenu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SlideMenu.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 15371EE21728E3B400A508F4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 15371EE41728E3B400A508F4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 15371EE61728E3B400A508F4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 15371EEA1728E3B400A508F4 /* SlideMenu-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SlideMenu-Info.plist"; sourceTree = ""; }; + 15371EEC1728E3B400A508F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 15371EEE1728E3B400A508F4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 15371EF01728E3B400A508F4 /* SlideMenu-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SlideMenu-Prefix.pch"; sourceTree = ""; }; + 15371EF11728E3B400A508F4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 15371EF21728E3B400A508F4 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 15371EF41728E3B400A508F4 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; + 15371EF61728E3B400A508F4 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; + 15371EF81728E3B400A508F4 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; + 15371EFB1728E3B400A508F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard_iPhone.storyboard; sourceTree = ""; }; + 15371EFE1728E3B400A508F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard_iPad.storyboard; sourceTree = ""; }; + 15371F001728E3B400A508F4 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 15371F011728E3B400A508F4 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 15371F081728E3B400A508F4 /* SlideMenuTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SlideMenuTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; + 15371F091728E3B400A508F4 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; + 15371F111728E3B400A508F4 /* SlideMenuTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SlideMenuTests-Info.plist"; sourceTree = ""; }; + 15371F131728E3B400A508F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 15371F151728E3B400A508F4 /* SlideMenuTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SlideMenuTests.h; sourceTree = ""; }; + 15371F161728E3B400A508F4 /* SlideMenuTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SlideMenuTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 15371EDB1728E3B400A508F4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 15371EE31728E3B400A508F4 /* UIKit.framework in Frameworks */, + 15371EE51728E3B400A508F4 /* Foundation.framework in Frameworks */, + 15371EE71728E3B400A508F4 /* CoreGraphics.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 15371F041728E3B400A508F4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 15371F0A1728E3B400A508F4 /* SenTestingKit.framework in Frameworks */, + 15371F0B1728E3B400A508F4 /* UIKit.framework in Frameworks */, + 15371F0C1728E3B400A508F4 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 15371ED31728E3B400A508F4 = { + isa = PBXGroup; + children = ( + 15371EE81728E3B400A508F4 /* SlideMenu */, + 15371F0F1728E3B400A508F4 /* SlideMenuTests */, + 15371EE11728E3B400A508F4 /* Frameworks */, + 15371EDF1728E3B400A508F4 /* Products */, + ); + sourceTree = ""; + }; + 15371EDF1728E3B400A508F4 /* Products */ = { + isa = PBXGroup; + children = ( + 15371EDE1728E3B400A508F4 /* SlideMenu.app */, + 15371F081728E3B400A508F4 /* SlideMenuTests.octest */, + ); + name = Products; + sourceTree = ""; + }; + 15371EE11728E3B400A508F4 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 15371EE21728E3B400A508F4 /* UIKit.framework */, + 15371EE41728E3B400A508F4 /* Foundation.framework */, + 15371EE61728E3B400A508F4 /* CoreGraphics.framework */, + 15371F091728E3B400A508F4 /* SenTestingKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 15371EE81728E3B400A508F4 /* SlideMenu */ = { + isa = PBXGroup; + children = ( + 15371EF11728E3B400A508F4 /* AppDelegate.h */, + 15371EF21728E3B400A508F4 /* AppDelegate.m */, + 15371EFA1728E3B400A508F4 /* MainStoryboard_iPhone.storyboard */, + 15371EFD1728E3B400A508F4 /* MainStoryboard_iPad.storyboard */, + 15371F001728E3B400A508F4 /* ViewController.h */, + 15371F011728E3B400A508F4 /* ViewController.m */, + 15371EE91728E3B400A508F4 /* Supporting Files */, + ); + path = SlideMenu; + sourceTree = ""; + }; + 15371EE91728E3B400A508F4 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 15371EEA1728E3B400A508F4 /* SlideMenu-Info.plist */, + 15371EEB1728E3B400A508F4 /* InfoPlist.strings */, + 15371EEE1728E3B400A508F4 /* main.m */, + 15371EF01728E3B400A508F4 /* SlideMenu-Prefix.pch */, + 15371EF41728E3B400A508F4 /* Default.png */, + 15371EF61728E3B400A508F4 /* Default@2x.png */, + 15371EF81728E3B400A508F4 /* Default-568h@2x.png */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 15371F0F1728E3B400A508F4 /* SlideMenuTests */ = { + isa = PBXGroup; + children = ( + 15371F151728E3B400A508F4 /* SlideMenuTests.h */, + 15371F161728E3B400A508F4 /* SlideMenuTests.m */, + 15371F101728E3B400A508F4 /* Supporting Files */, + ); + path = SlideMenuTests; + sourceTree = ""; + }; + 15371F101728E3B400A508F4 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 15371F111728E3B400A508F4 /* SlideMenuTests-Info.plist */, + 15371F121728E3B400A508F4 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 15371EDD1728E3B400A508F4 /* SlideMenu */ = { + isa = PBXNativeTarget; + buildConfigurationList = 15371F1A1728E3B400A508F4 /* Build configuration list for PBXNativeTarget "SlideMenu" */; + buildPhases = ( + 15371EDA1728E3B400A508F4 /* Sources */, + 15371EDB1728E3B400A508F4 /* Frameworks */, + 15371EDC1728E3B400A508F4 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SlideMenu; + productName = SlideMenu; + productReference = 15371EDE1728E3B400A508F4 /* SlideMenu.app */; + productType = "com.apple.product-type.application"; + }; + 15371F071728E3B400A508F4 /* SlideMenuTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 15371F1D1728E3B400A508F4 /* Build configuration list for PBXNativeTarget "SlideMenuTests" */; + buildPhases = ( + 15371F031728E3B400A508F4 /* Sources */, + 15371F041728E3B400A508F4 /* Frameworks */, + 15371F051728E3B400A508F4 /* Resources */, + 15371F061728E3B400A508F4 /* ShellScript */, + ); + buildRules = ( + ); + dependencies = ( + 15371F0E1728E3B400A508F4 /* PBXTargetDependency */, + ); + name = SlideMenuTests; + productName = SlideMenuTests; + productReference = 15371F081728E3B400A508F4 /* SlideMenuTests.octest */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 15371ED51728E3B400A508F4 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0450; + ORGANIZATIONNAME = "Aryan Ghassemi"; + }; + buildConfigurationList = 15371ED81728E3B400A508F4 /* Build configuration list for PBXProject "SlideMenu" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 15371ED31728E3B400A508F4; + productRefGroup = 15371EDF1728E3B400A508F4 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 15371EDD1728E3B400A508F4 /* SlideMenu */, + 15371F071728E3B400A508F4 /* SlideMenuTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 15371EDC1728E3B400A508F4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 15371EED1728E3B400A508F4 /* InfoPlist.strings in Resources */, + 15371EF51728E3B400A508F4 /* Default.png in Resources */, + 15371EF71728E3B400A508F4 /* Default@2x.png in Resources */, + 15371EF91728E3B400A508F4 /* Default-568h@2x.png in Resources */, + 15371EFC1728E3B400A508F4 /* MainStoryboard_iPhone.storyboard in Resources */, + 15371EFF1728E3B400A508F4 /* MainStoryboard_iPad.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 15371F051728E3B400A508F4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 15371F141728E3B400A508F4 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 15371F061728E3B400A508F4 /* 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 */ + 15371EDA1728E3B400A508F4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 15371EEF1728E3B400A508F4 /* main.m in Sources */, + 15371EF31728E3B400A508F4 /* AppDelegate.m in Sources */, + 15371F021728E3B400A508F4 /* ViewController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 15371F031728E3B400A508F4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 15371F171728E3B400A508F4 /* SlideMenuTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 15371F0E1728E3B400A508F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 15371EDD1728E3B400A508F4 /* SlideMenu */; + targetProxy = 15371F0D1728E3B400A508F4 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 15371EEB1728E3B400A508F4 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 15371EEC1728E3B400A508F4 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 15371EFA1728E3B400A508F4 /* MainStoryboard_iPhone.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 15371EFB1728E3B400A508F4 /* en */, + ); + name = MainStoryboard_iPhone.storyboard; + sourceTree = ""; + }; + 15371EFD1728E3B400A508F4 /* MainStoryboard_iPad.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 15371EFE1728E3B400A508F4 /* en */, + ); + name = MainStoryboard_iPad.storyboard; + sourceTree = ""; + }; + 15371F121728E3B400A508F4 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 15371F131728E3B400A508F4 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 15371F181728E3B400A508F4 /* 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_EMPTY_BODY = 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.0; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 15371F191728E3B400A508F4 /* 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_EMPTY_BODY = 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.0; + OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 15371F1B1728E3B400A508F4 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "SlideMenu/SlideMenu-Prefix.pch"; + INFOPLIST_FILE = "SlideMenu/SlideMenu-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 15371F1C1728E3B400A508F4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "SlideMenu/SlideMenu-Prefix.pch"; + INFOPLIST_FILE = "SlideMenu/SlideMenu-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 15371F1E1728E3B400A508F4 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/SlideMenu.app/SlideMenu"; + FRAMEWORK_SEARCH_PATHS = ( + "\"$(SDKROOT)/Developer/Library/Frameworks\"", + "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "SlideMenu/SlideMenu-Prefix.pch"; + INFOPLIST_FILE = "SlideMenuTests/SlideMenuTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = octest; + }; + name = Debug; + }; + 15371F1F1728E3B400A508F4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/SlideMenu.app/SlideMenu"; + FRAMEWORK_SEARCH_PATHS = ( + "\"$(SDKROOT)/Developer/Library/Frameworks\"", + "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "SlideMenu/SlideMenu-Prefix.pch"; + INFOPLIST_FILE = "SlideMenuTests/SlideMenuTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = octest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 15371ED81728E3B400A508F4 /* Build configuration list for PBXProject "SlideMenu" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 15371F181728E3B400A508F4 /* Debug */, + 15371F191728E3B400A508F4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 15371F1A1728E3B400A508F4 /* Build configuration list for PBXNativeTarget "SlideMenu" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 15371F1B1728E3B400A508F4 /* Debug */, + 15371F1C1728E3B400A508F4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 15371F1D1728E3B400A508F4 /* Build configuration list for PBXNativeTarget "SlideMenuTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 15371F1E1728E3B400A508F4 /* Debug */, + 15371F1F1728E3B400A508F4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 15371ED51728E3B400A508F4 /* Project object */; +} diff --git a/SlideMenu/AppDelegate.h b/SlideMenu/AppDelegate.h new file mode 100644 index 0000000..82ac8c5 --- /dev/null +++ b/SlideMenu/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// SlideMenu +// +// Created by Aryan Gh on 4/24/13. +// Copyright (c) 2013 Aryan Ghassemi. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/SlideMenu/AppDelegate.m b/SlideMenu/AppDelegate.m new file mode 100644 index 0000000..24917c1 --- /dev/null +++ b/SlideMenu/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// SlideMenu +// +// Created by Aryan Gh on 4/24/13. +// Copyright (c) 2013 Aryan Ghassemi. 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 diff --git a/SlideMenu/Default-568h@2x.png b/SlideMenu/Default-568h@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..0891b7aabfcf3422423b109c8beed2bab838c607 GIT binary patch literal 18594 zcmeI4X;f257Jx&9fS`ixvS;&$x8J@slQFSel)6zJN=?13FB7H(lQjRkSy8x_-S~tvu2gzn1oS+dLcF#eqtq$ z%tf9TTvX?`)R@}3uBI;jzS-=ZR-Td&MHaS&;!0?Ni*#$#`n*~CcQK)Q9vAQ~TUpnI!j)a2biYK^R)M~A5wUDZhx?ULMX z3x1P&qt=trOY6P2U67L=m=U?F|5#Uj(eCueNTZaHs_ceWiHeET+j+tp3Jt9g(ekqP z2WOvfR{qV+9r+o4J5?qK>7;;^+I7tGv-i)es$X_D=EoKF+S?zsyj^oRFElP}c}JT< zd8SUs-?O?}2YD#ngKbnHgzHBcboxK_2r9l(?eNCl-pEzkJm}fY?WC*jnS?VBE4EpY zO$fEejz6fU;W2Kl>JeQBZBl-%Irg`obSlg*@4QB;Dd1H7^Oi5wvt4d{RZ!8Og?^aE z)k0$1g+V3fd(gdQ3d&q2q-FL*uy#}|bc^=VhFsl0jBgUGJ+-s3U8MK9A!YJJMxpci z5hJ%|{DwV48fZn0{n5l$N_KcSb#NKE4plB`9I6Zt=Z!~-zw0{9tg$L&Ju1F0X)Cy8 zKF;(&lJ>x)Jw(=;p~sF(Sd9VWGwFE2rnyS9!f^DZ8+aCLq zQ};>lcJ1GDLqjm6Hd>|Eabno@P`~Bn(~6^aD_#yoEH(a?Nm1S<;S+hSxI5d16^<1lEM3NPFi zkqPrpL)+ zgnseFikg`gJVBha1&7C4;O6>h=dt~`ND+;Zd?W(4v2JIb7Pt>Td42%M-Ju-XAH#Pns762L}K3 zDhvsRqN0Ni(1UrishD2YvV?4*h2iFj$+&N||Fn$4n|^NSU+o?~jq`0jVQt8T9l{7b zXiwwODFh2V!Q6sqP9S>WH$oOf$N~=d0-bqTlD61!=`&0eAP-F>XN?*|gtOXX{ zQVTWyYo4ZK0GAw!GHf|pz9`D;-bbb*5LBX*{bnz|+)$@&P9|ORM2o?95{;ejvo&r- zq8cBhTN6nn)7~W>54U)%-F_-b?YKdfk5I8MHcuzBD5)!;yv#Z&R&^y=@=>VTIMy#r zX&U<=BsPkdqcMe<_}2+>H%XKyrr5ZR8_KVe>ZqYN z^=^~TFD};;rHJ$U;{~w^hYojl4hRI@SH$^K{YEo=sg)WY87r!*7blQK&qnpDo0`Vn zkl)9u9g=mCh&ZCJS(L4yN3k0kQ zuvg$h2KEEk51T+O0JQ+r0`R>g{jvqM0Mr6d3qUOZwE!?PI7HY@CE|dr sfw?Q;rAv?G4&^^8-z_>&sWXMxvD*gPOU4CBe-*@OtE+wfmVJNyHv)PfH~;_u literal 0 HcmV?d00001 diff --git a/SlideMenu/Default.png b/SlideMenu/Default.png new file mode 100644 index 0000000000000000000000000000000000000000..4c8ca6f693f96d511e9113c0eb59eec552354e42 GIT binary patch literal 6540 zcmeAS@N?(olHy`uVBq!ia0y~yU~~ZD2OMlbkt;o0To@QwR5G2N13aCb6#|O#(=u~X z85k@CTSM>X-wqM6>&y>YB4)1;;ojbLbbV-W^iFB1wa3^zCog^LCAReC4K0-?R_2{6 zrP*)4+_uWUy3w5N52M3PW_}MFMP9a~>YLvVZ1D_k*IMQ2QT^fwzoOb(*3gH$%aYWC zkHmcab=va2<#X%jakpJ;<1@F;k__#bwtC&%^D0v(FBh9K&$sK+<}2RJS609D)17$w ztdQP8(eLM8Ka}m_IQ@3wyMKP)l=oM4-?`YS_*P?4V_ORLPxsj&7Ju#kH;>6^Kp?T7~ zl+q?{UOOqV==?+d{=)5s|M~T1mwtH@+Z^$G&eEO9JNP^AX@3jZ*J*!!>lc|1-W%fA z@AOQpXZ_Lt>rxFXrGp*zLPiW@uo_c7C{As>j zWeX)wi+LTp_)@KYZCX{j;H?|1yXT4DnlS(Fr8gyP5|uaX_gLvaW0ScZdnG7o+u{T6 zFI-%d{ls*WuCDa5UJ@|RXv&ejZe}*BMkiWY51&pnRPw(hlykSzvj6e%mYz-GdvzBD zF10?szF_~!jS=?2HyQuPCvARXAe}C}WP|yQ*>5~~=*Nxq8+HHW1~FMDRCP^TcacKuk$ z(U#REVv)D!PhJ*ecH-ELFUrfyV&*)Z)>UCOuS?yd^L@Afk>ihynYPc{^CRwu+JHX+#$@YsC4c|l0tGigsn@jy) zXD($Ouk>H+V(Mr6NQT0S9BFM~V6nkj;1OBOz`zY;a|<&v%$g$sEJPk;hD4M^`1)8S z=jZArrsOB3>Q&?x097+E*i={nnYpPYi3%0DIeEoa6}C!X6;?ntNLXJ<0j#7X+g2&U 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 literal 0 HcmV?d00001 diff --git a/SlideMenu/SlideMenu-Info.plist b/SlideMenu/SlideMenu-Info.plist new file mode 100644 index 0000000..e41d9a8 --- /dev/null +++ b/SlideMenu/SlideMenu-Info.plist @@ -0,0 +1,49 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.aryaxt.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + MainStoryboard_iPhone + UIMainStoryboardFile~ipad + MainStoryboard_iPad + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/SlideMenu/SlideMenu-Prefix.pch b/SlideMenu/SlideMenu-Prefix.pch new file mode 100644 index 0000000..550aeee --- /dev/null +++ b/SlideMenu/SlideMenu-Prefix.pch @@ -0,0 +1,14 @@ +// +// Prefix header for all source files of the 'SlideMenu' target in the 'SlideMenu' project +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/SlideMenu/ViewController.h b/SlideMenu/ViewController.h new file mode 100644 index 0000000..85bc0bf --- /dev/null +++ b/SlideMenu/ViewController.h @@ -0,0 +1,13 @@ +// +// ViewController.h +// SlideMenu +// +// Created by Aryan Gh on 4/24/13. +// Copyright (c) 2013 Aryan Ghassemi. All rights reserved. +// + +#import + +@interface ViewController : UIViewController + +@end diff --git a/SlideMenu/ViewController.m b/SlideMenu/ViewController.m new file mode 100644 index 0000000..136b372 --- /dev/null +++ b/SlideMenu/ViewController.m @@ -0,0 +1,29 @@ +// +// ViewController.m +// SlideMenu +// +// Created by Aryan Gh on 4/24/13. +// Copyright (c) 2013 Aryan Ghassemi. 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 diff --git a/SlideMenu/en.lproj/InfoPlist.strings b/SlideMenu/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/SlideMenu/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/SlideMenu/en.lproj/MainStoryboard_iPad.storyboard b/SlideMenu/en.lproj/MainStoryboard_iPad.storyboard new file mode 100644 index 0000000..9fbe23e --- /dev/null +++ b/SlideMenu/en.lproj/MainStoryboard_iPad.storyboard @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SlideMenu/en.lproj/MainStoryboard_iPhone.storyboard b/SlideMenu/en.lproj/MainStoryboard_iPhone.storyboard new file mode 100644 index 0000000..c9acc6d --- /dev/null +++ b/SlideMenu/en.lproj/MainStoryboard_iPhone.storyboard @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SlideMenu/main.m b/SlideMenu/main.m new file mode 100644 index 0000000..9eafabf --- /dev/null +++ b/SlideMenu/main.m @@ -0,0 +1,18 @@ +// +// main.m +// SlideMenu +// +// Created by Aryan Gh on 4/24/13. +// Copyright (c) 2013 Aryan Ghassemi. 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/SlideMenuTests/SlideMenuTests-Info.plist b/SlideMenuTests/SlideMenuTests-Info.plist new file mode 100644 index 0000000..bb8b266 --- /dev/null +++ b/SlideMenuTests/SlideMenuTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.aryaxt.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/SlideMenuTests/SlideMenuTests.h b/SlideMenuTests/SlideMenuTests.h new file mode 100644 index 0000000..57c6595 --- /dev/null +++ b/SlideMenuTests/SlideMenuTests.h @@ -0,0 +1,13 @@ +// +// SlideMenuTests.h +// SlideMenuTests +// +// Created by Aryan Gh on 4/24/13. +// Copyright (c) 2013 Aryan Ghassemi. All rights reserved. +// + +#import + +@interface SlideMenuTests : SenTestCase + +@end diff --git a/SlideMenuTests/SlideMenuTests.m b/SlideMenuTests/SlideMenuTests.m new file mode 100644 index 0000000..4b01af2 --- /dev/null +++ b/SlideMenuTests/SlideMenuTests.m @@ -0,0 +1,32 @@ +// +// SlideMenuTests.m +// SlideMenuTests +// +// Created by Aryan Gh on 4/24/13. +// Copyright (c) 2013 Aryan Ghassemi. All rights reserved. +// + +#import "SlideMenuTests.h" + +@implementation SlideMenuTests + +- (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 SlideMenuTests"); +} + +@end diff --git a/SlideMenuTests/en.lproj/InfoPlist.strings b/SlideMenuTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/SlideMenuTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ +