Skip to content

Commit

Permalink
added EmailDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
ioscreator committed Mar 24, 2013
1 parent 93ce54e commit 125a34a
Show file tree
Hide file tree
Showing 17 changed files with 1,198 additions and 0 deletions.
303 changes: 303 additions & 0 deletions EmailDemo/EmailDemo.xcodeproj/project.pbxproj
@@ -0,0 +1,303 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
E26EF58A16218362004F17C0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E26EF58916218362004F17C0 /* UIKit.framework */; };
E26EF58C16218362004F17C0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E26EF58B16218362004F17C0 /* Foundation.framework */; };
E26EF58E16218362004F17C0 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E26EF58D16218362004F17C0 /* CoreGraphics.framework */; };
E26EF59416218362004F17C0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E26EF59216218362004F17C0 /* InfoPlist.strings */; };
E26EF59616218362004F17C0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E26EF59516218362004F17C0 /* main.m */; };
E26EF59A16218362004F17C0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E26EF59916218362004F17C0 /* AppDelegate.m */; };
E26EF59C16218362004F17C0 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = E26EF59B16218362004F17C0 /* Default.png */; };
E26EF59E16218362004F17C0 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E26EF59D16218362004F17C0 /* Default@2x.png */; };
E26EF5A016218362004F17C0 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E26EF59F16218362004F17C0 /* Default-568h@2x.png */; };
E26EF5A316218362004F17C0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E26EF5A216218362004F17C0 /* ViewController.m */; };
E26EF5A616218362004F17C0 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E26EF5A416218362004F17C0 /* ViewController.xib */; };
E26EF5AD16218E21004F17C0 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E26EF5AC16218E21004F17C0 /* MessageUI.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E26EF58516218362004F17C0 /* EmailDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmailDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
E26EF58916218362004F17C0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
E26EF58B16218362004F17C0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
E26EF58D16218362004F17C0 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
E26EF59116218362004F17C0 /* EmailDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "EmailDemo-Info.plist"; sourceTree = "<group>"; };
E26EF59316218362004F17C0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E26EF59516218362004F17C0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
E26EF59716218362004F17C0 /* EmailDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "EmailDemo-Prefix.pch"; sourceTree = "<group>"; };
E26EF59816218362004F17C0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
E26EF59916218362004F17C0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
E26EF59B16218362004F17C0 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
E26EF59D16218362004F17C0 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
E26EF59F16218362004F17C0 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
E26EF5A116218362004F17C0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
E26EF5A216218362004F17C0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
E26EF5A516218362004F17C0 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
E26EF5AC16218E21004F17C0 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
E26EF58216218362004F17C0 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E26EF5AD16218E21004F17C0 /* MessageUI.framework in Frameworks */,
E26EF58A16218362004F17C0 /* UIKit.framework in Frameworks */,
E26EF58C16218362004F17C0 /* Foundation.framework in Frameworks */,
E26EF58E16218362004F17C0 /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
E26EF57A16218362004F17C0 = {
isa = PBXGroup;
children = (
E26EF5AC16218E21004F17C0 /* MessageUI.framework */,
E26EF58F16218362004F17C0 /* EmailDemo */,
E26EF58816218362004F17C0 /* Frameworks */,
E26EF58616218362004F17C0 /* Products */,
);
sourceTree = "<group>";
};
E26EF58616218362004F17C0 /* Products */ = {
isa = PBXGroup;
children = (
E26EF58516218362004F17C0 /* EmailDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
E26EF58816218362004F17C0 /* Frameworks */ = {
isa = PBXGroup;
children = (
E26EF58916218362004F17C0 /* UIKit.framework */,
E26EF58B16218362004F17C0 /* Foundation.framework */,
E26EF58D16218362004F17C0 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
E26EF58F16218362004F17C0 /* EmailDemo */ = {
isa = PBXGroup;
children = (
E26EF59816218362004F17C0 /* AppDelegate.h */,
E26EF59916218362004F17C0 /* AppDelegate.m */,
E26EF5A116218362004F17C0 /* ViewController.h */,
E26EF5A216218362004F17C0 /* ViewController.m */,
E26EF5A416218362004F17C0 /* ViewController.xib */,
E26EF59016218362004F17C0 /* Supporting Files */,
);
path = EmailDemo;
sourceTree = "<group>";
};
E26EF59016218362004F17C0 /* Supporting Files */ = {
isa = PBXGroup;
children = (
E26EF59116218362004F17C0 /* EmailDemo-Info.plist */,
E26EF59216218362004F17C0 /* InfoPlist.strings */,
E26EF59516218362004F17C0 /* main.m */,
E26EF59716218362004F17C0 /* EmailDemo-Prefix.pch */,
E26EF59B16218362004F17C0 /* Default.png */,
E26EF59D16218362004F17C0 /* Default@2x.png */,
E26EF59F16218362004F17C0 /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E26EF58416218362004F17C0 /* EmailDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = E26EF5A916218362004F17C0 /* Build configuration list for PBXNativeTarget "EmailDemo" */;
buildPhases = (
E26EF58116218362004F17C0 /* Sources */,
E26EF58216218362004F17C0 /* Frameworks */,
E26EF58316218362004F17C0 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = EmailDemo;
productName = EmailDemo;
productReference = E26EF58516218362004F17C0 /* EmailDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E26EF57C16218362004F17C0 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = iOSCreator;
};
buildConfigurationList = E26EF57F16218362004F17C0 /* Build configuration list for PBXProject "EmailDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = E26EF57A16218362004F17C0;
productRefGroup = E26EF58616218362004F17C0 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E26EF58416218362004F17C0 /* EmailDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E26EF58316218362004F17C0 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E26EF59416218362004F17C0 /* InfoPlist.strings in Resources */,
E26EF59C16218362004F17C0 /* Default.png in Resources */,
E26EF59E16218362004F17C0 /* Default@2x.png in Resources */,
E26EF5A016218362004F17C0 /* Default-568h@2x.png in Resources */,
E26EF5A616218362004F17C0 /* ViewController.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
E26EF58116218362004F17C0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E26EF59616218362004F17C0 /* main.m in Sources */,
E26EF59A16218362004F17C0 /* AppDelegate.m in Sources */,
E26EF5A316218362004F17C0 /* ViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
E26EF59216218362004F17C0 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
E26EF59316218362004F17C0 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
E26EF5A416218362004F17C0 /* ViewController.xib */ = {
isa = PBXVariantGroup;
children = (
E26EF5A516218362004F17C0 /* en */,
);
name = ViewController.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
E26EF5A716218362004F17C0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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;
"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_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
E26EF5A816218362004F17C0 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
E26EF5AA16218362004F17C0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "EmailDemo/EmailDemo-Prefix.pch";
INFOPLIST_FILE = "EmailDemo/EmailDemo-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
E26EF5AB16218362004F17C0 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "EmailDemo/EmailDemo-Prefix.pch";
INFOPLIST_FILE = "EmailDemo/EmailDemo-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E26EF57F16218362004F17C0 /* Build configuration list for PBXProject "EmailDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E26EF5A716218362004F17C0 /* Debug */,
E26EF5A816218362004F17C0 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E26EF5A916218362004F17C0 /* Build configuration list for PBXNativeTarget "EmailDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E26EF5AA16218362004F17C0 /* Debug */,
E26EF5AB16218362004F17C0 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = E26EF57C16218362004F17C0 /* Project object */;
}

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

Binary file not shown.
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0450"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E26EF58416218362004F17C0"
BuildableName = "EmailDemo.app"
BlueprintName = "EmailDemo"
ReferencedContainer = "container:EmailDemo.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E26EF58416218362004F17C0"
BuildableName = "EmailDemo.app"
BlueprintName = "EmailDemo"
ReferencedContainer = "container:EmailDemo.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E26EF58416218362004F17C0"
BuildableName = "EmailDemo.app"
BlueprintName = "EmailDemo"
ReferencedContainer = "container:EmailDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E26EF58416218362004F17C0"
BuildableName = "EmailDemo.app"
BlueprintName = "EmailDemo"
ReferencedContainer = "container:EmailDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit 125a34a

Please sign in to comment.