mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-16 12:10:41 +01:00
Fix Mac settings to allow both Xcode debugging and app execution (issue #199).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@204 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
0e3f74b199
commit
27496a992a
4
cef.gyp
4
cef.gyp
@ -141,7 +141,6 @@
|
||||
'files': [
|
||||
'<(PRODUCT_DIR)/libcef.dylib',
|
||||
'<(PRODUCT_DIR)/libffmpegsumo.dylib',
|
||||
'tests/cefclient/cefclient_mac_app.sh',
|
||||
],
|
||||
},
|
||||
{
|
||||
@ -366,6 +365,9 @@
|
||||
'libcef_dll/transfer_util.cpp',
|
||||
'libcef_dll/transfer_util.h',
|
||||
],
|
||||
'xcode_settings': {
|
||||
'INSTALL_PATH': '@executable_path',
|
||||
},
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'dependencies': [
|
||||
|
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
DIR=$(cd "$(dirname "$0")"; pwd)
|
||||
export DYLD_FALLBACK_LIBRARY_PATH="$DIR:/lib:/usr/lib"
|
||||
exec "$DIR/cefclient"
|
||||
|
@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>cefclient_mac_app.sh</string>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>cefclient.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user