You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
This is a set of python scripts which ease the process of mass-generating [autopkg](http://autopkg.github.io/autopkg/) recipes. Currently there isn't much flexibility to the type of software you'd want to import or ways of polling for updates(sparkle only), and interactive options aren't yet available, but hopefully planned. (Want to beat me to it? Fork away!)
5
+
6
+
Intended Usage
7
+
=================
8
+
9
+
Apps that use the Sparkle framework or appcast rss-style update URLs can be polled with the recipes generated, but currently there isn't flexibility to handle dmg's and zip's in the same pkg-recipe-generation script, so please split out your products accordingly. You can then next that download recipe in a munki or pkg recipe, and once a pkg recipe is generated a jss recipe can be generated as well. There are example products in the body of each script, so you'd modify those dicts accordingly to insert the info about your software.
10
+
11
+
Preliminary notes(more detailed info coming soon:)
12
+
- The munki script assumes you're adding software you'd classify as 'apps', so modify the ```MUNKI_REPO_SUBDIR``` key accordingly (or clean that up afterwards if you're doing various types in one pass)
13
+
- product IDs can be found in the application bundle, or you'd often check the ~/Library/Preferences folder for the [reverse domain](http://superuser.com/questions/200167/what-does-com-developer-application-mean) (<- stackoverflow thread on the subject) of the software
"HipChat" : """HipChat is hosted group chat and IM for companies and teams. Supercharge real-time collaboration with persistent chat rooms, file sharing, and chat history.""",
64
+
"Bartender" : """Bartender lets you organize your Menu Bar Apps, by hiding them, rearranging them, or moving them to the Bartenders Bar. You can display the full menu bar, set options to have Menu Bar Apps show in the menu bar when they are updating, or have them always visible in the Bartenders Bar. There are loads of ways to configure Bartender to perform as you wish. Give it a go and find out.""",
65
+
"Fake" : """Fake is a new browser for Mac OS X that makes web automation simple. Fake allows you to drag discrete browser Actions into a graphical Workflow that can be run again and again without human interaction. The Fake Workflows you create can be saved, reopened, and shared. Inspired by Apple's Automator application, Fake looks like a combination of Safari and Automator that allows you to run (and re-run) "fake" interactions with the web.""",
66
+
"Fluid" : """Web applications like Gmail, Facebook, Campfire and Pandora are becoming more and more like desktop applications every day. Running each of these web apps in a separate tab in your browser can be a real pain. Fluid lets you create a Real Mac App (or "Fluid App") out of any website or web application, effectively turning your favorite web apps into OS X desktop apps.""",
67
+
"ClipMenu" : """ClipMenu can manage clipboard history. You can record 8 clipboard types, from plain text to image.""",
68
+
"Cinch" : """Cinch allows you to precisely resize a window simply by dragging to the left, right, or top screen edge.""",
69
+
"Isolator" : """Isolator is a small menu bar application that helps you concentrate. When you're working on a document, and don't want to be distracted, turn on Isolator. It will cover up your desktop and all the icons on it, as well as the windows of all your other applications, so you can concentrate on the task in hand.""",
70
+
"iTeleport" : """It's magic""",
71
+
"Limechat" : """Limechat is an IRC client""",
72
+
"Mactracker" : """Mactracker provides detailed information on every Apple Macintosh computer ever made, including items such as processor speed, memory, optical drives, graphic cards, supported OS versions, and expansion options. Also included is information on Apple mice, keyboards, displays, printers, scanners, speakers, cameras, iPod, Apple TV, iPhone, iPad, Wi-Fi products, Newton, iOS, Mac OS, and OS X versions.""",
73
+
"Pacifist" : """Pacifist is a shareware application that opens Mac OS X .pkg package files, .dmg disk images, and .zip, .tar, .tar.gz, .tar.bz2, and .xar archives and allows you to extract individual files and folders out of them.""",
74
+
"LingonX" : """LingonX is an easy to use yet powerful utility that runs things automatically on your Mac""",
75
+
"MarsEdit" : """MarsEdit is a weblog editor for Mac OS X. It supports posting to many popular blogging services, such as Blogger, Movable Type, Tumblr and WordPress.""",
76
+
"Reflector" : """Reflector lets you AirPlay mirror your iPhone or iPad to any Mac or PC, wirelessly. Play games, watch movies, demo apps or present to your computer from your iOS device.""",
77
+
"ScreenSharingMenulet" : """ScreenSharing provides easy access to Screen Sharing from the menu bar. Local and Back to My Mac hosts are automatically detected with Bonjour.""",
0 commit comments