diff options
Diffstat (limited to 'Auditron.xcodeproj/project.pbxproj')
-rw-r--r-- | Auditron.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
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 = "<absolute>"; }; 8D1107310486CEB800E47090 /* Auditron-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Auditron-Info.plist"; sourceTree = "<group>"; }; 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 = "<group>"; }; + C245CF5313CC57640067A1FB /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; /* 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 = "<group>"; @@ -168,6 +173,7 @@ files = ( 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */, + C245CF5413CC57640067A1FB /* LICENSE in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; |