Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joelk committed Aug 26, 2012
0 parents commit 9e4075e
Show file tree
Hide file tree
Showing 10 changed files with 594 additions and 0 deletions.
287 changes: 287 additions & 0 deletions PrematureCompletion.xcodeproj/project.pbxproj
@@ -0,0 +1,287 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
6BA9C40315EAB23B004B2BF5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6BA9C40215EAB23B004B2BF5 /* UIKit.framework */; };
6BA9C40515EAB23B004B2BF5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6BA9C40415EAB23B004B2BF5 /* Foundation.framework */; };
6BA9C40715EAB23B004B2BF5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6BA9C40615EAB23B004B2BF5 /* CoreGraphics.framework */; };
6BA9C40D15EAB23B004B2BF5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6BA9C40B15EAB23B004B2BF5 /* InfoPlist.strings */; };
6BA9C40F15EAB23B004B2BF5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BA9C40E15EAB23B004B2BF5 /* main.m */; };
6BA9C41315EAB23B004B2BF5 /* SMAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BA9C41215EAB23B004B2BF5 /* SMAppDelegate.m */; };
6BA9C41615EAB23B004B2BF5 /* SMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BA9C41515EAB23B004B2BF5 /* SMViewController.m */; };
6BA9C41915EAB23B004B2BF5 /* SMViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6BA9C41715EAB23B004B2BF5 /* SMViewController.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
6BA9C3FE15EAB23B004B2BF5 /* PrematureCompletion.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PrematureCompletion.app; sourceTree = BUILT_PRODUCTS_DIR; };
6BA9C40215EAB23B004B2BF5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
6BA9C40415EAB23B004B2BF5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
6BA9C40615EAB23B004B2BF5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
6BA9C40A15EAB23B004B2BF5 /* PrematureCompletion-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PrematureCompletion-Info.plist"; sourceTree = "<group>"; };
6BA9C40C15EAB23B004B2BF5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
6BA9C40E15EAB23B004B2BF5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
6BA9C41015EAB23B004B2BF5 /* PrematureCompletion-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PrematureCompletion-Prefix.pch"; sourceTree = "<group>"; };
6BA9C41115EAB23B004B2BF5 /* SMAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SMAppDelegate.h; sourceTree = "<group>"; };
6BA9C41215EAB23B004B2BF5 /* SMAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SMAppDelegate.m; sourceTree = "<group>"; };
6BA9C41415EAB23B004B2BF5 /* SMViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SMViewController.h; sourceTree = "<group>"; };
6BA9C41515EAB23B004B2BF5 /* SMViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SMViewController.m; sourceTree = "<group>"; };
6BA9C41815EAB23B004B2BF5 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/SMViewController.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
6BA9C3FB15EAB23B004B2BF5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6BA9C40315EAB23B004B2BF5 /* UIKit.framework in Frameworks */,
6BA9C40515EAB23B004B2BF5 /* Foundation.framework in Frameworks */,
6BA9C40715EAB23B004B2BF5 /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
6BA9C3F315EAB23B004B2BF5 = {
isa = PBXGroup;
children = (
6BA9C40815EAB23B004B2BF5 /* PrematureCompletion */,
6BA9C40115EAB23B004B2BF5 /* Frameworks */,
6BA9C3FF15EAB23B004B2BF5 /* Products */,
);
sourceTree = "<group>";
};
6BA9C3FF15EAB23B004B2BF5 /* Products */ = {
isa = PBXGroup;
children = (
6BA9C3FE15EAB23B004B2BF5 /* PrematureCompletion.app */,
);
name = Products;
sourceTree = "<group>";
};
6BA9C40115EAB23B004B2BF5 /* Frameworks */ = {
isa = PBXGroup;
children = (
6BA9C40215EAB23B004B2BF5 /* UIKit.framework */,
6BA9C40415EAB23B004B2BF5 /* Foundation.framework */,
6BA9C40615EAB23B004B2BF5 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
6BA9C40815EAB23B004B2BF5 /* PrematureCompletion */ = {
isa = PBXGroup;
children = (
6BA9C41115EAB23B004B2BF5 /* SMAppDelegate.h */,
6BA9C41215EAB23B004B2BF5 /* SMAppDelegate.m */,
6BA9C41415EAB23B004B2BF5 /* SMViewController.h */,
6BA9C41515EAB23B004B2BF5 /* SMViewController.m */,
6BA9C41715EAB23B004B2BF5 /* SMViewController.xib */,
6BA9C40915EAB23B004B2BF5 /* Supporting Files */,
);
path = PrematureCompletion;
sourceTree = "<group>";
};
6BA9C40915EAB23B004B2BF5 /* Supporting Files */ = {
isa = PBXGroup;
children = (
6BA9C40A15EAB23B004B2BF5 /* PrematureCompletion-Info.plist */,
6BA9C40B15EAB23B004B2BF5 /* InfoPlist.strings */,
6BA9C40E15EAB23B004B2BF5 /* main.m */,
6BA9C41015EAB23B004B2BF5 /* PrematureCompletion-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
6BA9C3FD15EAB23B004B2BF5 /* PrematureCompletion */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6BA9C41C15EAB23B004B2BF5 /* Build configuration list for PBXNativeTarget "PrematureCompletion" */;
buildPhases = (
6BA9C3FA15EAB23B004B2BF5 /* Sources */,
6BA9C3FB15EAB23B004B2BF5 /* Frameworks */,
6BA9C3FC15EAB23B004B2BF5 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = PrematureCompletion;
productName = PrematureCompletion;
productReference = 6BA9C3FE15EAB23B004B2BF5 /* PrematureCompletion.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
6BA9C3F515EAB23B004B2BF5 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = SM;
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = "Spaceman Labs";
};
buildConfigurationList = 6BA9C3F815EAB23B004B2BF5 /* Build configuration list for PBXProject "PrematureCompletion" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 6BA9C3F315EAB23B004B2BF5;
productRefGroup = 6BA9C3FF15EAB23B004B2BF5 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
6BA9C3FD15EAB23B004B2BF5 /* PrematureCompletion */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
6BA9C3FC15EAB23B004B2BF5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6BA9C40D15EAB23B004B2BF5 /* InfoPlist.strings in Resources */,
6BA9C41915EAB23B004B2BF5 /* SMViewController.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
6BA9C3FA15EAB23B004B2BF5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6BA9C40F15EAB23B004B2BF5 /* main.m in Sources */,
6BA9C41315EAB23B004B2BF5 /* SMAppDelegate.m in Sources */,
6BA9C41615EAB23B004B2BF5 /* SMViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
6BA9C40B15EAB23B004B2BF5 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
6BA9C40C15EAB23B004B2BF5 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
6BA9C41715EAB23B004B2BF5 /* SMViewController.xib */ = {
isa = PBXVariantGroup;
children = (
6BA9C41815EAB23B004B2BF5 /* en */,
);
name = SMViewController.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
6BA9C41A15EAB23B004B2BF5 /* 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__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 = 2;
};
name = Debug;
};
6BA9C41B15EAB23B004B2BF5 /* 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__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 = 2;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
6BA9C41D15EAB23B004B2BF5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PrematureCompletion/PrematureCompletion-Prefix.pch";
INFOPLIST_FILE = "PrematureCompletion/PrematureCompletion-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
6BA9C41E15EAB23B004B2BF5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PrematureCompletion/PrematureCompletion-Prefix.pch";
INFOPLIST_FILE = "PrematureCompletion/PrematureCompletion-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
6BA9C3F815EAB23B004B2BF5 /* Build configuration list for PBXProject "PrematureCompletion" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6BA9C41A15EAB23B004B2BF5 /* Debug */,
6BA9C41B15EAB23B004B2BF5 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6BA9C41C15EAB23B004B2BF5 /* Build configuration list for PBXNativeTarget "PrematureCompletion" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6BA9C41D15EAB23B004B2BF5 /* Debug */,
6BA9C41E15EAB23B004B2BF5 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 6BA9C3F515EAB23B004B2BF5 /* Project object */;
}
39 changes: 39 additions & 0 deletions PrematureCompletion/PrematureCompletion-Info.plist
@@ -0,0 +1,39 @@
<?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>CFBundleIdentifier</key>
<string>com.spacemanlabs.${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>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
14 changes: 14 additions & 0 deletions PrematureCompletion/PrematureCompletion-Prefix.pch
@@ -0,0 +1,14 @@
//
// Prefix header for all source files of the 'PrematureCompletion' target in the 'PrematureCompletion' 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 PrematureCompletion/SMAppDelegate.h
@@ -0,0 +1,19 @@
//
// SMAppDelegate.h
// PrematureCompletion
//
// Created by jkraut on 8/26/12.
// Copyright (c) 2012 Spaceman Labs. All rights reserved.
//

#import <UIKit/UIKit.h>

@class SMViewController;

@interface SMAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@property (strong, nonatomic) SMViewController *viewController;

@end

0 comments on commit 9e4075e

Please sign in to comment.