├── README.md ├── findSparkles.sh ├── installRecipeGenerator-dmgdwnldParent.py ├── installRecipeGenerator-pkgRecipeParent.py ├── installRecipeGenerator-pkgdwnldParent.py ├── jssRecipeGenerator.py ├── munkiRecipeGenerator.py ├── pkgRecipeGenerator-dmg.py ├── pkgRecipeGenerator-zip.py └── sparkleDownloadsProcessorGenerator.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/README.md -------------------------------------------------------------------------------- /findSparkles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/findSparkles.sh -------------------------------------------------------------------------------- /installRecipeGenerator-dmgdwnldParent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/installRecipeGenerator-dmgdwnldParent.py -------------------------------------------------------------------------------- /installRecipeGenerator-pkgRecipeParent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/installRecipeGenerator-pkgRecipeParent.py -------------------------------------------------------------------------------- /installRecipeGenerator-pkgdwnldParent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/installRecipeGenerator-pkgdwnldParent.py -------------------------------------------------------------------------------- /jssRecipeGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/jssRecipeGenerator.py -------------------------------------------------------------------------------- /munkiRecipeGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/munkiRecipeGenerator.py -------------------------------------------------------------------------------- /pkgRecipeGenerator-dmg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/pkgRecipeGenerator-dmg.py -------------------------------------------------------------------------------- /pkgRecipeGenerator-zip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/pkgRecipeGenerator-zip.py -------------------------------------------------------------------------------- /sparkleDownloadsProcessorGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arubdesu/recipeGenerationUtils/HEAD/sparkleDownloadsProcessorGenerator.py --------------------------------------------------------------------------------