Skip to content

Commit

Permalink
Adding all the things.
Browse files Browse the repository at this point in the history
  • Loading branch information
nompute committed Aug 12, 2013
0 parents commit ec0fa4f
Show file tree
Hide file tree
Showing 9 changed files with 532 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.DS_Store
xcuserdata/
271 changes: 271 additions & 0 deletions GMailinator.xcodeproj/project.pbxproj
@@ -0,0 +1,271 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
239B1F2317B6FD2F002CEA1B /* GMailinator.mailbundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 499015DA1615FE5300991F6C /* GMailinator.mailbundle */; };
4907C2F016160E4D001C567E /* GMailinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4907C2EF16160E4D001C567E /* GMailinator.m */; };
499015DE1615FE5300991F6C /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 499015DD1615FE5300991F6C /* CoreFoundation.framework */; };
B54609F916F9E3D000101CB2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B54609F816F9E3D000101CB2 /* AppKit.framework */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
239B1F2217B6FD16002CEA1B /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "~/Library/Mail/Bundles";
dstSubfolderSpec = 0;
files = (
239B1F2317B6FD2F002CEA1B /* GMailinator.mailbundle in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
4907C2EE16160E4D001C567E /* GMailinator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GMailinator.h; sourceTree = "<group>"; };
4907C2EF16160E4D001C567E /* GMailinator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GMailinator.m; sourceTree = "<group>"; };
499015DA1615FE5300991F6C /* GMailinator.mailbundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GMailinator.mailbundle; sourceTree = BUILT_PRODUCTS_DIR; };
499015DD1615FE5300991F6C /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
499015E11615FE5300991F6C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
499015E51615FE5300991F6C /* GMailinator-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GMailinator-Prefix.pch"; sourceTree = "<group>"; };
B54609F816F9E3D000101CB2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
499015D71615FE5300991F6C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B54609F916F9E3D000101CB2 /* AppKit.framework in Frameworks */,
499015DE1615FE5300991F6C /* CoreFoundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
499015CF1615FE5300991F6C = {
isa = PBXGroup;
children = (
499015DF1615FE5300991F6C /* GMailinator */,
499015DC1615FE5300991F6C /* Frameworks */,
499015DB1615FE5300991F6C /* Products */,
);
sourceTree = "<group>";
};
499015DB1615FE5300991F6C /* Products */ = {
isa = PBXGroup;
children = (
499015DA1615FE5300991F6C /* GMailinator.mailbundle */,
);
name = Products;
sourceTree = "<group>";
};
499015DC1615FE5300991F6C /* Frameworks */ = {
isa = PBXGroup;
children = (
B54609F816F9E3D000101CB2 /* AppKit.framework */,
499015DD1615FE5300991F6C /* CoreFoundation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
499015DF1615FE5300991F6C /* GMailinator */ = {
isa = PBXGroup;
children = (
499015E01615FE5300991F6C /* Supporting Files */,
4907C2EE16160E4D001C567E /* GMailinator.h */,
4907C2EF16160E4D001C567E /* GMailinator.m */,
);
path = GMailinator;
sourceTree = "<group>";
};
499015E01615FE5300991F6C /* Supporting Files */ = {
isa = PBXGroup;
children = (
499015E11615FE5300991F6C /* Info.plist */,
499015E51615FE5300991F6C /* GMailinator-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
499015D91615FE5300991F6C /* GMailinator */ = {
isa = PBXNativeTarget;
buildConfigurationList = 499015E81615FE5300991F6C /* Build configuration list for PBXNativeTarget "GMailinator" */;
buildPhases = (
499015D61615FE5300991F6C /* Sources */,
499015D71615FE5300991F6C /* Frameworks */,
499015D81615FE5300991F6C /* Resources */,
239B1F2217B6FD16002CEA1B /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = GMailinator;
productName = NoFlaggedMailbox;
productReference = 499015DA1615FE5300991F6C /* GMailinator.mailbundle */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
499015D11615FE5300991F6C /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = "nompute";
};
buildConfigurationList = 499015D41615FE5300991F6C /* Build configuration list for PBXProject "GMailinator" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 499015CF1615FE5300991F6C;
productRefGroup = 499015DB1615FE5300991F6C /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
499015D91615FE5300991F6C /* GMailinator */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
499015D81615FE5300991F6C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
499015D61615FE5300991F6C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4907C2F016160E4D001C567E /* GMailinator.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
499015E61615FE5300991F6C /* 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;
INSTALL_PATH = "~/Library/Mail/Bundles";
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
499015E71615FE5300991F6C /* 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;
INSTALL_PATH = "~/Library/Mail/Bundles";
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = macosx;
};
name = Release;
};
499015E91615FE5300991F6C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "GMailinator/GMailinator-Prefix.pch";
INFOPLIST_FILE = GMailinator/Info.plist;
INSTALL_PATH = "$(HOME)/Library/Mail/Bundles";
PRODUCT_NAME = GMailinator;
WRAPPER_EXTENSION = mailbundle;
};
name = Debug;
};
499015EA1615FE5300991F6C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "GMailinator/GMailinator-Prefix.pch";
INFOPLIST_FILE = GMailinator/Info.plist;
INSTALL_PATH = "$(HOME)/Library/Mail/Bundles";
PRODUCT_NAME = GMailinator;
WRAPPER_EXTENSION = mailbundle;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
499015D41615FE5300991F6C /* Build configuration list for PBXProject "GMailinator" */ = {
isa = XCConfigurationList;
buildConfigurations = (
499015E61615FE5300991F6C /* Debug */,
499015E71615FE5300991F6C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
499015E81615FE5300991F6C /* Build configuration list for PBXNativeTarget "GMailinator" */ = {
isa = XCConfigurationList;
buildConfigurations = (
499015E91615FE5300991F6C /* Debug */,
499015EA1615FE5300991F6C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 499015D11615FE5300991F6C /* Project object */;
}

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

7 changes: 7 additions & 0 deletions GMailinator/GMailinator-Prefix.pch
@@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'NoFlaggedMailbox' target in the 'NoFlaggedMailbox' project
//

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
13 changes: 13 additions & 0 deletions GMailinator/GMailinator.h
@@ -0,0 +1,13 @@
//
// NoFlaggedMailbox.h
// NoFlaggedMailbox
//
// Created by Eelco Lempsink on 28-09-12.
// Copyright (c) 2012 Eelco Lempsink. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface GMailinator : NSObject

@end

0 comments on commit ec0fa4f

Please sign in to comment.