Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 10, 2012
0 parents commit 579e3e6
Show file tree
Hide file tree
Showing 9 changed files with 5,092 additions and 0 deletions.
305 changes: 305 additions & 0 deletions Github Status.xcodeproj/project.pbxproj
@@ -0,0 +1,305 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
C2D5B2A516768AEA00FDAB90 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2D5B2A416768AEA00FDAB90 /* Cocoa.framework */; };
C2D5B2AF16768AEA00FDAB90 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C2D5B2AD16768AEA00FDAB90 /* InfoPlist.strings */; };
C2D5B2B116768AEA00FDAB90 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C2D5B2B016768AEA00FDAB90 /* main.m */; };
C2D5B2B516768AEB00FDAB90 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = C2D5B2B316768AEB00FDAB90 /* Credits.rtf */; };
C2D5B2B816768AEB00FDAB90 /* KSAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C2D5B2B716768AEB00FDAB90 /* KSAppDelegate.m */; };
C2D5B2BB16768AEB00FDAB90 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = C2D5B2B916768AEB00FDAB90 /* MainMenu.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
C2D5B2A016768AEA00FDAB90 /* Github Status.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Github Status.app"; sourceTree = BUILT_PRODUCTS_DIR; };
C2D5B2A416768AEA00FDAB90 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
C2D5B2A716768AEA00FDAB90 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
C2D5B2A816768AEA00FDAB90 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
C2D5B2A916768AEA00FDAB90 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
C2D5B2AC16768AEA00FDAB90 /* Github Status-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Github Status-Info.plist"; sourceTree = "<group>"; };
C2D5B2AE16768AEA00FDAB90 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
C2D5B2B016768AEA00FDAB90 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
C2D5B2B216768AEA00FDAB90 /* Github Status-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Github Status-Prefix.pch"; sourceTree = "<group>"; };
C2D5B2B416768AEB00FDAB90 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
C2D5B2B616768AEB00FDAB90 /* KSAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KSAppDelegate.h; sourceTree = "<group>"; };
C2D5B2B716768AEB00FDAB90 /* KSAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KSAppDelegate.m; sourceTree = "<group>"; };
C2D5B2BA16768AEB00FDAB90 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
C2D5B29516768AEA00FDAB90 = {
isa = PBXGroup;
children = (
C2D5B2AA16768AEA00FDAB90 /* Github Status */,
C2D5B2A316768AEA00FDAB90 /* Frameworks */,
C2D5B2A116768AEA00FDAB90 /* Products */,
);
sourceTree = "<group>";
};
C2D5B2A116768AEA00FDAB90 /* Products */ = {
isa = PBXGroup;
children = (
C2D5B2A016768AEA00FDAB90 /* Github Status.app */,
);
name = Products;
sourceTree = "<group>";
};
C2D5B2A316768AEA00FDAB90 /* Frameworks */ = {
isa = PBXGroup;
children = (
C2D5B2A416768AEA00FDAB90 /* Cocoa.framework */,
C2D5B2A616768AEA00FDAB90 /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
C2D5B2A616768AEA00FDAB90 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
C2D5B2A716768AEA00FDAB90 /* AppKit.framework */,
C2D5B2A816768AEA00FDAB90 /* CoreData.framework */,
C2D5B2A916768AEA00FDAB90 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
C2D5B2AA16768AEA00FDAB90 /* Github Status */ = {
isa = PBXGroup;
children = (
C2D5B2B616768AEB00FDAB90 /* KSAppDelegate.h */,
C2D5B2B716768AEB00FDAB90 /* KSAppDelegate.m */,
C2D5B2B916768AEB00FDAB90 /* MainMenu.xib */,
C2D5B2AB16768AEA00FDAB90 /* Supporting Files */,
);
path = "Github Status";
sourceTree = "<group>";
};
C2D5B2AB16768AEA00FDAB90 /* Supporting Files */ = {
isa = PBXGroup;
children = (
C2D5B2AC16768AEA00FDAB90 /* Github Status-Info.plist */,
C2D5B2AD16768AEA00FDAB90 /* InfoPlist.strings */,
C2D5B2B016768AEA00FDAB90 /* main.m */,
C2D5B2B216768AEA00FDAB90 /* Github Status-Prefix.pch */,
C2D5B2B316768AEB00FDAB90 /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
C2D5B29F16768AEA00FDAB90 /* Github Status */ = {
isa = PBXNativeTarget;
buildConfigurationList = C2D5B2BE16768AEB00FDAB90 /* Build configuration list for PBXNativeTarget "Github Status" */;
buildPhases = (
C2D5B29C16768AEA00FDAB90 /* Sources */,
C2D5B29D16768AEA00FDAB90 /* Frameworks */,
C2D5B29E16768AEA00FDAB90 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Github Status";
productName = "Github Status";
productReference = C2D5B2A016768AEA00FDAB90 /* Github Status.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
C2D5B29716768AEA00FDAB90 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = KS;
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = "Keith Smiley";
};
buildConfigurationList = C2D5B29A16768AEA00FDAB90 /* Build configuration list for PBXProject "Github Status" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = C2D5B29516768AEA00FDAB90;
productRefGroup = C2D5B2A116768AEA00FDAB90 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C2D5B29F16768AEA00FDAB90 /* Github Status */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
C2D5B29E16768AEA00FDAB90 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C2D5B2AF16768AEA00FDAB90 /* InfoPlist.strings in Resources */,
C2D5B2B516768AEB00FDAB90 /* Credits.rtf in Resources */,
C2D5B2BB16768AEB00FDAB90 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
C2D5B29C16768AEA00FDAB90 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C2D5B2B116768AEA00FDAB90 /* main.m in Sources */,
C2D5B2B816768AEB00FDAB90 /* KSAppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
C2D5B2AD16768AEA00FDAB90 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
C2D5B2AE16768AEA00FDAB90 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
C2D5B2B316768AEB00FDAB90 /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
C2D5B2B416768AEB00FDAB90 /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
C2D5B2B916768AEB00FDAB90 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
C2D5B2BA16768AEB00FDAB90 /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
C2D5B2BC16768AEB00FDAB90 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
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;
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_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.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
C2D5B2BD16768AEB00FDAB90 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
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;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
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.8;
SDKROOT = macosx;
};
name = Release;
};
C2D5B2BF16768AEB00FDAB90 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Github Status/Github Status-Prefix.pch";
INFOPLIST_FILE = "Github Status/Github Status-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
C2D5B2C016768AEB00FDAB90 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Github Status/Github Status-Prefix.pch";
INFOPLIST_FILE = "Github Status/Github Status-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
C2D5B29A16768AEA00FDAB90 /* Build configuration list for PBXProject "Github Status" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C2D5B2BC16768AEB00FDAB90 /* Debug */,
C2D5B2BD16768AEB00FDAB90 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C2D5B2BE16768AEB00FDAB90 /* Build configuration list for PBXNativeTarget "Github Status" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C2D5B2BF16768AEB00FDAB90 /* Debug */,
C2D5B2C016768AEB00FDAB90 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = C2D5B29716768AEA00FDAB90 /* Project object */;
}
36 changes: 36 additions & 0 deletions Github Status/Github Status-Info.plist
@@ -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>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.keithsmiley.${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.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Keith Smiley. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
7 changes: 7 additions & 0 deletions Github Status/Github Status-Prefix.pch
@@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'Github Status' target in the 'Github Status' project
//

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
15 changes: 15 additions & 0 deletions Github Status/KSAppDelegate.h
@@ -0,0 +1,15 @@
//
// KSAppDelegate.h
// Github Status
//
// Created by Keith Smiley on 12/10/12.
// Copyright (c) 2012 Keith Smiley. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface KSAppDelegate : NSObject <NSApplicationDelegate>

@property (assign) IBOutlet NSWindow *window;

@end
18 changes: 18 additions & 0 deletions Github Status/KSAppDelegate.m
@@ -0,0 +1,18 @@
//
// KSAppDelegate.m
// Github Status
//
// Created by Keith Smiley on 12/10/12.
// Copyright (c) 2012 Keith Smiley. All rights reserved.
//

#import "KSAppDelegate.h"

@implementation KSAppDelegate

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

@end

0 comments on commit 579e3e6

Please sign in to comment.