InsideJob-Info.plist 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleDocumentTypes</key>
  8. <array/>
  9. <key>CFBundleExecutable</key>
  10. <string>${EXECUTABLE_NAME}</string>
  11. <key>CFBundleIconFile</key>
  12. <string>InsideJob</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>net.adampreble.${PRODUCT_NAME:rfc1034identifier}</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>${PRODUCT_NAME}</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>1.0.2-gdz</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleURLTypes</key>
  26. <array/>
  27. <key>CFBundleVersion</key>
  28. <string>5</string>
  29. <key>LSApplicationCategoryType</key>
  30. <string>public.app-category.utilities</string>
  31. <key>LSMinimumSystemVersion</key>
  32. <string>${MACOSX_DEPLOYMENT_TARGET}</string>
  33. <key>NSHumanReadableCopyright</key>
  34. <string>Copyright 2011 Adam Preble</string>
  35. <key>NSMainNibFile</key>
  36. <string>MainMenu</string>
  37. <key>NSPrincipalClass</key>
  38. <string>NSApplication</string>
  39. <key>NSServices</key>
  40. <array/>
  41. <key>UTExportedTypeDeclarations</key>
  42. <array/>
  43. <key>UTImportedTypeDeclarations</key>
  44. <array/>
  45. </dict>
  46. </plist>