Compare commits
10 Commits
1b4615440c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d6e1322b40 | |||
| 74ad5c5c3b | |||
| e6f1bdd167 | |||
| 0d4085712a | |||
| 0454fd8bc0 | |||
| 4b4c2ca1a5 | |||
| 2ba04eff7c | |||
| e0e7fc1ee6 | |||
| 98442c781b | |||
| b53ce28d87 |
@@ -0,0 +1,59 @@
|
|||||||
|
<?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Downloads the latest version of Firefox.</string>
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>com.github.solutiogruppen.download.Firefox</string>
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>Firefox</string>
|
||||||
|
</dict>
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>filename</key>
|
||||||
|
<string>%NAME%.dmg</string>
|
||||||
|
<key>url</key>
|
||||||
|
<string>https://download.mozilla.org/?product=firefox-latest&os=osx&lang=da</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>URLDownloader</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>EndOfCheckPhase</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>input_path</key>
|
||||||
|
<string>%pathname%/Firefox.app</string>
|
||||||
|
<key>requirement</key>
|
||||||
|
<string>identifier "org.mozilla.firefox" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "43AQ936H96"</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>CodeSignatureVerifier</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>input_plist_path</key>
|
||||||
|
<string>%pathname%/Firefox.app/Contents/Info.plist</string>
|
||||||
|
<key>plist_version_key</key>
|
||||||
|
<string>CFBundleShortVersionString</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>Versioner</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
<?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Installs the latest version of Firefox.</string>
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>com.github.solutiogruppen.install.Firefox</string>
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>Firefox</string>
|
||||||
|
</dict>
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
<key>ParentRecipe</key>
|
||||||
|
<string>com.github.solutiogruppen.download.Firefox</string>
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>dmg_path</key>
|
||||||
|
<string>%pathname%</string>
|
||||||
|
<key>items_to_copy</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>destination_path</key>
|
||||||
|
<string>/Applications</string>
|
||||||
|
<key>source_item</key>
|
||||||
|
<string>Firefox.app</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>InstallFromDMG</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,54 @@
|
|||||||
|
<?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Downloads the latest version of Firefox and imports it into Munki.</string>
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>com.github.solutiogruppen.munki.Firefox</string>
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>MUNKI_REPO_SUBDIR</key>
|
||||||
|
<string>apps/%NAME%</string>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>Firefox</string>
|
||||||
|
<key>pkginfo</key>
|
||||||
|
<dict>
|
||||||
|
<key>catalogs</key>
|
||||||
|
<array>
|
||||||
|
<string>testing</string>
|
||||||
|
</array>
|
||||||
|
<key>description</key>
|
||||||
|
<string>Fast, safe Web browser.</string>
|
||||||
|
<key>developer</key>
|
||||||
|
<string>Mozilla Corporation</string>
|
||||||
|
<key>display_name</key>
|
||||||
|
<string>Firefox</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>%NAME%</string>
|
||||||
|
<key>unattended_install</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
<key>ParentRecipe</key>
|
||||||
|
<string>com.github.solutiogruppen.download.Firefox</string>
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>pkg_path</key>
|
||||||
|
<string>%pathname%</string>
|
||||||
|
<key>repo_subdirectory</key>
|
||||||
|
<string>%MUNKI_REPO_SUBDIR%</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>MunkiImporter</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
<?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Downloads the latest version of Firefox and creates a package.</string>
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>com.github.solutiogruppen.pkg.Firefox</string>
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>Firefox</string>
|
||||||
|
</dict>
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
<key>ParentRecipe</key>
|
||||||
|
<string>com.github.solutiogruppen.download.Firefox</string>
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>AppPkgCreator</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
@@ -3,7 +3,7 @@
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
|
<string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
<key>Description</key>
|
<key>Description</key>
|
||||||
<string>Downloads the latest version of Nextcloud.</string>
|
<string>Downloads the latest version of Nextcloud.</string>
|
||||||
<key>Identifier</key>
|
<key>Identifier</key>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<string>Nextcloud</string>
|
<string>Nextcloud</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>MinimumVersion</key>
|
<key>MinimumVersion</key>
|
||||||
<string>1.0.0</string>
|
<string>2.3</string>
|
||||||
<key>Process</key>
|
<key>Process</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
<string>Apple Root CA</string>
|
<string>Apple Root CA</string>
|
||||||
</array>
|
</array>
|
||||||
<key>input_path</key>
|
<key>input_path</key>
|
||||||
<string>%RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-17174-install/arm/Nextcloud-qt5.15.4-3.9.3.17174git.pkg</string>
|
<string>%RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-18409-install/arm/Nextcloud-qt5.15.4-3.10.1.18409git.pkg</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Processor</key>
|
<key>Processor</key>
|
||||||
<string>CodeSignatureVerifier</string>
|
<string>CodeSignatureVerifier</string>
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
<key>destination_path</key>
|
<key>destination_path</key>
|
||||||
<string>%RECIPE_CACHE_DIR%/unpack</string>
|
<string>%RECIPE_CACHE_DIR%/unpack</string>
|
||||||
<key>flat_pkg_path</key>
|
<key>flat_pkg_path</key>
|
||||||
<string>%RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-17174-install/arm/Nextcloud-qt5.15.4-3.9.3.17174git.pkg</string>
|
<string>%RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-18409-install/arm/Nextcloud-qt5.15.4-3.10.1.18409git.pkg</string>
|
||||||
<key>purge_destination</key>
|
<key>purge_destination</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
|
<string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
<key>Description</key>
|
<key>Description</key>
|
||||||
<string>Installs the latest version of Nextcloud.</string>
|
<string>Installs the latest version of Nextcloud.</string>
|
||||||
<key>Identifier</key>
|
<key>Identifier</key>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<string>Nextcloud</string>
|
<string>Nextcloud</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>MinimumVersion</key>
|
<key>MinimumVersion</key>
|
||||||
<string>1.0.0</string>
|
<string>2.3</string>
|
||||||
<key>ParentRecipe</key>
|
<key>ParentRecipe</key>
|
||||||
<string>com.github.solutiogruppen.download.Nextcloud</string>
|
<string>com.github.solutiogruppen.download.Nextcloud</string>
|
||||||
<key>Process</key>
|
<key>Process</key>
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
<key>destination_path</key>
|
<key>destination_path</key>
|
||||||
<string>/Applications</string>
|
<string>/Applications</string>
|
||||||
<key>source_item</key>
|
<key>source_item</key>
|
||||||
<string>var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-17174-install/arm/Nextcloud.app</string>
|
<string>var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-18409-install/arm/Nextcloud.app</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
|
<string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
<key>Description</key>
|
<key>Description</key>
|
||||||
<string>Downloads the latest version of Nextcloud and imports it into Munki.</string>
|
<string>Downloads the latest version of Nextcloud and imports it into Munki.</string>
|
||||||
<key>Identifier</key>
|
<key>Identifier</key>
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>MinimumVersion</key>
|
<key>MinimumVersion</key>
|
||||||
<string>1.0.0</string>
|
<string>2.3</string>
|
||||||
<key>ParentRecipe</key>
|
<key>ParentRecipe</key>
|
||||||
<string>com.github.solutiogruppen.download.Nextcloud</string>
|
<string>com.github.solutiogruppen.download.Nextcloud</string>
|
||||||
<key>Process</key>
|
<key>Process</key>
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
<?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Downloads the latest version of Nextcloud and creates a package.</string>
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>com.github.solutiogruppen.pkg.Nextcloud</string>
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>Nextcloud</string>
|
||||||
|
</dict>
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
<key>ParentRecipe</key>
|
||||||
|
<string>com.github.solutiogruppen.download.Nextcloud</string>
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>app_path</key>
|
||||||
|
<string>%RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-18409-install/arm/Nextcloud.app</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>AppPkgCreator</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB |
@@ -0,0 +1,112 @@
|
|||||||
|
<?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>Description</key>
|
||||||
|
<string>Downloads latest RustDesk macOS aarch64 DMG from GitHub and imports it into Munki for Apple Silicon Macs.</string>
|
||||||
|
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>local.munki.RustDesk-aarch64</string>
|
||||||
|
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
|
||||||
|
<key>MUNKI_REPO_SUBDIR</key>
|
||||||
|
<string>apps/RustDesk</string>
|
||||||
|
|
||||||
|
<key>pkginfo</key>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
|
||||||
|
<key>display_name</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
|
||||||
|
<key>description</key>
|
||||||
|
<string>RustDesk remote support client for Apple Silicon Macs.</string>
|
||||||
|
|
||||||
|
<key>developer</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
|
||||||
|
<key>category</key>
|
||||||
|
<string>Utilities</string>
|
||||||
|
|
||||||
|
<key>catalogs</key>
|
||||||
|
<array>
|
||||||
|
<string>testing</string>
|
||||||
|
</array>
|
||||||
|
|
||||||
|
<key>unattended_install</key>
|
||||||
|
<true/>
|
||||||
|
|
||||||
|
<key>unattended_uninstall</key>
|
||||||
|
<true/>
|
||||||
|
|
||||||
|
<key>blocking_applications</key>
|
||||||
|
<array>
|
||||||
|
<string>RustDesk.app</string>
|
||||||
|
</array>
|
||||||
|
|
||||||
|
<key>supported_architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
|
||||||
|
<key>installable_condition</key>
|
||||||
|
<string>arch == "arm64"</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>GitHubReleasesInfoProvider</string>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>github_repo</key>
|
||||||
|
<string>rustdesk/rustdesk</string>
|
||||||
|
|
||||||
|
<key>asset_regex</key>
|
||||||
|
<string>^rustdesk-[0-9]+(\.[0-9]+)*-aarch64\.dmg$</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>URLDownloader</string>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>url</key>
|
||||||
|
<string>%url%</string>
|
||||||
|
|
||||||
|
<key>filename</key>
|
||||||
|
<string>RustDesk-%version%-aarch64.dmg</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>EndOfCheckPhase</string>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>MunkiImporter</string>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>pkg_path</key>
|
||||||
|
<string>%pathname%</string>
|
||||||
|
|
||||||
|
<key>repo_subdirectory</key>
|
||||||
|
<string>%MUNKI_REPO_SUBDIR%</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,112 @@
|
|||||||
|
<?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>Description</key>
|
||||||
|
<string>Downloads latest RustDesk macOS x86_64 DMG from GitHub and imports it into Munki for Intel Macs.</string>
|
||||||
|
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>local.munki.RustDesk-x86_64</string>
|
||||||
|
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
|
||||||
|
<key>MUNKI_REPO_SUBDIR</key>
|
||||||
|
<string>apps/RustDesk</string>
|
||||||
|
|
||||||
|
<key>pkginfo</key>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
|
||||||
|
<key>display_name</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
|
||||||
|
<key>description</key>
|
||||||
|
<string>RustDesk remote support client for Intel Macs.</string>
|
||||||
|
|
||||||
|
<key>developer</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
|
||||||
|
<key>category</key>
|
||||||
|
<string>Utilities</string>
|
||||||
|
|
||||||
|
<key>catalogs</key>
|
||||||
|
<array>
|
||||||
|
<string>testing</string>
|
||||||
|
</array>
|
||||||
|
|
||||||
|
<key>unattended_install</key>
|
||||||
|
<true/>
|
||||||
|
|
||||||
|
<key>unattended_uninstall</key>
|
||||||
|
<true/>
|
||||||
|
|
||||||
|
<key>blocking_applications</key>
|
||||||
|
<array>
|
||||||
|
<string>RustDesk.app</string>
|
||||||
|
</array>
|
||||||
|
|
||||||
|
<key>supported_architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>x86_64</string>
|
||||||
|
</array>
|
||||||
|
|
||||||
|
<key>installable_condition</key>
|
||||||
|
<string>arch == "x86_64"</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>GitHubReleasesInfoProvider</string>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>github_repo</key>
|
||||||
|
<string>rustdesk/rustdesk</string>
|
||||||
|
|
||||||
|
<key>asset_regex</key>
|
||||||
|
<string>^rustdesk-[0-9]+(\.[0-9]+)*-x86_64\.dmg$</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>URLDownloader</string>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>url</key>
|
||||||
|
<string>%url%</string>
|
||||||
|
|
||||||
|
<key>filename</key>
|
||||||
|
<string>RustDesk-%version%-x86_64.dmg</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>EndOfCheckPhase</string>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>MunkiImporter</string>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>pkg_path</key>
|
||||||
|
<string>%pathname%</string>
|
||||||
|
|
||||||
|
<key>repo_subdirectory</key>
|
||||||
|
<string>%MUNKI_REPO_SUBDIR%</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
<?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Downloads the latest version of RustDesk.</string>
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>dk.kulmosen.download.RustDesk</string>
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
</dict>
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>asset_regex</key>
|
||||||
|
<string>.*\.dmg$</string>
|
||||||
|
<key>github_repo</key>
|
||||||
|
<string>rustdesk/rustdesk</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>GitHubReleasesInfoProvider</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>filename</key>
|
||||||
|
<string>%NAME%-%version%.dmg</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>URLDownloader</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>EndOfCheckPhase</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>input_path</key>
|
||||||
|
<string>%pathname%/RustDesk.app</string>
|
||||||
|
<key>requirement</key>
|
||||||
|
<string>identifier "com.carriez.rustdesk" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = HZF9JMC8YN</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>CodeSignatureVerifier</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>input_plist_path</key>
|
||||||
|
<string>%pathname%/RustDesk.app/Contents/Info.plist</string>
|
||||||
|
<key>plist_version_key</key>
|
||||||
|
<string>CFBundleShortVersionString</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>Versioner</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
<?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Installs the latest version of RustDesk.</string>
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>dk.kulmosen.install.RustDesk</string>
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
</dict>
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
<key>ParentRecipe</key>
|
||||||
|
<string>dk.kulmosen.download.RustDesk</string>
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>dmg_path</key>
|
||||||
|
<string>%pathname%</string>
|
||||||
|
<key>items_to_copy</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>destination_path</key>
|
||||||
|
<string>/Applications</string>
|
||||||
|
<key>source_item</key>
|
||||||
|
<string>RustDesk.app</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>InstallFromDMG</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,54 @@
|
|||||||
|
<?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Downloads the latest version of RustDesk and imports it into Munki.</string>
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>dk.kulmosen.munki.RustDesk</string>
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>MUNKI_REPO_SUBDIR</key>
|
||||||
|
<string>apps/%NAME%</string>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
<key>pkginfo</key>
|
||||||
|
<dict>
|
||||||
|
<key>catalogs</key>
|
||||||
|
<array>
|
||||||
|
<string>testing</string>
|
||||||
|
</array>
|
||||||
|
<key>description</key>
|
||||||
|
<string>An open-source remote desktop, and alternative to TeamViewer.</string>
|
||||||
|
<key>developer</key>
|
||||||
|
<string>zhou huabing</string>
|
||||||
|
<key>display_name</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>%NAME%</string>
|
||||||
|
<key>unattended_install</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
<key>ParentRecipe</key>
|
||||||
|
<string>dk.kulmosen.download.RustDesk</string>
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<dict>
|
||||||
|
<key>pkg_path</key>
|
||||||
|
<string>%pathname%</string>
|
||||||
|
<key>repo_subdirectory</key>
|
||||||
|
<string>%MUNKI_REPO_SUBDIR%</string>
|
||||||
|
</dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>MunkiImporter</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
<?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Downloads the latest version of RustDesk and creates a package.</string>
|
||||||
|
<key>Identifier</key>
|
||||||
|
<string>dk.kulmosen.pkg.RustDesk</string>
|
||||||
|
<key>Input</key>
|
||||||
|
<dict>
|
||||||
|
<key>NAME</key>
|
||||||
|
<string>RustDesk</string>
|
||||||
|
</dict>
|
||||||
|
<key>MinimumVersion</key>
|
||||||
|
<string>2.3</string>
|
||||||
|
<key>ParentRecipe</key>
|
||||||
|
<string>dk.kulmosen.download.RustDesk</string>
|
||||||
|
<key>Process</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Processor</key>
|
||||||
|
<string>AppPkgCreator</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user