Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
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.
 
 
 

40 lines
1.2 KiB

  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>NSExtension</key>
  6. <dict>
  7. <key>NSExtensionAttributes</key>
  8. <dict>
  9. <key>NSExtensionActivationRule</key>
  10. <dict>
  11. <key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
  12. <integer>1</integer>
  13. </dict>
  14. <key>NSExtensionJavaScriptPreprocessingFile</key>
  15. <string>Action</string>
  16. <key>NSExtensionServiceAllowsFinderPreviewItem</key>
  17. <true/>
  18. <key>NSExtensionServiceAllowsTouchBarItem</key>
  19. <true/>
  20. <key>NSExtensionServiceFinderPreviewIconName</key>
  21. <string>NSActionTemplate</string>
  22. <key>NSExtensionServiceTouchBarBezelColorName</key>
  23. <string>TouchBarBezel</string>
  24. <key>NSExtensionServiceTouchBarIconName</key>
  25. <string>NSActionTemplate</string>
  26. </dict>
  27. <key>NSExtensionPointIdentifier</key>
  28. <string>com.apple.ui-services</string>
  29. <key>NSExtensionPrincipalClass</key>
  30. <string>$(PRODUCT_MODULE_NAME).ActionViewController</string>
  31. </dict>
  32. <key>UIAppFonts</key>
  33. <array>
  34. <string>LoraGX.ttf</string>
  35. <string>OpenSans-Regular.ttf</string>
  36. <string>Hack-Regular.ttf</string>
  37. </array>
  38. </dict>
  39. </plist>