Preparing the WOFramework
Last modified by Ulrich Köster on 2006/08/21 02:18
Create a Info.plist in the Resources folder of the project. Example Info.plist:
<?xml version="1.0" encoding="UTF-8"?>
<plist version="0.9">
<dict>
<key>NSJavaPathClient</key>
<string>foo.jar</string>
<key>CFBundleIconFile</key>
<string>WOAfile.icns</string>
<key>CFBundleExecutable</key>
<string>Foo</string>
<key>NSJavaRoot</key>
<string>Resources/Java</string>
<key>NSJavaRootClient</key>
<string>WebServerResources/Java</string>
<key>NSJavaNeeded</key>
<true/>
<key>CFBundleName</key>
<string></string>
<key>NSExecutable</key>
<string>Foo</string>
<key>NSJavaPath</key>
<array>
</array>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>NOTE</key>
<string>Please, do NOT change this file -- It was generated by ProjectBuilder.</string>
<key>Has_WOComponents</key>
<true/>
<key>CFBundleSignature</key>
<string>webo</string>
<key>CFBundleShortVersionString</key>
<string></string>
<key>CFBundleIdentifier</key>
<string></string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
</dict>
</plist>