|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | +<plist version="1.0"> |
| 4 | + <dict> |
| 5 | + <key>BuildMachineOSBuild</key> |
| 6 | + <string>12F45</string> |
| 7 | + <key>CFBundleDevelopmentRegion</key> |
| 8 | + <string>en</string> |
| 9 | + <key>CFBundleDisplayName</key> |
| 10 | + <string>WebGL Workshop</string> |
| 11 | + <key>CFBundleDocumentTypes</key> |
| 12 | + <array> |
| 13 | + <dict> |
| 14 | + <key>CFBundleTypeIconFile</key> |
| 15 | + <string>nw.icns</string> |
| 16 | + <key>CFBundleTypeName</key> |
| 17 | + <string>node-webkit App</string> |
| 18 | + <key>CFBundleTypeRole</key> |
| 19 | + <string>Viewer</string> |
| 20 | + <key>LSHandlerRank</key> |
| 21 | + <string>Owner</string> |
| 22 | + <key>LSItemContentTypes</key> |
| 23 | + <array> |
| 24 | + <string>com.intel.nw.app</string> |
| 25 | + </array> |
| 26 | + </dict> |
| 27 | + </array> |
| 28 | + <key>CFBundleExecutable</key> |
| 29 | + <string>node-webkit</string> |
| 30 | + <key>CFBundleIconFile</key> |
| 31 | + <string>nw.icns</string> |
| 32 | + <key>CFBundleIdentifier</key> |
| 33 | + <string>webgl-workshop</string> |
| 34 | + <key>CFBundleInfoDictionaryVersion</key> |
| 35 | + <string>6.0</string> |
| 36 | + <key>CFBundleName</key> |
| 37 | + <string>WebGL Workshop</string> |
| 38 | + <key>CFBundlePackageType</key> |
| 39 | + <string>APPL</string> |
| 40 | + <key>CFBundleShortVersionString</key> |
| 41 | + <string>Version latest</string> |
| 42 | + <key>CFBundleVersion</key> |
| 43 | + <string>latest</string> |
| 44 | + <key>DTSDKBuild</key> |
| 45 | + <string>12F37</string> |
| 46 | + <key>DTSDKName</key> |
| 47 | + <string>macosx10.8</string> |
| 48 | + <key>DTXcode</key> |
| 49 | + <string>0511</string> |
| 50 | + <key>DTXcodeBuild</key> |
| 51 | + <string>5B1008</string> |
| 52 | + <key>LSFileQuarantineEnabled</key> |
| 53 | + <false/> |
| 54 | + <key>LSMinimumSystemVersion</key> |
| 55 | + <string>10.6.0</string> |
| 56 | + <key>NSPrincipalClass</key> |
| 57 | + <string>NSApplication</string> |
| 58 | + <key>NSSupportsAutomaticGraphicsSwitching</key> |
| 59 | + <true/> |
| 60 | + <key>UTExportedTypeDeclarations</key> |
| 61 | + <array/> |
| 62 | + </dict> |
| 63 | +</plist> |
0 commit comments