Share.plist 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>CFBundleDisplayName</key>
  8. <string>Nextcloud</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>XPC!</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>2.23.7</string>
  21. <key>CFBundleVersion</key>
  22. <string>0</string>
  23. <key>NSAppTransportSecurity</key>
  24. <dict>
  25. <key>NSAllowsArbitraryLoads</key>
  26. <true/>
  27. </dict>
  28. <key>NSExtension</key>
  29. <dict>
  30. <key>NSExtensionAttributes</key>
  31. <dict>
  32. <key>NSExtensionActivationRule</key>
  33. <dict>
  34. <key>NSExtensionActivationSupportsAttachmentsWithMaxCount</key>
  35. <integer>20</integer>
  36. <key>NSExtensionActivationSupportsFileWithMaxCount</key>
  37. <integer>20</integer>
  38. <key>NSExtensionActivationSupportsImageWithMaxCount</key>
  39. <integer>20</integer>
  40. <key>NSExtensionActivationSupportsMovieWithMaxCount</key>
  41. <integer>5</integer>
  42. <key>NSExtensionActivationSupportsText</key>
  43. <true/>
  44. <key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
  45. <integer>0</integer>
  46. </dict>
  47. </dict>
  48. <key>NSExtensionMainStoryboard</key>
  49. <string>MainInterface</string>
  50. <key>NSExtensionPointIdentifier</key>
  51. <string>com.apple.share-services</string>
  52. </dict>
  53. </dict>
  54. </plist>