Skip to content

Commit

Permalink
macosx: rename vlc target to vlc-bundle-helper
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
David Fuhrmann committed Jun 13, 2015
1 parent c5ffebd commit ce5d867
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extras/package/macosx/package.mak
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ VLC-tmp: vlc
mkdir -p $(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 && \
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 $@
mkdir -p $@/Contents/Frameworks && cp -R $(CONTRIB_DIR)/Growl.framework $@/Contents/Frameworks/
if HAVE_SPARKLE
Expand Down
10 changes: 5 additions & 5 deletions extras/package/macosx/vlc.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3024,9 +3024,9 @@
productReference = 1CCB5F2F1A62A6A5004C3E90 /* pseudo-vlc.app */;
productType = "com.apple.product-type.application";
};
CC402EAE0E00ABBB006A4BA4 /* vlc */ = {
CC402EAE0E00ABBB006A4BA4 /* vlc-bundle-helper */ = {
isa = PBXNativeTarget;
buildConfigurationList = CC402F460E00ABBB006A4BA4 /* Build configuration list for PBXNativeTarget "vlc" */;
buildConfigurationList = CC402F460E00ABBB006A4BA4 /* Build configuration list for PBXNativeTarget "vlc-bundle-helper" */;
buildPhases = (
CC402EAF0E00ABBB006A4BA4 /* Resources */,
CC402F400E00ABBB006A4BA4 /* Frameworks */,
Expand All @@ -3036,7 +3036,7 @@
);
dependencies = (
);
name = vlc;
name = "vlc-bundle-helper";
productInstallPath = "$(HOME)/Library/Bundles";
productName = vlc;
productReference = CC402F4B0E00ABBB006A4BA4 /* VLC.bundle */;
Expand Down Expand Up @@ -3085,7 +3085,7 @@
projectDirPath = "";
projectRoot = ../../..;
targets = (
CC402EAE0E00ABBB006A4BA4 /* vlc */,
CC402EAE0E00ABBB006A4BA4 /* vlc-bundle-helper */,
1CCB5F2E1A62A6A5004C3E90 /* pseudo-vlc */,
1C42A6DF1B19F597007D87B2 /* Build deps */,
1C07EDFD1B1CD6B300A0BBDB /* Bootstrap project */,
Expand Down Expand Up @@ -5015,7 +5015,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Default;
};
CC402F460E00ABBB006A4BA4 /* Build configuration list for PBXNativeTarget "vlc" */ = {
CC402F460E00ABBB006A4BA4 /* Build configuration list for PBXNativeTarget "vlc-bundle-helper" */ = {
isa = XCConfigurationList;
buildConfigurations = (
CC402F470E00ABBB006A4BA4 /* Development */,
Expand Down

0 comments on commit ce5d867

Please sign in to comment.