Skip to content

Commit

Permalink
First sample mail
Browse files Browse the repository at this point in the history
  • Loading branch information
yasodha-r committed Nov 6, 2013
1 parent 699bedc commit b70195a
Show file tree
Hide file tree
Showing 15 changed files with 7,190 additions and 74 deletions.
26 changes: 21 additions & 5 deletions Mail.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
902C500A141FC5EC0033909D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 902C5008141FC5EC0033909D /* InfoPlist.strings */; };
902C500C141FC5EC0033909D /* MailTests.h in Resources */ = {isa = PBXBuildFile; fileRef = 902C500B141FC5EC0033909D /* MailTests.h */; };
902C500E141FC5EC0033909D /* MailTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 902C500D141FC5EC0033909D /* MailTests.m */; };
902C5018141FC6A30033909D /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 902C5017141FC6A30033909D /* MessageUI.framework */; };
90FD73FE142DE081007A1512 /* mobiletuts-logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 90FD73FD142DE081007A1512 /* mobiletuts-logo.png */; };
D2409417173A845D0082B7B3 /* playAudioButton.png in Resources */ = {isa = PBXBuildFile; fileRef = D2409416173A845D0082B7B3 /* playAudioButton.png */; };
D2409418173A845D0082B7B3 /* playAudioButton.png in Resources */ = {isa = PBXBuildFile; fileRef = D2409416173A845D0082B7B3 /* playAudioButton.png */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -40,29 +44,33 @@
902C4FDD141FC5EC0033909D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
902C4FDF141FC5EC0033909D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
902C4FE1141FC5EC0033909D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
902C4FE5141FC5EC0033909D /* Mail-Info.plist */ = {isa = PBXFileReference; path = "Mail-Info.plist"; sourceTree = "<group>"; };
902C4FE5141FC5EC0033909D /* Mail-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Mail-Info.plist"; sourceTree = "<group>"; };
902C4FE7141FC5EC0033909D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
902C4FE9141FC5EC0033909D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
902C4FEB141FC5EC0033909D /* Mail-Prefix.pch */ = {isa = PBXFileReference; path = "Mail-Prefix.pch"; sourceTree = "<group>"; };
902C4FEC141FC5EC0033909D /* MailAppDelegate.h */ = {isa = PBXFileReference; path = MailAppDelegate.h; sourceTree = "<group>"; };
902C4FEB141FC5EC0033909D /* Mail-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Mail-Prefix.pch"; sourceTree = "<group>"; };
902C4FEC141FC5EC0033909D /* MailAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MailAppDelegate.h; sourceTree = "<group>"; };
902C4FED141FC5EC0033909D /* MailAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MailAppDelegate.m; sourceTree = "<group>"; };
902C4FF0141FC5EC0033909D /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
902C4FF2141FC5EC0033909D /* MailViewController.h */ = {isa = PBXFileReference; path = MailViewController.h; sourceTree = "<group>"; };
902C4FF2141FC5EC0033909D /* MailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MailViewController.h; sourceTree = "<group>"; };
902C4FF3141FC5EC0033909D /* MailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MailViewController.m; sourceTree = "<group>"; };
902C4FF6141FC5EC0033909D /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MailViewController.xib; sourceTree = "<group>"; };
902C4FFD141FC5EC0033909D /* MailTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MailTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
902C4FFE141FC5EC0033909D /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
902C5007141FC5EC0033909D /* MailTests-Info.plist */ = {isa = PBXFileReference; path = "MailTests-Info.plist"; sourceTree = "<group>"; };
902C5007141FC5EC0033909D /* MailTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MailTests-Info.plist"; sourceTree = "<group>"; };
902C5009141FC5EC0033909D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
902C500B141FC5EC0033909D /* MailTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MailTests.h; sourceTree = "<group>"; };
902C500D141FC5EC0033909D /* MailTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MailTests.m; sourceTree = "<group>"; };
902C5017141FC6A30033909D /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
90FD73FD142DE081007A1512 /* mobiletuts-logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "mobiletuts-logo.png"; sourceTree = "<group>"; };
D2409416173A845D0082B7B3 /* playAudioButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = playAudioButton.png; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
902C4FD6141FC5EC0033909D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
902C5018141FC6A30033909D /* MessageUI.framework in Frameworks */,
902C4FDE141FC5EC0033909D /* UIKit.framework in Frameworks */,
902C4FE0141FC5EC0033909D /* Foundation.framework in Frameworks */,
902C4FE2141FC5EC0033909D /* CoreGraphics.framework in Frameworks */,
Expand Down Expand Up @@ -105,6 +113,7 @@
902C4FDC141FC5EC0033909D /* Frameworks */ = {
isa = PBXGroup;
children = (
902C5017141FC6A30033909D /* MessageUI.framework */,
902C4FDD141FC5EC0033909D /* UIKit.framework */,
902C4FDF141FC5EC0033909D /* Foundation.framework */,
902C4FE1141FC5EC0033909D /* CoreGraphics.framework */,
Expand All @@ -116,6 +125,7 @@
902C4FE3141FC5EC0033909D /* Mail */ = {
isa = PBXGroup;
children = (
D2409416173A845D0082B7B3 /* playAudioButton.png */,
902C4FEC141FC5EC0033909D /* MailAppDelegate.h */,
902C4FED141FC5EC0033909D /* MailAppDelegate.m */,
902C4FEF141FC5EC0033909D /* MainWindow.xib */,
Expand All @@ -130,6 +140,7 @@
902C4FE4141FC5EC0033909D /* Supporting Files */ = {
isa = PBXGroup;
children = (
90FD73FD142DE081007A1512 /* mobiletuts-logo.png */,
902C4FE5141FC5EC0033909D /* Mail-Info.plist */,
902C4FE6141FC5EC0033909D /* InfoPlist.strings */,
902C4FE9141FC5EC0033909D /* main.m */,
Expand Down Expand Up @@ -227,6 +238,8 @@
902C4FE8141FC5EC0033909D /* InfoPlist.strings in Resources */,
902C4FF1141FC5EC0033909D /* MainWindow.xib in Resources */,
902C4FF7141FC5EC0033909D /* MailViewController.xib in Resources */,
90FD73FE142DE081007A1512 /* mobiletuts-logo.png in Resources */,
D2409417173A845D0082B7B3 /* playAudioButton.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -236,6 +249,7 @@
files = (
902C500A141FC5EC0033909D /* InfoPlist.strings in Resources */,
902C500C141FC5EC0033909D /* MailTests.h in Resources */,
D2409418173A845D0082B7B3 /* playAudioButton.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -440,6 +454,7 @@
902C5013141FC5EC0033909D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
902C5014141FC5EC0033909D /* Build configuration list for PBXNativeTarget "MailTests" */ = {
isa = XCConfigurationList;
Expand All @@ -448,6 +463,7 @@
902C5016141FC5EC0033909D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
7 changes: 7 additions & 0 deletions Mail.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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

Binary file not shown.
Loading

0 comments on commit b70195a

Please sign in to comment.