Skip to content

Commit

Permalink
Created fresh Xcode4 project. Closes gh-6.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemacomber committed Mar 9, 2011
1 parent 87d51ad commit 2f43e55
Show file tree
Hide file tree
Showing 10 changed files with 4,535 additions and 0 deletions.
285 changes: 285 additions & 0 deletions Draftimo/Draftimo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,285 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
A3EA27681327461C0072AC66 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3EA27671327461C0072AC66 /* Cocoa.framework */; };
A3EA27721327461C0072AC66 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A3EA27701327461C0072AC66 /* InfoPlist.strings */; };
A3EA27751327461C0072AC66 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A3EA27741327461C0072AC66 /* main.m */; };
A3EA27781327461C0072AC66 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = A3EA27761327461C0072AC66 /* Credits.rtf */; };
A3EA277B1327461C0072AC66 /* DraftimoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A3EA277A1327461C0072AC66 /* DraftimoAppDelegate.m */; };
A3EA277E1327461C0072AC66 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = A3EA277C1327461C0072AC66 /* MainMenu.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
A3EA27631327461C0072AC66 /* Draftimo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Draftimo.app; sourceTree = BUILT_PRODUCTS_DIR; };
A3EA27671327461C0072AC66 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
A3EA276A1327461C0072AC66 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
A3EA276B1327461C0072AC66 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
A3EA276C1327461C0072AC66 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
A3EA276F1327461C0072AC66 /* Draftimo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Draftimo-Info.plist"; sourceTree = "<group>"; };
A3EA27711327461C0072AC66 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
A3EA27731327461C0072AC66 /* Draftimo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Draftimo-Prefix.pch"; sourceTree = "<group>"; };
A3EA27741327461C0072AC66 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
A3EA27771327461C0072AC66 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
A3EA27791327461C0072AC66 /* DraftimoAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DraftimoAppDelegate.h; sourceTree = "<group>"; };
A3EA277A1327461C0072AC66 /* DraftimoAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DraftimoAppDelegate.m; sourceTree = "<group>"; };
A3EA277D1327461C0072AC66 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
A3EA27601327461C0072AC66 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A3EA27681327461C0072AC66 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
A3EA27581327461C0072AC66 = {
isa = PBXGroup;
children = (
A3EA276D1327461C0072AC66 /* Draftimo */,
A3EA27661327461C0072AC66 /* Frameworks */,
A3EA27641327461C0072AC66 /* Products */,
);
sourceTree = "<group>";
};
A3EA27641327461C0072AC66 /* Products */ = {
isa = PBXGroup;
children = (
A3EA27631327461C0072AC66 /* Draftimo.app */,
);
name = Products;
sourceTree = "<group>";
};
A3EA27661327461C0072AC66 /* Frameworks */ = {
isa = PBXGroup;
children = (
A3EA27671327461C0072AC66 /* Cocoa.framework */,
A3EA27691327461C0072AC66 /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
A3EA27691327461C0072AC66 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
A3EA276A1327461C0072AC66 /* AppKit.framework */,
A3EA276B1327461C0072AC66 /* CoreData.framework */,
A3EA276C1327461C0072AC66 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
A3EA276D1327461C0072AC66 /* Draftimo */ = {
isa = PBXGroup;
children = (
A3EA27791327461C0072AC66 /* DraftimoAppDelegate.h */,
A3EA277A1327461C0072AC66 /* DraftimoAppDelegate.m */,
A3EA277C1327461C0072AC66 /* MainMenu.xib */,
A3EA276E1327461C0072AC66 /* Supporting Files */,
);
path = Draftimo;
sourceTree = "<group>";
};
A3EA276E1327461C0072AC66 /* Supporting Files */ = {
isa = PBXGroup;
children = (
A3EA276F1327461C0072AC66 /* Draftimo-Info.plist */,
A3EA27701327461C0072AC66 /* InfoPlist.strings */,
A3EA27731327461C0072AC66 /* Draftimo-Prefix.pch */,
A3EA27741327461C0072AC66 /* main.m */,
A3EA27761327461C0072AC66 /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
A3EA27621327461C0072AC66 /* Draftimo */ = {
isa = PBXNativeTarget;
buildConfigurationList = A3EA27811327461C0072AC66 /* Build configuration list for PBXNativeTarget "Draftimo" */;
buildPhases = (
A3EA275F1327461C0072AC66 /* Sources */,
A3EA27601327461C0072AC66 /* Frameworks */,
A3EA27611327461C0072AC66 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Draftimo;
productName = Draftimo;
productReference = A3EA27631327461C0072AC66 /* Draftimo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
A3EA275A1327461C0072AC66 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = A3EA275D1327461C0072AC66 /* Build configuration list for PBXProject "Draftimo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = A3EA27581327461C0072AC66;
productRefGroup = A3EA27641327461C0072AC66 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
A3EA27621327461C0072AC66 /* Draftimo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
A3EA27611327461C0072AC66 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A3EA27721327461C0072AC66 /* InfoPlist.strings in Resources */,
A3EA27781327461C0072AC66 /* Credits.rtf in Resources */,
A3EA277E1327461C0072AC66 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
A3EA275F1327461C0072AC66 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A3EA27751327461C0072AC66 /* main.m in Sources */,
A3EA277B1327461C0072AC66 /* DraftimoAppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
A3EA27701327461C0072AC66 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
A3EA27711327461C0072AC66 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
A3EA27761327461C0072AC66 /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
A3EA27771327461C0072AC66 /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
A3EA277C1327461C0072AC66 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
A3EA277D1327461C0072AC66 /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
A3EA277F1327461C0072AC66 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
A3EA27801327461C0072AC66 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
};
name = Release;
};
A3EA27821327461C0072AC66 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Draftimo/Draftimo-Prefix.pch";
INFOPLIST_FILE = "Draftimo/Draftimo-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
A3EA27831327461C0072AC66 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Draftimo/Draftimo-Prefix.pch";
INFOPLIST_FILE = "Draftimo/Draftimo-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
A3EA275D1327461C0072AC66 /* Build configuration list for PBXProject "Draftimo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A3EA277F1327461C0072AC66 /* Debug */,
A3EA27801327461C0072AC66 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A3EA27811327461C0072AC66 /* Build configuration list for PBXNativeTarget "Draftimo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A3EA27821327461C0072AC66 /* Debug */,
A3EA27831327461C0072AC66 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = A3EA275A1327461C0072AC66 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions Draftimo/Draftimo/Draftimo-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.drafimo.${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</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.sports</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
7 changes: 7 additions & 0 deletions Draftimo/Draftimo/Draftimo-Prefix.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'Draftimo' target in the 'Draftimo' project
//

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
18 changes: 18 additions & 0 deletions Draftimo/Draftimo/DraftimoAppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// DraftimoAppDelegate.h
// Draftimo
//
// Created by Kyle Macomber on 3/8/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface DraftimoAppDelegate : NSObject <NSApplicationDelegate> {
@private
NSWindow *window;
}

@property (assign) IBOutlet NSWindow *window;

@end
20 changes: 20 additions & 0 deletions Draftimo/Draftimo/DraftimoAppDelegate.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//
// DraftimoAppDelegate.m
// Draftimo
//
// Created by Kyle Macomber on 3/8/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//

#import "DraftimoAppDelegate.h"

@implementation DraftimoAppDelegate

@synthesize window;

- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}

@end
Loading

0 comments on commit 2f43e55

Please sign in to comment.