Skip to content

Instantly share code, notes, and snippets.

@jmoody
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmoody/8722820 to your computer and use it in GitHub Desktop.
Save jmoody/8722820 to your computer and use it in GitHub Desktop.
an example of a ~/.xamarin directory
[stern:~/.xamarin]: moody$ tree
.
├── devices
│   ├── android_phone -> r2d2
│   ├── android_tablet -> marvin
│   ├── earp
│   │   ├── ip
│   │   └── udid
│   ├── ipad -> venus
│   ├── iphone -> neptune
│   ├── marvin
│   │   └── serial
│   ├── neptune
│   │   ├── ip
│   │   └── udid
│   ├── pluto
│   │   ├── ip
│   │   └── udid
│   ├── r2d2
│   │   └── serial
│   └── venus
│   ├── ip
│   └── udid
├── ios-resign
│   ├── default -> ljs
│   └── ljs
│   ├── 86BC0<snip>1010.mobileprovision
│   ├── 9AAC0<snip>093B8.mobileprovision
│   ├── signing-identity
│   ├── wildcard-identifier
│   └── wildcard.mobileprovision -> 86BC-<snip>-1010.mobileprovision
└── test-cloud
├── android-sets.csv
├── cegedim
├── cisco
├── ios-sets.csv
├── moody
└── xamarin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment