An open API service indexing awesome lists of open source software.

https://github.com/adrum/provision

Provisioning Profile management for OS X.
https://github.com/adrum/provision

Last synced: 12 months ago
JSON representation

Provisioning Profile management for OS X.

Awesome Lists containing this project

README

          

#Provision
A new way to manage provisioning profiles.

###Preamble
Although I've been developing iOS apps for several years, this is my first attempt at an OS X app. If you look in the code you're likely to see a ton of stupid decisions on my part that occurred over the ~8 hours I spent building this + learning parts of AppKit to make it work. If anyone has some OS X dev experience they can offer to help this thing out (or even better, design!) I'd be very appreciative.

###Current Features
Right now Provision has the following:


  • Automatically remove duplicate profiles

  • Automatically remove expired profiles

  • Delete provisioning profiles

  • Import new profiles (while checking for duplicates or newer copies)

  • Search profiles

  • View metadata for provisioning profiles

  • Double-click to open file in Finder

Not bad for ~8 hours!

###Roadmap
Here's where I want this to go:


  • Monitoring the Downloads folder for new profiles, then auto-importing them

  • Automatic, continous cleanup of expired / duplicate profiles

  • Bonjour syncing for teams

  • Syncing profiles with Dropbox / Server / etc.

  • Monitor selected project folders and auto-importing profiles. This would allow provisioning profiles to be version controlled, and auto-detectd / installed for fresh checkouts. Great for teams!

  • Real app name

  • Real app icon

  • Icons for the rest of the app

If you can help with any of this, or have questions. Feel free to drop me a line. I hope you like the beginnings of this and find it useful.