├── .gitignore ├── ATTO ├── ATTOConfigTool.pkg.recipe └── PackageInfoTemplate ├── AaronBurghardt ├── DiskArbitrator.download.recipe └── DiskArbitrator.munki.recipe ├── Adobe ├── AdobeOutputModule.download.recipe ├── AdobeOutputModule.pkg.recipe ├── AdobeOutputModuleCC2015.download.recipe ├── AdobeOutputModuleCC2015.pkg.recipe ├── AdobeOutputModuleCC2017.download.recipe ├── AdobeOutputModuleCC2017.pkg.recipe ├── CameraRAW.download.recipe ├── CameraRAW.munki.recipe ├── GenericZXPRepackage.munki.recipe └── GenericZXPRepackage.pkg.recipe ├── Amazon ├── KindleCreate.download.recipe ├── KindleCreate.munki.recipe ├── KindlePreviewer.download.recipe ├── KindlePreviewer.munki.recipe ├── SendtoKindle.download.recipe ├── SendtoKindle.munki.recipe └── SendtoKindle.pkg.recipe ├── Apple ├── SFSymbols.download.recipe └── SFSymbols.munki.recipe ├── Araelium ├── Screenflick.download.recipe ├── Screenflick.munki.recipe └── Screenflick.pkg.recipe ├── BebopTechnology ├── BebopClient.download.recipe └── BebopClient.munki.recipe ├── BohemianCoding ├── Sketch.download.recipe └── Sketch.munki.recipe ├── CircularSoftware ├── CircularFLO.download.recipe └── CircularFLO.munki.recipe ├── Cisco ├── CiscoWebexAudioDriver.download.recipe └── CiscoWebexAudioDriver.munki.recipe ├── DanRodney ├── ProperFractionLite.download.recipe ├── ProperFractionLiteHVScaleInDesignCC2022.munki.recipe ├── ProperFractionLiteHVScaleInDesignCC2022.pkg.recipe ├── ProperFractionLiteHVScaleInDesignCC2023.munki.recipe ├── ProperFractionLiteHVScaleInDesignCC2023.pkg.recipe ├── ProperFractionLiteHVScaleInDesignCC2024.munki.recipe └── ProperFractionLiteHVScaleInDesignCC2024.pkg.recipe ├── DigitalRebellion ├── PreferenceManager.download.recipe └── PreferenceManager.munki.recipe ├── DxO ├── NikCollection.download.recipe ├── NikCollectionPSCC2014.munki.recipe ├── NikCollectionPSCC2014.pkg.recipe ├── NikCollectionPSCC2015.munki.recipe ├── NikCollectionPSCC2015.pkg.recipe ├── NikCollectionPSCC2015_5.munki.recipe ├── NikCollectionPSCC2015_5.pkg.recipe ├── NikCollectionPSCC2017.munki.recipe └── NikCollectionPSCC2017.pkg.recipe ├── EFI ├── GenericFieryFD50.download.recipe └── GenericFieryFD50.pkg.recipe ├── EIZO ├── ColorNavigator.download.recipe ├── ColorNavigator.munki.recipe ├── ColorNavigator.pkg.recipe ├── ColorNavigator7.download.recipe ├── ColorNavigator7.munki.recipe ├── ColorNavigator7.pkg.recipe ├── ColorNavigatorNX.download.recipe ├── ColorNavigatorNX.munki.recipe └── Reference Scripts ColorNavigator7 │ ├── Fixed Script │ └── postinstall │ ├── Original EIZO Script │ └── postinstall │ └── README.md ├── Ecamm ├── CallRecorderforSkype.download.recipe ├── CallRecorderforSkype.munki.recipe └── CallRecorderforSkype.pkg.recipe ├── EmSoftware ├── InDataCC2023.download.recipe ├── InDataCC2023.munki.recipe ├── InDataCC2024.download.recipe └── InDataCC2024.munki.recipe ├── EntertainmentPartners └── MovieMagicBudgeting.pkg.recipe ├── Evolphin ├── EvolphinZoom.munki.recipe ├── EvolphinZoom.pkg.recipe └── Reference Evolphin Zoom Scripts │ ├── Fixed Scripts │ ├── 722_postinstall_modified │ ├── 722_preinstall_modified │ └── 722_uninstall_modified │ ├── My Scripts │ └── postuninstall_script.sh │ └── Original Evolphin Scripts │ ├── 722_postinstall_original │ ├── 722_preinstall_original │ └── 722_uninstall_original ├── Eyedesyn ├── QuickMatteProForCinema4D.munki.recipe └── QuickMatteProForCinema4D.pkg.recipe ├── FilmImpact ├── FilmImpactPlugins.download.recipe └── FilmImpactPlugins.munki.recipe ├── Fonticons ├── FontAwesomeFree.download.recipe ├── FontAwesomeFree.munki.recipe └── FontAwesomeFree.pkg.recipe ├── Frame.io ├── FrameioPanel.munki.recipe └── FrameioPanel.pkg.recipe ├── GMCSoftware ├── InspireDesigner11ExportCC2015.download.recipe ├── InspireDesigner11ExportCC2015.munki.recipe ├── InspireDesigner11ExportCC2015.pkg.recipe ├── InspireDesigner11ExportCC2017.download.recipe ├── InspireDesigner11ExportCC2017.munki.recipe ├── InspireDesigner11ExportCC2017.pkg.recipe ├── InspireDesigner12ExportCC2018.download.recipe ├── InspireDesigner12ExportCC2018.munki.recipe ├── InspireDesigner12ExportCC2018.pkg.recipe ├── InspireDesigner14ExportCC2020.download.recipe ├── InspireDesigner14ExportCC2020.munki.recipe ├── InspireDesigner14ExportCC2020.pkg.recipe ├── InspireDesigner15ExportCC2022.download.recipe ├── InspireDesigner15ExportCC2022.munki.recipe ├── InspireDesigner15ExportCC2022.pkg.recipe ├── InspireDesigner16ExportCC2023.download.recipe ├── InspireDesigner16ExportCC2023.munki.recipe ├── InspireDesigner16ExportCC2023.pkg.recipe ├── InspireDesigner16ExportCC2024.download.recipe ├── InspireDesigner16ExportCC2024.munki.recipe ├── InspireDesigner16ExportCC2024.pkg.recipe ├── InspireDesignerExportCC2014.munki.recipe ├── InspireDesignerExportCC2014.pkg.recipe ├── InspireDesignerExportCC2015.munki.recipe ├── InspireDesignerExportCC2015.pkg.recipe ├── Reference Scripts 11 CC 2015 │ ├── Fixed Scripts │ │ ├── InstallationTargetChooser_fixed.sh │ │ └── plugin-utils_fixed_11_cc2015.sh │ ├── Original GMC Software │ │ ├── InstallationTargetChooser.sh │ │ └── plugin-utils.sh │ └── README.md ├── Reference Scripts 11 CC 2017 │ ├── Fixed Scripts │ │ └── postinstall_fixed │ ├── Original GMC Software │ │ └── postinstall │ └── README.md ├── Reference Scripts 12 CC 2018 │ ├── Fixed Scripts │ │ └── postinstall_fixed │ ├── Original GMC Software │ │ └── postinstall │ └── README.md ├── Reference Scripts 14 CC 2020 │ ├── Fixed Scripts │ │ └── postinstall_fixed │ ├── Original GMC Software │ │ └── postinstall │ └── README.md ├── Reference Scripts 15 CC 2022 │ ├── Fixed Scripts │ │ └── postinstall_fixed │ ├── Original GMC Software │ │ └── postinstall │ └── README.md ├── Reference Scripts CC 2014 │ ├── Fixed Scripts │ │ └── plugin-utils_fixed_cc2014.sh │ ├── Original GMC Software │ │ └── plugin-utils.sh │ └── README.md └── Reference Scripts CC 2015 │ ├── Fixed Scripts │ └── plugin-utils_fixed_cc2015.sh │ ├── Original GMC Software │ └── plugin-utils.sh │ └── README.md ├── GeorgeBrocklehurst ├── Choosy.download.recipe └── Choosy.munki.recipe ├── GlobalDelightTechnologies ├── Capto.download.recipe ├── Capto.munki.recipe ├── Voila.download.recipe └── Voila.munki.recipe ├── Google ├── AndroidStudio.munki.recipe ├── GoogleAdsEditor.download.recipe ├── GoogleAdsEditor.munki.recipe ├── GoogleAdsEditor.pkg.recipe ├── GoogleChromeCanary.download.recipe ├── GoogleChromeCanary.munki.recipe └── WebDesigner.munki.recipe ├── Greyscalegorilla ├── GreyscalegorillaHUB.munki.recipe └── GreyscalegorillaHUB.pkg.recipe ├── HP ├── HPEasyAdmin.download.recipe └── HPEasyAdmin.munki.recipe ├── IDM Computer Systems ├── UltraCompare.download.recipe └── UltraCompare.munki.recipe ├── Incident57 ├── Muzzle.download.recipe └── Muzzle.munki.recipe ├── InsiderSoftware ├── FontAgent10.download.recipe ├── FontAgent10.munki.recipe ├── FontAgent10PluginAICC2020.munki.recipe ├── FontAgent10PluginAICC2020.pkg.recipe ├── FontAgent10PluginAICC2021.munki.recipe ├── FontAgent10PluginAICC2021.pkg.recipe ├── FontAgent10PluginICCC2020.munki.recipe ├── FontAgent10PluginICCC2020.pkg.recipe ├── FontAgent10PluginICCC2021.munki.recipe ├── FontAgent10PluginICCC2021.pkg.recipe ├── FontAgent10PluginICCC2022.munki.recipe ├── FontAgent10PluginICCC2022.pkg.recipe ├── FontAgent10PluginIDCC2020.munki.recipe ├── FontAgent10PluginIDCC2020.pkg.recipe ├── FontAgent10PluginIDCC2021.munki.recipe ├── FontAgent10PluginIDCC2021.pkg.recipe ├── FontAgent10PluginIDCC2022.munki.recipe ├── FontAgent10PluginIDCC2022.pkg.recipe ├── FontAgent10PluginIDCC2023.munki.recipe ├── FontAgent10PluginIDCC2023.pkg.recipe ├── FontAgent10PluginIDCC2024.munki.recipe ├── FontAgent10PluginIDCC2024.pkg.recipe ├── FontAgent10PluginPSCC2020.munki.recipe ├── FontAgent10PluginPSCC2020.pkg.recipe ├── FontAgent10PluginPSCC2021.munki.recipe ├── FontAgent10PluginPSCC2021.pkg.recipe ├── FontAgent9.download.recipe ├── FontAgent9.munki.recipe ├── FontAgent9PluginAICC2020.munki.recipe ├── FontAgent9PluginAICC2020.pkg.recipe ├── FontAgent9PluginAICC2021.munki.recipe ├── FontAgent9PluginAICC2021.pkg.recipe ├── FontAgent9PluginICCC2020.munki.recipe ├── FontAgent9PluginICCC2020.pkg.recipe ├── FontAgent9PluginICCC2021.munki.recipe ├── FontAgent9PluginICCC2021.pkg.recipe ├── FontAgent9PluginICCC2022.munki.recipe ├── FontAgent9PluginICCC2022.pkg.recipe ├── FontAgent9PluginIDCC2020.munki.recipe ├── FontAgent9PluginIDCC2020.pkg.recipe ├── FontAgent9PluginIDCC2021.munki.recipe ├── FontAgent9PluginIDCC2021.pkg.recipe ├── FontAgent9PluginIDCC2022.munki.recipe ├── FontAgent9PluginIDCC2022.pkg.recipe ├── FontAgent9PluginPSCC2020.munki.recipe ├── FontAgent9PluginPSCC2020.pkg.recipe ├── FontAgent9PluginPSCC2021.munki.recipe └── FontAgent9PluginPSCC2021.pkg.recipe ├── IsaacHalvorson ├── PlainPasta.download.recipe └── PlainPasta.munki.recipe ├── KeithSmiley ├── brisk.download.recipe └── brisk.munki.recipe ├── KevinHendricks ├── Sigil.download.recipe └── Sigil.munki.recipe ├── LateNightSoftware ├── ScriptDebugger8.download.recipe └── ScriptDebugger8.munki.recipe ├── Maxon ├── Cinema4DImporterPluginAfterEffectsCC2019.munki.recipe ├── Cinema4DImporterPluginAfterEffectsCC2019.pkg.recipe ├── Cinema4DImporterPluginAfterEffectsCC2020.munki.recipe ├── Cinema4DImporterPluginAfterEffectsCC2020.pkg.recipe ├── Cinema4DSubscription.download.recipe ├── Cinema4DSubscription.munki.recipe ├── Cinema4DSubscription.pkg.recipe ├── MaxonApp.download.recipe ├── MaxonApp.munki.recipe ├── MaxonApp.pkg.recipe ├── RedshiftMetal.download.recipe ├── RedshiftMetal.munki.recipe ├── Universe.download.recipe ├── Universe.munki.recipe └── Universe.pkg.recipe ├── Meteo ├── Meteorologist.download.recipe └── Meteorologist.munki.recipe ├── MichaelDelaney ├── RiftAfterEffectsCC2020.munki.recipe └── RiftAfterEffectsCC2020.pkg.recipe ├── Microsoft └── MicrosoftWindowsApp.munki.recipe ├── NCHSoftware ├── ExpressScribe.download.recipe └── ExpressScribe.munki.recipe ├── NEC ├── SpectraViewII.download.recipe └── SpectraViewII.munki.recipe ├── Olympus ├── DSSPlayer.download.recipe ├── DSSPlayer.munki.recipe └── DSSPlayer.pkg.recipe ├── OpenEmu └── OpenEmu.munki.recipe ├── OpenText ├── MediaManagementConnectorforAdobeCreativeCloud.download.recipe ├── MediaManagementConnectorforAdobeCreativeCloudExtension.munki.recipe ├── MediaManagementConnectorforAdobeCreativeCloudExtension.pkg.recipe ├── MediaManagementConnectorforInDesignCC2015.munki.recipe ├── MediaManagementConnectorforInDesignCC2015.pkg.recipe ├── MediaManagementConnectorforInDesignCC2017.munki.recipe ├── MediaManagementConnectorforInDesignCC2017.pkg.recipe ├── MediaManagementConnectorforInDesignCC2018.munki.recipe ├── MediaManagementConnectorforInDesignCC2018.pkg.recipe ├── MediaManagementConnectorforInDesignCC2019.munki.recipe ├── MediaManagementConnectorforInDesignCC2019.pkg.recipe ├── MediaManagementConnectorforInDesignCC2020.munki.recipe └── MediaManagementConnectorforInDesignCC2020.pkg.recipe ├── Overmacs ├── PhotoSweeper.download.recipe └── PhotoSweeper.munki.recipe ├── PIXSystem ├── PIX2.download.recipe ├── PIX2.munki.recipe ├── PIX3.download.recipe └── PIX3.munki.recipe ├── Pantone ├── PantoneConnect.munki.recipe └── PantoneConnect.pkg.recipe ├── PhaseOne ├── CaptureOne.download.recipe ├── CaptureOnePerpetual.munki.recipe └── CaptureOneSubscription.munki.recipe ├── Prepros ├── Prepros.download.recipe └── Prepros.munki.recipe ├── PurpleCover ├── AnyList.download.recipe └── AnyList.munki.recipe ├── Quantum ├── CatDVPro.download.recipe ├── CatDVPro.munki.recipe └── CatDVPro.pkg.recipe ├── QuiteSoftware ├── QuiteImposing.download.recipe ├── QuiteImposing3PlusAcrobatX.munki.recipe ├── QuiteImposing3PlusAcrobatX.pkg.recipe ├── QuiteImposing3PlusAcrobatXI.munki.recipe ├── QuiteImposing3PlusAcrobatXI.pkg.recipe ├── QuiteImposing4PlusAcrobatDC.munki.recipe └── QuiteImposing4PlusAcrobatDC.pkg.recipe ├── RDCGroup └── AccuBarcodeProwithJRE.pkg.recipe ├── README.md ├── RealVNC ├── RealVNCServer.download.recipe ├── RealVNCServer.munki.recipe ├── RealVNCViewer.download.recipe └── RealVNCViewer.munki.recipe ├── RussellBrown └── README.md ├── SandervanDijk ├── RayDynamicColor2.download.recipe ├── RayDynamicColor2AfterEffectsCC2019.munki.recipe ├── RayDynamicColor2AfterEffectsCC2019.pkg.recipe ├── RayDynamicColor2AfterEffectsCC2020.munki.recipe ├── RayDynamicColor2AfterEffectsCC2020.pkg.recipe ├── RayDynamicTexture.download.recipe ├── RayDynamicTextureAfterEffectsCC2019.munki.recipe ├── RayDynamicTextureAfterEffectsCC2019.pkg.recipe ├── RayDynamicTextureAfterEffectsCC2020.munki.recipe └── RayDynamicTextureAfterEffectsCC2020.pkg.recipe ├── SandervanDijkandRemcoJanssen ├── Ouroboros2AfterEffectsCC2019.munki.recipe ├── Ouroboros2AfterEffectsCC2019.pkg.recipe ├── Ouroboros2AfterEffectsCC2020.munki.recipe └── Ouroboros2AfterEffectsCC2020.pkg.recipe ├── ShahruzShaukat ├── SketchToolbox.download.recipe └── SketchToolbox.munki.recipe ├── Streamingdv ├── PXPlay.download.recipe └── PXPlay.munki.recipe ├── Tableau ├── TableauPublic.download.recipe ├── TableauPublic.munki.recipe ├── TableauReader.download.recipe └── TableauReader.munki.recipe ├── Telestream ├── Wirecast.download.recipe ├── Wirecast.munki.recipe ├── WirecastVirtualCamera.munki.recipe └── WirecastVirtualCamera.pkg.recipe ├── ThePacielloGroup ├── ColourContrastAnalyser.download.recipe └── ColourContrastAnalyser.munki.recipe ├── TristanSoftware ├── FSMonitor.download.recipe └── FSMonitor.munki.recipe ├── VideoCopilot ├── OpticalFlares.download.recipe ├── OpticalFlaresAfterEffectsCC2019.munki.recipe ├── OpticalFlaresAfterEffectsCC2019.pkg.recipe ├── OpticalFlaresAfterEffectsCC2020.munki.recipe ├── OpticalFlaresAfterEffectsCC2020.pkg.recipe ├── OpticalFlaresProPresets1AfterEffectsCC2019.munki.recipe ├── OpticalFlaresProPresets1AfterEffectsCC2019.pkg.recipe ├── OpticalFlaresProPresets1AfterEffectsCC2020.munki.recipe └── OpticalFlaresProPresets1AfterEffectsCC2020.pkg.recipe ├── WAVECorp ├── MediaBank5CC2018.download.recipe ├── MediaBank5CC2020.download.recipe ├── MediaBank5CreativeCloudExtension2018.munki.recipe ├── MediaBank5CreativeCloudExtension2018.pkg.recipe ├── MediaBank5CreativeCloudExtension2020.munki.recipe ├── MediaBank5CreativeCloudExtension2020.pkg.recipe ├── MediaBank5InDesignCC2018.munki.recipe ├── MediaBank5InDesignCC2018.pkg.recipe ├── MediaBank5InDesignCC2020.munki.recipe ├── MediaBank5InDesignCC2020.pkg.recipe ├── MediaBank5PhotoshopCC2018.munki.recipe ├── MediaBank5PhotoshopCC2018.pkg.recipe ├── MediaBankGoldCC2018.download.recipe ├── MediaBankGoldCC2020.download.recipe ├── MediaBankGoldCreativeCloudExtension2018.munki.recipe ├── MediaBankGoldCreativeCloudExtension2018.pkg.recipe ├── MediaBankGoldCreativeCloudExtension2020.munki.recipe ├── MediaBankGoldCreativeCloudExtension2020.pkg.recipe ├── MediaBankGoldIllustratorCC2018.munki.recipe ├── MediaBankGoldIllustratorCC2018.pkg.recipe ├── MediaBankGoldInCopyCC2018.munki.recipe ├── MediaBankGoldInCopyCC2018.pkg.recipe ├── MediaBankGoldInDesignCC2018.munki.recipe ├── MediaBankGoldInDesignCC2018.pkg.recipe ├── MediaBankGoldInDesignCC2020.munki.recipe ├── MediaBankGoldInDesignCC2020.pkg.recipe ├── MediaBankGoldPhotoshopCC2018.munki.recipe └── MediaBankGoldPhotoshopCC2018.pkg.recipe ├── WoodWing ├── Assets Scripts InDesign 2020 │ ├── Fixed Scripts │ │ └── Uninstall WoodWing Assets for InDesign │ ├── My Scripts │ │ └── Forget InDesign Receipts 2020.sh │ └── Original Woodwing Scripts │ │ └── Uninstall WoodWing Assets for InDesign ├── Assets Scripts InDesign 2022 │ ├── Fixed Scripts │ │ └── Uninstall WoodWing Assets for InDesign │ ├── My Scripts │ │ └── Forget InDesign Receipts 2022.sh │ └── Original Woodwing Scripts │ │ └── Uninstall WoodWing Assets for InDesign ├── Assets Scripts InDesign 2023 │ ├── Fixed Scripts │ │ └── Uninstall WoodWing Assets for InDesign │ ├── My Scripts │ │ └── Forget InDesign Receipts 2023.sh │ └── Original Woodwing Scripts │ │ └── Uninstall WoodWing Assets for InDesign ├── Assets Scripts InDesign CC 2018 │ ├── Fixed Scripts │ │ └── Uninstall WoodWing Assets for InDesign │ ├── My Scripts │ │ └── Forget InDesign Receipts 2018.sh │ └── Original Woodwing Scripts │ │ └── Uninstall WoodWing Assets for InDesign ├── AssetsInDesignCC2018Plugin.munki.recipe ├── AssetsInDesignCC2020Plugin.munki.recipe ├── AssetsInDesignCC2022Plugin.munki.recipe ├── AssetsInDesignCC2023Plugin.munki.recipe ├── AssetsInDesignPlugin.download.recipe ├── Elvis Scripts InDesign CC 2015 │ ├── Fixed Scripts │ │ └── Uninstall Elvis InDesign CC 2015 Plug-ins.sh │ ├── My Scripts │ │ └── Forget InDesign Receipts CC 2015.sh │ └── Original Woodwing Scripts │ │ └── Uninstall Elvis InDesign Plug-ins ├── Elvis Scripts InDesign CC 2018 │ ├── Fixed Scripts │ │ └── Uninstall Elvis InDesign CC 2018 Plug-ins.sh │ ├── My Scripts │ │ └── Forget InDesign Receipts CC 2018.sh │ └── Original Woodwing Scripts │ │ └── Uninstall Elvis InDesign Plug-ins ├── Elvis Scripts InDesign CC 2019 │ ├── Fixed Scripts │ │ └── Uninstall Elvis InDesign CC 2019 Plug-ins.sh │ ├── My Scripts │ │ └── Forget InDesign Receipts CC 2019.sh │ └── Original Woodwing Scripts │ │ └── Uninstall Elvis InDesign Plug-ins ├── ElvisInDesignCC2015Plugin.munki.recipe ├── ElvisInDesignCC2018Plugin.munki.recipe ├── ElvisInDesignCC2019Plugin.munki.recipe ├── ElvisInDesignPlugin.download.recipe ├── Reference Scripts 2020 │ ├── Fixed Scripts │ │ ├── wwuninstall_incopy2020_fixed.sh │ │ └── wwuninstall_indesign2020_fixed.sh │ ├── My Scripts │ │ ├── Forget InCopy Receipts 2020.sh │ │ └── Forget InDesign Receipts 2020.sh │ ├── Original Woodwing Scripts │ │ └── Uninstall WoodWing Studio for InDesign and InCopy 2020.sh │ └── README.md ├── Reference Scripts 2022 │ ├── Fixed Scripts │ │ ├── wwuninstall_incopy2022_fixed.sh │ │ └── wwuninstall_indesign2022_fixed.sh │ ├── My Scripts │ │ ├── Forget InCopy Receipts 2022.sh │ │ └── Forget InDesign Receipts 2022.sh │ └── Original Woodwing Scripts │ │ └── Uninstall WoodWing Studio for InDesign and InCopy 2022.sh ├── Reference Scripts CC 2014 │ ├── Fixed Scripts │ │ ├── InCopy_fixed_total.sh │ │ ├── InDesign_fixed_total.sh │ │ ├── wwuninstall_incopycc2014_fixed.sh │ │ └── wwuninstall_indesigncc2014_fixed.sh │ ├── My Scripts │ │ ├── Forget InCopy Receipts.sh │ │ ├── Forget InDesign Digital Magazine Receipts.sh │ │ └── Forget InDesign Receipts.sh │ ├── Original Woodwing Scripts │ │ ├── Uninstall Smart Connection for Adobe CC 2014 v10.2.2 Build75.sh │ │ └── total_dot_sh_10.2.2_build75.sh │ └── README.md ├── Reference Scripts CC 2015 │ ├── Fixed Scripts │ │ ├── InCopyCC2015_fixed_total.sh │ │ ├── InDesignCC2015_fixed_total.sh │ │ ├── wwuninstall_incopycc2015_fixed.sh │ │ └── wwuninstall_indesigncc2015_fixed.sh │ ├── My Scripts │ │ ├── Forget InCopy Receipts CC2015.sh │ │ ├── Forget InDesign Digital Magazine Receipts CC2015.sh │ │ └── Forget InDesign Receipts CC2015.sh │ ├── Original Woodwing Scripts │ │ ├── Uninstall Smart Connection for Adobe CC 2015 v11.2.0 Build42.sh │ │ └── total_dot_sh_11.0.2_build9.sh │ └── README.md ├── Reference Scripts CC 2018 │ ├── Fixed Scripts │ │ ├── wwuninstall_incopycc2018_fixed.sh │ │ └── wwuninstall_indesigncc2018_fixed.sh │ ├── My Scripts │ │ ├── Forget InCopy Receipts CC2018.sh │ │ └── Forget InDesign Receipts CC2018.sh │ ├── Original Woodwing Scripts │ │ └── Uninstall Smart Connection for Adobe CC 2018 v13.1.0 Build57 │ └── README.md ├── Reference Scripts CC 2019 │ ├── Fixed Scripts │ │ └── wwuninstall_indesigncc2019_fixed.sh │ ├── My Scripts │ │ └── Forget InDesign Receipts CC2019.sh │ ├── Original Woodwing Scripts │ │ └── Uninstall Smart Connection for Adobe CC2019 v14.2.2 Build 49 │ └── README.md ├── WoodwingSmartConnectionCC2014.pkg.recipe ├── WoodwingSmartConnectionCC2015.pkg.recipe ├── WoodwingSmartConnectionInCopyCC2014.munki.recipe ├── WoodwingSmartConnectionInCopyCC2015.munki.recipe ├── WoodwingSmartConnectionInCopyCC2018.munki.recipe ├── WoodwingSmartConnectionInDesignCC2014.munki.recipe ├── WoodwingSmartConnectionInDesignCC2015.munki.recipe ├── WoodwingSmartConnectionInDesignCC2018.munki.recipe ├── WoodwingSmartConnectionInDesignCC2019.munki.recipe ├── WoodwingSmartConnectionInDesignDigitalMagazineCC2014.munki.recipe ├── WoodwingSmartConnectionInDesignDigitalMagazineCC2015.munki.recipe ├── WoodwingStudioInCopyCC2020.munki.recipe ├── WoodwingStudioInCopyCC2022.munki.recipe ├── WoodwingStudioInCopyCC2023.munki.recipe ├── WoodwingStudioInCopyCC2024.munki.recipe ├── WoodwingStudioInDesignCC2020.munki.recipe ├── WoodwingStudioInDesignCC2022.munki.recipe ├── WoodwingStudioInDesignCC2023.munki.recipe └── WoodwingStudioInDesignCC2024.munki.recipe ├── Wrike ├── Wrike.download.recipe └── Wrike.munki.recipe ├── X-Rite ├── i1Studio.download.recipe └── i1Studio.munki.recipe ├── XBytor ├── ImageProcessorPro.download.recipe ├── ImageProcessorProPhotoshopCC2020.munki.recipe ├── ImageProcessorProPhotoshopCC2020.pkg.recipe ├── ImageProcessorProPhotoshopCC2022.munki.recipe └── ImageProcessorProPhotoshopCC2022.pkg.recipe ├── XnSoft ├── XnConvert.download.recipe └── XnConvert.munki.recipe ├── bzgapps ├── Unite.download.recipe └── Unite.munki.recipe └── jessedp ├── TabloTools.download.recipe └── TabloTools.munki.recipe /.gitignore: -------------------------------------------------------------------------------- 1 | #Fluff 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /ATTO/ATTOConfigTool.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/ATTO/ATTOConfigTool.pkg.recipe -------------------------------------------------------------------------------- /ATTO/PackageInfoTemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/ATTO/PackageInfoTemplate -------------------------------------------------------------------------------- /AaronBurghardt/DiskArbitrator.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/AaronBurghardt/DiskArbitrator.download.recipe -------------------------------------------------------------------------------- /AaronBurghardt/DiskArbitrator.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/AaronBurghardt/DiskArbitrator.munki.recipe -------------------------------------------------------------------------------- /Adobe/AdobeOutputModule.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/AdobeOutputModule.download.recipe -------------------------------------------------------------------------------- /Adobe/AdobeOutputModule.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/AdobeOutputModule.pkg.recipe -------------------------------------------------------------------------------- /Adobe/AdobeOutputModuleCC2015.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/AdobeOutputModuleCC2015.download.recipe -------------------------------------------------------------------------------- /Adobe/AdobeOutputModuleCC2015.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/AdobeOutputModuleCC2015.pkg.recipe -------------------------------------------------------------------------------- /Adobe/AdobeOutputModuleCC2017.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/AdobeOutputModuleCC2017.download.recipe -------------------------------------------------------------------------------- /Adobe/AdobeOutputModuleCC2017.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/AdobeOutputModuleCC2017.pkg.recipe -------------------------------------------------------------------------------- /Adobe/CameraRAW.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/CameraRAW.download.recipe -------------------------------------------------------------------------------- /Adobe/CameraRAW.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/CameraRAW.munki.recipe -------------------------------------------------------------------------------- /Adobe/GenericZXPRepackage.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/GenericZXPRepackage.munki.recipe -------------------------------------------------------------------------------- /Adobe/GenericZXPRepackage.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Adobe/GenericZXPRepackage.pkg.recipe -------------------------------------------------------------------------------- /Amazon/KindleCreate.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Amazon/KindleCreate.download.recipe -------------------------------------------------------------------------------- /Amazon/KindleCreate.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Amazon/KindleCreate.munki.recipe -------------------------------------------------------------------------------- /Amazon/KindlePreviewer.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Amazon/KindlePreviewer.download.recipe -------------------------------------------------------------------------------- /Amazon/KindlePreviewer.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Amazon/KindlePreviewer.munki.recipe -------------------------------------------------------------------------------- /Amazon/SendtoKindle.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Amazon/SendtoKindle.download.recipe -------------------------------------------------------------------------------- /Amazon/SendtoKindle.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Amazon/SendtoKindle.munki.recipe -------------------------------------------------------------------------------- /Amazon/SendtoKindle.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Amazon/SendtoKindle.pkg.recipe -------------------------------------------------------------------------------- /Apple/SFSymbols.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Apple/SFSymbols.download.recipe -------------------------------------------------------------------------------- /Apple/SFSymbols.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Apple/SFSymbols.munki.recipe -------------------------------------------------------------------------------- /Araelium/Screenflick.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Araelium/Screenflick.download.recipe -------------------------------------------------------------------------------- /Araelium/Screenflick.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Araelium/Screenflick.munki.recipe -------------------------------------------------------------------------------- /Araelium/Screenflick.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Araelium/Screenflick.pkg.recipe -------------------------------------------------------------------------------- /BebopTechnology/BebopClient.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/BebopTechnology/BebopClient.download.recipe -------------------------------------------------------------------------------- /BebopTechnology/BebopClient.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/BebopTechnology/BebopClient.munki.recipe -------------------------------------------------------------------------------- /BohemianCoding/Sketch.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/BohemianCoding/Sketch.download.recipe -------------------------------------------------------------------------------- /BohemianCoding/Sketch.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/BohemianCoding/Sketch.munki.recipe -------------------------------------------------------------------------------- /CircularSoftware/CircularFLO.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/CircularSoftware/CircularFLO.download.recipe -------------------------------------------------------------------------------- /CircularSoftware/CircularFLO.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/CircularSoftware/CircularFLO.munki.recipe -------------------------------------------------------------------------------- /Cisco/CiscoWebexAudioDriver.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Cisco/CiscoWebexAudioDriver.download.recipe -------------------------------------------------------------------------------- /Cisco/CiscoWebexAudioDriver.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Cisco/CiscoWebexAudioDriver.munki.recipe -------------------------------------------------------------------------------- /DanRodney/ProperFractionLite.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DanRodney/ProperFractionLite.download.recipe -------------------------------------------------------------------------------- /DanRodney/ProperFractionLiteHVScaleInDesignCC2022.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DanRodney/ProperFractionLiteHVScaleInDesignCC2022.munki.recipe -------------------------------------------------------------------------------- /DanRodney/ProperFractionLiteHVScaleInDesignCC2022.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DanRodney/ProperFractionLiteHVScaleInDesignCC2022.pkg.recipe -------------------------------------------------------------------------------- /DanRodney/ProperFractionLiteHVScaleInDesignCC2023.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DanRodney/ProperFractionLiteHVScaleInDesignCC2023.munki.recipe -------------------------------------------------------------------------------- /DanRodney/ProperFractionLiteHVScaleInDesignCC2023.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DanRodney/ProperFractionLiteHVScaleInDesignCC2023.pkg.recipe -------------------------------------------------------------------------------- /DanRodney/ProperFractionLiteHVScaleInDesignCC2024.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DanRodney/ProperFractionLiteHVScaleInDesignCC2024.munki.recipe -------------------------------------------------------------------------------- /DanRodney/ProperFractionLiteHVScaleInDesignCC2024.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DanRodney/ProperFractionLiteHVScaleInDesignCC2024.pkg.recipe -------------------------------------------------------------------------------- /DigitalRebellion/PreferenceManager.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DigitalRebellion/PreferenceManager.download.recipe -------------------------------------------------------------------------------- /DigitalRebellion/PreferenceManager.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DigitalRebellion/PreferenceManager.munki.recipe -------------------------------------------------------------------------------- /DxO/NikCollection.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DxO/NikCollection.download.recipe -------------------------------------------------------------------------------- /DxO/NikCollectionPSCC2014.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DxO/NikCollectionPSCC2014.munki.recipe -------------------------------------------------------------------------------- /DxO/NikCollectionPSCC2014.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DxO/NikCollectionPSCC2014.pkg.recipe -------------------------------------------------------------------------------- /DxO/NikCollectionPSCC2015.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DxO/NikCollectionPSCC2015.munki.recipe -------------------------------------------------------------------------------- /DxO/NikCollectionPSCC2015.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DxO/NikCollectionPSCC2015.pkg.recipe -------------------------------------------------------------------------------- /DxO/NikCollectionPSCC2015_5.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DxO/NikCollectionPSCC2015_5.munki.recipe -------------------------------------------------------------------------------- /DxO/NikCollectionPSCC2015_5.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DxO/NikCollectionPSCC2015_5.pkg.recipe -------------------------------------------------------------------------------- /DxO/NikCollectionPSCC2017.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DxO/NikCollectionPSCC2017.munki.recipe -------------------------------------------------------------------------------- /DxO/NikCollectionPSCC2017.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/DxO/NikCollectionPSCC2017.pkg.recipe -------------------------------------------------------------------------------- /EFI/GenericFieryFD50.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EFI/GenericFieryFD50.download.recipe -------------------------------------------------------------------------------- /EFI/GenericFieryFD50.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EFI/GenericFieryFD50.pkg.recipe -------------------------------------------------------------------------------- /EIZO/ColorNavigator.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/ColorNavigator.download.recipe -------------------------------------------------------------------------------- /EIZO/ColorNavigator.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/ColorNavigator.munki.recipe -------------------------------------------------------------------------------- /EIZO/ColorNavigator.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/ColorNavigator.pkg.recipe -------------------------------------------------------------------------------- /EIZO/ColorNavigator7.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/ColorNavigator7.download.recipe -------------------------------------------------------------------------------- /EIZO/ColorNavigator7.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/ColorNavigator7.munki.recipe -------------------------------------------------------------------------------- /EIZO/ColorNavigator7.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/ColorNavigator7.pkg.recipe -------------------------------------------------------------------------------- /EIZO/ColorNavigatorNX.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/ColorNavigatorNX.download.recipe -------------------------------------------------------------------------------- /EIZO/ColorNavigatorNX.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/ColorNavigatorNX.munki.recipe -------------------------------------------------------------------------------- /EIZO/Reference Scripts ColorNavigator7/Fixed Script/postinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/Reference Scripts ColorNavigator7/Fixed Script/postinstall -------------------------------------------------------------------------------- /EIZO/Reference Scripts ColorNavigator7/Original EIZO Script/postinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/Reference Scripts ColorNavigator7/Original EIZO Script/postinstall -------------------------------------------------------------------------------- /EIZO/Reference Scripts ColorNavigator7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EIZO/Reference Scripts ColorNavigator7/README.md -------------------------------------------------------------------------------- /Ecamm/CallRecorderforSkype.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Ecamm/CallRecorderforSkype.download.recipe -------------------------------------------------------------------------------- /Ecamm/CallRecorderforSkype.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Ecamm/CallRecorderforSkype.munki.recipe -------------------------------------------------------------------------------- /Ecamm/CallRecorderforSkype.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Ecamm/CallRecorderforSkype.pkg.recipe -------------------------------------------------------------------------------- /EmSoftware/InDataCC2023.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EmSoftware/InDataCC2023.download.recipe -------------------------------------------------------------------------------- /EmSoftware/InDataCC2023.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EmSoftware/InDataCC2023.munki.recipe -------------------------------------------------------------------------------- /EmSoftware/InDataCC2024.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EmSoftware/InDataCC2024.download.recipe -------------------------------------------------------------------------------- /EmSoftware/InDataCC2024.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EmSoftware/InDataCC2024.munki.recipe -------------------------------------------------------------------------------- /EntertainmentPartners/MovieMagicBudgeting.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/EntertainmentPartners/MovieMagicBudgeting.pkg.recipe -------------------------------------------------------------------------------- /Evolphin/EvolphinZoom.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Evolphin/EvolphinZoom.munki.recipe -------------------------------------------------------------------------------- /Evolphin/EvolphinZoom.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Evolphin/EvolphinZoom.pkg.recipe -------------------------------------------------------------------------------- /Evolphin/Reference Evolphin Zoom Scripts/Fixed Scripts/722_postinstall_modified: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Evolphin/Reference Evolphin Zoom Scripts/Fixed Scripts/722_postinstall_modified -------------------------------------------------------------------------------- /Evolphin/Reference Evolphin Zoom Scripts/Fixed Scripts/722_preinstall_modified: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Evolphin/Reference Evolphin Zoom Scripts/Fixed Scripts/722_preinstall_modified -------------------------------------------------------------------------------- /Evolphin/Reference Evolphin Zoom Scripts/Fixed Scripts/722_uninstall_modified: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Evolphin/Reference Evolphin Zoom Scripts/Fixed Scripts/722_uninstall_modified -------------------------------------------------------------------------------- /Evolphin/Reference Evolphin Zoom Scripts/My Scripts/postuninstall_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Evolphin/Reference Evolphin Zoom Scripts/My Scripts/postuninstall_script.sh -------------------------------------------------------------------------------- /Evolphin/Reference Evolphin Zoom Scripts/Original Evolphin Scripts/722_postinstall_original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Evolphin/Reference Evolphin Zoom Scripts/Original Evolphin Scripts/722_postinstall_original -------------------------------------------------------------------------------- /Evolphin/Reference Evolphin Zoom Scripts/Original Evolphin Scripts/722_preinstall_original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Evolphin/Reference Evolphin Zoom Scripts/Original Evolphin Scripts/722_preinstall_original -------------------------------------------------------------------------------- /Evolphin/Reference Evolphin Zoom Scripts/Original Evolphin Scripts/722_uninstall_original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Evolphin/Reference Evolphin Zoom Scripts/Original Evolphin Scripts/722_uninstall_original -------------------------------------------------------------------------------- /Eyedesyn/QuickMatteProForCinema4D.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Eyedesyn/QuickMatteProForCinema4D.munki.recipe -------------------------------------------------------------------------------- /Eyedesyn/QuickMatteProForCinema4D.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Eyedesyn/QuickMatteProForCinema4D.pkg.recipe -------------------------------------------------------------------------------- /FilmImpact/FilmImpactPlugins.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/FilmImpact/FilmImpactPlugins.download.recipe -------------------------------------------------------------------------------- /FilmImpact/FilmImpactPlugins.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/FilmImpact/FilmImpactPlugins.munki.recipe -------------------------------------------------------------------------------- /Fonticons/FontAwesomeFree.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Fonticons/FontAwesomeFree.download.recipe -------------------------------------------------------------------------------- /Fonticons/FontAwesomeFree.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Fonticons/FontAwesomeFree.munki.recipe -------------------------------------------------------------------------------- /Fonticons/FontAwesomeFree.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Fonticons/FontAwesomeFree.pkg.recipe -------------------------------------------------------------------------------- /Frame.io/FrameioPanel.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Frame.io/FrameioPanel.munki.recipe -------------------------------------------------------------------------------- /Frame.io/FrameioPanel.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Frame.io/FrameioPanel.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner11ExportCC2015.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner11ExportCC2015.download.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner11ExportCC2015.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner11ExportCC2015.munki.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner11ExportCC2015.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner11ExportCC2015.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner11ExportCC2017.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner11ExportCC2017.download.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner11ExportCC2017.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner11ExportCC2017.munki.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner11ExportCC2017.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner11ExportCC2017.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner12ExportCC2018.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner12ExportCC2018.download.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner12ExportCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner12ExportCC2018.munki.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner12ExportCC2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner12ExportCC2018.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner14ExportCC2020.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner14ExportCC2020.download.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner14ExportCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner14ExportCC2020.munki.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner14ExportCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner14ExportCC2020.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner15ExportCC2022.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner15ExportCC2022.download.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner15ExportCC2022.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner15ExportCC2022.munki.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner15ExportCC2022.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner15ExportCC2022.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner16ExportCC2023.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner16ExportCC2023.download.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner16ExportCC2023.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner16ExportCC2023.munki.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner16ExportCC2023.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner16ExportCC2023.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner16ExportCC2024.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner16ExportCC2024.download.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner16ExportCC2024.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner16ExportCC2024.munki.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesigner16ExportCC2024.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesigner16ExportCC2024.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesignerExportCC2014.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesignerExportCC2014.munki.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesignerExportCC2014.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesignerExportCC2014.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesignerExportCC2015.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesignerExportCC2015.munki.recipe -------------------------------------------------------------------------------- /GMCSoftware/InspireDesignerExportCC2015.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/InspireDesignerExportCC2015.pkg.recipe -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 11 CC 2015/Fixed Scripts/InstallationTargetChooser_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 11 CC 2015/Fixed Scripts/InstallationTargetChooser_fixed.sh -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 11 CC 2015/Fixed Scripts/plugin-utils_fixed_11_cc2015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 11 CC 2015/Fixed Scripts/plugin-utils_fixed_11_cc2015.sh -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 11 CC 2015/Original GMC Software/InstallationTargetChooser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 11 CC 2015/Original GMC Software/InstallationTargetChooser.sh -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 11 CC 2015/Original GMC Software/plugin-utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 11 CC 2015/Original GMC Software/plugin-utils.sh -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 11 CC 2015/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 11 CC 2015/README.md -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 11 CC 2017/Fixed Scripts/postinstall_fixed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 11 CC 2017/Fixed Scripts/postinstall_fixed -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 11 CC 2017/Original GMC Software/postinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 11 CC 2017/Original GMC Software/postinstall -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 11 CC 2017/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 11 CC 2017/README.md -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 12 CC 2018/Fixed Scripts/postinstall_fixed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 12 CC 2018/Fixed Scripts/postinstall_fixed -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 12 CC 2018/Original GMC Software/postinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 12 CC 2018/Original GMC Software/postinstall -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 12 CC 2018/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 12 CC 2018/README.md -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 14 CC 2020/Fixed Scripts/postinstall_fixed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 14 CC 2020/Fixed Scripts/postinstall_fixed -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 14 CC 2020/Original GMC Software/postinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 14 CC 2020/Original GMC Software/postinstall -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 14 CC 2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 14 CC 2020/README.md -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 15 CC 2022/Fixed Scripts/postinstall_fixed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 15 CC 2022/Fixed Scripts/postinstall_fixed -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 15 CC 2022/Original GMC Software/postinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 15 CC 2022/Original GMC Software/postinstall -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts 15 CC 2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts 15 CC 2022/README.md -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts CC 2014/Fixed Scripts/plugin-utils_fixed_cc2014.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts CC 2014/Fixed Scripts/plugin-utils_fixed_cc2014.sh -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts CC 2014/Original GMC Software/plugin-utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts CC 2014/Original GMC Software/plugin-utils.sh -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts CC 2014/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts CC 2014/README.md -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts CC 2015/Fixed Scripts/plugin-utils_fixed_cc2015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts CC 2015/Fixed Scripts/plugin-utils_fixed_cc2015.sh -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts CC 2015/Original GMC Software/plugin-utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts CC 2015/Original GMC Software/plugin-utils.sh -------------------------------------------------------------------------------- /GMCSoftware/Reference Scripts CC 2015/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GMCSoftware/Reference Scripts CC 2015/README.md -------------------------------------------------------------------------------- /GeorgeBrocklehurst/Choosy.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GeorgeBrocklehurst/Choosy.download.recipe -------------------------------------------------------------------------------- /GeorgeBrocklehurst/Choosy.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GeorgeBrocklehurst/Choosy.munki.recipe -------------------------------------------------------------------------------- /GlobalDelightTechnologies/Capto.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GlobalDelightTechnologies/Capto.download.recipe -------------------------------------------------------------------------------- /GlobalDelightTechnologies/Capto.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GlobalDelightTechnologies/Capto.munki.recipe -------------------------------------------------------------------------------- /GlobalDelightTechnologies/Voila.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GlobalDelightTechnologies/Voila.download.recipe -------------------------------------------------------------------------------- /GlobalDelightTechnologies/Voila.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/GlobalDelightTechnologies/Voila.munki.recipe -------------------------------------------------------------------------------- /Google/AndroidStudio.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Google/AndroidStudio.munki.recipe -------------------------------------------------------------------------------- /Google/GoogleAdsEditor.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Google/GoogleAdsEditor.download.recipe -------------------------------------------------------------------------------- /Google/GoogleAdsEditor.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Google/GoogleAdsEditor.munki.recipe -------------------------------------------------------------------------------- /Google/GoogleAdsEditor.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Google/GoogleAdsEditor.pkg.recipe -------------------------------------------------------------------------------- /Google/GoogleChromeCanary.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Google/GoogleChromeCanary.download.recipe -------------------------------------------------------------------------------- /Google/GoogleChromeCanary.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Google/GoogleChromeCanary.munki.recipe -------------------------------------------------------------------------------- /Google/WebDesigner.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Google/WebDesigner.munki.recipe -------------------------------------------------------------------------------- /Greyscalegorilla/GreyscalegorillaHUB.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Greyscalegorilla/GreyscalegorillaHUB.munki.recipe -------------------------------------------------------------------------------- /Greyscalegorilla/GreyscalegorillaHUB.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Greyscalegorilla/GreyscalegorillaHUB.pkg.recipe -------------------------------------------------------------------------------- /HP/HPEasyAdmin.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/HP/HPEasyAdmin.download.recipe -------------------------------------------------------------------------------- /HP/HPEasyAdmin.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/HP/HPEasyAdmin.munki.recipe -------------------------------------------------------------------------------- /IDM Computer Systems/UltraCompare.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/IDM Computer Systems/UltraCompare.download.recipe -------------------------------------------------------------------------------- /IDM Computer Systems/UltraCompare.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/IDM Computer Systems/UltraCompare.munki.recipe -------------------------------------------------------------------------------- /Incident57/Muzzle.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Incident57/Muzzle.download.recipe -------------------------------------------------------------------------------- /Incident57/Muzzle.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Incident57/Muzzle.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10.download.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginAICC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginAICC2020.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginAICC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginAICC2020.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginAICC2021.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginAICC2021.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginAICC2021.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginAICC2021.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginICCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginICCC2020.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginICCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginICCC2020.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginICCC2021.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginICCC2021.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginICCC2021.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginICCC2021.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginICCC2022.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginICCC2022.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginICCC2022.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginICCC2022.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2020.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2020.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2021.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2021.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2021.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2021.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2022.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2022.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2022.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2022.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2023.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2023.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2023.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2023.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2024.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2024.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginIDCC2024.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginIDCC2024.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginPSCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginPSCC2020.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginPSCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginPSCC2020.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginPSCC2021.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginPSCC2021.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent10PluginPSCC2021.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent10PluginPSCC2021.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9.download.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginAICC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginAICC2020.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginAICC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginAICC2020.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginAICC2021.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginAICC2021.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginAICC2021.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginAICC2021.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginICCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginICCC2020.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginICCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginICCC2020.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginICCC2021.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginICCC2021.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginICCC2021.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginICCC2021.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginICCC2022.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginICCC2022.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginICCC2022.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginICCC2022.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginIDCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginIDCC2020.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginIDCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginIDCC2020.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginIDCC2021.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginIDCC2021.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginIDCC2021.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginIDCC2021.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginIDCC2022.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginIDCC2022.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginIDCC2022.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginIDCC2022.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginPSCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginPSCC2020.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginPSCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginPSCC2020.pkg.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginPSCC2021.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginPSCC2021.munki.recipe -------------------------------------------------------------------------------- /InsiderSoftware/FontAgent9PluginPSCC2021.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/InsiderSoftware/FontAgent9PluginPSCC2021.pkg.recipe -------------------------------------------------------------------------------- /IsaacHalvorson/PlainPasta.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/IsaacHalvorson/PlainPasta.download.recipe -------------------------------------------------------------------------------- /IsaacHalvorson/PlainPasta.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/IsaacHalvorson/PlainPasta.munki.recipe -------------------------------------------------------------------------------- /KeithSmiley/brisk.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/KeithSmiley/brisk.download.recipe -------------------------------------------------------------------------------- /KeithSmiley/brisk.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/KeithSmiley/brisk.munki.recipe -------------------------------------------------------------------------------- /KevinHendricks/Sigil.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/KevinHendricks/Sigil.download.recipe -------------------------------------------------------------------------------- /KevinHendricks/Sigil.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/KevinHendricks/Sigil.munki.recipe -------------------------------------------------------------------------------- /LateNightSoftware/ScriptDebugger8.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/LateNightSoftware/ScriptDebugger8.download.recipe -------------------------------------------------------------------------------- /LateNightSoftware/ScriptDebugger8.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/LateNightSoftware/ScriptDebugger8.munki.recipe -------------------------------------------------------------------------------- /Maxon/Cinema4DImporterPluginAfterEffectsCC2019.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Cinema4DImporterPluginAfterEffectsCC2019.munki.recipe -------------------------------------------------------------------------------- /Maxon/Cinema4DImporterPluginAfterEffectsCC2019.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Cinema4DImporterPluginAfterEffectsCC2019.pkg.recipe -------------------------------------------------------------------------------- /Maxon/Cinema4DImporterPluginAfterEffectsCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Cinema4DImporterPluginAfterEffectsCC2020.munki.recipe -------------------------------------------------------------------------------- /Maxon/Cinema4DImporterPluginAfterEffectsCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Cinema4DImporterPluginAfterEffectsCC2020.pkg.recipe -------------------------------------------------------------------------------- /Maxon/Cinema4DSubscription.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Cinema4DSubscription.download.recipe -------------------------------------------------------------------------------- /Maxon/Cinema4DSubscription.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Cinema4DSubscription.munki.recipe -------------------------------------------------------------------------------- /Maxon/Cinema4DSubscription.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Cinema4DSubscription.pkg.recipe -------------------------------------------------------------------------------- /Maxon/MaxonApp.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/MaxonApp.download.recipe -------------------------------------------------------------------------------- /Maxon/MaxonApp.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/MaxonApp.munki.recipe -------------------------------------------------------------------------------- /Maxon/MaxonApp.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/MaxonApp.pkg.recipe -------------------------------------------------------------------------------- /Maxon/RedshiftMetal.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/RedshiftMetal.download.recipe -------------------------------------------------------------------------------- /Maxon/RedshiftMetal.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/RedshiftMetal.munki.recipe -------------------------------------------------------------------------------- /Maxon/Universe.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Universe.download.recipe -------------------------------------------------------------------------------- /Maxon/Universe.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Universe.munki.recipe -------------------------------------------------------------------------------- /Maxon/Universe.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Maxon/Universe.pkg.recipe -------------------------------------------------------------------------------- /Meteo/Meteorologist.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Meteo/Meteorologist.download.recipe -------------------------------------------------------------------------------- /Meteo/Meteorologist.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Meteo/Meteorologist.munki.recipe -------------------------------------------------------------------------------- /MichaelDelaney/RiftAfterEffectsCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/MichaelDelaney/RiftAfterEffectsCC2020.munki.recipe -------------------------------------------------------------------------------- /MichaelDelaney/RiftAfterEffectsCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/MichaelDelaney/RiftAfterEffectsCC2020.pkg.recipe -------------------------------------------------------------------------------- /Microsoft/MicrosoftWindowsApp.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Microsoft/MicrosoftWindowsApp.munki.recipe -------------------------------------------------------------------------------- /NCHSoftware/ExpressScribe.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/NCHSoftware/ExpressScribe.download.recipe -------------------------------------------------------------------------------- /NCHSoftware/ExpressScribe.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/NCHSoftware/ExpressScribe.munki.recipe -------------------------------------------------------------------------------- /NEC/SpectraViewII.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/NEC/SpectraViewII.download.recipe -------------------------------------------------------------------------------- /NEC/SpectraViewII.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/NEC/SpectraViewII.munki.recipe -------------------------------------------------------------------------------- /Olympus/DSSPlayer.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Olympus/DSSPlayer.download.recipe -------------------------------------------------------------------------------- /Olympus/DSSPlayer.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Olympus/DSSPlayer.munki.recipe -------------------------------------------------------------------------------- /Olympus/DSSPlayer.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Olympus/DSSPlayer.pkg.recipe -------------------------------------------------------------------------------- /OpenEmu/OpenEmu.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenEmu/OpenEmu.munki.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforAdobeCreativeCloud.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforAdobeCreativeCloud.download.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforAdobeCreativeCloudExtension.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforAdobeCreativeCloudExtension.munki.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforAdobeCreativeCloudExtension.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforAdobeCreativeCloudExtension.pkg.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2015.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2015.munki.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2015.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2015.pkg.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2017.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2017.munki.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2017.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2017.pkg.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2018.munki.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2018.pkg.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2019.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2019.munki.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2019.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2019.pkg.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2020.munki.recipe -------------------------------------------------------------------------------- /OpenText/MediaManagementConnectorforInDesignCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/OpenText/MediaManagementConnectorforInDesignCC2020.pkg.recipe -------------------------------------------------------------------------------- /Overmacs/PhotoSweeper.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Overmacs/PhotoSweeper.download.recipe -------------------------------------------------------------------------------- /Overmacs/PhotoSweeper.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Overmacs/PhotoSweeper.munki.recipe -------------------------------------------------------------------------------- /PIXSystem/PIX2.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/PIXSystem/PIX2.download.recipe -------------------------------------------------------------------------------- /PIXSystem/PIX2.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/PIXSystem/PIX2.munki.recipe -------------------------------------------------------------------------------- /PIXSystem/PIX3.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/PIXSystem/PIX3.download.recipe -------------------------------------------------------------------------------- /PIXSystem/PIX3.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/PIXSystem/PIX3.munki.recipe -------------------------------------------------------------------------------- /Pantone/PantoneConnect.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Pantone/PantoneConnect.munki.recipe -------------------------------------------------------------------------------- /Pantone/PantoneConnect.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Pantone/PantoneConnect.pkg.recipe -------------------------------------------------------------------------------- /PhaseOne/CaptureOne.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/PhaseOne/CaptureOne.download.recipe -------------------------------------------------------------------------------- /PhaseOne/CaptureOnePerpetual.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/PhaseOne/CaptureOnePerpetual.munki.recipe -------------------------------------------------------------------------------- /PhaseOne/CaptureOneSubscription.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/PhaseOne/CaptureOneSubscription.munki.recipe -------------------------------------------------------------------------------- /Prepros/Prepros.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Prepros/Prepros.download.recipe -------------------------------------------------------------------------------- /Prepros/Prepros.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Prepros/Prepros.munki.recipe -------------------------------------------------------------------------------- /PurpleCover/AnyList.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/PurpleCover/AnyList.download.recipe -------------------------------------------------------------------------------- /PurpleCover/AnyList.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/PurpleCover/AnyList.munki.recipe -------------------------------------------------------------------------------- /Quantum/CatDVPro.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Quantum/CatDVPro.download.recipe -------------------------------------------------------------------------------- /Quantum/CatDVPro.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Quantum/CatDVPro.munki.recipe -------------------------------------------------------------------------------- /Quantum/CatDVPro.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Quantum/CatDVPro.pkg.recipe -------------------------------------------------------------------------------- /QuiteSoftware/QuiteImposing.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/QuiteSoftware/QuiteImposing.download.recipe -------------------------------------------------------------------------------- /QuiteSoftware/QuiteImposing3PlusAcrobatX.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/QuiteSoftware/QuiteImposing3PlusAcrobatX.munki.recipe -------------------------------------------------------------------------------- /QuiteSoftware/QuiteImposing3PlusAcrobatX.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/QuiteSoftware/QuiteImposing3PlusAcrobatX.pkg.recipe -------------------------------------------------------------------------------- /QuiteSoftware/QuiteImposing3PlusAcrobatXI.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/QuiteSoftware/QuiteImposing3PlusAcrobatXI.munki.recipe -------------------------------------------------------------------------------- /QuiteSoftware/QuiteImposing3PlusAcrobatXI.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/QuiteSoftware/QuiteImposing3PlusAcrobatXI.pkg.recipe -------------------------------------------------------------------------------- /QuiteSoftware/QuiteImposing4PlusAcrobatDC.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/QuiteSoftware/QuiteImposing4PlusAcrobatDC.munki.recipe -------------------------------------------------------------------------------- /QuiteSoftware/QuiteImposing4PlusAcrobatDC.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/QuiteSoftware/QuiteImposing4PlusAcrobatDC.pkg.recipe -------------------------------------------------------------------------------- /RDCGroup/AccuBarcodeProwithJRE.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/RDCGroup/AccuBarcodeProwithJRE.pkg.recipe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/README.md -------------------------------------------------------------------------------- /RealVNC/RealVNCServer.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/RealVNC/RealVNCServer.download.recipe -------------------------------------------------------------------------------- /RealVNC/RealVNCServer.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/RealVNC/RealVNCServer.munki.recipe -------------------------------------------------------------------------------- /RealVNC/RealVNCViewer.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/RealVNC/RealVNCViewer.download.recipe -------------------------------------------------------------------------------- /RealVNC/RealVNCViewer.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/RealVNC/RealVNCViewer.munki.recipe -------------------------------------------------------------------------------- /RussellBrown/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/RussellBrown/README.md -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicColor2.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicColor2.download.recipe -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicColor2AfterEffectsCC2019.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicColor2AfterEffectsCC2019.munki.recipe -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicColor2AfterEffectsCC2019.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicColor2AfterEffectsCC2019.pkg.recipe -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicColor2AfterEffectsCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicColor2AfterEffectsCC2020.munki.recipe -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicColor2AfterEffectsCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicColor2AfterEffectsCC2020.pkg.recipe -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicTexture.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicTexture.download.recipe -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicTextureAfterEffectsCC2019.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicTextureAfterEffectsCC2019.munki.recipe -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicTextureAfterEffectsCC2019.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicTextureAfterEffectsCC2019.pkg.recipe -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicTextureAfterEffectsCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicTextureAfterEffectsCC2020.munki.recipe -------------------------------------------------------------------------------- /SandervanDijk/RayDynamicTextureAfterEffectsCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijk/RayDynamicTextureAfterEffectsCC2020.pkg.recipe -------------------------------------------------------------------------------- /SandervanDijkandRemcoJanssen/Ouroboros2AfterEffectsCC2019.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijkandRemcoJanssen/Ouroboros2AfterEffectsCC2019.munki.recipe -------------------------------------------------------------------------------- /SandervanDijkandRemcoJanssen/Ouroboros2AfterEffectsCC2019.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijkandRemcoJanssen/Ouroboros2AfterEffectsCC2019.pkg.recipe -------------------------------------------------------------------------------- /SandervanDijkandRemcoJanssen/Ouroboros2AfterEffectsCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijkandRemcoJanssen/Ouroboros2AfterEffectsCC2020.munki.recipe -------------------------------------------------------------------------------- /SandervanDijkandRemcoJanssen/Ouroboros2AfterEffectsCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/SandervanDijkandRemcoJanssen/Ouroboros2AfterEffectsCC2020.pkg.recipe -------------------------------------------------------------------------------- /ShahruzShaukat/SketchToolbox.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/ShahruzShaukat/SketchToolbox.download.recipe -------------------------------------------------------------------------------- /ShahruzShaukat/SketchToolbox.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/ShahruzShaukat/SketchToolbox.munki.recipe -------------------------------------------------------------------------------- /Streamingdv/PXPlay.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Streamingdv/PXPlay.download.recipe -------------------------------------------------------------------------------- /Streamingdv/PXPlay.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Streamingdv/PXPlay.munki.recipe -------------------------------------------------------------------------------- /Tableau/TableauPublic.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Tableau/TableauPublic.download.recipe -------------------------------------------------------------------------------- /Tableau/TableauPublic.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Tableau/TableauPublic.munki.recipe -------------------------------------------------------------------------------- /Tableau/TableauReader.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Tableau/TableauReader.download.recipe -------------------------------------------------------------------------------- /Tableau/TableauReader.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Tableau/TableauReader.munki.recipe -------------------------------------------------------------------------------- /Telestream/Wirecast.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Telestream/Wirecast.download.recipe -------------------------------------------------------------------------------- /Telestream/Wirecast.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Telestream/Wirecast.munki.recipe -------------------------------------------------------------------------------- /Telestream/WirecastVirtualCamera.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Telestream/WirecastVirtualCamera.munki.recipe -------------------------------------------------------------------------------- /Telestream/WirecastVirtualCamera.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Telestream/WirecastVirtualCamera.pkg.recipe -------------------------------------------------------------------------------- /ThePacielloGroup/ColourContrastAnalyser.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/ThePacielloGroup/ColourContrastAnalyser.download.recipe -------------------------------------------------------------------------------- /ThePacielloGroup/ColourContrastAnalyser.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/ThePacielloGroup/ColourContrastAnalyser.munki.recipe -------------------------------------------------------------------------------- /TristanSoftware/FSMonitor.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/TristanSoftware/FSMonitor.download.recipe -------------------------------------------------------------------------------- /TristanSoftware/FSMonitor.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/TristanSoftware/FSMonitor.munki.recipe -------------------------------------------------------------------------------- /VideoCopilot/OpticalFlares.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/VideoCopilot/OpticalFlares.download.recipe -------------------------------------------------------------------------------- /VideoCopilot/OpticalFlaresAfterEffectsCC2019.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/VideoCopilot/OpticalFlaresAfterEffectsCC2019.munki.recipe -------------------------------------------------------------------------------- /VideoCopilot/OpticalFlaresAfterEffectsCC2019.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/VideoCopilot/OpticalFlaresAfterEffectsCC2019.pkg.recipe -------------------------------------------------------------------------------- /VideoCopilot/OpticalFlaresAfterEffectsCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/VideoCopilot/OpticalFlaresAfterEffectsCC2020.munki.recipe -------------------------------------------------------------------------------- /VideoCopilot/OpticalFlaresAfterEffectsCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/VideoCopilot/OpticalFlaresAfterEffectsCC2020.pkg.recipe -------------------------------------------------------------------------------- /VideoCopilot/OpticalFlaresProPresets1AfterEffectsCC2019.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/VideoCopilot/OpticalFlaresProPresets1AfterEffectsCC2019.munki.recipe -------------------------------------------------------------------------------- /VideoCopilot/OpticalFlaresProPresets1AfterEffectsCC2019.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/VideoCopilot/OpticalFlaresProPresets1AfterEffectsCC2019.pkg.recipe -------------------------------------------------------------------------------- /VideoCopilot/OpticalFlaresProPresets1AfterEffectsCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/VideoCopilot/OpticalFlaresProPresets1AfterEffectsCC2020.munki.recipe -------------------------------------------------------------------------------- /VideoCopilot/OpticalFlaresProPresets1AfterEffectsCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/VideoCopilot/OpticalFlaresProPresets1AfterEffectsCC2020.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5CC2018.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5CC2018.download.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5CC2020.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5CC2020.download.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5CreativeCloudExtension2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5CreativeCloudExtension2018.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5CreativeCloudExtension2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5CreativeCloudExtension2018.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5CreativeCloudExtension2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5CreativeCloudExtension2020.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5CreativeCloudExtension2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5CreativeCloudExtension2020.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5InDesignCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5InDesignCC2018.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5InDesignCC2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5InDesignCC2018.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5InDesignCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5InDesignCC2020.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5InDesignCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5InDesignCC2020.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5PhotoshopCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5PhotoshopCC2018.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBank5PhotoshopCC2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBank5PhotoshopCC2018.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldCC2018.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldCC2018.download.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldCC2020.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldCC2020.download.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldCreativeCloudExtension2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldCreativeCloudExtension2018.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldCreativeCloudExtension2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldCreativeCloudExtension2018.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldCreativeCloudExtension2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldCreativeCloudExtension2020.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldCreativeCloudExtension2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldCreativeCloudExtension2020.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldIllustratorCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldIllustratorCC2018.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldIllustratorCC2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldIllustratorCC2018.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldInCopyCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldInCopyCC2018.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldInCopyCC2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldInCopyCC2018.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldInDesignCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldInDesignCC2018.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldInDesignCC2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldInDesignCC2018.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldInDesignCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldInDesignCC2020.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldInDesignCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldInDesignCC2020.pkg.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldPhotoshopCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldPhotoshopCC2018.munki.recipe -------------------------------------------------------------------------------- /WAVECorp/MediaBankGoldPhotoshopCC2018.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WAVECorp/MediaBankGoldPhotoshopCC2018.pkg.recipe -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign 2020/Fixed Scripts/Uninstall WoodWing Assets for InDesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign 2020/Fixed Scripts/Uninstall WoodWing Assets for InDesign -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign 2020/My Scripts/Forget InDesign Receipts 2020.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign 2020/My Scripts/Forget InDesign Receipts 2020.sh -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign 2020/Original Woodwing Scripts/Uninstall WoodWing Assets for InDesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign 2020/Original Woodwing Scripts/Uninstall WoodWing Assets for InDesign -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign 2022/Fixed Scripts/Uninstall WoodWing Assets for InDesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign 2022/Fixed Scripts/Uninstall WoodWing Assets for InDesign -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign 2022/My Scripts/Forget InDesign Receipts 2022.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign 2022/My Scripts/Forget InDesign Receipts 2022.sh -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign 2022/Original Woodwing Scripts/Uninstall WoodWing Assets for InDesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign 2022/Original Woodwing Scripts/Uninstall WoodWing Assets for InDesign -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign 2023/Fixed Scripts/Uninstall WoodWing Assets for InDesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign 2023/Fixed Scripts/Uninstall WoodWing Assets for InDesign -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign 2023/My Scripts/Forget InDesign Receipts 2023.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign 2023/My Scripts/Forget InDesign Receipts 2023.sh -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign 2023/Original Woodwing Scripts/Uninstall WoodWing Assets for InDesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign 2023/Original Woodwing Scripts/Uninstall WoodWing Assets for InDesign -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign CC 2018/Fixed Scripts/Uninstall WoodWing Assets for InDesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign CC 2018/Fixed Scripts/Uninstall WoodWing Assets for InDesign -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign CC 2018/My Scripts/Forget InDesign Receipts 2018.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign CC 2018/My Scripts/Forget InDesign Receipts 2018.sh -------------------------------------------------------------------------------- /WoodWing/Assets Scripts InDesign CC 2018/Original Woodwing Scripts/Uninstall WoodWing Assets for InDesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Assets Scripts InDesign CC 2018/Original Woodwing Scripts/Uninstall WoodWing Assets for InDesign -------------------------------------------------------------------------------- /WoodWing/AssetsInDesignCC2018Plugin.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/AssetsInDesignCC2018Plugin.munki.recipe -------------------------------------------------------------------------------- /WoodWing/AssetsInDesignCC2020Plugin.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/AssetsInDesignCC2020Plugin.munki.recipe -------------------------------------------------------------------------------- /WoodWing/AssetsInDesignCC2022Plugin.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/AssetsInDesignCC2022Plugin.munki.recipe -------------------------------------------------------------------------------- /WoodWing/AssetsInDesignCC2023Plugin.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/AssetsInDesignCC2023Plugin.munki.recipe -------------------------------------------------------------------------------- /WoodWing/AssetsInDesignPlugin.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/AssetsInDesignPlugin.download.recipe -------------------------------------------------------------------------------- /WoodWing/Elvis Scripts InDesign CC 2015/Fixed Scripts/Uninstall Elvis InDesign CC 2015 Plug-ins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Elvis Scripts InDesign CC 2015/Fixed Scripts/Uninstall Elvis InDesign CC 2015 Plug-ins.sh -------------------------------------------------------------------------------- /WoodWing/Elvis Scripts InDesign CC 2015/My Scripts/Forget InDesign Receipts CC 2015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Elvis Scripts InDesign CC 2015/My Scripts/Forget InDesign Receipts CC 2015.sh -------------------------------------------------------------------------------- /WoodWing/Elvis Scripts InDesign CC 2015/Original Woodwing Scripts/Uninstall Elvis InDesign Plug-ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Elvis Scripts InDesign CC 2015/Original Woodwing Scripts/Uninstall Elvis InDesign Plug-ins -------------------------------------------------------------------------------- /WoodWing/Elvis Scripts InDesign CC 2018/Fixed Scripts/Uninstall Elvis InDesign CC 2018 Plug-ins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Elvis Scripts InDesign CC 2018/Fixed Scripts/Uninstall Elvis InDesign CC 2018 Plug-ins.sh -------------------------------------------------------------------------------- /WoodWing/Elvis Scripts InDesign CC 2018/My Scripts/Forget InDesign Receipts CC 2018.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Elvis Scripts InDesign CC 2018/My Scripts/Forget InDesign Receipts CC 2018.sh -------------------------------------------------------------------------------- /WoodWing/Elvis Scripts InDesign CC 2018/Original Woodwing Scripts/Uninstall Elvis InDesign Plug-ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Elvis Scripts InDesign CC 2018/Original Woodwing Scripts/Uninstall Elvis InDesign Plug-ins -------------------------------------------------------------------------------- /WoodWing/Elvis Scripts InDesign CC 2019/Fixed Scripts/Uninstall Elvis InDesign CC 2019 Plug-ins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Elvis Scripts InDesign CC 2019/Fixed Scripts/Uninstall Elvis InDesign CC 2019 Plug-ins.sh -------------------------------------------------------------------------------- /WoodWing/Elvis Scripts InDesign CC 2019/My Scripts/Forget InDesign Receipts CC 2019.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Elvis Scripts InDesign CC 2019/My Scripts/Forget InDesign Receipts CC 2019.sh -------------------------------------------------------------------------------- /WoodWing/Elvis Scripts InDesign CC 2019/Original Woodwing Scripts/Uninstall Elvis InDesign Plug-ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Elvis Scripts InDesign CC 2019/Original Woodwing Scripts/Uninstall Elvis InDesign Plug-ins -------------------------------------------------------------------------------- /WoodWing/ElvisInDesignCC2015Plugin.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/ElvisInDesignCC2015Plugin.munki.recipe -------------------------------------------------------------------------------- /WoodWing/ElvisInDesignCC2018Plugin.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/ElvisInDesignCC2018Plugin.munki.recipe -------------------------------------------------------------------------------- /WoodWing/ElvisInDesignCC2019Plugin.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/ElvisInDesignCC2019Plugin.munki.recipe -------------------------------------------------------------------------------- /WoodWing/ElvisInDesignPlugin.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/ElvisInDesignPlugin.download.recipe -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2020/Fixed Scripts/wwuninstall_incopy2020_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2020/Fixed Scripts/wwuninstall_incopy2020_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2020/Fixed Scripts/wwuninstall_indesign2020_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2020/Fixed Scripts/wwuninstall_indesign2020_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2020/My Scripts/Forget InCopy Receipts 2020.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2020/My Scripts/Forget InCopy Receipts 2020.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2020/My Scripts/Forget InDesign Receipts 2020.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2020/My Scripts/Forget InDesign Receipts 2020.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2020/Original Woodwing Scripts/Uninstall WoodWing Studio for InDesign and InCopy 2020.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2020/Original Woodwing Scripts/Uninstall WoodWing Studio for InDesign and InCopy 2020.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2020/README.md -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2022/Fixed Scripts/wwuninstall_incopy2022_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2022/Fixed Scripts/wwuninstall_incopy2022_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2022/Fixed Scripts/wwuninstall_indesign2022_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2022/Fixed Scripts/wwuninstall_indesign2022_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2022/My Scripts/Forget InCopy Receipts 2022.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2022/My Scripts/Forget InCopy Receipts 2022.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2022/My Scripts/Forget InDesign Receipts 2022.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2022/My Scripts/Forget InDesign Receipts 2022.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts 2022/Original Woodwing Scripts/Uninstall WoodWing Studio for InDesign and InCopy 2022.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts 2022/Original Woodwing Scripts/Uninstall WoodWing Studio for InDesign and InCopy 2022.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/Fixed Scripts/InCopy_fixed_total.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/Fixed Scripts/InCopy_fixed_total.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/Fixed Scripts/InDesign_fixed_total.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/Fixed Scripts/InDesign_fixed_total.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/Fixed Scripts/wwuninstall_incopycc2014_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/Fixed Scripts/wwuninstall_incopycc2014_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/Fixed Scripts/wwuninstall_indesigncc2014_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/Fixed Scripts/wwuninstall_indesigncc2014_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/My Scripts/Forget InCopy Receipts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/My Scripts/Forget InCopy Receipts.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/My Scripts/Forget InDesign Digital Magazine Receipts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/My Scripts/Forget InDesign Digital Magazine Receipts.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/My Scripts/Forget InDesign Receipts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/My Scripts/Forget InDesign Receipts.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/Original Woodwing Scripts/Uninstall Smart Connection for Adobe CC 2014 v10.2.2 Build75.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/Original Woodwing Scripts/Uninstall Smart Connection for Adobe CC 2014 v10.2.2 Build75.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/Original Woodwing Scripts/total_dot_sh_10.2.2_build75.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/Original Woodwing Scripts/total_dot_sh_10.2.2_build75.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2014/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2014/README.md -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/Fixed Scripts/InCopyCC2015_fixed_total.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/Fixed Scripts/InCopyCC2015_fixed_total.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/Fixed Scripts/InDesignCC2015_fixed_total.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/Fixed Scripts/InDesignCC2015_fixed_total.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/Fixed Scripts/wwuninstall_incopycc2015_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/Fixed Scripts/wwuninstall_incopycc2015_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/Fixed Scripts/wwuninstall_indesigncc2015_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/Fixed Scripts/wwuninstall_indesigncc2015_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/My Scripts/Forget InCopy Receipts CC2015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/My Scripts/Forget InCopy Receipts CC2015.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/My Scripts/Forget InDesign Digital Magazine Receipts CC2015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/My Scripts/Forget InDesign Digital Magazine Receipts CC2015.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/My Scripts/Forget InDesign Receipts CC2015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/My Scripts/Forget InDesign Receipts CC2015.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/Original Woodwing Scripts/Uninstall Smart Connection for Adobe CC 2015 v11.2.0 Build42.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/Original Woodwing Scripts/Uninstall Smart Connection for Adobe CC 2015 v11.2.0 Build42.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/Original Woodwing Scripts/total_dot_sh_11.0.2_build9.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/Original Woodwing Scripts/total_dot_sh_11.0.2_build9.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2015/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2015/README.md -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2018/Fixed Scripts/wwuninstall_incopycc2018_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2018/Fixed Scripts/wwuninstall_incopycc2018_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2018/Fixed Scripts/wwuninstall_indesigncc2018_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2018/Fixed Scripts/wwuninstall_indesigncc2018_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2018/My Scripts/Forget InCopy Receipts CC2018.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2018/My Scripts/Forget InCopy Receipts CC2018.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2018/My Scripts/Forget InDesign Receipts CC2018.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2018/My Scripts/Forget InDesign Receipts CC2018.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2018/Original Woodwing Scripts/Uninstall Smart Connection for Adobe CC 2018 v13.1.0 Build57: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2018/Original Woodwing Scripts/Uninstall Smart Connection for Adobe CC 2018 v13.1.0 Build57 -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2018/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2018/README.md -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2019/Fixed Scripts/wwuninstall_indesigncc2019_fixed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2019/Fixed Scripts/wwuninstall_indesigncc2019_fixed.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2019/My Scripts/Forget InDesign Receipts CC2019.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2019/My Scripts/Forget InDesign Receipts CC2019.sh -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2019/Original Woodwing Scripts/Uninstall Smart Connection for Adobe CC2019 v14.2.2 Build 49: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2019/Original Woodwing Scripts/Uninstall Smart Connection for Adobe CC2019 v14.2.2 Build 49 -------------------------------------------------------------------------------- /WoodWing/Reference Scripts CC 2019/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/Reference Scripts CC 2019/README.md -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionCC2014.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionCC2014.pkg.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionCC2015.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionCC2015.pkg.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionInCopyCC2014.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionInCopyCC2014.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionInCopyCC2015.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionInCopyCC2015.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionInCopyCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionInCopyCC2018.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionInDesignCC2014.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionInDesignCC2014.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionInDesignCC2015.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionInDesignCC2015.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionInDesignCC2018.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionInDesignCC2018.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionInDesignCC2019.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionInDesignCC2019.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionInDesignDigitalMagazineCC2014.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionInDesignDigitalMagazineCC2014.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingSmartConnectionInDesignDigitalMagazineCC2015.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingSmartConnectionInDesignDigitalMagazineCC2015.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingStudioInCopyCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingStudioInCopyCC2020.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingStudioInCopyCC2022.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingStudioInCopyCC2022.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingStudioInCopyCC2023.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingStudioInCopyCC2023.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingStudioInCopyCC2024.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingStudioInCopyCC2024.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingStudioInDesignCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingStudioInDesignCC2020.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingStudioInDesignCC2022.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingStudioInDesignCC2022.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingStudioInDesignCC2023.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingStudioInDesignCC2023.munki.recipe -------------------------------------------------------------------------------- /WoodWing/WoodwingStudioInDesignCC2024.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/WoodWing/WoodwingStudioInDesignCC2024.munki.recipe -------------------------------------------------------------------------------- /Wrike/Wrike.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Wrike/Wrike.download.recipe -------------------------------------------------------------------------------- /Wrike/Wrike.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/Wrike/Wrike.munki.recipe -------------------------------------------------------------------------------- /X-Rite/i1Studio.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/X-Rite/i1Studio.download.recipe -------------------------------------------------------------------------------- /X-Rite/i1Studio.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/X-Rite/i1Studio.munki.recipe -------------------------------------------------------------------------------- /XBytor/ImageProcessorPro.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/XBytor/ImageProcessorPro.download.recipe -------------------------------------------------------------------------------- /XBytor/ImageProcessorProPhotoshopCC2020.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/XBytor/ImageProcessorProPhotoshopCC2020.munki.recipe -------------------------------------------------------------------------------- /XBytor/ImageProcessorProPhotoshopCC2020.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/XBytor/ImageProcessorProPhotoshopCC2020.pkg.recipe -------------------------------------------------------------------------------- /XBytor/ImageProcessorProPhotoshopCC2022.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/XBytor/ImageProcessorProPhotoshopCC2022.munki.recipe -------------------------------------------------------------------------------- /XBytor/ImageProcessorProPhotoshopCC2022.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/XBytor/ImageProcessorProPhotoshopCC2022.pkg.recipe -------------------------------------------------------------------------------- /XnSoft/XnConvert.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/XnSoft/XnConvert.download.recipe -------------------------------------------------------------------------------- /XnSoft/XnConvert.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/XnSoft/XnConvert.munki.recipe -------------------------------------------------------------------------------- /bzgapps/Unite.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/bzgapps/Unite.download.recipe -------------------------------------------------------------------------------- /bzgapps/Unite.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/bzgapps/Unite.munki.recipe -------------------------------------------------------------------------------- /jessedp/TabloTools.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/jessedp/TabloTools.download.recipe -------------------------------------------------------------------------------- /jessedp/TabloTools.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/foigus-recipes/HEAD/jessedp/TabloTools.munki.recipe --------------------------------------------------------------------------------