[vlc-devel] commit: VLCKit.framework: Update project layout. (Faustino Osuna )
git version control
git at videolan.org
Tue Apr 1 00:05:25 CEST 2008
vlc | branch: master | Faustino Osuna <enrique.osuna at gmail.com> | Mon Mar 31 23:05:28 2008 +0100| [0bf9167869df1e1ca6ed9a32a8b220f02ed80ddc]
VLCKit.framework: Update project layout.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0bf9167869df1e1ca6ed9a32a8b220f02ed80ddc
---
.../framework/VLCKit.xcodeproj/project.pbxproj | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index 49c8d17..ede7d01 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -282,6 +282,8 @@
isa = PBXGroup;
children = (
EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */,
+ EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */,
+ A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */,
);
name = Internal;
sourceTree = "<group>";
@@ -293,26 +295,32 @@
name = "Linked Libraries";
sourceTree = "<group>";
};
- EF78BD3B0CAEEFD000354E6E /* Headers */ = {
+ EF6BC9110DA1932F00DD37EF /* Public */ = {
isa = PBXGroup;
children = (
- 637CFB960D2D281900A041B6 /* Internal */,
EF78BD120CAEEEE700354E6E /* VLCKit.h */,
637CFB930D2D280800A041B6 /* VLCLibrary.h */,
- EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */,
EF78BD130CAEEEE700354E6E /* VLCMedia.h */,
637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */,
EF78BD160CAEEEE700354E6E /* VLCMediaList.h */,
6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */,
EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */,
EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */,
- A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */,
6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */,
EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
EF78BD190CAEEEE700354E6E /* VLCTime.h */,
EF73118E0CB5797B009473B4 /* VLCAudio.h */,
632A0F7C0D38F79200AFC99B /* Stream */,
);
+ name = Public;
+ sourceTree = "<group>";
+ };
+ EF78BD3B0CAEEFD000354E6E /* Headers */ = {
+ isa = PBXGroup;
+ children = (
+ 637CFB960D2D281900A041B6 /* Internal */,
+ EF6BC9110DA1932F00DD37EF /* Public */,
+ );
path = Headers;
sourceTree = "<group>";
};
More information about the vlc-devel
mailing list