├── .gitignore ├── .travis.yml ├── README.md ├── bin └── convert.sh └── ios-device-identifiers.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fieldnotescommunities/ios-device-identifiers/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fieldnotescommunities/ios-device-identifiers/HEAD/.travis.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fieldnotescommunities/ios-device-identifiers/HEAD/README.md -------------------------------------------------------------------------------- /bin/convert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fieldnotescommunities/ios-device-identifiers/HEAD/bin/convert.sh -------------------------------------------------------------------------------- /ios-device-identifiers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fieldnotescommunities/ios-device-identifiers/HEAD/ios-device-identifiers.json --------------------------------------------------------------------------------