Hi Devin,

Here's the modified info.plist file, which is pointed to in the Standalone builder. But it isn't working yet. Suggestions?

-------------------

<?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>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleDocumentTypes</key>
    <array>
        <dict>
            <key>CFBundleTypeExtensions</key>
            <array>

            </array>
            <key>CFBundleTypeIconFile</key>
            <string>StandaloneDoc.icns</string>
            <key>CFBundleTypeName</key>
<string>Consoler Engine Files</string>
            <key>CFBundleTypeOSTypes</key>
            <array>

            </array>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
        </dict>
    </array>
    <key>CFBundleExecutable</key>
<string>Consoler Engine</string>
<key> LSUIElement </key>
<string>1</string>
    <key>CFBundleIdentifier</key>
<string>com..startconsolerengine</string>
    <key>CFBundleGetInfoString</key>
<string>Start Consoler Engine Version 1.0.0.0</string>
    <key>CFBundleIconFile</key>
    <string>Standalone.icns</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleLongVersionString</key>
<string>Start Consoler Engine 1.0.0.0</string>
    <key>CFBundleName</key>
<string>Start Consoler Engine</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
<string>1.0.0.0</string>
    <key>CFBundleSignature</key>
<string>????</string>
    <key>CFBundleVersion</key>
<string>1.0.0.0</string>
    <key>CSResourcesFileMapped</key>
    <true/>
    <key>LFPrefersCarbon</key>
    <true/>
    <key>LSGetAppDiedEvents</key>
    <true/>
    <key>NSAppleScriptEnabled</key>
    <string>YES</string>
    <key>NSHumanReadableCopyright</key>
<string>2013  All rights reserved worldwide</string>
</dict>
</plist>


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to