This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Based on https://gist.github.com/commandtab/2370710 | |
| # xmlstarlet is required (brew install xmlstarlet) | |
| # What this script does: | |
| # - Parses a provisioning profile | |
| # - Loops through all DeveloperCertificates <data> entries | |
| # - Removes any leading whitespace | |
| # - Removes any blank lines | |
| # - Decodes the Base64 blob |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GNOME 2 had become a bit of a Frankenstein’s monster, assembled from bits and pieces | |
| that were not always designed to integrate perfectly. You could see the seams. And | |
| more importantly, you could feel them and they didn’t feel nice. http://is.gd/7EpPXQ |