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.
- Host: GitHub
- URL: https://github.com/adrum/provision
- Owner: adrum
- License: mit
- Created: 2015-03-10T18:06:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T06:03:00.000Z (over 11 years ago)
- Last Synced: 2025-03-05T22:06:03.338Z (over 1 year ago)
- Language: Objective-C
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.