diff options
| author | Benjamin Culkin <bjculkin@focalor.home> | 2024-01-17 20:12:21 -0500 |
|---|---|---|
| committer | Benjamin Culkin <bjculkin@focalor.home> | 2024-01-17 20:12:21 -0500 |
| commit | 5ededf0d64c4b7994fb51db05c3e59ccbf905753 (patch) | |
| tree | 103e1d963b226dbf5d89dc486519b8272fd27438 /build/Pagic.woa/Contents/Info.plist | |
Initial commit
Diffstat (limited to 'build/Pagic.woa/Contents/Info.plist')
| -rw-r--r-- | build/Pagic.woa/Contents/Info.plist | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/build/Pagic.woa/Contents/Info.plist b/build/Pagic.woa/Contents/Info.plist new file mode 100644 index 0000000..d3e8801 --- /dev/null +++ b/build/Pagic.woa/Contents/Info.plist @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plist version="0.9"> +<dict> + <key>NOTE</key> + <string>autogenerated</string> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>Pagic</string> + <key>CFBundleIconFile</key> + <string>WOAfile.icns</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleSignature</key> + <string>webo</string> + <key>CFBundleShortVersionString</key> + <string>0.0</string> + <key>CFBundleVersion</key> + <string></string> + <key>NSExecutable</key> + <string>Pagic</string> + <key>NSJavaNeeded</key> + <true/> + <key>NSJavaPath</key> + <array> + <string>Pagic.jar</string> + </array> + <key>NSJavaPathClient</key> + <string>$basename.jar</string> + <key>NSJavaRoot</key> + <string>Contents/Resources/Java</string> + <key>NSJavaRootClient</key> + <string>Contents/WebServerResources/Java</string> +</dict> +</plist>
\ No newline at end of file |
