mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
59 lines
1.4 KiB
Text
59 lines
1.4 KiB
Text
<?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>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.owncloud.injector</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>OwnCloudInjector</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>osax</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0.2</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>OWNC</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0.2</string>
|
|
<key>OSAScriptingDefinition</key>
|
|
<string>OwnCloudInjector.sdef</string>
|
|
<key>OSAXHandlers</key>
|
|
<dict>
|
|
<key>Events</key>
|
|
<dict>
|
|
<key>OWNClded</key>
|
|
<dict>
|
|
<key>Context</key>
|
|
<string>Process</string>
|
|
<key>Handler</key>
|
|
<string>HandleLoadedEvent</string>
|
|
<key>ThreadSafe</key>
|
|
<false/>
|
|
</dict>
|
|
<key>OWNCload</key>
|
|
<dict>
|
|
<key>Context</key>
|
|
<string>Process</string>
|
|
<key>Handler</key>
|
|
<string>HandleLoadEvent</string>
|
|
<key>ThreadSafe</key>
|
|
<false/>
|
|
</dict>
|
|
<key>OWNCunld</key>
|
|
<dict>
|
|
<key>Context</key>
|
|
<string>Process</string>
|
|
<key>Handler</key>
|
|
<string>HandleUnloadEvent</string>
|
|
<key>ThreadSafe</key>
|
|
<false/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|