Skip to content

Instantly share code, notes, and snippets.

View prestontighe's full-sized avatar
😎

Preston Tighe prestontighe

😎
View GitHub Profile
@tzmartin
tzmartin / ios.provisioning.md
Last active November 3, 2024 16:49
How To Remove iOS Provisioning Files

You can delete the files directly from ~/Library/MobileDevice/Provisioning Profiles

Open finder, ⌘-Shift-G, and paste in the above path. Restart Xcode afterward.

An alternative way is to use the Apple Configurator (Mavericks) or iPhone Configuration Utility (pre-Mavericks) which displays provisioning profiles installed on your system and allows you to remove them (select and press delete key).

Apple Configurator Apple Configurator makes it easy for anyone to mass configure and deploy iPhone, iPad, and iPod touch in a school, business, or institution.

@mshafrir
mshafrir / states_hash.json
Created May 9, 2012 17:05
US states in JSON form
{
"AL": "Alabama",
"AK": "Alaska",
"AS": "American Samoa",
"AZ": "Arizona",
"AR": "Arkansas",
"CA": "California",
"CO": "Colorado",
"CT": "Connecticut",
"DE": "Delaware",