gitextract_uzn2e98b/ ├── Makefile.freebsd ├── Makefile.haiku ├── Makefile.linux ├── Makefile.macintel32 ├── Makefile.macintel64 ├── Makefile.macppc ├── Makefile.win ├── abstractfile.c ├── abstractfile.h ├── abstractfilewinleg.c ├── common.h ├── docs/ │ ├── license.txt │ ├── plugin-howto.txt │ ├── readme.txt │ └── troubleshooting.txt ├── gui-gtk/ │ └── zgui.c ├── gui-mac/ │ ├── English.lproj/ │ │ ├── InfoPlist.strings │ │ ├── Localizable.strings │ │ ├── MainMenu.nib/ │ │ │ ├── designable.nib │ │ │ └── keyedobjects.nib │ │ ├── MainMenu.strings │ │ └── donate.html │ ├── French.lproj/ │ │ ├── InfoPlist.strings │ │ ├── Localizable.strings │ │ ├── MainMenu.nib/ │ │ │ ├── designable.nib │ │ │ └── keyedobjects.nib │ │ ├── MainMenu.strings │ │ └── donate.html │ ├── Info.plist │ ├── Italian.lproj/ │ │ ├── MainMenu.nib/ │ │ │ ├── designable.nib │ │ │ └── keyedobjects.nib │ │ └── MainMenu.strings │ ├── Key.tif │ ├── Locked.tif │ ├── Spanish.lproj/ │ │ ├── Localizable.strings │ │ ├── MainMenu.nib/ │ │ │ ├── designable.nib │ │ │ └── keyedobjects.nib │ │ └── MainMenu.strings │ ├── Start.tif │ ├── Stop.tif │ ├── Unlocked.tif │ ├── ZiPhoneOSX.xcodeproj/ │ │ ├── lex.mode1v3 │ │ ├── lex.pbxuser │ │ └── project.pbxproj │ ├── ZiPhoneOSX_Prefix.pch │ ├── ZiPhoneWindowController.h │ ├── ZiPhoneWindowController.m │ ├── getversion.sh │ ├── i18n-supported.list │ ├── i18n.sh │ ├── iPhone.icns │ ├── icon/ │ │ ├── Z-Phone.psd │ │ └── Z-PhonePortrait.psd │ ├── main.m │ └── readme.txt ├── install-freebsd.txt ├── install-haiku.txt ├── install-linux.txt ├── install-mac.txt ├── install-windows.txt ├── libibooter.cpp ├── libibooter.h ├── linuxgui.sh ├── macgui.sh ├── macrelease.sh └── ziphone.cpp