Changeset ce1fa3007f162386fed9da4aedb9515281f884de

Show
Ignore:
Timestamp:
08/02/08 00:02:56 (8 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202425376 +0000
git-parent:

[95021b102f64d72d5041fdcab5afb5976206bc8e]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202425376 +0000
Message:

macosx/vlc_app: Fix resources location.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/macosx/vlc_app/VLC.xcodeproj/project.pbxproj

    rb3372f1 rce1fa30  
    135135        29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 
    136136        32CA4F630368D1EE00C91783 /* VLC_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLC_Prefix.pch; sourceTree = "<group>"; }; 
    137         632F3E250D326FF0003BBC56 /* pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = pause.png; path = ../Resources/pause.png; sourceTree = SOURCE_ROOT; }; 
     137        632F3E250D326FF0003BBC56 /* pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = pause.png; path = ../../../extras/package/macosx/Resources/pause.png; sourceTree = SOURCE_ROOT; }; 
    138138        633BD4AA0D2A90470012A314 /* VLCValueTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCValueTransformer.m; path = Sources/VLCValueTransformer.m; sourceTree = "<group>"; }; 
    139139        633BD4AB0D2A90470012A314 /* VLCValueTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCValueTransformer.h; path = Sources/VLCValueTransformer.h; sourceTree = "<group>"; }; 
     
    161161        638F47100D216C8F008E4912 /* type_playlist.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = type_playlist.png; path = ../../../modules/gui/qt4/pixmaps/type_playlist.png; sourceTree = SOURCE_ROOT; }; 
    162162        63A742B20D2759C1002D41A0 /* ExceptionHandling.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExceptionHandling.framework; path = /System/Library/Frameworks/ExceptionHandling.framework; sourceTree = "<absolute>"; }; 
    163         63E380A80D1C65A600FD6958 /* volume_high.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = volume_high.png; path = ../Resources/volume_high.png; sourceTree = SOURCE_ROOT; }; 
    164         63E380A90D1C65A600FD6958 /* volume_low.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = volume_low.png; path = ../Resources/volume_low.png; sourceTree = SOURCE_ROOT; }; 
    165         63E380AC0D1C65D100FD6958 /* play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = play.png; path = ../Resources/play.png; sourceTree = SOURCE_ROOT; }; 
    166         63E380AD0D1C65D100FD6958 /* play_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = play_blue.png; path = ../Resources/play_blue.png; sourceTree = SOURCE_ROOT; }; 
    167         63E380B00D1C65F200FD6958 /* skip_forward_active.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = skip_forward_active.png; path = ../Resources/skip_forward_active.png; sourceTree = SOURCE_ROOT; }; 
    168         63E380B10D1C65F200FD6958 /* skip_forward_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = skip_forward_blue.png; path = ../Resources/skip_forward_blue.png; sourceTree = SOURCE_ROOT; }; 
    169         63E380B40D1C65FC00FD6958 /* skip_previous_active.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = skip_previous_active.png; path = ../Resources/skip_previous_active.png; sourceTree = SOURCE_ROOT; }; 
    170         63E380B50D1C65FC00FD6958 /* skip_previous_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = skip_previous_blue.png; path = ../Resources/skip_previous_blue.png; sourceTree = SOURCE_ROOT; }; 
     163        63E380A80D1C65A600FD6958 /* volume_high.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = volume_high.png; path = ../../../extras/package/macosx/Resources/volume_high.png; sourceTree = SOURCE_ROOT; }; 
     164        63E380A90D1C65A600FD6958 /* volume_low.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = volume_low.png; path = ../../../extras/package/macosx/Resources/volume_low.png; sourceTree = SOURCE_ROOT; }; 
     165        63E380AC0D1C65D100FD6958 /* play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = play.png; path = ../../../extras/package/macosx/Resources/play.png; sourceTree = SOURCE_ROOT; }; 
     166        63E380AD0D1C65D100FD6958 /* play_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = play_blue.png; path = ../../../extras/package/macosx/Resources/play_blue.png; sourceTree = SOURCE_ROOT; }; 
     167        63E380B00D1C65F200FD6958 /* skip_forward_active.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = skip_forward_active.png; path = ../../../extras/package/macosx/Resources/skip_forward_active.png; sourceTree = SOURCE_ROOT; }; 
     168        63E380B10D1C65F200FD6958 /* skip_forward_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = skip_forward_blue.png; path = ../../../extras/package/macosx/Resources/skip_forward_blue.png; sourceTree = SOURCE_ROOT; }; 
     169        63E380B40D1C65FC00FD6958 /* skip_previous_active.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = skip_previous_active.png; path = ../../../extras/package/macosx/Resources/skip_previous_active.png; sourceTree = SOURCE_ROOT; }; 
     170        63E380B50D1C65FC00FD6958 /* skip_previous_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = skip_previous_blue.png; path = ../../../extras/package/macosx/Resources/skip_previous_blue.png; sourceTree = SOURCE_ROOT; }; 
    171171        63E380DE0D1C6FD800FD6958 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; }; 
    172172        63E768810D3503E200258089 /* VLCFullScreenControllerWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCFullScreenControllerWindow.h; path = Sources/VLCFullScreenControllerWindow.h; sourceTree = "<group>"; }; 
    173173        63E768820D3503E200258089 /* VLCFullScreenControllerWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCFullScreenControllerWindow.m; path = Sources/VLCFullScreenControllerWindow.m; sourceTree = "<group>"; }; 
    174         63E768A40D3507EF00258089 /* fs_volume_slider_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_slider_knob.png; path = ../Resources/fs_volume_slider_knob.png; sourceTree = SOURCE_ROOT; }; 
    175         63E768A50D3507EF00258089 /* fs_background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_background.png; path = ../Resources/fs_background.png; sourceTree = SOURCE_ROOT; }; 
    176         63E768A60D3507EF00258089 /* fs_exit_fullscreen_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_exit_fullscreen_highlight.png; path = ../Resources/fs_exit_fullscreen_highlight.png; sourceTree = SOURCE_ROOT; }; 
    177         63E768A70D3507EF00258089 /* fs_exit_fullscreen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_exit_fullscreen.png; path = ../Resources/fs_exit_fullscreen.png; sourceTree = SOURCE_ROOT; }; 
    178         63E768A80D3507EF00258089 /* fs_forward_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_forward_highlight.png; path = ../Resources/fs_forward_highlight.png; sourceTree = SOURCE_ROOT; }; 
    179         63E768A90D3507EF00258089 /* fs_forward.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_forward.png; path = ../Resources/fs_forward.png; sourceTree = SOURCE_ROOT; }; 
    180         63E768AA0D3507EF00258089 /* fs_pause_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_pause_highlight.png; path = ../Resources/fs_pause_highlight.png; sourceTree = SOURCE_ROOT; }; 
    181         63E768AB0D3507EF00258089 /* fs_pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_pause.png; path = ../Resources/fs_pause.png; sourceTree = SOURCE_ROOT; }; 
    182         63E768AC0D3507EF00258089 /* fs_play_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_play_highlight.png; path = ../Resources/fs_play_highlight.png; sourceTree = SOURCE_ROOT; }; 
    183         63E768AD0D3507EF00258089 /* fs_play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_play.png; path = ../Resources/fs_play.png; sourceTree = SOURCE_ROOT; }; 
    184         63E768AE0D3507EF00258089 /* fs_rewind_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_rewind_highlight.png; path = ../Resources/fs_rewind_highlight.png; sourceTree = SOURCE_ROOT; }; 
    185         63E768AF0D3507EF00258089 /* fs_rewind.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_rewind.png; path = ../Resources/fs_rewind.png; sourceTree = SOURCE_ROOT; }; 
    186         63E768B00D3507EF00258089 /* fs_skip_next_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_skip_next_highlight.png; path = ../Resources/fs_skip_next_highlight.png; sourceTree = SOURCE_ROOT; }; 
    187         63E768B10D3507EF00258089 /* fs_skip_next.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_skip_next.png; path = ../Resources/fs_skip_next.png; sourceTree = SOURCE_ROOT; }; 
    188         63E768B20D3507EF00258089 /* fs_skip_previous_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_skip_previous_highlight.png; path = ../Resources/fs_skip_previous_highlight.png; sourceTree = SOURCE_ROOT; }; 
    189         63E768B30D3507EF00258089 /* fs_skip_previous.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_skip_previous.png; path = ../Resources/fs_skip_previous.png; sourceTree = SOURCE_ROOT; }; 
    190         63E768B40D3507EF00258089 /* fs_stop_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_stop_highlight.png; path = ../Resources/fs_stop_highlight.png; sourceTree = SOURCE_ROOT; }; 
    191         63E768B50D3507EF00258089 /* fs_stop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_stop.png; path = ../Resources/fs_stop.png; sourceTree = SOURCE_ROOT; }; 
    192         63E768B60D3507EF00258089 /* fs_time_slider_knob_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_time_slider_knob_highlight.png; path = ../Resources/fs_time_slider_knob_highlight.png; sourceTree = SOURCE_ROOT; }; 
    193         63E768B70D3507EF00258089 /* fs_time_slider_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_time_slider_knob.png; path = ../Resources/fs_time_slider_knob.png; sourceTree = SOURCE_ROOT; }; 
    194         63E768B80D3507EF00258089 /* fs_time_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_time_slider.png; path = ../Resources/fs_time_slider.png; sourceTree = SOURCE_ROOT; }; 
    195         63E768B90D3507EF00258089 /* fs_volume_max_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_max_highlight.png; path = ../Resources/fs_volume_max_highlight.png; sourceTree = SOURCE_ROOT; }; 
    196         63E768BA0D3507EF00258089 /* fs_volume_max.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_max.png; path = ../Resources/fs_volume_max.png; sourceTree = SOURCE_ROOT; }; 
    197         63E768BB0D3507EF00258089 /* fs_volume_mute_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_mute_highlight.png; path = ../Resources/fs_volume_mute_highlight.png; sourceTree = SOURCE_ROOT; }; 
    198         63E768BC0D3507EF00258089 /* fs_volume_mute.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_mute.png; path = ../Resources/fs_volume_mute.png; sourceTree = SOURCE_ROOT; }; 
    199         63E768BD0D3507EF00258089 /* fs_volume_slider_bar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_slider_bar.png; path = ../Resources/fs_volume_slider_bar.png; sourceTree = SOURCE_ROOT; }; 
    200         63E768BE0D3507EF00258089 /* fs_volume_slider_knob_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_slider_knob_highlight.png; path = ../Resources/fs_volume_slider_knob_highlight.png; sourceTree = SOURCE_ROOT; }; 
     174        63E768A40D3507EF00258089 /* fs_volume_slider_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_slider_knob.png; path = ../../../extras/package/macosx/Resources/fs_volume_slider_knob.png; sourceTree = SOURCE_ROOT; }; 
     175        63E768A50D3507EF00258089 /* fs_background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_background.png; path = ../../../extras/package/macosx/Resources/fs_background.png; sourceTree = SOURCE_ROOT; }; 
     176        63E768A60D3507EF00258089 /* fs_exit_fullscreen_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_exit_fullscreen_highlight.png; path = ../../../extras/package/macosx/Resources/fs_exit_fullscreen_highlight.png; sourceTree = SOURCE_ROOT; }; 
     177        63E768A70D3507EF00258089 /* fs_exit_fullscreen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_exit_fullscreen.png; path = ../../../extras/package/macosx/Resources/fs_exit_fullscreen.png; sourceTree = SOURCE_ROOT; }; 
     178        63E768A80D3507EF00258089 /* fs_forward_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_forward_highlight.png; path = ../../../extras/package/macosx/Resources/fs_forward_highlight.png; sourceTree = SOURCE_ROOT; }; 
     179        63E768A90D3507EF00258089 /* fs_forward.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_forward.png; path = ../../../extras/package/macosx/Resources/fs_forward.png; sourceTree = SOURCE_ROOT; }; 
     180        63E768AA0D3507EF00258089 /* fs_pause_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_pause_highlight.png; path = ../../../extras/package/macosx/Resources/fs_pause_highlight.png; sourceTree = SOURCE_ROOT; }; 
     181        63E768AB0D3507EF00258089 /* fs_pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_pause.png; path = ../../../extras/package/macosx/Resources/fs_pause.png; sourceTree = SOURCE_ROOT; }; 
     182        63E768AC0D3507EF00258089 /* fs_play_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_play_highlight.png; path = ../../../extras/package/macosx/Resources/fs_play_highlight.png; sourceTree = SOURCE_ROOT; }; 
     183        63E768AD0D3507EF00258089 /* fs_play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_play.png; path = ../../../extras/package/macosx/Resources/fs_play.png; sourceTree = SOURCE_ROOT; }; 
     184        63E768AE0D3507EF00258089 /* fs_rewind_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_rewind_highlight.png; path = ../../../extras/package/macosx/Resources/fs_rewind_highlight.png; sourceTree = SOURCE_ROOT; }; 
     185        63E768AF0D3507EF00258089 /* fs_rewind.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_rewind.png; path = ../../../extras/package/macosx/Resources/fs_rewind.png; sourceTree = SOURCE_ROOT; }; 
     186        63E768B00D3507EF00258089 /* fs_skip_next_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_skip_next_highlight.png; path = ../../../extras/package/macosx/Resources/fs_skip_next_highlight.png; sourceTree = SOURCE_ROOT; }; 
     187        63E768B10D3507EF00258089 /* fs_skip_next.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_skip_next.png; path = ../../../extras/package/macosx/Resources/fs_skip_next.png; sourceTree = SOURCE_ROOT; }; 
     188        63E768B20D3507EF00258089 /* fs_skip_previous_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_skip_previous_highlight.png; path = ../../../extras/package/macosx/Resources/fs_skip_previous_highlight.png; sourceTree = SOURCE_ROOT; }; 
     189        63E768B30D3507EF00258089 /* fs_skip_previous.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_skip_previous.png; path = ../../../extras/package/macosx/Resources/fs_skip_previous.png; sourceTree = SOURCE_ROOT; }; 
     190        63E768B40D3507EF00258089 /* fs_stop_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_stop_highlight.png; path = ../../../extras/package/macosx/Resources/fs_stop_highlight.png; sourceTree = SOURCE_ROOT; }; 
     191        63E768B50D3507EF00258089 /* fs_stop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_stop.png; path = ../../../extras/package/macosx/Resources/fs_stop.png; sourceTree = SOURCE_ROOT; }; 
     192        63E768B60D3507EF00258089 /* fs_time_slider_knob_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_time_slider_knob_highlight.png; path = ../../../extras/package/macosx/Resources/fs_time_slider_knob_highlight.png; sourceTree = SOURCE_ROOT; }; 
     193        63E768B70D3507EF00258089 /* fs_time_slider_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_time_slider_knob.png; path = ../../../extras/package/macosx/Resources/fs_time_slider_knob.png; sourceTree = SOURCE_ROOT; }; 
     194        63E768B80D3507EF00258089 /* fs_time_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_time_slider.png; path = ../../../extras/package/macosx/Resources/fs_time_slider.png; sourceTree = SOURCE_ROOT; }; 
     195        63E768B90D3507EF00258089 /* fs_volume_max_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_max_highlight.png; path = ../../../extras/package/macosx/Resources/fs_volume_max_highlight.png; sourceTree = SOURCE_ROOT; }; 
     196        63E768BA0D3507EF00258089 /* fs_volume_max.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_max.png; path = ../../../extras/package/macosx/Resources/fs_volume_max.png; sourceTree = SOURCE_ROOT; }; 
     197        63E768BB0D3507EF00258089 /* fs_volume_mute_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_mute_highlight.png; path = ../../../extras/package/macosx/Resources/fs_volume_mute_highlight.png; sourceTree = SOURCE_ROOT; }; 
     198        63E768BC0D3507EF00258089 /* fs_volume_mute.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_mute.png; path = ../../../extras/package/macosx/Resources/fs_volume_mute.png; sourceTree = SOURCE_ROOT; }; 
     199        63E768BD0D3507EF00258089 /* fs_volume_slider_bar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_slider_bar.png; path = ../../../extras/package/macosx/Resources/fs_volume_slider_bar.png; sourceTree = SOURCE_ROOT; }; 
     200        63E768BE0D3507EF00258089 /* fs_volume_slider_knob_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fs_volume_slider_knob_highlight.png; path = ../../../extras/package/macosx/Resources/fs_volume_slider_knob_highlight.png; sourceTree = SOURCE_ROOT; }; 
    201201        63E76A520D35225700258089 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; 
    202202        8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 
     
    570570            runOnlyForDeploymentPostprocessing = 0; 
    571571            shellPath = /bin/sh; 
    572             shellScript = "if test \"$SYMROOT\" == \"$PROJECT_DIR/build\"\nthen\n\tVLCFRAMEWORK=\"$SRCROOT/../Framework/build/$CONFIGURATION/VLCKit.framework\"\nelse\n\tVLCFRAMEWORK=\"$SYMROOT/$CONFIGURATION/VLCKit.framework\"\nfi\n/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks $VLCFRAMEWORK $BUILT_PRODUCTS_DIR/$FRAMEWORKS_FOLDER_PATH\n\n\n"; 
     572            shellScript = "if test \"$SYMROOT\" == \"$PROJECT_DIR/build\"\nthen\n\tVLCFRAMEWORK=\"$SRCROOT/../Framework/build/$CONFIGURATION/VLCKit.framework\"\nelse\n\tVLCFRAMEWORK=\"$SYMROOT/$CONFIGURATION/VLCKit.framework\"\nfi\n/Developer/Library/PrivateFrameworks/DevToolsCore.framewo../../../extras/package/macosx/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks $VLCFRAMEWORK $BUILT_PRODUCTS_DIR/$FRAMEWORKS_FOLDER_PATH\n\n\n"; 
    573573        }; 
    574574/* End PBXShellScriptBuildPhase section */