112 lines
3.1 KiB
XML
112 lines
3.1 KiB
XML
<?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>Comment</key>
|
|
<string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
|
|
<key>Description</key>
|
|
<string>Downloads the latest version of Nextcloud.</string>
|
|
<key>Identifier</key>
|
|
<string>com.github.solutiogruppen.download.Nextcloud</string>
|
|
<key>Input</key>
|
|
<dict>
|
|
<key>NAME</key>
|
|
<string>Nextcloud</string>
|
|
</dict>
|
|
<key>MinimumVersion</key>
|
|
<string>1.0.0</string>
|
|
<key>Process</key>
|
|
<array>
|
|
<dict>
|
|
<key>Arguments</key>
|
|
<dict>
|
|
<key>asset_regex</key>
|
|
<string>.*\.tgz$</string>
|
|
<key>github_repo</key>
|
|
<string>nextcloud-releases/desktop</string>
|
|
</dict>
|
|
<key>Processor</key>
|
|
<string>GitHubReleasesInfoProvider</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Arguments</key>
|
|
<dict>
|
|
<key>filename</key>
|
|
<string>%NAME%-%version%.tgz</string>
|
|
</dict>
|
|
<key>Processor</key>
|
|
<string>URLDownloader</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Processor</key>
|
|
<string>EndOfCheckPhase</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Arguments</key>
|
|
<dict>
|
|
<key>archive_path</key>
|
|
<string>%pathname%</string>
|
|
<key>destination_path</key>
|
|
<string>%RECIPE_CACHE_DIR%/%NAME%</string>
|
|
<key>purge_destination</key>
|
|
<true/>
|
|
</dict>
|
|
<key>Processor</key>
|
|
<string>Unarchiver</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Arguments</key>
|
|
<dict>
|
|
<key>expected_authority_names</key>
|
|
<array>
|
|
<string>Developer ID Installer: Nextcloud GmbH (NKUJUXUJ3B)</string>
|
|
<string>Developer ID Certification Authority</string>
|
|
<string>Apple Root CA</string>
|
|
</array>
|
|
<key>input_path</key>
|
|
<string>%RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-16701-install/arm/Nextcloud-qt5.15.4-3.9.1.16701git.pkg</string>
|
|
</dict>
|
|
<key>Processor</key>
|
|
<string>CodeSignatureVerifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Arguments</key>
|
|
<dict>
|
|
<key>destination_path</key>
|
|
<string>%RECIPE_CACHE_DIR%/unpack</string>
|
|
<key>flat_pkg_path</key>
|
|
<string>%RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-16701-install/arm/Nextcloud-qt5.15.4-3.9.1.16701git.pkg</string>
|
|
<key>purge_destination</key>
|
|
<true/>
|
|
</dict>
|
|
<key>Processor</key>
|
|
<string>FlatPkgUnpacker</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Arguments</key>
|
|
<dict>
|
|
<key>destination_path</key>
|
|
<string>%RECIPE_CACHE_DIR%/payload</string>
|
|
<key>pkg_payload_path</key>
|
|
<string>%RECIPE_CACHE_DIR%/unpack/Nextcloud.pkg/Payload</string>
|
|
<key>purge_destination</key>
|
|
<true/>
|
|
</dict>
|
|
<key>Processor</key>
|
|
<string>PkgPayloadUnpacker</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Arguments</key>
|
|
<dict>
|
|
<key>input_plist_path</key>
|
|
<string>%RECIPE_CACHE_DIR%/payload/Applications/Nextcloud.app/Contents/Info.plist</string>
|
|
<key>plist_version_key</key>
|
|
<string>CFBundleShortVersionString</string>
|
|
</dict>
|
|
<key>Processor</key>
|
|
<string>Versioner</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|