The Write.as desktop (GUI) app for macOS.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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>CFBundleDocumentTypes</key>
  8. <array>
  9. <dict>
  10. <key>CFBundleTypeExtensions</key>
  11. <array>
  12. <string>was</string>
  13. </array>
  14. <key>CFBundleTypeIconFile</key>
  15. <string></string>
  16. <key>CFBundleTypeName</key>
  17. <string>DocumentType</string>
  18. <key>CFBundleTypeOSTypes</key>
  19. <array>
  20. <string>????</string>
  21. </array>
  22. <key>CFBundleTypeRole</key>
  23. <string>Editor</string>
  24. <key>NSDocumentClass</key>
  25. <string>$(PRODUCT_MODULE_NAME).Document</string>
  26. </dict>
  27. </array>
  28. <key>CFBundleExecutable</key>
  29. <string>$(EXECUTABLE_NAME)</string>
  30. <key>CFBundleIconFile</key>
  31. <string></string>
  32. <key>CFBundleIdentifier</key>
  33. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  34. <key>CFBundleInfoDictionaryVersion</key>
  35. <string>6.0</string>
  36. <key>CFBundleName</key>
  37. <string>$(PRODUCT_NAME)</string>
  38. <key>CFBundlePackageType</key>
  39. <string>APPL</string>
  40. <key>CFBundleShortVersionString</key>
  41. <string>1.0</string>
  42. <key>CFBundleSignature</key>
  43. <string>????</string>
  44. <key>CFBundleVersion</key>
  45. <string>1</string>
  46. <key>LSApplicationCategoryType</key>
  47. <string>public.app-category.productivity</string>
  48. <key>LSMinimumSystemVersion</key>
  49. <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
  50. <key>NSHumanReadableCopyright</key>
  51. <string>Copyright © 2017 A Bunch Tell, LLC. All rights reserved.</string>
  52. <key>NSMainStoryboardFile</key>
  53. <string>Main</string>
  54. <key>NSPrincipalClass</key>
  55. <string>NSApplication</string>
  56. </dict>
  57. </plist>