2021-11-05 19:12:04 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>NSExtension</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionAttributes</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionActivationRule</key>
|
2021-11-05 19:40:36 +00:00
|
|
|
<dict>
|
|
|
|
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
|
2021-11-19 21:10:39 +00:00
|
|
|
<integer>1</integer>
|
2021-11-05 19:40:36 +00:00
|
|
|
</dict>
|
2021-11-19 20:51:37 +00:00
|
|
|
<key>NSExtensionJavaScriptPreprocessingFile</key>
|
|
|
|
<string>Action</string>
|
2021-11-05 19:12:04 +00:00
|
|
|
<key>NSExtensionServiceAllowsFinderPreviewItem</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSExtensionServiceAllowsTouchBarItem</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSExtensionServiceFinderPreviewIconName</key>
|
|
|
|
<string>NSActionTemplate</string>
|
|
|
|
<key>NSExtensionServiceTouchBarBezelColorName</key>
|
|
|
|
<string>TouchBarBezel</string>
|
|
|
|
<key>NSExtensionServiceTouchBarIconName</key>
|
|
|
|
<string>NSActionTemplate</string>
|
|
|
|
</dict>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.ui-services</string>
|
2021-11-19 20:51:37 +00:00
|
|
|
<key>NSExtensionPrincipalClass</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).ActionViewController</string>
|
2021-11-05 19:12:04 +00:00
|
|
|
</dict>
|
2021-11-19 20:51:37 +00:00
|
|
|
<key>UIAppFonts</key>
|
|
|
|
<array>
|
|
|
|
<string>LoraGX.ttf</string>
|
|
|
|
<string>OpenSans-Regular.ttf</string>
|
|
|
|
<string>Hack-Regular.ttf</string>
|
|
|
|
</array>
|
2021-11-05 19:12:04 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|