Native Mac OS X OtaClock replica
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Info.plist 1.2KB

123456789101112131415161718192021222324252627282930313233343536
  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>en</string>
  7. <key>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>de.xythobuz.$(PRODUCT_NAME:rfc1034identifier)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>$(PRODUCT_NAME)</string>
  15. <key>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>1.0</string>
  19. <key>CFBundleSignature</key>
  20. <string>????</string>
  21. <key>CFBundleVersion</key>
  22. <string>456</string>
  23. <key>LSApplicationCategoryType</key>
  24. <string>public.app-category.utilities</string>
  25. <key>LSMinimumSystemVersion</key>
  26. <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
  27. <key>LSUIElement</key>
  28. <true/>
  29. <key>NSHumanReadableCopyright</key>
  30. <string>Copyright © 2006 Konami Digital Entertainment Co., Ltd.</string>
  31. <key>NSMainNibFile</key>
  32. <string>MainMenu</string>
  33. <key>NSPrincipalClass</key>
  34. <string>NSApplication</string>
  35. </dict>
  36. </plist>