diff options
author | Memphiz <memphis@machzwo.de> | 2016-01-13 19:05:24 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2016-01-13 22:20:30 +0100 |
commit | 7f1c27b9c670d0948d4ba80cf878f7b74bcdd1b9 (patch) | |
tree | 6550b4c166eec5bec7674eac9d87b26b3a11ce3e /tools | |
parent | dcbd35d6682e5c1bc5c990ca4359b33539b40de6 (diff) |
[osx] - corrected wrong Info.plist path in xcode project and buildphase script - fixes #16508
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/darwin/Support/copyframeworks-osx.command | 2 |
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" |