Commit ce5d8671 authored by David Fuhrmann's avatar David Fuhrmann

macosx: rename vlc target to vlc-bundle-helper

This is the target called from our makefile scripts. Rename it
so it is more clear that it should not be called in Xcode
directly.
parent c5ffebd6
...@@ -45,7 +45,7 @@ VLC-tmp: vlc ...@@ -45,7 +45,7 @@ VLC-tmp: vlc
mkdir -p $(top_builddir)/tmp/modules/gui/macosx mkdir -p $(top_builddir)/tmp/modules/gui/macosx
cd "$(srcdir)/modules/gui/macosx/" && cp *.h *.m $(abs_top_builddir)/tmp/modules/gui/macosx/ cd "$(srcdir)/modules/gui/macosx/" && cp *.h *.m $(abs_top_builddir)/tmp/modules/gui/macosx/
cd $(top_builddir)/tmp/extras/package/macosx && \ cd $(top_builddir)/tmp/extras/package/macosx && \
xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) xcodebuild -target vlc-bundle-helper SYMROOT=../../../build DSTROOT=../../../build $(silentstd)
cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $@ cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $@
mkdir -p $@/Contents/Frameworks && cp -R $(CONTRIB_DIR)/Growl.framework $@/Contents/Frameworks/ mkdir -p $@/Contents/Frameworks && cp -R $(CONTRIB_DIR)/Growl.framework $@/Contents/Frameworks/
if HAVE_SPARKLE if HAVE_SPARKLE
......
...@@ -3024,9 +3024,9 @@ ...@@ -3024,9 +3024,9 @@
productReference = 1CCB5F2F1A62A6A5004C3E90 /* pseudo-vlc.app */; productReference = 1CCB5F2F1A62A6A5004C3E90 /* pseudo-vlc.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
CC402EAE0E00ABBB006A4BA4 /* vlc */ = { CC402EAE0E00ABBB006A4BA4 /* vlc-bundle-helper */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = CC402F460E00ABBB006A4BA4 /* Build configuration list for PBXNativeTarget "vlc" */; buildConfigurationList = CC402F460E00ABBB006A4BA4 /* Build configuration list for PBXNativeTarget "vlc-bundle-helper" */;
buildPhases = ( buildPhases = (
CC402EAF0E00ABBB006A4BA4 /* Resources */, CC402EAF0E00ABBB006A4BA4 /* Resources */,
CC402F400E00ABBB006A4BA4 /* Frameworks */, CC402F400E00ABBB006A4BA4 /* Frameworks */,
...@@ -3036,7 +3036,7 @@ ...@@ -3036,7 +3036,7 @@
); );
dependencies = ( dependencies = (
); );
name = vlc; name = "vlc-bundle-helper";
productInstallPath = "$(HOME)/Library/Bundles"; productInstallPath = "$(HOME)/Library/Bundles";
productName = vlc; productName = vlc;
productReference = CC402F4B0E00ABBB006A4BA4 /* VLC.bundle */; productReference = CC402F4B0E00ABBB006A4BA4 /* VLC.bundle */;
...@@ -3085,7 +3085,7 @@ ...@@ -3085,7 +3085,7 @@
projectDirPath = ""; projectDirPath = "";
projectRoot = ../../..; projectRoot = ../../..;
targets = ( targets = (
CC402EAE0E00ABBB006A4BA4 /* vlc */, CC402EAE0E00ABBB006A4BA4 /* vlc-bundle-helper */,
1CCB5F2E1A62A6A5004C3E90 /* pseudo-vlc */, 1CCB5F2E1A62A6A5004C3E90 /* pseudo-vlc */,
1C42A6DF1B19F597007D87B2 /* Build deps */, 1C42A6DF1B19F597007D87B2 /* Build deps */,
1C07EDFD1B1CD6B300A0BBDB /* Bootstrap project */, 1C07EDFD1B1CD6B300A0BBDB /* Bootstrap project */,
...@@ -5015,7 +5015,7 @@ ...@@ -5015,7 +5015,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Default; defaultConfigurationName = Default;
}; };
CC402F460E00ABBB006A4BA4 /* Build configuration list for PBXNativeTarget "vlc" */ = { CC402F460E00ABBB006A4BA4 /* Build configuration list for PBXNativeTarget "vlc-bundle-helper" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
CC402F470E00ABBB006A4BA4 /* Development */, CC402F470E00ABBB006A4BA4 /* Development */,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment