Identifier local.munki.MH-AdobeCreativeCloudInstallerUniversal Input APPLE_SILICON_ARCHITECTURE macarm64 APPLE_SILICON_SEARCH_PATTERN (?P<url>http.*?://ccmdls.adobe.com/AdobeProducts/StandaloneBuilds/ACCC/ESD/.*?/%APPLE_SILICON_ARCHITECTURE%/ACCC.*?.dmg) INTEL_ARCHITECTURE osx10 INTEL_SEARCH_PATTERN (?P<url>http.*?://ccmdls.adobe.com/AdobeProducts/StandaloneBuilds/ACCC/ESD/.*?/%INTEL_ARCHITECTURE%/ACCC.*?.dmg) MUNKI_REPO_SUBDIR apps/Adobe NAME Creative Cloud Installer M1 NAMEWITHOUTSPACES CreativeCloudInstaller SEARCH_URL https://helpx.adobe.com/download-install/kb/creative-cloud-desktop-app-download.html SOFTWARETITLE Creative Cloud Installer VENDOR Adobe pkginfo catalogs testing category Creativity description This installs the Creative Cloud app that runs in your taskbar and allows you to install and update Creative Cloud apps. developer Adobe display_name Creative Cloud Installer name Creative_Cloud_Installer postinstall_script #!/bin/zsh # Script to create a serviceconfig.xml file to allow standard users to update Creative Cloud and install Apps OUTPUT_FILE="/Library/Application Support/Adobe/OOBE/Configs/ServiceConfig.xml" CONTENTS="<config><panel><name>AppsPanel</name><visible>true</visible></panel><panel><name>FilesPanel</name><masked>false</masked></panel><panel><name>MarketPanel</name><masked>false</masked></panel><feature><name>SelfServeInstalls</name><enabled>true</enabled></feature><feature><name>BrowserBasedAuthentication</name><enabled>false</enabled></feature><feature><name>SelfServePluginsInstall</name><enabled>true</enabled></feature><feature><name>AppsAutoUpdate</name><enabled>true</enabled></feature></config>" mkdir /Library/Application\ Support/Adobe/OOBE mkdir /Library/Application\ Support/Adobe/OOBE/Configs # Create ServiceConfig.xml file Touch $OUTPUT_FILE # Output data here echo "$CONTENTS" > ${OUTPUT_FILE} #END Output data exit 0 unattended_install uninstall_method uninstall_script uninstall_script #!/bin/bash "/Applications/Utilities/Adobe Creative Cloud/Utils/Creative Cloud Uninstaller.app/Contents/MacOS/Creative Cloud Uninstaller" -u ParentRecipe com.github.precursorca.munki.AdobeCreativeCloudInstallerUniversal ParentRecipeTrustInfo non_core_processors XMLReader path /Volumes/MHServerData/munki_repo/repos/com.github.autopkg.precursorca-recipes/Beta/XMLReader.py sha256_hash 5f992f514e28a095f48a531cedbe3cdf74d5eeae5d77f3edaae78d23ddd47ae7 parent_recipes com.github.precursorca.munki.AdobeCreativeCloudInstallerUniversal path /Volumes/MHServerData/munki_repo/repos/com.github.autopkg.precursorca-recipes/Beta/AdobeCreativeCloudInstallerUniversal.munki.recipe sha256_hash c1d52835942757beb1e313f7ab7022982ad4fbfc1348c74b45b97c3639258d53 com.github.rtrouton.download.AdobeCreativeCloudInstallerUniversal git_hash 866e808c14388cea440a28b83840d9096eb2096d path /Volumes/MHServerData/munki_repo/repos/com.github.autopkg.rtrouton-recipes/AdobeCreativeCloud/AdobeCreativeCloudInstallerUniversal.download.recipe sha256_hash 1232c323634cceca0816b574ea9f8861c97bb5f68aec5919e37876fadda34e15 com.github.rtrouton.pkg.AdobeCreativeCloudInstallerUniversal git_hash 5cfdcb2885ab4fa39f162a6558800736a8b5e87d path /Volumes/MHServerData/munki_repo/repos/com.github.autopkg.rtrouton-recipes/AdobeCreativeCloud/AdobeCreativeCloudInstallerUniversal.pkg.recipe sha256_hash d049dbc63d2990a5291d38ae702d32e8cb182fbd7e9d1d38c609424a339e73a9