2022-03-29 16:00:59 +03: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>NSExtensionFileProviderDocumentGroup</key>
|
|
|
|
<string>$(OC_SOCKETAPI_TEAM_IDENTIFIER_PREFIX)$(OC_APPLICATION_REV_DOMAIN)</string>
|
|
|
|
<key>NSExtensionFileProviderSupportsEnumeration</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.fileprovider-nonui</string>
|
|
|
|
<key>NSExtensionPrincipalClass</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).FileProviderExtension</string>
|
|
|
|
</dict>
|
2022-12-27 02:18:00 +03:00
|
|
|
<key>SocketApiPrefix</key>
|
|
|
|
<string>$(OC_SOCKETAPI_TEAM_IDENTIFIER_PREFIX)$(OC_APPLICATION_REV_DOMAIN)</string>
|
2022-03-29 16:00:59 +03:00
|
|
|
</dict>
|
|
|
|
</plist>
|