Skip to main content

I'm following the article for adding custom system preference panes to be able to run with the config profiles as outlines in this article - https://jamfnation.jamfsoftware.com/article.html?id=204. The only one I can't seem to get working is WinShortCutter's to work.

I got Java's and the Wacom's working, just not this one... has anybody gotten it to work?
this is the info in OSXRestrictions.xml, incl the Java/Wacom one I added before.

<dict>
            <key>displayName</key>
            <string>JavaControlPanel</string>
            <key>preferenceID</key>
            <string>com.oracle.java.JavaControlPanel</string>
        </dict>
        <dict>
            <key>displayName</key>
            <string>WacomTablet</string>
            <key>preferenceID</key>
            <string>com.wacom.settingsPrefPane</string>
        </dict>
        <dict>
            <key>displayName</key>
            <string>WinShortcutterPrefs</string>
            <key>preferenceID</key>
            <string>com.fribi.WinShortcutter</string>
        </dict>
    </EnabledPreferencePanes>

and this is the data from the winshortcutter info.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>BuildMachineOSBuild</key>
    <string>12C60</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleDisplayName</key>
    <string>WinShortcutter</string>
    <key>CFBundleExecutable</key>
    <string>WinShortcutterPrefs</string>
    <key>CFBundleGetInfoString</key>
    <string>3.5, Copyright © 2009-2012 Lobotomo</string>
    <key>CFBundleIdentifier</key>
    <string>com.fribi.WinShortcutter</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>WinShortcutter</string>
    <key>CFBundlePackageType</key>
    <string>BNDL</string>
    <key>CFBundleShortVersionString</key>
    <string>3.5</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>3.5</string>
    <key>DTCompiler</key>
    <string></string>
    <key>DTPlatformBuild</key>
    <string>4G2008a</string>
    <key>DTPlatformVersion</key>
    <string>GM</string>
    <key>DTSDKBuild</key>
    <string>11E52</string>
    <key>DTSDKName</key>
    <string>macosx10.7</string>
    <key>DTXcode</key>
    <string>0452</string>
    <key>DTXcodeBuild</key>
    <string>4G2008a</string>
    <key>NSMainNibFile</key>
    <string>WinShortcutterPrefsPref</string>
    <key>NSPrefPaneIconFile</key>
    <string>WinShortcutter.icns</string>
    <key>NSPrefPaneIconLabel</key>
    <string>WinShortcutter</string>
    <key>NSPrincipalClass</key>
    <string>WinShortcutterPrefsPref</string>
</dict>
</plist>

BAH!

I'm an idiot
I forgot to go back into the payload and enable it. That's what I get for rushing....