Skip to content

Instantly share code, notes, and snippets.

{
"5229681e-3f20-4f3e-a538-4385f9ae7ec3": {
"__module__": "x4c.core",
"name": "ROOT_DEFINITION",
"parent": null,
"__class__": "X4CDefinition",
"defines_class": "x4c.core.X4CObject",
"uuid": "5229681e-3f20-4f3e-a538-4385f9ae7ec3"
},
"feecef25-db49-4c92-9011-67392113c008": {
@Halicea
Halicea / ios_profiles_importer.py
Created October 2, 2013 19:25
python_install_ios_provisioning_profile
import os
import sys
import codecs
from subprocess import call
import shutil
from os.path import expanduser
profiles_dir = expanduser("~/Library/MobileDevice/Provisioning Profiles")
import argparse
def get_id(path):