roadlabs / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Use API to find out the path to CEF framework #1532

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On MacOS X, GetFrameworkBundlePath() relies on the assumption that CEF 
Framework lies in Frameworks directory of currently running application. This 
may not be the case, especially considering that CEF Framework is very large. 
MacOS X provides an API to find out the path of a given bundle using the its 
ID. Code should use this API instead.

Attached is a minimum patch using the proper API to find out about Framework 
path.

Original issue reported on code.google.com by pgu...@gmail.com on 12 Feb 2015 at 4:53

Attachments:

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/1532

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:37