1 changed files with 96 additions and 0 deletions
-
96Info.plist
@ -0,0 +1,96 @@ |
|||
<?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>16A323</string> |
|||
<key>CFBundleDevelopmentRegion</key> |
|||
<string>en</string> |
|||
<key>CFBundleDisplayName</key> |
|||
<string>Business Station</string> |
|||
<key>CFBundleDocumentTypes</key> |
|||
<array/> |
|||
<key>CFBundleExecutable</key> |
|||
<string>nwjs</string> |
|||
<key>CFBundleIconFile</key> |
|||
<string>app.icns</string> |
|||
<key>CFBundleIdentifier</key> |
|||
<string>com.netsyms.BusinessStation</string> |
|||
<key>CFBundleInfoDictionaryVersion</key> |
|||
<string>6.0</string> |
|||
<key>CFBundleName</key> |
|||
<string>netsyms-business-station</string> |
|||
<key>CFBundlePackageType</key> |
|||
<string>APPL</string> |
|||
<key>CFBundleShortVersionString</key> |
|||
<string>Version 1.2.1</string> |
|||
<key>CFBundleSignature</key> |
|||
<string>NWJS</string> |
|||
<key>CFBundleURLTypes</key> |
|||
<array> |
|||
<dict> |
|||
<key>CFBundleURLName</key> |
|||
<string>Web site URL</string> |
|||
<key>CFBundleURLSchemes</key> |
|||
<array> |
|||
<string>http</string> |
|||
<string>https</string> |
|||
</array> |
|||
</dict> |
|||
<dict> |
|||
<key>CFBundleURLName</key> |
|||
<string>FTP site URL</string> |
|||
<key>CFBundleURLSchemes</key> |
|||
<array> |
|||
<string>ftp</string> |
|||
</array> |
|||
</dict> |
|||
<dict> |
|||
<key>CFBundleURLName</key> |
|||
<string>Local file URL</string> |
|||
<key>CFBundleURLSchemes</key> |
|||
<array> |
|||
<string>file</string> |
|||
</array> |
|||
</dict> |
|||
</array> |
|||
<key>CFBundleVersion</key> |
|||
<string>1.2.1</string> |
|||
<key>DTCompiler</key> |
|||
<string>com.apple.compilers.llvm.clang.1_0</string> |
|||
<key>DTSDKBuild</key> |
|||
<string>10.12</string> |
|||
<key>DTSDKName</key> |
|||
<string>macosx10.12</string> |
|||
<key>DTXcode</key> |
|||
<string>0833</string> |
|||
<key>DTXcodeBuild</key> |
|||
<string>8E3004b</string> |
|||
<key>LSFileQuarantineEnabled</key> |
|||
<true/> |
|||
<key>LSHasLocalizedDisplayName</key> |
|||
<string>1</string> |
|||
<key>LSMinimumSystemVersion</key> |
|||
<string>10.9.0</string> |
|||
<key>NSAppleScriptEnabled</key> |
|||
<true/> |
|||
<key>NSPrincipalClass</key> |
|||
<string>BrowserCrApplication</string> |
|||
<key>NSSupportsAppNap</key> |
|||
<true/> |
|||
<key>NSSupportsAutomaticGraphicsSwitching</key> |
|||
<true/> |
|||
<key>NSUserActivityTypes</key> |
|||
<array> |
|||
<string>NSUserActivityTypeBrowsingWeb</string> |
|||
</array> |
|||
<key>NSUserNotificationAlertStyle</key> |
|||
<string>banner</string> |
|||
<key>OSAScriptingDefinition</key> |
|||
<string>scripting.sdef</string> |
|||
<key>SCMRevision</key> |
|||
<string>2f0eedbae58fc8cfa2f2ff2988c4c1927e1edbac-</string> |
|||
<key>UTExportedTypeDeclarations</key> |
|||
<array/> |
|||
</dict> |
|||
</plist> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue