This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i386 : iOS Simulator 32-bit | |
x86_64 : iOS Simulator 64-bit | |
iPhone1,1 : iPhone 1st Gen | |
iPhone1,2 : iPhone 3G 2nd Gen | |
iPhone2,1 : iPhone 3GS 3rd Gen | |
iPhone3,1 : iPhone 4 | |
iPhone3,2 : iPhone 4 (GSM) Rev A | |
iPhone3,3 : iPhone 4 (CDMA) | |
iPhone4,1 : iPhone 4s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# The Samsung trailer format is based on the implementation from ExifTool | |
# http://www.sno.phy.queensu.ca/~phil/exiftool/ | |
# Forked off https://gist.github.com/bcyrill to fit a specific use case, | |
# bad pano files mixed with other files in a folder/dir | |
# The "dump" argument was not tested in this fork | |
# Meant to be run from a batch like the Windows CMD one in the block comment below | |
""" |