Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jun 18, 2012
0 parents commit 29bf5fd
Show file tree
Hide file tree
Showing 9 changed files with 5,004 additions and 0 deletions.
296 changes: 296 additions & 0 deletions DMTabBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,296 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
D9C42DB0158F85B700919C4A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9C42DAF158F85B700919C4A /* Cocoa.framework */; };
D9C42DBA158F85B700919C4A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D9C42DB8158F85B700919C4A /* InfoPlist.strings */; };
D9C42DBC158F85B700919C4A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C42DBB158F85B700919C4A /* main.m */; };
D9C42DC0158F85B700919C4A /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = D9C42DBE158F85B700919C4A /* Credits.rtf */; };
D9C42DC3158F85B700919C4A /* DMAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C42DC2158F85B700919C4A /* DMAppDelegate.m */; };
D9C42DC6158F85B700919C4A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D9C42DC4158F85B700919C4A /* MainMenu.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
D9C42DAB158F85B700919C4A /* DMTabBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DMTabBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
D9C42DAF158F85B700919C4A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
D9C42DB2158F85B700919C4A /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
D9C42DB3158F85B700919C4A /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
D9C42DB4158F85B700919C4A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
D9C42DB7158F85B700919C4A /* DMTabBar-Info.plist */ = {isa = PBXFileReference; path = "DMTabBar-Info.plist"; sourceTree = "<group>"; };
D9C42DB9158F85B700919C4A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
D9C42DBB158F85B700919C4A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
D9C42DBD158F85B700919C4A /* DMTabBar-Prefix.pch */ = {isa = PBXFileReference; path = "DMTabBar-Prefix.pch"; sourceTree = "<group>"; };
D9C42DBF158F85B700919C4A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
D9C42DC1158F85B700919C4A /* DMAppDelegate.h */ = {isa = PBXFileReference; path = DMAppDelegate.h; sourceTree = "<group>"; };
D9C42DC2158F85B700919C4A /* DMAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DMAppDelegate.m; sourceTree = "<group>"; };
D9C42DC5158F85B700919C4A /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
D9C42DA0158F85B700919C4A = {
isa = PBXGroup;
children = (
D9C42DB5158F85B700919C4A /* DMTabBar */,
D9C42DAE158F85B700919C4A /* Frameworks */,
D9C42DAC158F85B700919C4A /* Products */,
);
sourceTree = "<group>";
};
D9C42DAC158F85B700919C4A /* Products */ = {
isa = PBXGroup;
children = (
D9C42DAB158F85B700919C4A /* DMTabBar.app */,
);
name = Products;
sourceTree = "<group>";
};
D9C42DAE158F85B700919C4A /* Frameworks */ = {
isa = PBXGroup;
children = (
D9C42DAF158F85B700919C4A /* Cocoa.framework */,
D9C42DB1158F85B700919C4A /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
D9C42DB1158F85B700919C4A /* Other Frameworks */ = {
isa = PBXGroup;
children = (
D9C42DB2158F85B700919C4A /* AppKit.framework */,
D9C42DB3158F85B700919C4A /* CoreData.framework */,
D9C42DB4158F85B700919C4A /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
D9C42DB5158F85B700919C4A /* DMTabBar */ = {
isa = PBXGroup;
children = (
D9C42DC1158F85B700919C4A /* DMAppDelegate.h */,
D9C42DC2158F85B700919C4A /* DMAppDelegate.m */,
D9C42DC4158F85B700919C4A /* MainMenu.xib */,
D9C42DB6158F85B700919C4A /* Supporting Files */,
);
path = DMTabBar;
sourceTree = "<group>";
};
D9C42DB6158F85B700919C4A /* Supporting Files */ = {
isa = PBXGroup;
children = (
D9C42DB7158F85B700919C4A /* DMTabBar-Info.plist */,
D9C42DB8158F85B700919C4A /* InfoPlist.strings */,
D9C42DBB158F85B700919C4A /* main.m */,
D9C42DBD158F85B700919C4A /* DMTabBar-Prefix.pch */,
D9C42DBE158F85B700919C4A /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
D9C42DAA158F85B700919C4A /* DMTabBar */ = {
isa = PBXNativeTarget;
buildConfigurationList = D9C42DC9158F85B700919C4A /* Build configuration list for PBXNativeTarget "DMTabBar" */;
buildPhases = (
D9C42DA7158F85B700919C4A /* Sources */,
D9C42DA8158F85B700919C4A /* Frameworks */,
D9C42DA9158F85B700919C4A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = DMTabBar;
productName = DMTabBar;
productReference = D9C42DAB158F85B700919C4A /* DMTabBar.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
D9C42DA2158F85B700919C4A /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = DM;
LastUpgradeCheck = 0430;
};
buildConfigurationList = D9C42DA5158F85B700919C4A /* Build configuration list for PBXProject "DMTabBar" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = D9C42DA0158F85B700919C4A;
productRefGroup = D9C42DAC158F85B700919C4A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D9C42DAA158F85B700919C4A /* DMTabBar */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
D9C42DA9158F85B700919C4A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D9C42DBA158F85B700919C4A /* InfoPlist.strings in Resources */,
D9C42DC0158F85B700919C4A /* Credits.rtf in Resources */,
D9C42DC6158F85B700919C4A /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
D9C42DA7158F85B700919C4A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D9C42DBC158F85B700919C4A /* main.m in Sources */,
D9C42DC3158F85B700919C4A /* DMAppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
D9C42DB8158F85B700919C4A /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
D9C42DB9158F85B700919C4A /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
D9C42DBE158F85B700919C4A /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
D9C42DBF158F85B700919C4A /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
D9C42DC4158F85B700919C4A /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
D9C42DC5158F85B700919C4A /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
D9C42DC7158F85B700919C4A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
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_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
D9C42DC8158F85B700919C4A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
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_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
};
name = Release;
};
D9C42DCA158F85B700919C4A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DMTabBar/DMTabBar-Prefix.pch";
INFOPLIST_FILE = "DMTabBar/DMTabBar-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
D9C42DCB158F85B700919C4A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DMTabBar/DMTabBar-Prefix.pch";
INFOPLIST_FILE = "DMTabBar/DMTabBar-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
D9C42DA5158F85B700919C4A /* Build configuration list for PBXProject "DMTabBar" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D9C42DC7158F85B700919C4A /* Debug */,
D9C42DC8158F85B700919C4A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D9C42DC9158F85B700919C4A /* Build configuration list for PBXNativeTarget "DMTabBar" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D9C42DCA158F85B700919C4A /* Debug */,
D9C42DCB158F85B700919C4A /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = D9C42DA2158F85B700919C4A /* Project object */;
}
15 changes: 15 additions & 0 deletions DMTabBar/DMAppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// DMAppDelegate.h
// DMTabBar
//
// Created by malcom on 6/18/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface DMAppDelegate : NSObject <NSApplicationDelegate>

@property (assign) IBOutlet NSWindow *window;

@end
20 changes: 20 additions & 0 deletions DMTabBar/DMAppDelegate.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//
// DMAppDelegate.m
// DMTabBar
//
// Created by malcom on 6/18/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#import "DMAppDelegate.h"

@implementation DMAppDelegate

@synthesize window = _window;

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

@end
34 changes: 34 additions & 0 deletions DMTabBar/DMTabBar-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.danielemargutti.${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>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 __MyCompanyName__. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
7 changes: 7 additions & 0 deletions DMTabBar/DMTabBar-Prefix.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'DMTabBar' target in the 'DMTabBar' project
//

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
Loading

0 comments on commit 29bf5fd

Please sign in to comment.