Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aspitz committed Jul 17, 2011
0 parents commit c6d8308
Show file tree
Hide file tree
Showing 10 changed files with 666 additions and 0 deletions.
281 changes: 281 additions & 0 deletions ToolDrawer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,281 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
79745BA113D31E800065EF70 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79745BA013D31E800065EF70 /* UIKit.framework */; };
79745BA313D31E800065EF70 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79745BA213D31E800065EF70 /* Foundation.framework */; };
79745BA513D31E800065EF70 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79745BA413D31E800065EF70 /* CoreGraphics.framework */; };
79745BAB13D31E800065EF70 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 79745BA913D31E800065EF70 /* InfoPlist.strings */; };
79745BAD13D31E800065EF70 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 79745BAC13D31E800065EF70 /* main.m */; };
79745BB113D31E800065EF70 /* ToolDrawerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 79745BB013D31E800065EF70 /* ToolDrawerAppDelegate.m */; };
79745BB413D31E800065EF70 /* ToolDrawerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 79745BB313D31E800065EF70 /* ToolDrawerViewController.m */; };
79745BB713D31E800065EF70 /* ToolDrawerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 79745BB513D31E800065EF70 /* ToolDrawerViewController.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
79745B9C13D31E800065EF70 /* ToolDrawer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ToolDrawer.app; sourceTree = BUILT_PRODUCTS_DIR; };
79745BA013D31E800065EF70 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
79745BA213D31E800065EF70 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
79745BA413D31E800065EF70 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
79745BA813D31E800065EF70 /* ToolDrawer-Info.plist */ = {isa = PBXFileReference; path = "ToolDrawer-Info.plist"; sourceTree = "<group>"; };
79745BAA13D31E800065EF70 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
79745BAC13D31E800065EF70 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
79745BAE13D31E800065EF70 /* ToolDrawer-Prefix.pch */ = {isa = PBXFileReference; path = "ToolDrawer-Prefix.pch"; sourceTree = "<group>"; };
79745BAF13D31E800065EF70 /* ToolDrawerAppDelegate.h */ = {isa = PBXFileReference; path = ToolDrawerAppDelegate.h; sourceTree = "<group>"; };
79745BB013D31E800065EF70 /* ToolDrawerAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ToolDrawerAppDelegate.m; sourceTree = "<group>"; };
79745BB213D31E800065EF70 /* ToolDrawerViewController.h */ = {isa = PBXFileReference; path = ToolDrawerViewController.h; sourceTree = "<group>"; };
79745BB313D31E800065EF70 /* ToolDrawerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ToolDrawerViewController.m; sourceTree = "<group>"; };
79745BB613D31E800065EF70 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ToolDrawerViewController.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
79745B9913D31E800065EF70 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
79745BA113D31E800065EF70 /* UIKit.framework in Frameworks */,
79745BA313D31E800065EF70 /* Foundation.framework in Frameworks */,
79745BA513D31E800065EF70 /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
79745B9113D31E800065EF70 = {
isa = PBXGroup;
children = (
79745BA613D31E800065EF70 /* ToolDrawer */,
79745B9F13D31E800065EF70 /* Frameworks */,
79745B9D13D31E800065EF70 /* Products */,
);
sourceTree = "<group>";
};
79745B9D13D31E800065EF70 /* Products */ = {
isa = PBXGroup;
children = (
79745B9C13D31E800065EF70 /* ToolDrawer.app */,
);
name = Products;
sourceTree = "<group>";
};
79745B9F13D31E800065EF70 /* Frameworks */ = {
isa = PBXGroup;
children = (
79745BA013D31E800065EF70 /* UIKit.framework */,
79745BA213D31E800065EF70 /* Foundation.framework */,
79745BA413D31E800065EF70 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
79745BA613D31E800065EF70 /* ToolDrawer */ = {
isa = PBXGroup;
children = (
79745BAF13D31E800065EF70 /* ToolDrawerAppDelegate.h */,
79745BB013D31E800065EF70 /* ToolDrawerAppDelegate.m */,
79745BB213D31E800065EF70 /* ToolDrawerViewController.h */,
79745BB313D31E800065EF70 /* ToolDrawerViewController.m */,
79745BB513D31E800065EF70 /* ToolDrawerViewController.xib */,
79745BA713D31E800065EF70 /* Supporting Files */,
);
path = ToolDrawer;
sourceTree = "<group>";
};
79745BA713D31E800065EF70 /* Supporting Files */ = {
isa = PBXGroup;
children = (
79745BA813D31E800065EF70 /* ToolDrawer-Info.plist */,
79745BA913D31E800065EF70 /* InfoPlist.strings */,
79745BAC13D31E800065EF70 /* main.m */,
79745BAE13D31E800065EF70 /* ToolDrawer-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
79745B9B13D31E800065EF70 /* ToolDrawer */ = {
isa = PBXNativeTarget;
buildConfigurationList = 79745BBA13D31E800065EF70 /* Build configuration list for PBXNativeTarget "ToolDrawer" */;
buildPhases = (
79745B9813D31E800065EF70 /* Sources */,
79745B9913D31E800065EF70 /* Frameworks */,
79745B9A13D31E800065EF70 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ToolDrawer;
productName = ToolDrawer;
productReference = 79745B9C13D31E800065EF70 /* ToolDrawer.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
79745B9313D31E800065EF70 /* Project object */ = {
isa = PBXProject;
attributes = {
ORGANIZATIONNAME = "Ayal Spitz";
};
buildConfigurationList = 79745B9613D31E800065EF70 /* Build configuration list for PBXProject "ToolDrawer" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 79745B9113D31E800065EF70;
productRefGroup = 79745B9D13D31E800065EF70 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
79745B9B13D31E800065EF70 /* ToolDrawer */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
79745B9A13D31E800065EF70 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
79745BAB13D31E800065EF70 /* InfoPlist.strings in Resources */,
79745BB713D31E800065EF70 /* ToolDrawerViewController.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
79745B9813D31E800065EF70 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
79745BAD13D31E800065EF70 /* main.m in Sources */,
79745BB113D31E800065EF70 /* ToolDrawerAppDelegate.m in Sources */,
79745BB413D31E800065EF70 /* ToolDrawerViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
79745BA913D31E800065EF70 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
79745BAA13D31E800065EF70 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
79745BB513D31E800065EF70 /* ToolDrawerViewController.xib */ = {
isa = PBXVariantGroup;
children = (
79745BB613D31E800065EF70 /* en */,
);
name = ToolDrawerViewController.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
79745BB813D31E800065EF70 /* 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;
};
79745BB913D31E800065EF70 /* 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;
};
79745BBB13D31E800065EF70 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ToolDrawer/ToolDrawer-Prefix.pch";
INFOPLIST_FILE = "ToolDrawer/ToolDrawer-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
79745BBC13D31E800065EF70 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ToolDrawer/ToolDrawer-Prefix.pch";
INFOPLIST_FILE = "ToolDrawer/ToolDrawer-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
79745B9613D31E800065EF70 /* Build configuration list for PBXProject "ToolDrawer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
79745BB813D31E800065EF70 /* Debug */,
79745BB913D31E800065EF70 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
79745BBA13D31E800065EF70 /* Build configuration list for PBXNativeTarget "ToolDrawer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
79745BBB13D31E800065EF70 /* Debug */,
79745BBC13D31E800065EF70 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 79745B9313D31E800065EF70 /* Project object */;
}
36 changes: 36 additions & 0 deletions ToolDrawer/ToolDrawer-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFiles</key>
<array/>
<key>CFBundleIdentifier</key>
<string>spitz.ayal.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
14 changes: 14 additions & 0 deletions ToolDrawer/ToolDrawer-Prefix.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Prefix header for all source files of the 'ToolDrawer' target in the 'ToolDrawer' project
//

#import <Availability.h>

#ifndef __IPHONE_4_0
#warning "This project uses features only available in iOS SDK 4.0 and later."
#endif

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
19 changes: 19 additions & 0 deletions ToolDrawer/ToolDrawerAppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// ToolDrawerAppDelegate.h
// ToolDrawer
//
// Created by Ayal Spitz on 7/17/11.
// Copyright 2011 Ayal Spitz. All rights reserved.
//

#import <UIKit/UIKit.h>

@class ToolDrawerViewController;

@interface ToolDrawerAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@property (strong, nonatomic) ToolDrawerViewController *viewController;

@end
Loading

0 comments on commit c6d8308

Please sign in to comment.