From 721f37abb41e5913d853710ce6c1ca72da56c9a0 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 12 Jul 2011 13:23:03 +0300 Subject: Added readme and license --- Auditron.xcodeproj/filipp.pbxuser | 11 +++++++++-- Auditron.xcodeproj/project.pbxproj | 6 ++++++ 2 files changed, 15 insertions(+), 2 deletions(-) (limited to 'Auditron.xcodeproj') diff --git a/Auditron.xcodeproj/filipp.pbxuser b/Auditron.xcodeproj/filipp.pbxuser index d3e6500..83f76ec 100644 --- a/Auditron.xcodeproj/filipp.pbxuser +++ b/Auditron.xcodeproj/filipp.pbxuser @@ -9,9 +9,9 @@ }; 256AC3D90F4B6AC300CF3369 /* AuditronAppDelegate.m */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {904, 5330}}"; + sepNavIntBoundsRect = "{{0, 0}, {1139, 5265}}"; sepNavSelRange = "{1290, 0}"; - sepNavVisRange = "{242, 1772}"; + sepNavVisRange = "{1453, 2244}"; }; }; 29B97313FDCFA39411CA2CEA /* Project object */ = { @@ -3093,4 +3093,11 @@ vrLen = 1772; vrLoc = 242; }; + C245CF5013CC55AB0067A1FB /* README.md */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {904, 758}}"; + sepNavSelRange = "{207, 0}"; + sepNavVisRange = "{0, 820}"; + }; + }; } diff --git a/Auditron.xcodeproj/project.pbxproj b/Auditron.xcodeproj/project.pbxproj index 54b5ee9..25d4b6d 100644 --- a/Auditron.xcodeproj/project.pbxproj +++ b/Auditron.xcodeproj/project.pbxproj @@ -12,6 +12,7 @@ 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; + C245CF5413CC57640067A1FB /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = C245CF5313CC57640067A1FB /* LICENSE */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -27,6 +28,8 @@ 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Auditron-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Auditron-Info.plist"; sourceTree = ""; }; 8D1107320486CEB800E47090 /* Auditron.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Auditron.app; sourceTree = BUILT_PRODUCTS_DIR; }; + C245CF5013CC55AB0067A1FB /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C245CF5313CC57640067A1FB /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -79,11 +82,13 @@ 29B97314FDCFA39411CA2CEA /* Auditron */ = { isa = PBXGroup; children = ( + C245CF5313CC57640067A1FB /* LICENSE */, 080E96DDFE201D6D7F000001 /* Classes */, 29B97315FDCFA39411CA2CEA /* Other Sources */, 29B97317FDCFA39411CA2CEA /* Resources */, 29B97323FDCFA39411CA2CEA /* Frameworks */, 19C28FACFE9D520D11CA2CBB /* Products */, + C245CF5013CC55AB0067A1FB /* README.md */, ); name = Auditron; sourceTree = ""; @@ -168,6 +173,7 @@ files = ( 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */, + C245CF5413CC57640067A1FB /* LICENSE in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; -- cgit v1.2.3