From 8de36d1117863100964e2c174d0bd152460deb65 Mon Sep 17 00:00:00 2001 From: August Mueller Date: Sat, 10 Apr 2010 14:53:08 -0700 Subject: [PATCH] Fix for a missing header file. --- letterbox/LetterBox.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letterbox/LetterBox.xcodeproj/project.pbxproj b/letterbox/LetterBox.xcodeproj/project.pbxproj index 97e4de3..c9c0e4b 100644 --- a/letterbox/LetterBox.xcodeproj/project.pbxproj +++ b/letterbox/LetterBox.xcodeproj/project.pbxproj @@ -7,7 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - 3AD3C2AD1168A4860063FF8C /* LBMIMEMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD3C2AB1168A4860063FF8C /* LBMIMEMessage.h */; }; + 3AD3C2AD1168A4860063FF8C /* LBMIMEMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD3C2AB1168A4860063FF8C /* LBMIMEMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; 3AD3C2AE1168A4860063FF8C /* LBMIMEMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AD3C2AC1168A4860063FF8C /* LBMIMEMessage.m */; }; 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; 964BA5381115A9AC001B8F82 /* GHUnit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 968D0E5C111525550044BE1D /* GHUnit.framework */; };