From 9aa62073514b822c1692fc2a2649108385f2e56b Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 2 Jan 2008 18:42:08 +0000 Subject: [PATCH 1/1] MacOSX/Framework/project.pbxproj: Mark VLCVideoLayer.h as Public. --- extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj b/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj index 8d642853dc..8adfe403bb 100644 --- a/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj +++ b/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj @@ -49,7 +49,7 @@ /* Begin PBXBuildFile section */ 6303C43A0CF45CAE0000ECC8 /* VLCMediaListAspect.m in Sources */ = {isa = PBXBuildFile; fileRef = 6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */; }; 6303C43C0CF45CC30000ECC8 /* VLCMediaListAspect.h in Headers */ = {isa = PBXBuildFile; fileRef = 6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; }; + 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; }; 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; }; -- 2.20.1