Skip to content

Instantly share code, notes, and snippets.

@n8gray
n8gray / remove_sim_dups.py
Last active August 29, 2015 14:26 — forked from buscarini/remove_sim_dups.py
Remove Xcode duplicated simulators
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import re
from subprocess import Popen, PIPE
from subprocess import call
# Change this to True to see what will be deleted without deleting anything
DRY_RUN = False