Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteC committed Aug 11, 2012
0 parents commit 6610dea
Show file tree
Hide file tree
Showing 16 changed files with 1,247 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
@@ -0,0 +1,40 @@
# Mac OS X Finder and whatnot
.DS_Store

# Sparkle distribution Private Key (Don't check me in!)
dsa_priv.pem

# XCode (and ancestors) per-user config (very noisy, and not relevant)
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*xcuserdata/
project.xcworkspace
InfoPlist.h

# Generated files
VersionX-revision.h

# build products
build/
*.[oa]

# Other source repository archive directories (protects when importing)
.hg
.svn
CVS

# automatic backup files
*~.nib
*.swp
*~
*(Autosaved).rtfd/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/

# Merge artefacts
*.orig
310 changes: 310 additions & 0 deletions DelMe.xcodeproj/project.pbxproj
@@ -0,0 +1,310 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
B55801FF15D1943800D9149F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B55801FE15D1943800D9149F /* UIKit.framework */; };
B558020115D1943800D9149F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B558020015D1943800D9149F /* Foundation.framework */; };
B558020315D1943800D9149F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B558020215D1943800D9149F /* CoreGraphics.framework */; };
B558020915D1943800D9149F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B558020715D1943800D9149F /* InfoPlist.strings */; };
B558020B15D1943800D9149F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B558020A15D1943800D9149F /* main.m */; };
B558020F15D1943800D9149F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B558020E15D1943800D9149F /* AppDelegate.m */; };
B558021215D1943800D9149F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B558021115D1943800D9149F /* ViewController.m */; };
B558021515D1943800D9149F /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = B558021315D1943800D9149F /* ViewController.xib */; };
B558021C15D1944A00D9149F /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B558021B15D1944A00D9149F /* AssetsLibrary.framework */; };
B56B9EFE15D3B8E3005DEF84 /* CalendarView.m in Sources */ = {isa = PBXBuildFile; fileRef = B56B9EFD15D3B8E3005DEF84 /* CalendarView.m */; };
B56B9F0215D3B902005DEF84 /* CalenderMonthSelectorView.m in Sources */ = {isa = PBXBuildFile; fileRef = B56B9F0115D3B902005DEF84 /* CalenderMonthSelectorView.m */; };
B56B9F0415D3BA53005DEF84 /* CalenderMonthSelectorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B56B9F0315D3BA53005DEF84 /* CalenderMonthSelectorView.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
B55801FA15D1943800D9149F /* DelMe.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DelMe.app; sourceTree = BUILT_PRODUCTS_DIR; };
B55801FE15D1943800D9149F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
B558020015D1943800D9149F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
B558020215D1943800D9149F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
B558020615D1943800D9149F /* DelMe-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DelMe-Info.plist"; sourceTree = "<group>"; };
B558020815D1943800D9149F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B558020A15D1943800D9149F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
B558020C15D1943800D9149F /* DelMe-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DelMe-Prefix.pch"; sourceTree = "<group>"; };
B558020D15D1943800D9149F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
B558020E15D1943800D9149F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
B558021015D1943800D9149F /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
B558021115D1943800D9149F /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; wrapsLines = 0; };
B558021415D1943800D9149F /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
B558021B15D1944A00D9149F /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
B56B9EFC15D3B8E3005DEF84 /* CalendarView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalendarView.h; sourceTree = "<group>"; };
B56B9EFD15D3B8E3005DEF84 /* CalendarView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalendarView.m; sourceTree = "<group>"; wrapsLines = 0; };
B56B9F0015D3B902005DEF84 /* CalenderMonthSelectorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalenderMonthSelectorView.h; sourceTree = "<group>"; };
B56B9F0115D3B902005DEF84 /* CalenderMonthSelectorView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalenderMonthSelectorView.m; sourceTree = "<group>"; };
B56B9F0315D3BA53005DEF84 /* CalenderMonthSelectorView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CalenderMonthSelectorView.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
B55801F715D1943800D9149F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B558021C15D1944A00D9149F /* AssetsLibrary.framework in Frameworks */,
B55801FF15D1943800D9149F /* UIKit.framework in Frameworks */,
B558020115D1943800D9149F /* Foundation.framework in Frameworks */,
B558020315D1943800D9149F /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
B55801EF15D1943800D9149F = {
isa = PBXGroup;
children = (
B558021B15D1944A00D9149F /* AssetsLibrary.framework */,
B558020415D1943800D9149F /* DelMe */,
B55801FD15D1943800D9149F /* Frameworks */,
B55801FB15D1943800D9149F /* Products */,
);
sourceTree = "<group>";
wrapsLines = 0;
};
B55801FB15D1943800D9149F /* Products */ = {
isa = PBXGroup;
children = (
B55801FA15D1943800D9149F /* DelMe.app */,
);
name = Products;
sourceTree = "<group>";
};
B55801FD15D1943800D9149F /* Frameworks */ = {
isa = PBXGroup;
children = (
B55801FE15D1943800D9149F /* UIKit.framework */,
B558020015D1943800D9149F /* Foundation.framework */,
B558020215D1943800D9149F /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
B558020415D1943800D9149F /* DelMe */ = {
isa = PBXGroup;
children = (
B558020D15D1943800D9149F /* AppDelegate.h */,
B558020E15D1943800D9149F /* AppDelegate.m */,
B558021015D1943800D9149F /* ViewController.h */,
B558021115D1943800D9149F /* ViewController.m */,
B558021315D1943800D9149F /* ViewController.xib */,
B558020515D1943800D9149F /* Supporting Files */,
B56B9EFC15D3B8E3005DEF84 /* CalendarView.h */,
B56B9EFD15D3B8E3005DEF84 /* CalendarView.m */,
B56B9F0015D3B902005DEF84 /* CalenderMonthSelectorView.h */,
B56B9F0115D3B902005DEF84 /* CalenderMonthSelectorView.m */,
B56B9F0315D3BA53005DEF84 /* CalenderMonthSelectorView.xib */,
);
path = DelMe;
sourceTree = "<group>";
};
B558020515D1943800D9149F /* Supporting Files */ = {
isa = PBXGroup;
children = (
B558020615D1943800D9149F /* DelMe-Info.plist */,
B558020715D1943800D9149F /* InfoPlist.strings */,
B558020A15D1943800D9149F /* main.m */,
B558020C15D1943800D9149F /* DelMe-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
B55801F915D1943800D9149F /* DelMe */ = {
isa = PBXNativeTarget;
buildConfigurationList = B558021815D1943800D9149F /* Build configuration list for PBXNativeTarget "DelMe" */;
buildPhases = (
B55801F615D1943800D9149F /* Sources */,
B55801F715D1943800D9149F /* Frameworks */,
B55801F815D1943800D9149F /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = DelMe;
productName = DelMe;
productReference = B55801FA15D1943800D9149F /* DelMe.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
B55801F115D1943800D9149F /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0440;
ORGANIZATIONNAME = "Pete Callaway";
};
buildConfigurationList = B55801F415D1943800D9149F /* Build configuration list for PBXProject "DelMe" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = B55801EF15D1943800D9149F;
productRefGroup = B55801FB15D1943800D9149F /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
B55801F915D1943800D9149F /* DelMe */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
B55801F815D1943800D9149F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B558020915D1943800D9149F /* InfoPlist.strings in Resources */,
B558021515D1943800D9149F /* ViewController.xib in Resources */,
B56B9F0415D3BA53005DEF84 /* CalenderMonthSelectorView.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
B55801F615D1943800D9149F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B558020B15D1943800D9149F /* main.m in Sources */,
B558020F15D1943800D9149F /* AppDelegate.m in Sources */,
B558021215D1943800D9149F /* ViewController.m in Sources */,
B56B9EFE15D3B8E3005DEF84 /* CalendarView.m in Sources */,
B56B9F0215D3B902005DEF84 /* CalenderMonthSelectorView.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
B558020715D1943800D9149F /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
B558020815D1943800D9149F /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
B558021315D1943800D9149F /* ViewController.xib */ = {
isa = PBXVariantGroup;
children = (
B558021415D1943800D9149F /* en */,
);
name = ViewController.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
B558021615D1943800D9149F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
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_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
SDKROOT = iphoneos;
};
name = Debug;
};
B558021715D1943800D9149F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
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_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
B558021915D1943800D9149F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DelMe/DelMe-Prefix.pch";
INFOPLIST_FILE = "DelMe/DelMe-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
B558021A15D1943800D9149F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DelMe/DelMe-Prefix.pch";
INFOPLIST_FILE = "DelMe/DelMe-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
B55801F415D1943800D9149F /* Build configuration list for PBXProject "DelMe" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B558021615D1943800D9149F /* Debug */,
B558021715D1943800D9149F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B558021815D1943800D9149F /* Build configuration list for PBXNativeTarget "DelMe" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B558021915D1943800D9149F /* Debug */,
B558021A15D1943800D9149F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = B55801F115D1943800D9149F /* Project object */;
}
19 changes: 19 additions & 0 deletions DelMe/AppDelegate.h
@@ -0,0 +1,19 @@
//
// AppDelegate.h
// DelMe
//
// Created by Pete Callaway on 07/08/2012.
// Copyright (c) 2012 Pete Callaway. All rights reserved.
//

#import <UIKit/UIKit.h>

@class ViewController;

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@property (strong, nonatomic) ViewController *viewController;

@end

0 comments on commit 6610dea

Please sign in to comment.