But I tried everything,
* plutil says my Info.plist is fine,
* the icon is created with icon composer and looks great in preview
* I have the CFBundleIconFile and everything set (see below)
* I logged out and back in
* I zipped and unzipped the bundle
* I rebuild launch services database
* bundle has PkgInfo (BNDL????) and BundleBit set
* jvstwrapper.icns is in the Ressources dir
* bundle is build using XCode (Mach-o Type: Bundle, Linker Flags:
-framework Carbon)
still no luck.
Off the top of my head I thought this wasn't supported for arbitrary
bundles. ou'll probably need to use a custom icon instead.
Larry
Any idea why my carbon bundle still doesnt show the icon configured in
the .plist file?
thanks for the answers,
daniel.
*********************************************************************
~/workspace/jvst_native/src/build/Debug/jvstwrapper.vst/Contents$ cat
Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>libjvstwrapper.jnilib</string>
<key>CFBundleGetInfoString</key>
<string>jVSTwRapper - The Java way into VST world -
http://jvstwrapper.sf.net/</string>
<key>CFBundleIconFile</key>
<string>jvstwrapper.icns</string>
<key>CFBundleIdentifier</key>
<string>net.sourceforge.jvstwrapper</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>jVSTwRapper VST PlugIn</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden