aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2016-01-13 19:05:24 +0100
committerMemphiz <memphis@machzwo.de>2016-01-13 22:20:30 +0100
commit7f1c27b9c670d0948d4ba80cf878f7b74bcdd1b9 (patch)
tree6550b4c166eec5bec7674eac9d87b26b3a11ce3e /tools
parentdcbd35d6682e5c1bc5c990ca4359b33539b40de6 (diff)
[osx] - corrected wrong Info.plist path in xcode project and buildphase script - fixes #16508
Diffstat (limited to 'tools')
-rwxr-xr-xtools/darwin/Support/copyframeworks-osx.command2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Support/copyframeworks-osx.command b/tools/darwin/Support/copyframeworks-osx.command
index 6d97630758..2ac16b45d3 100755
--- a/tools/darwin/Support/copyframeworks-osx.command
+++ b/tools/darwin/Support/copyframeworks-osx.command
@@ -70,7 +70,7 @@ cp -f "$TARGET_BUILD_DIR/$APP_NAME" "$TARGET_BINARY"
echo "Creating icon"
iconutil -c icns --output "$TARGET_CONTENTS/Resources/kodi.icns" "$SRCROOT/tools/darwin/packaging/media/osx/icon.iconset"
-cp -f "$SRCROOT/xbmc/osx/Info.plist" "$TARGET_CONTENTS/"
+cp -f "$SRCROOT/xbmc/platform/darwin/osx/Info.plist" "$TARGET_CONTENTS/"
# Copy all of XBMC's dylib dependencies and rename their locations to inside the Framework
echo "Checking $TARGET_BINARY dylib dependencies"