The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniOutliner 3 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=9)
-   -   S5.ooxsl plugin (http://forums.omnigroup.com/showthread.php?t=9486)

rtebiz 2008-08-20 09:54 AM

S5.ooxsl plugin
 
I'm seeing the following in my console log, what should I do?

OmniOutliner Professional[206] Warning: No identifier set on bundle NSBundle </Users/bobembry/Library/Application Support/OmniOutliner 3/Plug-Ins/S5.ooxsl> (not yet loaded). Using path in XSL plugin identifier for backwards compatibility. Please check for a newer version of this bundle

Thanks

Bob

DerekM 2008-08-20 10:18 AM

If the S5 plugin still works for you, then there's nothing you need to do. If it doesn't work, or you want to stop that warning from being logged, you need to edit the info.plist file (S5.ooxsl/Contents/Info.plist).

Open that file in a text editor and enter you'll see this at the top:

[CODE]<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>S5</string>[/CODE]


What you need to do is enter the CFBundleIdentifier key. So something like:

[CODE]
<key>CFBundleIdentifier</key>
<string>com.s5.OmniOutliner.s5</string>[/CODE]

Place it at the same level as the other CFBundle keys.


All times are GMT -8. The time now is 10:46 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.