Changeset 5848271894d7102ca6593dd605c5b568b77fb78c

Show
Ignore:
Timestamp:
05/02/08 13:58:03 (8 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1202216283 +0000
git-parent:

[c02bd245d624e980e5bc6601b2ca9050727d3e19]

git-author:
Rafaël Carré <funman@videolan.org> 1202216283 +0000
Message:

fix files location in xcode projects for vlc & eyetvplugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj

    r2e888fd r5848271  
    2121        CC09359C0AE11E7900647FD0 /* EyeTVPluginDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EyeTVPluginDefs.h; sourceTree = "<group>"; }; 
    2222        CC3AE2920AE2E4EE00ACC87C /* eyetvplugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eyetvplugin.h; sourceTree = "<group>"; }; 
    23         CC74BC500AE2714300AD738B /* eyetv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eyetv.c; path = ../../../modules/access/eyetv.c; sourceTree = SOURCE_ROOT; }; 
     23        CC74BC500AE2714300AD738B /* eyetv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eyetv.c; path = ../../../../modules/access/eyetv.c; sourceTree = SOURCE_ROOT; }; 
    2424/* End PBXFileReference section */ 
    2525 
  • extras/package/macosx/vlc.xcodeproj/project.pbxproj

    rb2ad291 r5848271  
    10631063        8ED6C28703E2EB1C0059A3A7 /* vout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vout.h; path = ../../../modules/gui/macosx/vout.h; sourceTree = SOURCE_ROOT; }; 
    10641064        8ED6C28803E2EB1C0059A3A7 /* vout.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = vout.m; path = ../../../modules/gui/macosx/vout.m; sourceTree = SOURCE_ROOT; }; 
    1065         8EDAC3430440F72D0059A3A7 /* README.MacOSX.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = README.MacOSX.rtf; sourceTree = SOURCE_ROOT; }; 
     1065        8EDAC3430440F72D0059A3A7 /* README.MacOSX.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = ../../../README.MacOSX.rtf; sourceTree = SOURCE_ROOT; }; 
    10661066        8EE1AF9F044465080059A3A7 /* about.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = about.h; path = ../../../modules/gui/macosx/about.h; sourceTree = SOURCE_ROOT; }; 
    10671067        8EE1AFA0044465080059A3A7 /* about.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = about.m; path = ../../../modules/gui/macosx/about.m; sourceTree = SOURCE_ROOT; }; 
     
    15281528            mainGroup = 089C166AFE841209C02AAC07 /* vlc */; 
    15291529            projectDirPath = ""; 
    1530             projectRoot = ../..
     1530            projectRoot = ../../..
    15311531            targets = ( 
    15321532                089C1673FE841209C02AAC07 /* vlc */,