diff --git a/CMakeLists.txt b/CMakeLists.txt index e0dec9c9..54923a42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ add_subdirectory (dmg) add_subdirectory (hdutil) add_subdirectory (hfs) add_subdirectory (ipsw-patch) +add_subdirectory (dfu-util) add_subdirectory (xpwn) install(FILES README.markdown DESTINATION . RENAME README.txt) diff --git a/README.markdown b/README.markdown index f09604a6..1d43e3d9 100644 --- a/README.markdown +++ b/README.markdown @@ -37,6 +37,17 @@ Credits This utility is merely an implementation of Pwnage, which is the work of roxfan, Turbo, wizdaz, bgm, and pumpkin. Those guys are the real heroes. +Also, the new super-awesome bootrom exploit is courtesy of wizdaz. + +MuscleNerd has put a lot of work into the 3G effort. The BootNeuter unlock +for first-generation iPhones packaged within is primarily his effort. + +Thanks also go to gray and c1de0x for their RCE efforts. saurik is the author +of Cydia, included within. bugout was the lucky guy who did our first 3G tests. + +Thanks to chris for his hardware wisdom, Zf for his French humor, and pytey +for the support on the serial stuff. + XPwn attempts to use all the same data files and patches as PwnageTool to avoid duplication of present and future labor. I believe that wizdaz probably put the most sweat into PwnageTool, and the pwnage ramdisk is the work of @@ -52,49 +63,14 @@ the initial exploratory work with the undocumented DMG format. Usage ----- -There are two utilities in this package, as well as the InternalPackages and +There are two utilities in this package, as well as the bundles and FirmwareBundles folders from PwnageTool, and Turbo's autopwn ramdisk. -## xpwn - -xpwn will use libibooter to bootstrap the autopwn ramdisk. This will patch -NOR so that unsigned IPSWs can subsequently be used. The vulnerability used -is only available in firmware version 1.1.4, so this step has to be done with -that version. - - ./xpwn [-b ] [-r ] - -Specifying a boot logo and a recovery logo is optional. You can specify both, -or just one. If you do not specify a particular boot logo, the logo will -remain the same as the one you currently have. - -The input IPSW should correspond with CURRENT version on the device you are -trying to jailbreak. NOT the one you want to upgrade to. The reason it is -necessary is to provide a kernel for the ramdisk to boot and to provide -template boot logos to replace. - -Note that the input IPSW must have the same name as the one on Apple's -download site! That is, it will not be recognized if you have renamed it after -downloading it. - -*Note that xpwn is not currently known to work for firmware other than 1.1.4.* - -The boot and recovery logos need to be PNG formatted files that less than or -equal to 320x480 in dimension. Although automatic conversion will be attempted -for you, the preferred format is an ARGB PNG with 8 bits per channel. *NOT* a -paletted RGB, and an alpha channel must be present *NOT* binary transparency. - -If you save in PNG-24 and have at least one semi-transparent (not fully -transparent) pixel in your file, you ought to be in good shape. - -It is safe to use xpwn multiple times consecutively, and that method can be -used to swap boot logos without restoring. - -A restore with a non-customized IPSW will undo what xpwn did (the NOR will be -reflashed with Apple's image that does have signature checking) - ## ipsw +*NOTE: Important change for 2.0: (uncompressed) tarballs rather than paths are +now used for bundles* + ipsw is a more complex tool to generate custom IPSWs that you can restore after using xpwn (or any other pwnage-based utility). This is important, since that's how the jailbreak actually occurs. @@ -103,7 +79,7 @@ that's how the jailbreak actually occurs. [-r ] [-e ""] \ [[-unlock] [-use39] [-use46] [-cleanup] \ -3 -4 ] \ - ... + ... Yes, I know, confusing syntax. The first two options are the IPSW you want to modify, and where you want to save the modified IPSW respectively. -b and -r @@ -130,41 +106,117 @@ or downgrade your bootloader (if it is not already on the version you choose). complete. If you do not specify -cleanup, BootNeuter will be accessible via SpringBoard. -The last options are for directories to merge into the root filesystem of your -device. The included bundles can be merged by specifying something like -"bundles/Installer.bundle/files". Notice the "files" part must be specified. -It is also perfectly possible to set up your own files to merge. - -/Applications/Installer.app/Installer will be given special setuid -permissions. All files that have the format /Applications/XXX.app/XXX will be -given execute permissions. All files in /sbin, /bin, /usr/bin, /usr/sbin, -/usr/libexec, /usr/local/bin, /usr/local/sbin, /usr/local/libexec will also be -given execute permissions. Special permissions are also given to BootNeuter. -Everything else will be non-executable, so a special LaunchDaemon task may need -to be constructed to properly set up your custom apps. Generally, however, -those permissions are already sufficient. +The last options are for tar-files to merge. All permissions and ownership +will be preserved except for already directories that already exist. This is +to prevent accidental clobbering (we're guessing you don't really want to +alter permissions on existing directories). This behavior may change in the +future. Told you it was a mess. +## dfu-util + +dfu-util is an utility adapted from OpenMoko that satisfies the "pwning" stage +of the process, that is, allowing the execution of our unsigned code. It +relies upon an exploit in the DFU mode of the iPhone/iPod touch bootrom. This +cannot be fixed by Apple on the current hardware revisions. If we can mess +with the device before iTunes sees it, we can have it load a WTF with +signature checking disabled with the exploit, and load an iBSS with signature +checking disabled over that WTF. iTunes will see the device as a regular +iPhone/iPod in recovery mode, and will happily send our custom firmware to it, +which will now be accepted. + +YOU MUST COMPLETELY DISABLE iTUNES WITH TASK MANAGER OR EQUIVALENT BEFORE +PROCEEDING. + +Only AFTERWARDS do you put your device into DFU mode. If you switch the order +of these steps, iTunes will be able to load software onto your device without +this vulnerability, rendering dfu-util useless. + +AFTER you have disabled iTunes, iTunesHelper, etc., plug your device into the +computer. Shut down the device in the normal way if necessary (Slide to +shutdown). Hold down the Power and Home buttons simultaneously and count +slowly to ten. (You may need to push down on power an instant before you +push down on home). The iPhone will start. At around the time you count to 6, +the iPhone will shut down again. KEEP HOLDING BOTH BUTTONS. Hold down both +buttons until you reach 10. At this point, release the power button ONLY. +Keep holding the stand-by button forever (this may take up to two minutes). +You will know when you can stop holding the button when Windows notifies you +via an audible cue that a USB device has connected. This is your device in +DFU mode. The screen of the device will remain completely powered off. + +THEN, run dfu-util with the following syntax: + + sudo ./dfu-util + +Where n82ap = 3G iPhone, m68ap = First-generation iPhone, n45ap = iPod touch. +Note that you're using your CUSTOM IPSW for this stage, since we will need the +patched firmware, not the stock firmware. dfu-util will pick out the right +files from the ipsw and send them in the right order. If your screen powers on +and then turns white, then you know it worked. You can now restore with iTunes. + +## xpwn *(DEPRECATED)* + +If DFU mode is too complicated for you, and you have a first-generation phone, +you can still use the legacy xpwn ramdisk method on 1.1.4 to pwn your phone. +Then you can restore the custom IPSW without messing with DFU mode. + +xpwn will use libibooter to bootstrap the autopwn ramdisk. This will patch +NOR so that unsigned IPSWs can subsequently be used. The vulnerability used +is only available in firmware version 1.1.4, so this step has to be done with +that version. + + ./xpwn [-b ] [-r ] + +Specifying a boot logo and a recovery logo is optional. You can specify both, +or just one. If you do not specify a particular boot logo, the logo will +remain the same as the one you currently have. + +The input IPSW should correspond with CURRENT version on the device you are +trying to jailbreak. NOT the one you want to upgrade to. The reason it is +necessary is to provide a kernel for the ramdisk to boot and to provide +template boot logos to replace. + +Note that the input IPSW must have the same name as the one on Apple's +download site! That is, it will not be recognized if you have renamed it after +downloading it. + +*Note that xpwn is not currently known to work for firmware other than 1.1.4.* + +The boot and recovery logos need to be PNG formatted files that less than or +equal to 320x480 in dimension. Although automatic conversion will be attempted +for you, the preferred format is an ARGB PNG with 8 bits per channel. *NOT* a +paletted RGB, and an alpha channel must be present *NOT* binary transparency. + +If you save in PNG-24 and have at least one semi-transparent (not fully +transparent) pixel in your file, you ought to be in good shape. + +It is safe to use xpwn multiple times consecutively, and that method can be +used to swap boot logos without restoring. + +A restore with a non-customized IPSW will undo what xpwn did (the NOR will be +reflashed with Apple's image that does have signature checking) + + ### Examples -Jailbreaking iPod 1.1.4: +Jailbreaking iPod 2.0: - ./ipsw iPod1,1_1.1.4_4A102_Restore.ipsw custom.ipsw \ - bundles/Installer.bundle/files + ./ipsw iPod1,1_2.0_5A347.bundle custom.ipsw \ + bundles/Cydia.tar -Jailbreaking iPhone 1.1.4: +Jailbreaking iPhone 3G: - ./ipsw iPhone1,1_1.1.4_4A102_Restore.ipsw custom.ipsw \ - -e "Phone Activation" bundles/Installer.bundle/files + ./ipsw iPhone1,2_2.0_5A347.bundle custom.ipsw \ + -e "Phone Activation" bundles/Cydia.tar -Jailbreaking, activating, and unlocking iPhone 1.1.4: +Jailbreaking, activating, and unlocking iPhone 2.0: - ./ipsw iPhone1,1_1.1.4_4A102_Restore.ipsw custom.ipsw \ + ./ipsw iPhone1,1_2.0_5A347.bundle custom.ipsw \ -unlock -cleanup -3 bl39.bin -4 bl46.bin \ - bundles/Installer.bundle/files \ - bundles/BootNeuter.bundle/files \ - bundles/YoutubeActivation.bundle/files + bundles/Cydia.tar \ + bundles/BootNeuter.tar \ + bundles/YoutubeActivation.tar Technical notes --------------- diff --git a/common/abstractfile.c b/common/abstractfile.c index fa914805..d55aaaa7 100644 --- a/common/abstractfile.c +++ b/common/abstractfile.c @@ -99,6 +99,9 @@ AbstractFile* createAbstractFileFromDummy() { size_t memRead(AbstractFile* file, void* data, size_t len) { MemWrapperInfo* info = (MemWrapperInfo*) (file->data); + if(info->bufferSize < (info->offset + len)) { + len = info->bufferSize - info->offset; + } memcpy(data, (void*)((uint8_t*)(*(info->buffer)) + (uint32_t)info->offset), len); info->offset += (size_t)len; return len; diff --git a/dfu-util/CMakeLists.txt b/dfu-util/CMakeLists.txt new file mode 100644 index 00000000..e4b08bc5 --- /dev/null +++ b/dfu-util/CMakeLists.txt @@ -0,0 +1,17 @@ +INCLUDE(${PROJECT_SOURCE_DIR}/FindUSB.cmake) + +IF(NOT USB_FOUND) + message(FATAL_ERROR "libusb is required for dfu-util!") +ENDIF(NOT USB_FOUND) + +include_directories(${USB_INCLUDE_DIR}) +link_directories(${USB_LIBRARIES}) + +add_executable(dfu-util dfu.c sam7dfu.c main.c) + +link_directories(${PROJECT_BINARY_DIR}/common ${PROJECT_BINARY_DIR}/hfs ${PROJECT_BINARY_DIR}/ipsw-patch) + +target_link_libraries(dfu-util xpwn) +target_link_libraries(dfu-util ${USB_LIBRARIES}) + +install(TARGETS dfu-util DESTINATION .) diff --git a/dfu-util/COPYING b/dfu-util/COPYING new file mode 100644 index 00000000..d60c31a9 --- /dev/null +++ b/dfu-util/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/dfu-util/README b/dfu-util/README new file mode 100644 index 00000000..0ea46f0f --- /dev/null +++ b/dfu-util/README @@ -0,0 +1,10 @@ +This is a heavily hacked version of the DFU-Util written for the OpenMoko +device, as made available here: http://wiki.openmoko.org/wiki/Dfu-util + +Many thanks to the OpenMoko folks. Writing a USB DFU implementation from +scratch would not have been particularly fun. + +From the wiki: + +WARNING: Dfu-util is currently broken on big-endian architectures + diff --git a/dfu-util/dfu.c b/dfu-util/dfu.c new file mode 100644 index 00000000..c0b4f2b2 --- /dev/null +++ b/dfu-util/dfu.c @@ -0,0 +1,420 @@ +/* + * dfu-programmer + * + * $Id: dfu.c,v 1.3 2006/06/20 06:28:04 schmidtw Exp $ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#include +#include +#include "dfu.h" + +/* DFU commands */ +#define DFU_DETACH 0 +#define DFU_DNLOAD 1 +#define DFU_UPLOAD 2 +#define DFU_GETSTATUS 3 +#define DFU_CLRSTATUS 4 +#define DFU_GETSTATE 5 +#define DFU_ABORT 6 + +#define INVALID_DFU_TIMEOUT -1 + +static int dfu_timeout = INVALID_DFU_TIMEOUT; +static unsigned short transaction = 0; + +static int dfu_debug_level = 0; + +void dfu_init( const int timeout ) +{ + if( timeout > 0 ) { + dfu_timeout = timeout; + } else { + if( 0 != dfu_debug_level ) + fprintf( stderr, "dfu_init: Invalid timeout value.\n" ); + } +} + +static int dfu_verify_init( const char *function ) +{ + if( INVALID_DFU_TIMEOUT == dfu_timeout ) { + if( 0 != dfu_debug_level ) + fprintf( stderr, + "%s: dfu system not property initialized.\n", + function ); + return -1; + } + + return 0; +} + +void dfu_debug( const int level ) +{ + dfu_debug_level = level; +} + + +/* + * DFU_DETACH Request (DFU Spec 1.0, Section 5.1) + * + * device - the usb_dev_handle to communicate with + * interface - the interface to communicate with + * timeout - the timeout in ms the USB device should wait for a pending + * USB reset before giving up and terminating the operation + * + * returns 0 or < 0 on error + */ +int dfu_detach( struct usb_dev_handle *device, + const unsigned short interface, + const unsigned short timeout ) +{ + if( 0 != dfu_verify_init(__FUNCTION__) ) + return -1; + + return usb_control_msg( device, + /* bmRequestType */ USB_ENDPOINT_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE, + /* bRequest */ DFU_DETACH, + /* wValue */ timeout, + /* wIndex */ interface, + /* Data */ NULL, + /* wLength */ 0, + dfu_timeout ); +} + + +/* + * DFU_DNLOAD Request (DFU Spec 1.0, Section 6.1.1) + * + * device - the usb_dev_handle to communicate with + * interface - the interface to communicate with + * length - the total number of bytes to transfer to the USB + * device - must be less than wTransferSize + * data - the data to transfer + * + * returns the number of bytes written or < 0 on error + */ +int dfu_download( struct usb_dev_handle *device, + const unsigned short interface, + const unsigned short length, + char* data ) +{ + int status; + + if( 0 != dfu_verify_init(__FUNCTION__) ) + return -1; + + /* Sanity checks */ + if( (0 != length) && (NULL == data) ) { + if( 0 != dfu_debug_level ) + fprintf( stderr, + "%s: data was NULL, but length != 0\n", + __FUNCTION__ ); + return -1; + } + + if( (0 == length) && (NULL != data) ) { + if( 0 != dfu_debug_level ) + fprintf( stderr, + "%s: data was not NULL, but length == 0\n", + __FUNCTION__ ); + return -2; + } + + status = usb_control_msg( device, + /* bmRequestType */ USB_ENDPOINT_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE, + /* bRequest */ DFU_DNLOAD, + /* wValue */ transaction++, + /* wIndex */ interface, + /* Data */ data, + /* wLength */ length, + dfu_timeout ); + if( status < 0 ) { + fprintf( stderr, "%s error %d\n", __FUNCTION__, status ); + } + + return status; +} + + +/* + * DFU_UPLOAD Request (DFU Spec 1.0, Section 6.2) + * + * device - the usb_dev_handle to communicate with + * interface - the interface to communicate with + * length - the maximum number of bytes to receive from the USB + * device - must be less than wTransferSize + * data - the buffer to put the received data in + * + * returns the number of bytes received or < 0 on error + */ +int dfu_upload( struct usb_dev_handle *device, + const unsigned short interface, + const unsigned short length, + char* data ) +{ + int status; + + if( 0 != dfu_verify_init(__FUNCTION__) ) + return -1; + + /* Sanity checks */ + if( (0 == length) || (NULL == data) ) { + if( 0 != dfu_debug_level ) + fprintf( stderr, + "%s: data was NULL, or length is 0\n", + __FUNCTION__ ); + return -1; + } + + status = usb_control_msg( device, + /* bmRequestType */ USB_ENDPOINT_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE, + /* bRequest */ DFU_UPLOAD, + /* wValue */ transaction++, + /* wIndex */ interface, + /* Data */ data, + /* wLength */ length, + dfu_timeout ); + if( status < 0 ) { + fprintf( stderr, "%s error %d\n", __FUNCTION__, status ); + } + + return status; +} + + +/* + * DFU_GETSTATUS Request (DFU Spec 1.0, Section 6.1.2) + * + * device - the usb_dev_handle to communicate with + * interface - the interface to communicate with + * status - the data structure to be populated with the results + * + * return the number of bytes read in or < 0 on an error + */ +int dfu_get_status( struct usb_dev_handle *device, + const unsigned short interface, + struct dfu_status *status ) +{ + char buffer[6]; + int result; + + if( 0 != dfu_verify_init(__FUNCTION__) ) + return -1; + + /* Initialize the status data structure */ + status->bStatus = DFU_STATUS_ERROR_UNKNOWN; + status->bwPollTimeout = 0; + status->bState = STATE_DFU_ERROR; + status->iString = 0; + + result = usb_control_msg( device, + /* bmRequestType */ USB_ENDPOINT_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE, + /* bRequest */ DFU_GETSTATUS, + /* wValue */ 0, + /* wIndex */ interface, + /* Data */ buffer, + /* wLength */ 6, + dfu_timeout ); + + if( 6 == result ) { + status->bStatus = buffer[0]; + status->bwPollTimeout = ((0xff & buffer[3]) << 16) | + ((0xff & buffer[2]) << 8) | + (0xff & buffer[1]); + + status->bState = buffer[4]; + status->iString = buffer[5]; + } + + return result; +} + + +/* + * DFU_CLRSTATUS Request (DFU Spec 1.0, Section 6.1.3) + * + * device - the usb_dev_handle to communicate with + * interface - the interface to communicate with + * + * return 0 or < 0 on an error + */ +int dfu_clear_status( struct usb_dev_handle *device, + const unsigned short interface ) +{ + if( 0 != dfu_verify_init(__FUNCTION__) ) + return -1; + + return usb_control_msg( device, + /* bmRequestType */ USB_ENDPOINT_OUT| USB_TYPE_CLASS | USB_RECIP_INTERFACE, + /* bRequest */ DFU_CLRSTATUS, + /* wValue */ 0, + /* wIndex */ interface, + /* Data */ NULL, + /* wLength */ 0, + dfu_timeout ); +} + + +/* + * DFU_GETSTATE Request (DFU Spec 1.0, Section 6.1.5) + * + * device - the usb_dev_handle to communicate with + * interface - the interface to communicate with + * length - the maximum number of bytes to receive from the USB + * device - must be less than wTransferSize + * data - the buffer to put the received data in + * + * returns the state or < 0 on error + */ +int dfu_get_state( struct usb_dev_handle *device, + const unsigned short interface ) +{ + int result; + char buffer[1]; + + if( 0 != dfu_verify_init(__FUNCTION__) ) + return -1; + + result = usb_control_msg( device, + /* bmRequestType */ USB_ENDPOINT_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE, + /* bRequest */ DFU_GETSTATE, + /* wValue */ 0, + /* wIndex */ interface, + /* Data */ buffer, + /* wLength */ 1, + dfu_timeout ); + + /* Return the error if there is one. */ + if( result < 1 ) { + return result; + } + + /* Return the state. */ + return buffer[0]; +} + + +/* + * DFU_ABORT Request (DFU Spec 1.0, Section 6.1.4) + * + * device - the usb_dev_handle to communicate with + * interface - the interface to communicate with + * + * returns 0 or < 0 on an error + */ +int dfu_abort( struct usb_dev_handle *device, + const unsigned short interface ) +{ + if( 0 != dfu_verify_init(__FUNCTION__) ) + return -1; + + return usb_control_msg( device, + /* bmRequestType */ USB_ENDPOINT_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE, + /* bRequest */ DFU_ABORT, + /* wValue */ 0, + /* wIndex */ interface, + /* Data */ NULL, + /* wLength */ 0, + dfu_timeout ); +} + + +char* dfu_state_to_string( int state ) +{ + char *message = NULL; + + switch( state ) { + case STATE_APP_IDLE: + message = "appIDLE"; + break; + case STATE_APP_DETACH: + message = "appDETACH"; + break; + case STATE_DFU_IDLE: + message = "dfuIDLE"; + break; + case STATE_DFU_DOWNLOAD_SYNC: + message = "dfuDNLOAD-SYNC"; + break; + case STATE_DFU_DOWNLOAD_BUSY: + message = "dfuDNBUSY"; + break; + case STATE_DFU_DOWNLOAD_IDLE: + message = "dfuDNLOAD-IDLE"; + break; + case STATE_DFU_MANIFEST_SYNC: + message = "dfuMANIFEST-SYNC"; + break; + case STATE_DFU_MANIFEST: + message = "dfuMANIFEST"; + break; + case STATE_DFU_MANIFEST_WAIT_RESET: + message = "dfuMANIFEST-WAIT-RESET"; + break; + case STATE_DFU_UPLOAD_IDLE: + message = "dfuUPLOAD-IDLE"; + break; + case STATE_DFU_ERROR: + message = "dfuERROR"; + break; + } + + return message; +} + +/* Chapter 6.1.2 */ +static const char *dfu_status_names[] = { + [DFU_STATUS_OK] = "No error condition is present", + [DFU_STATUS_errTARGET] = + "File is not targeted for use by this device", + [DFU_STATUS_errFILE] = + "File is for this device but fails some vendor-specific test", + [DFU_STATUS_errWRITE] = + "Device is unable to write memory", + [DFU_STATUS_errERASE] = + "Memory erase function failed", + [DFU_STATUS_errCHECK_ERASED] = + "Memory erase check failed", + [DFU_STATUS_errPROG] = + "Program memory function failed", + [DFU_STATUS_errVERIFY] = + "Programmed emmory failed verification", + [DFU_STATUS_errADDRESS] = + "Cannot program memory due to received address that is out of range", + [DFU_STATUS_errNOTDONE] = + "Received DFU_DNLOAD with wLength = 0, but device does not think that it has all data yet", + [DFU_STATUS_errFIRMWARE] = + "Device's firmware is corrupt. It cannot return to run-time (non-DFU) operations", + [DFU_STATUS_errVENDOR] = + "iString indicates a vendor specific error", + [DFU_STATUS_errUSBR] = + "Device detected unexpected USB reset signalling", + [DFU_STATUS_errPOR] = + "Device detected unexpected power on reset", + [DFU_STATUS_errUNKNOWN] = + "Something went wrong, but the device does not know what it was", + [DFU_STATUS_errSTALLEDPKT] = + "Device stalled an unexpected request", +}; + + +const char *dfu_status_to_string(int status) +{ + if (status > DFU_STATUS_errSTALLEDPKT) + return "INVALID"; + return dfu_status_names[status]; +} + diff --git a/dfu-util/dfu.h b/dfu-util/dfu.h new file mode 100644 index 00000000..cd4b06c5 --- /dev/null +++ b/dfu-util/dfu.h @@ -0,0 +1,103 @@ +/* + * dfu-programmer + * + * $Id: dfu.h,v 1.2 2005/09/25 01:27:42 schmidtw Exp $ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef __DFU_H__ +#define __DFU_H__ + +#include +#include "usb_dfu.h" + +/* DFU states */ +#define STATE_APP_IDLE 0x00 +#define STATE_APP_DETACH 0x01 +#define STATE_DFU_IDLE 0x02 +#define STATE_DFU_DOWNLOAD_SYNC 0x03 +#define STATE_DFU_DOWNLOAD_BUSY 0x04 +#define STATE_DFU_DOWNLOAD_IDLE 0x05 +#define STATE_DFU_MANIFEST_SYNC 0x06 +#define STATE_DFU_MANIFEST 0x07 +#define STATE_DFU_MANIFEST_WAIT_RESET 0x08 +#define STATE_DFU_UPLOAD_IDLE 0x09 +#define STATE_DFU_ERROR 0x0a + + +/* DFU status */ +#define DFU_STATUS_OK 0x00 +#define DFU_STATUS_ERROR_TARGET 0x01 +#define DFU_STATUS_ERROR_FILE 0x02 +#define DFU_STATUS_ERROR_WRITE 0x03 +#define DFU_STATUS_ERROR_ERASE 0x04 +#define DFU_STATUS_ERROR_CHECK_ERASED 0x05 +#define DFU_STATUS_ERROR_PROG 0x06 +#define DFU_STATUS_ERROR_VERIFY 0x07 +#define DFU_STATUS_ERROR_ADDRESS 0x08 +#define DFU_STATUS_ERROR_NOTDONE 0x09 +#define DFU_STATUS_ERROR_FIRMWARE 0x0a +#define DFU_STATUS_ERROR_VENDOR 0x0b +#define DFU_STATUS_ERROR_USBR 0x0c +#define DFU_STATUS_ERROR_POR 0x0d +#define DFU_STATUS_ERROR_UNKNOWN 0x0e +#define DFU_STATUS_ERROR_STALLEDPKT 0x0f + + +/* This is based off of DFU_GETSTATUS + * + * 1 unsigned byte bStatus + * 3 unsigned byte bwPollTimeout + * 1 unsigned byte bState + * 1 unsigned byte iString +*/ + +struct dfu_status { + unsigned char bStatus; + unsigned int bwPollTimeout; + unsigned char bState; + unsigned char iString; +}; + +void dfu_init( const int timeout ); +void dfu_debug( const int level ); +int dfu_detach( struct usb_dev_handle *device, + const unsigned short interface, + const unsigned short timeout ); +int dfu_download( struct usb_dev_handle *device, + const unsigned short interface, + const unsigned short length, + char* data ); +int dfu_upload( struct usb_dev_handle *device, + const unsigned short interface, + const unsigned short length, + char* data ); +int dfu_get_status( struct usb_dev_handle *device, + const unsigned short interface, + struct dfu_status *status ); +int dfu_clear_status( struct usb_dev_handle *device, + const unsigned short interface ); +int dfu_get_state( struct usb_dev_handle *device, + const unsigned short interface ); +int dfu_abort( struct usb_dev_handle *device, + const unsigned short interface ); + +char* dfu_state_to_string( int state ); + +const char *dfu_status_to_string(int status); + +int debug; +#endif diff --git a/dfu-util/main.c b/dfu-util/main.c new file mode 100644 index 00000000..7bf806bd --- /dev/null +++ b/dfu-util/main.c @@ -0,0 +1,740 @@ +/* + * dfu-util + * + * (C) 2007 by OpenMoko, Inc. + * Written by Harald Welte + * + * Based on existing code of dfu-programmer-0.4 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#include +#include +#include +#include +#include + +#include + +#include "dfu.h" +#include "usb_dfu.h" +#include "sam7dfu.h" +#include "common.h" +#include + +/* define a portable macro for swapping a 16bit word */ +#if defined(WORDS_BIGENDIAN) +# if defined(__APPLE__) && defined (OSX) +# include +# define LE2CPU16(x) OSSwapInt16(x) +# else +# define LE2CPU16(x) bswap_16(x) +# endif +#else +# define LE2CPU16(x) (x) +#endif + +int debug; +static int verbose = 0; + +#define DFU_IFF_DFU 0x0001 /* DFU Mode, (not Runtime) */ +#define DFU_IFF_VENDOR 0x0100 +#define DFU_IFF_PRODUCT 0x0200 +#define DFU_IFF_CONFIG 0x0400 +#define DFU_IFF_IFACE 0x0800 +#define DFU_IFF_ALT 0x1000 +#define DFU_IFF_DEVNUM 0x2000 +#define DFU_IFF_PATH 0x4000 + +struct usb_vendprod { + u_int16_t vendor; + u_int16_t product; +}; + +struct dfu_if { + u_int16_t vendor; + u_int16_t product; + u_int8_t configuration; + u_int8_t interface; + u_int8_t altsetting; + int bus; + u_int8_t devnum; + const char *path; + unsigned int flags; + struct usb_device *dev; + + struct usb_dev_handle *dev_handle; +}; + +static int _get_first_cb(struct dfu_if *dif, void *v) +{ + struct dfu_if *v_dif = v; + + memcpy(v_dif, dif, sizeof(*v_dif)-sizeof(struct usb_dev_handle *)); + + /* return a value that makes find_dfu_if return immediately */ + return 1; +} + +/* Find a DFU interface (and altsetting) in a given device */ +static int find_dfu_if(struct usb_device *dev, int (*handler)(struct dfu_if *, void *), void *v) +{ + struct usb_config_descriptor *cfg; + struct usb_interface_descriptor *intf; + struct usb_interface *uif; + struct dfu_if _dif, *dfu_if = &_dif; + int cfg_idx, intf_idx, alt_idx; + int rc; + + memset(dfu_if, 0, sizeof(*dfu_if)); + + for (cfg_idx = 0; cfg_idx < dev->descriptor.bNumConfigurations; + cfg_idx++) { + cfg = &dev->config[cfg_idx]; + /* in some cases, noticably FreeBSD if uid != 0, + * the configuration descriptors are empty */ + if (!cfg) + return 0; + for (intf_idx = 0; intf_idx < cfg->bNumInterfaces; + intf_idx++) { + uif = &cfg->interface[intf_idx]; + if (!uif) + return 0; + for (alt_idx = 0; + alt_idx < uif->num_altsetting; alt_idx++) { + intf = &uif->altsetting[alt_idx]; + if (!intf) + return 0; + if (intf->bInterfaceClass == 0xfe && + intf->bInterfaceSubClass == 1) { + dfu_if->dev = dev; + dfu_if->vendor = + dev->descriptor.idVendor; + dfu_if->product = + dev->descriptor.idProduct; + dfu_if->configuration = cfg_idx; + dfu_if->interface = + intf->bInterfaceNumber; + dfu_if->altsetting = + intf->bAlternateSetting; + if (intf->bInterfaceProtocol == 2) + dfu_if->flags |= + DFU_IFF_DFU; + else + dfu_if->flags &= + ~DFU_IFF_DFU; + if (!handler) + return 1; + rc = handler(dfu_if, v); + if (rc != 0) + return rc; + } + } + } + } + + return 0; +} + +static int get_first_dfu_if(struct dfu_if *dif) +{ + return find_dfu_if(dif->dev, &_get_first_cb, (void *) dif); +} + +#define MAX_STR_LEN 64 + +static int print_dfu_if(struct dfu_if *dfu_if, void *v) +{ + struct usb_device *dev = dfu_if->dev; + int if_name_str_idx; + char name[MAX_STR_LEN+1] = "UNDEFINED"; + + if_name_str_idx = dev->config[dfu_if->configuration].interface[dfu_if->interface].altsetting[dfu_if->altsetting].iInterface; + if (if_name_str_idx) { + if (!dfu_if->dev_handle) + dfu_if->dev_handle = usb_open(dfu_if->dev); + if (dfu_if->dev_handle) + usb_get_string_simple(dfu_if->dev_handle, if_name_str_idx, name, MAX_STR_LEN); + } + + printf("Found %s: [0x%04x:0x%04x] devnum=%u, cfg=%u, intf=%u, alt=%u, name=\"%s\"\n", + dfu_if->flags & DFU_IFF_DFU ? "DFU" : "Runtime", + dev->descriptor.idVendor, dev->descriptor.idProduct, + dev->devnum, dfu_if->configuration, dfu_if->interface, + dfu_if->altsetting, name); + + return 0; +} + +static int alt_by_name(struct dfu_if *dfu_if, void *v) +{ + struct usb_device *dev = dfu_if->dev; + int if_name_str_idx; + char name[MAX_STR_LEN+1] = "UNDEFINED"; + + if_name_str_idx = + dev->config[dfu_if->configuration].interface[dfu_if->interface]. + altsetting[dfu_if->altsetting].iInterface; + if (!if_name_str_idx) + return 0; + if (!dfu_if->dev_handle) + dfu_if->dev_handle = usb_open(dfu_if->dev); + if (!dfu_if->dev_handle) + return 0; + if (usb_get_string_simple(dfu_if->dev_handle, if_name_str_idx, name, + MAX_STR_LEN) < 0) + return 0; /* should we return an error here ? */ + if (strcmp(name, v)) + return 0; + /* + * Return altsetting+1 so that we can use return value 0 to indicate + * "not found". + */ + return dfu_if->altsetting+1; +} + +static int _count_cb(struct dfu_if *dif, void *v) +{ + int *count = v; + + (*count)++; + + return 0; +} + +/* Count DFU interfaces within a single device */ +static int count_dfu_interfaces(struct usb_device *dev) +{ + int num_found = 0; + + find_dfu_if(dev, &_count_cb, (void *) &num_found); + + return num_found; +} + + +/* Iterate over all matching DFU capable devices within system */ +static int iterate_dfu_devices(struct dfu_if *dif, + int (*action)(struct usb_device *dev, void *user), void *user) +{ + struct usb_bus *usb_bus; + struct usb_device *dev; + + /* Walk the tree and find our device. */ + for (usb_bus = usb_get_busses(); NULL != usb_bus; + usb_bus = usb_bus->next) { + for (dev = usb_bus->devices; NULL != dev; dev = dev->next) { + int retval; + + if (dif && (dif->flags & + (DFU_IFF_VENDOR|DFU_IFF_PRODUCT)) && + (dev->descriptor.idVendor != dif->vendor || + dev->descriptor.idProduct != dif->product)) + continue; + if (dif && (dif->flags & DFU_IFF_DEVNUM) && + (atoi(usb_bus->dirname) != dif->bus || + dev->devnum != dif->devnum)) + continue; + if (!count_dfu_interfaces(dev)) + continue; + + retval = action(dev, user); + if (retval) + return retval; + } + } + return 0; +} + + +static int found_dfu_device(struct usb_device *dev, void *user) +{ + struct dfu_if *dif = user; + + dif->dev = dev; + return 1; +} + + +/* Find the first DFU-capable device, save it in dfu_if->dev */ +static int get_first_dfu_device(struct dfu_if *dif) +{ + return iterate_dfu_devices(dif, found_dfu_device, dif); +} + + +static int count_one_dfu_device(struct usb_device *dev, void *user) +{ + int *num = user; + + (*num)++; + return 0; +} + + +/* Count DFU capable devices within system */ +static int count_dfu_devices(struct dfu_if *dif) +{ + int num_found = 0; + + iterate_dfu_devices(dif, count_one_dfu_device, &num_found); + return num_found; +} + + +static int list_dfu_interfaces(void) +{ + struct usb_bus *usb_bus; + struct usb_device *dev; + + /* Walk the tree and find our device. */ + for (usb_bus = usb_get_busses(); NULL != usb_bus; + usb_bus = usb_bus->next ) { + for (dev = usb_bus->devices; NULL != dev; dev = dev->next) { + find_dfu_if(dev, &print_dfu_if, NULL); + } + } + return 0; +} + +static int parse_vendprod(struct usb_vendprod *vp, const char *str) +{ + unsigned long vend, prod; + const char *colon; + + colon = strchr(str, ':'); + if (!colon || strlen(colon) < 2) + return -EINVAL; + + vend = strtoul(str, NULL, 16); + prod = strtoul(colon+1, NULL, 16); + + if (vend > 0xffff || prod > 0xffff) + return -EINVAL; + + vp->vendor = vend; + vp->product = prod; + + return 0; +} + + +static int resolve_device_path(struct dfu_if *dif) +{ + fprintf(stderr, + "USB device paths are not supported by this dfu-util.\n"); + exit(1); +} + + +static void help(void) +{ + printf("Usage: dfu-util [options] ...\n" + " -h --help\t\t\tPrint this help message\n" + " -V --version\t\t\tPrint the version number\n" + " -l --list\t\t\tList the currently attached DFU capable USB devices\n" + " -d --device vendor:product\tSpecify Vendor/Product ID of DFU device\n" + " -p --path bus-port. ... .port\tSpecify path to DFU device\n" + " -c --cfg config_nr\t\tSpecify the Configuration of DFU device\n" + " -i --intf intf_nr\t\tSpecify the DFU Interface number\n" + " -a --alt alt\t\t\tSpecify the Altsetting of the DFU Interface\n" + "\t\t\t\tby name or by number\n" + " -t --transfer-size\t\tSpecify the number of bytes per USB Transfer\n" + " -U --upload file\t\tRead firmware from device into \n" + " -D --download file\t\tWrite firmware from into device\n" + " -R --reset\t\t\tIssue USB Reset signalling once we're finished\n" + ); +} + +static struct option opts[] = { + { "help", 0, 0, 'h' }, + { "version", 0, 0, 'V' }, + { "verbose", 0, 0, 'v' }, + { "list", 0, 0, 'l' }, + { "device", 1, 0, 'd' }, + { "path", 1, 0, 'p' }, + { "configuration", 1, 0, 'c' }, + { "cfg", 1, 0, 'c' }, + { "interface", 1, 0, 'i' }, + { "intf", 1, 0, 'i' }, + { "altsetting", 1, 0, 'a' }, + { "alt", 1, 0, 'a' }, + { "transfer-size", 1, 0, 't' }, + { "upload", 1, 0, 'U' }, + { "download", 1, 0, 'D' }, + { "reset", 0, 0, 'R' }, +}; + +enum mode { + MODE_NONE, + MODE_UPLOAD, + MODE_DOWNLOAD, +}; + +int download(AbstractFile* file, unsigned int transfer_size, int final_reset) +{ + struct usb_vendprod vendprod; + struct dfu_if _rt_dif, _dif, *dif = &_dif; + int num_devs; + int num_ifs; + enum mode mode = MODE_NONE; + struct dfu_status status; + struct usb_dfu_func_descriptor func_dfu; + char *alt_name = NULL; /* query alt name if non-NULL */ + char *end; + int page_size = getpagesize(); + int ret; + + printf("dfu-util - (C) 2007 by OpenMoko Inc. Hacked by the iPhone Dev Team\n" + "This program is Free Software and has ABSOLUTELY NO WARRANTY\n\n"); + + memset(dif, 0, sizeof(*dif)); + + usb_init(); + //usb_set_debug(255); + usb_find_busses(); + usb_find_devices(); + + mode = MODE_DOWNLOAD; + + if (mode == MODE_NONE) { + fprintf(stderr, "You need to specify one of -D or -U\n"); + help(); + exit(2); + } + + if (!file) { + fprintf(stderr, "You need to specify a filename to -D -r -U\n"); + help(); + exit(2); + } + + dfu_init(5000); + + num_devs = count_dfu_devices(dif); + if (num_devs == 0) { + fprintf(stderr, "No DFU capable USB device found\n"); + exit(1); + } else if (num_devs > 1) { + /* We cannot safely support more than one DFU capable device + * with same vendor/product ID, since during DFU we need to do + * a USB bus reset, after which the target device will get a + * new address */ + fprintf(stderr, "More than one DFU capable USB device found, " + "you might try `--list' and then disconnect all but one " + "device\n"); + exit(3); + } + if (!get_first_dfu_device(dif)) + exit(3); + + /* We have exactly one device. It's usb_device is now in dif->dev */ + + printf("Opening USB Device 0x%04x:0x%04x...\n", dif->vendor, dif->product); + dif->dev_handle = usb_open(dif->dev); + if (!dif->dev_handle) { + fprintf(stderr, "Cannot open device: %s\n", usb_strerror()); + exit(1); + } + + /* try to find first DFU interface of device */ + memcpy(&_rt_dif, dif, sizeof(_rt_dif)); + if (!get_first_dfu_if(&_rt_dif)) + exit(1); + + if (!_rt_dif.flags & DFU_IFF_DFU) { + /* In the 'first round' during runtime mode, there can only be one + * DFU Interface descriptor according to the DFU Spec. */ + + /* FIXME: check if the selected device really has only one */ + + printf("Claiming USB DFU Runtime Interface...\n"); + if (usb_claim_interface(_rt_dif.dev_handle, _rt_dif.interface) < 0) { + fprintf(stderr, "Cannot claim interface: %s\n", usb_strerror()); + exit(1); + } + + printf("Determining device status: "); + if (dfu_get_status(_rt_dif.dev_handle, _rt_dif.interface, &status ) < 0) { + fprintf(stderr, "error get_status: %s\n", usb_strerror()); + exit(1); + } + printf("state = %s, status = %d\n", dfu_state_to_string(status.bState), status.bStatus); + + switch (status.bState) { + case DFU_STATE_appIDLE: + case DFU_STATE_appDETACH: + printf("Device really in Runtime Mode, send DFU detach request...\n"); + if (dfu_detach(_rt_dif.dev_handle, _rt_dif.interface, 1000) < 0) { + fprintf(stderr, "error detaching: %s\n", usb_strerror()); + exit(1); + break; + } + printf("Resetting USB...\n"); + ret = usb_reset(_rt_dif.dev_handle); + if (ret < 0 && ret != -ENODEV) + fprintf(stderr, "error resetting after detach: %s\n", + usb_strerror()); + sleep(2); + break; + case DFU_STATE_dfuERROR: + printf("dfuERROR, clearing status\n"); + if (dfu_clear_status(_rt_dif.dev_handle, _rt_dif.interface) < 0) { + fprintf(stderr, "error clear_status: %s\n", usb_strerror()); + exit(1); + break; + } + break; + default: + fprintf(stderr, "WARNING: Runtime device already in DFU state ?!?\n"); + goto dfustate; + break; + } + + /* now we need to re-scan the bus and locate our device */ + if (usb_find_devices() < 2) + printf("not at least 2 device changes found ?!?\n"); + + if (dif->flags & DFU_IFF_PATH) { + ret = resolve_device_path(dif); + if (ret < 0) { + fprintf(stderr, + "internal error: cannot re-parse `%s'\n", + dif->path); + abort(); + } + if (!ret) { + fprintf(stderr, + "Can't resolve path after RESET?\n"); + exit(1); + } + } + + num_devs = count_dfu_devices(dif); + if (num_devs == 0) { + fprintf(stderr, "Lost device after RESET?\n"); + exit(1); + } else if (num_devs > 1) { + fprintf(stderr, "More than one DFU capable USB device found, " + "you might try `--list' and then disconnect all but one " + "device\n"); + exit(1); + } + if (!get_first_dfu_device(dif)) + exit(3); + + printf("Opening USB Device...\n"); + dif->dev_handle = usb_open(dif->dev); + if (!dif->dev_handle) { + fprintf(stderr, "Cannot open device: %s\n", usb_strerror()); + exit(1); + } + } else { + /* we're already in DFU mode, so we can skip the detach/reset + * procedure */ + } + +dfustate: + if (alt_name) { + int n; + + n = find_dfu_if(dif->dev, &alt_by_name, alt_name); + if (!n) { + fprintf(stderr, "No such Alternate Setting: \"%s\"\n", + alt_name); + exit(1); + } + if (n < 0) { + fprintf(stderr, "Error %d in name lookup\n", n); + exit(1); + } + dif->altsetting = n-1; + } + + print_dfu_if(dif, NULL); + + num_ifs = count_dfu_interfaces(dif->dev); + if (num_ifs < 0) { + fprintf(stderr, "No DFU Interface after RESET?!?\n"); + exit(1); + } else if (num_ifs == 1) { + if (!get_first_dfu_if(dif)) { + fprintf(stderr, "Can't find the single available DFU IF\n"); + exit(1); + } + } else if (num_ifs > 1 && !dif->flags & (DFU_IFF_IFACE|DFU_IFF_ALT)) { + fprintf(stderr, "We have %u DFU Interfaces/Altsettings, " + "you have to specify one via --intf / --alt options\n", + num_ifs); + exit(1); + } + +#if 0 + printf("Setting Configuration %u...\n", dif->configuration); + if (usb_set_configuration(dif->dev_handle, dif->configuration) < 0) { + fprintf(stderr, "Cannot set configuration: %s\n", usb_strerror()); + exit(1); + } +#endif + printf("Claiming USB DFU Interface...\n"); + if (usb_claim_interface(dif->dev_handle, dif->interface) < 0) { + fprintf(stderr, "Cannot claim interface: %s\n", usb_strerror()); + exit(1); + } + + printf("Setting Alternate Setting ...\n"); + if (usb_set_altinterface(dif->dev_handle, dif->altsetting) < 0) { + fprintf(stderr, "Cannot set alternate interface: %s\n", + usb_strerror()); + exit(1); + } + +status_again: + printf("Determining device status: "); + if (dfu_get_status(dif->dev_handle, dif->interface, &status ) < 0) { + fprintf(stderr, "error get_status: %s\n", usb_strerror()); + exit(1); + } + printf("state = %s, status = %d\n", dfu_state_to_string(status.bState), status.bStatus); + + switch (status.bState) { + case DFU_STATE_appIDLE: + case DFU_STATE_appDETACH: + fprintf(stderr, "Device still in Runtime Mode!\n"); + exit(1); + break; + case DFU_STATE_dfuERROR: + printf("dfuERROR, clearing status\n"); + if (dfu_clear_status(dif->dev_handle, dif->interface) < 0) { + fprintf(stderr, "error clear_status: %s\n", usb_strerror()); + exit(1); + } + goto status_again; + break; + case DFU_STATE_dfuDNLOAD_IDLE: + case DFU_STATE_dfuUPLOAD_IDLE: + printf("aborting previous incomplete transfer\n"); + if (dfu_abort(dif->dev_handle, dif->interface) < 0) { + fprintf(stderr, "can't send DFU_ABORT: %s\n", usb_strerror()); + exit(1); + } + goto status_again; + break; + case DFU_STATE_dfuIDLE: + printf("dfuIDLE, continuing\n"); + break; + } + + if (!transfer_size) { + /* Obtain DFU functional descriptor */ + ret = usb_get_descriptor(dif->dev_handle, 0x21, dif->interface, + &func_dfu, sizeof(func_dfu)); + if (ret < 0) { + fprintf(stderr, "Error obtaining DFU functional " + "descriptor: %s\n", usb_strerror()); + transfer_size = page_size; + } else { + func_dfu.wTransferSize = LE2CPU16(func_dfu.wTransferSize); + transfer_size = func_dfu.wTransferSize; + } + } + + if (transfer_size > page_size) + transfer_size = page_size; + + printf("Transfer Size = 0x%04x\n", transfer_size); + + if (DFU_STATUS_OK != status.bStatus ) { + printf("WARNING: DFU Status: '%s'\n", + dfu_status_to_string(status.bStatus)); + /* Clear our status & try again. */ + dfu_clear_status(dif->dev_handle, dif->interface); + dfu_get_status(dif->dev_handle, dif->interface, &status); + + if (DFU_STATUS_OK != status.bStatus) { + fprintf(stderr, "Error: %d\n", status.bStatus); + exit(1); + } + } + + switch (mode) { + case MODE_DOWNLOAD: + if (sam7dfu_do_dnload(dif->dev_handle, dif->interface, + transfer_size, file) < 0) { + usb_release_interface(dif->dev_handle, dif->interface); + return 1; + } + break; + default: + fprintf(stderr, "Unsupported mode: %u\n", mode); + exit(1); + } + + if (final_reset) { + if (dfu_detach(dif->dev_handle, dif->interface, 1000) < 0) { + fprintf(stderr, "can't detach: %s\n", usb_strerror()); + } + printf("Resetting USB to switch back to runtime mode\n"); + ret = usb_reset(dif->dev_handle); + if (ret < 0 && ret != -ENODEV) { + fprintf(stderr, "error resetting after download: %s\n", + usb_strerror()); + } + } + + if(usb_release_interface(dif->dev_handle, dif->interface) < 0) { + fprintf(stderr, "error: releasing %s\n", usb_strerror()); + } + + if(usb_close(dif->dev_handle) < 0) { + fprintf(stderr, "error: closing %s\n", usb_strerror()); + } + + return 0; +} + +int main(int argc, char* argv[]) { + printf("----------------------------------------------------PLEASE READ THIS---------------------------------------------------\n"); + printf("Please make certain that all iTunes related processes are not running at this time (use Task Manager, etc. to end them)\n"); + printf("Your iPhone/iPod touch must be placed into DFU mode AFTER iTunes had been turned off. This will allow me to talk to\n"); + printf("it without iTunes getting in beforehand. USB Product ID of iPhone ought to be 0x1222\n"); + printf("----------------------------------------------------PLEASE READ THIS---------------------------------------------------\n"); + + if(argc < 3) { + printf("usage: %s \n", argv[0]); + printf("n82ap = 3G iPhone, m68ap = First-generation iPhone, n45ap = iPod touch\n"); + return 0; + } + + char wtfName[100]; + char ibssName[100]; + sprintf(wtfName, "Firmware/dfu/WTF.%s.RELEASE.dfu", argv[2]); + sprintf(ibssName, "Firmware/dfu/iBSS.%s.RELEASE.dfu", argv[2]); + + OutputState* data = NULL; + loadZipFile(argv[1], &data, "Firmware/dfu/WTF.s5l8900xall.RELEASE.dfu"); + loadZipFile(argv[1], &data, wtfName); + loadZipFile(argv[1], &data, ibssName); + + download(getFileFromOutputState(&data, "Firmware/dfu/WTF.s5l8900xall.RELEASE.dfu"), 2048, 1); + download(getFileFromOutputState(&data, wtfName), 2048, 1); + download(getFileFromOutputState(&data, ibssName), 2048, 1); + + releaseOutput(&data); + + return 0; +} + diff --git a/dfu-util/sam7dfu.c b/dfu-util/sam7dfu.c new file mode 100644 index 00000000..093ae4f4 --- /dev/null +++ b/dfu-util/sam7dfu.c @@ -0,0 +1,271 @@ +/* This is supposed to be a "real" DFU implementation, just as specified in the + * USB DFU 1.0 Spec. Not overloaded like the Atmel one... + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "dfu.h" +#include "usb_dfu.h" +#include "abstractfile.h" + +/* ugly hack for Win32 */ +#ifndef O_BINARY +#define O_BINARY 0 +#endif + +/* + * * CRC32 code ripped off (and adapted) from the zlib-1.1.3 distribution by Jean-loup Gailly and Mark Adler. + * * + * * Copyright (C) 1995-1998 Mark Adler + * * For conditions of distribution and use, see copyright notice in zlib.h + * * + * */ + +/* ======================================================================== + * * Table of CRC-32's of all single-byte values (made by make_crc_table) + * */ +static uint32_t crc_table[256] = { + 0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L, + 0x706af48fL, 0xe963a535L, 0x9e6495a3L, 0x0edb8832L, 0x79dcb8a4L, + 0xe0d5e91eL, 0x97d2d988L, 0x09b64c2bL, 0x7eb17cbdL, 0xe7b82d07L, + 0x90bf1d91L, 0x1db71064L, 0x6ab020f2L, 0xf3b97148L, 0x84be41deL, + 0x1adad47dL, 0x6ddde4ebL, 0xf4d4b551L, 0x83d385c7L, 0x136c9856L, + 0x646ba8c0L, 0xfd62f97aL, 0x8a65c9ecL, 0x14015c4fL, 0x63066cd9L, + 0xfa0f3d63L, 0x8d080df5L, 0x3b6e20c8L, 0x4c69105eL, 0xd56041e4L, + 0xa2677172L, 0x3c03e4d1L, 0x4b04d447L, 0xd20d85fdL, 0xa50ab56bL, + 0x35b5a8faL, 0x42b2986cL, 0xdbbbc9d6L, 0xacbcf940L, 0x32d86ce3L, + 0x45df5c75L, 0xdcd60dcfL, 0xabd13d59L, 0x26d930acL, 0x51de003aL, + 0xc8d75180L, 0xbfd06116L, 0x21b4f4b5L, 0x56b3c423L, 0xcfba9599L, + 0xb8bda50fL, 0x2802b89eL, 0x5f058808L, 0xc60cd9b2L, 0xb10be924L, + 0x2f6f7c87L, 0x58684c11L, 0xc1611dabL, 0xb6662d3dL, 0x76dc4190L, + 0x01db7106L, 0x98d220bcL, 0xefd5102aL, 0x71b18589L, 0x06b6b51fL, + 0x9fbfe4a5L, 0xe8b8d433L, 0x7807c9a2L, 0x0f00f934L, 0x9609a88eL, + 0xe10e9818L, 0x7f6a0dbbL, 0x086d3d2dL, 0x91646c97L, 0xe6635c01L, + 0x6b6b51f4L, 0x1c6c6162L, 0x856530d8L, 0xf262004eL, 0x6c0695edL, + 0x1b01a57bL, 0x8208f4c1L, 0xf50fc457L, 0x65b0d9c6L, 0x12b7e950L, + 0x8bbeb8eaL, 0xfcb9887cL, 0x62dd1ddfL, 0x15da2d49L, 0x8cd37cf3L, + 0xfbd44c65L, 0x4db26158L, 0x3ab551ceL, 0xa3bc0074L, 0xd4bb30e2L, + 0x4adfa541L, 0x3dd895d7L, 0xa4d1c46dL, 0xd3d6f4fbL, 0x4369e96aL, + 0x346ed9fcL, 0xad678846L, 0xda60b8d0L, 0x44042d73L, 0x33031de5L, + 0xaa0a4c5fL, 0xdd0d7cc9L, 0x5005713cL, 0x270241aaL, 0xbe0b1010L, + 0xc90c2086L, 0x5768b525L, 0x206f85b3L, 0xb966d409L, 0xce61e49fL, + 0x5edef90eL, 0x29d9c998L, 0xb0d09822L, 0xc7d7a8b4L, 0x59b33d17L, + 0x2eb40d81L, 0xb7bd5c3bL, 0xc0ba6cadL, 0xedb88320L, 0x9abfb3b6L, + 0x03b6e20cL, 0x74b1d29aL, 0xead54739L, 0x9dd277afL, 0x04db2615L, + 0x73dc1683L, 0xe3630b12L, 0x94643b84L, 0x0d6d6a3eL, 0x7a6a5aa8L, + 0xe40ecf0bL, 0x9309ff9dL, 0x0a00ae27L, 0x7d079eb1L, 0xf00f9344L, + 0x8708a3d2L, 0x1e01f268L, 0x6906c2feL, 0xf762575dL, 0x806567cbL, + 0x196c3671L, 0x6e6b06e7L, 0xfed41b76L, 0x89d32be0L, 0x10da7a5aL, + 0x67dd4accL, 0xf9b9df6fL, 0x8ebeeff9L, 0x17b7be43L, 0x60b08ed5L, + 0xd6d6a3e8L, 0xa1d1937eL, 0x38d8c2c4L, 0x4fdff252L, 0xd1bb67f1L, + 0xa6bc5767L, 0x3fb506ddL, 0x48b2364bL, 0xd80d2bdaL, 0xaf0a1b4cL, + 0x36034af6L, 0x41047a60L, 0xdf60efc3L, 0xa867df55L, 0x316e8eefL, + 0x4669be79L, 0xcb61b38cL, 0xbc66831aL, 0x256fd2a0L, 0x5268e236L, + 0xcc0c7795L, 0xbb0b4703L, 0x220216b9L, 0x5505262fL, 0xc5ba3bbeL, + 0xb2bd0b28L, 0x2bb45a92L, 0x5cb36a04L, 0xc2d7ffa7L, 0xb5d0cf31L, + 0x2cd99e8bL, 0x5bdeae1dL, 0x9b64c2b0L, 0xec63f226L, 0x756aa39cL, + 0x026d930aL, 0x9c0906a9L, 0xeb0e363fL, 0x72076785L, 0x05005713L, + 0x95bf4a82L, 0xe2b87a14L, 0x7bb12baeL, 0x0cb61b38L, 0x92d28e9bL, + 0xe5d5be0dL, 0x7cdcefb7L, 0x0bdbdf21L, 0x86d3d2d4L, 0xf1d4e242L, + 0x68ddb3f8l, 0x1fda836eL, 0x81be16cdL, 0xf6b9265bL, 0x6fb077e1L, + 0x18b74777L, 0x88085ae6L, 0xff0f6a70L, 0x66063bcaL, 0x11010b5cL, + 0x8f659effL, 0xf862ae69L, 0x616bffd3L, 0x166ccf45L, 0xa00ae278L, + 0xd70dd2eeL, 0x4e048354L, 0x3903b3c2L, 0xa7672661L, 0xd06016f7L, + 0x4969474dL, 0x3e6e77dbL, 0xaed16a4aL, 0xd9d65adcL, 0x40df0b66L, + 0x37d83bf0L, 0xa9bcae53L, 0xdebb9ec5L, 0x47b2cf7fL, 0x30b5ffe9L, + 0xbdbdf21cL, 0xcabac28aL, 0x53b39330L, 0x24b4a3a6L, 0xbad03605L, + 0xcdd70693L, 0x54de5729L, 0x23d967bfL, 0xb3667a2eL, 0xc4614ab8L, + 0x5d681b02L, 0x2a6f2b94L, 0xb40bbe37L, 0xc30c8ea1L, 0x5a05df1bL, + 0x2d02ef8dL +}; + +/* ========================================================================= */ +#define DO1(buf) crc = crc_table[((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8); +#define DO2(buf) DO1(buf); DO1(buf); +#define DO4(buf) DO2(buf); DO2(buf); +#define DO8(buf) DO4(buf); DO4(buf); + +/* ========================================================================= */ +uint32_t AppleCRC32Checksum(uint32_t* ckSum, const char *buf, size_t len) +{ + uint32_t crc; + + crc = *ckSum; + + if (buf == NULL) return crc; + + while (len >= 8) + { + DO8(buf); + len -= 8; + } + if (len) + { + do { +DO1(buf); + } while (--len); + } + + *ckSum = crc; + return crc; +} + + +#define PROGRESS_BAR_WIDTH 50 + +int sam7dfu_do_dnload(struct usb_dev_handle *usb_handle, int interface, + int xfer_size, AbstractFile* file) +{ + int ret, bytes_sent = 0; + unsigned int bytes_per_hash, hashes = 0; + char *buf = malloc(xfer_size); + size_t fileSize; + struct dfu_status dst; + + if (!buf) + return -ENOMEM; + + fileSize = file->getLength(file); + if (fileSize <= 0 /* + DFU_HDR */) { + fprintf(stderr, "File seems a bit too small...\n"); + ret = -EINVAL; + goto out_close; + } + + int totalSend = fileSize + 16; + char hash[] = {0xff, 0xff, 0xff, 0xff, 0xac, 0x05, 0x00, 0x01, 0x55, 0x46, 0x44, 0x10, 0x0, 0x0, 0x0, 0x0}; + uint32_t crc = 0xFFFFFFFF; + int hashSent = 0; + + bytes_per_hash = fileSize / PROGRESS_BAR_WIDTH; + if (bytes_per_hash == 0) + bytes_per_hash = 1; + printf("bytes_per_hash=%u, fileSize=%u\n", bytes_per_hash, fileSize); +#if 0 + read(fd, DFU_HDR); +#endif + printf("Starting download: ["); + fflush(stdout); + while (bytes_sent < totalSend /* - DFU_HDR */) { + int hashes_todo; + + if(hashSent == 0) { + ret = file->read(file, buf, xfer_size); + if (ret < 0) { + perror("read"); + goto out_close; + } + AppleCRC32Checksum(&crc, buf, ret); + } else { + ret = 0; + } + + if(ret < xfer_size && hashSent == 0) { + AppleCRC32Checksum(&crc, hash, 12); + hash[12] = crc & 0xff; + hash[13] = (crc >> 8) & 0xff; + hash[14] = (crc >> 16) & 0xff; + hash[15] = (crc >> 24) & 0xff; + } + + if(ret < xfer_size) { + int toSend = xfer_size - ret; + if(toSend > (16 - hashSent)) + toSend = 16 - hashSent; + + memcpy(buf + ret, hash + hashSent, toSend); + hashSent += toSend; + ret += toSend; + } + + ret = dfu_download(usb_handle, interface, ret, ret ? buf : NULL); + if (ret < 0) { + fprintf(stderr, "Error during download\n"); + goto out_close; + } + bytes_sent += ret; + + do { + ret = dfu_get_status(usb_handle, interface, &dst); + if (ret < 0) { + fprintf(stderr, "Error during download get_status\n"); + goto out_close; + } + usleep(5000); + } while (dst.bState != DFU_STATE_dfuDNLOAD_IDLE); + if (dst.bStatus != DFU_STATUS_OK) { + printf(" failed!\n"); + printf("state(%u) = %s, status(%u) = %s\n", dst.bState, + dfu_state_to_string(dst.bState), dst.bStatus, + dfu_status_to_string(dst.bStatus)); + ret = -1; + goto out_close; + } + + hashes_todo = (bytes_sent / bytes_per_hash) - hashes; + hashes += hashes_todo; + while (hashes_todo--) + putchar('#'); + fflush(stdout); + } + + /* send one zero sized download request to signalize end */ + ret = dfu_download(usb_handle, interface, 0, NULL); + if (ret >= 0) + ret = bytes_sent; + + printf("] finished!\n"); + fflush(stdout); + +get_status: + /* Transition to MANIFEST_SYNC state */ + ret = dfu_get_status(usb_handle, interface, &dst); + if (ret < 0) { + fprintf(stderr, "unable to read DFU status\n"); + goto out_close; + } + printf("state(%u) = %s, status(%u) = %s\n", dst.bState, + dfu_state_to_string(dst.bState), dst.bStatus, + dfu_status_to_string(dst.bStatus)); + + /* FIXME: deal correctly with ManifestationTolerant=0 / WillDetach bits */ + switch (dst.bState) { + case STATE_DFU_IDLE: + case STATE_DFU_MANIFEST_WAIT_RESET: + + break; + + default: + sleep(1); + goto get_status; + } +#if 0 + printf("Resetting USB...\n"); + if (usb_reset(usb_handle) < 0) { + fprintf(stderr, "error resetting after download: %s\n", + usb_strerror()); + } +#endif + printf("Done!\n"); +out_close: + file->close(file); +out_free: + free(buf); + + return ret; +} + +void sam7dfu_init() +{ + dfu_debug( debug ); + dfu_init( 5000 ); +} + + diff --git a/dfu-util/sam7dfu.h b/dfu-util/sam7dfu.h new file mode 100644 index 00000000..4a907cd5 --- /dev/null +++ b/dfu-util/sam7dfu.h @@ -0,0 +1,8 @@ +#ifndef _SAM7DFU_H +#define _SAM7DFU_H +#include "abstractfile.h" + +int sam7dfu_do_dnload(struct usb_dev_handle *usb_handle, int interface, + int xfer_size, AbstractFile* file); + +#endif diff --git a/dfu-util/usb_dfu.h b/dfu-util/usb_dfu.h new file mode 100644 index 00000000..3156b643 --- /dev/null +++ b/dfu-util/usb_dfu.h @@ -0,0 +1,96 @@ +#ifndef _USB_DFU_H +#define _USB_DFU_H +/* USB Device Firmware Update Implementation for OpenPCD + * (C) 2006 by Harald Welte + * + * Protocol definitions for USB DFU + * + * This ought to be compliant to the USB DFU Spec 1.0 as available from + * http://www.usb.org/developers/devclass_docs/usbdfu10.pdf + * + */ + +#include + +#include + +#define USB_DT_DFU 0x21 + +struct usb_dfu_func_descriptor { + uint8_t bLength; + uint8_t bDescriptorType; + uint8_t bmAttributes; +#define USB_DFU_CAN_DOWNLOAD (1 << 0) +#define USB_DFU_CAN_UPLOAD (1 << 1) +#define USB_DFU_MANIFEST_TOL (1 << 2) +#define USB_DFU_WILL_DETACH (1 << 3) + uint16_t wDetachTimeOut; + uint16_t wTransferSize; + uint16_t bcdDFUVersion; +} __attribute__ ((packed)); + +#define USB_DT_DFU_SIZE 9 + +#define USB_TYPE_DFU (USB_TYPE_CLASS|USB_RECIP_INTERFACE) + +/* DFU class-specific requests (Section 3, DFU Rev 1.1) */ +#define USB_REQ_DFU_DETACH 0x00 +#define USB_REQ_DFU_DNLOAD 0x01 +#define USB_REQ_DFU_UPLOAD 0x02 +#define USB_REQ_DFU_GETSTATUS 0x03 +#define USB_REQ_DFU_CLRSTATUS 0x04 +#define USB_REQ_DFU_GETSTATE 0x05 +#define USB_REQ_DFU_ABORT 0x06 + +#if 0 +struct dfu_status { + u_int8_t bStatus; + u_int8_t bwPollTimeout[3]; + u_int8_t bState; + u_int8_t iString; +} __attribute__((packed)); +#endif + +#define DFU_STATUS_OK 0x00 +#define DFU_STATUS_errTARGET 0x01 +#define DFU_STATUS_errFILE 0x02 +#define DFU_STATUS_errWRITE 0x03 +#define DFU_STATUS_errERASE 0x04 +#define DFU_STATUS_errCHECK_ERASED 0x05 +#define DFU_STATUS_errPROG 0x06 +#define DFU_STATUS_errVERIFY 0x07 +#define DFU_STATUS_errADDRESS 0x08 +#define DFU_STATUS_errNOTDONE 0x09 +#define DFU_STATUS_errFIRMWARE 0x0a +#define DFU_STATUS_errVENDOR 0x0b +#define DFU_STATUS_errUSBR 0x0c +#define DFU_STATUS_errPOR 0x0d +#define DFU_STATUS_errUNKNOWN 0x0e +#define DFU_STATUS_errSTALLEDPKT 0x0f + +enum dfu_state { + DFU_STATE_appIDLE = 0, + DFU_STATE_appDETACH = 1, + DFU_STATE_dfuIDLE = 2, + DFU_STATE_dfuDNLOAD_SYNC = 3, + DFU_STATE_dfuDNBUSY = 4, + DFU_STATE_dfuDNLOAD_IDLE = 5, + DFU_STATE_dfuMANIFEST_SYNC = 6, + DFU_STATE_dfuMANIFEST = 7, + DFU_STATE_dfuMANIFEST_WAIT_RST = 8, + DFU_STATE_dfuUPLOAD_IDLE = 9, + DFU_STATE_dfuERROR = 10, +}; + +/* this is the 'swapped' definition, i.e. after/before mirroring */ +struct dfu_file_suffix { + uint32_t dwCRC; /* CRC32 ANSI X3.66 */ + uint8_t bLength; /* 16 bytes */ + char ucDfuSignature[3]; /* "DFU" */ + uint16_t bcdDFU; /* Version */ + uint16_t idVendor; /* VendorID */ + uint16_t idProduct; /* ProductID */ + uint16_t bcdDevice; /* Device Revision, or 0xffff */ +} __attribute__ ((packed)); + +#endif /* _USB_DFU_H */ diff --git a/includes/xpwn/outputstate.h b/includes/xpwn/outputstate.h index bc33d867..9e104451 100644 --- a/includes/xpwn/outputstate.h +++ b/includes/xpwn/outputstate.h @@ -20,6 +20,7 @@ extern "C" { void writeOutput(OutputState** state, char* ipsw); void releaseOutput(OutputState** state); OutputState* loadZip(const char* ipsw); + void loadZipFile(const char* ipsw, OutputState** output, const char* file); #ifdef __cplusplus } #endif diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3896-4.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3896-4.patch deleted file mode 100644 index ffbba79b..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3896-4.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3896-4_nobb.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3896-4_nobb.patch deleted file mode 100644 index 1c8f366b..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3896-4_nobb.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3900-4.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3900-4.patch deleted file mode 100644 index ffbba79b..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3900-4.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3900-4_nobb.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3900-4_nobb.patch deleted file mode 100644 index 332a2a88..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/022-3900-4_nobb.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/DeviceTree.m68ap.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/DeviceTree.m68ap.patch deleted file mode 100644 index 93fbff1b..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/DeviceTree.m68ap.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/Info.plist b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/Info.plist deleted file mode 100644 index beeb4d25..00000000 --- a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/Info.plist +++ /dev/null @@ -1,203 +0,0 @@ - - - - - BasebandPatches - - BBUpdater - - File - usr/local/bin/bbupdater - Patch - bbupdater.patch - Path - Applications/BootNeuter.app/bin/bbupdater - - Baseband EEP - - File - usr/local/standalone/firmware/ICE04.04.05_G.eep - Path - Applications/BootNeuter.app/firmware/ICE04.04.05_G.eep - - Baseband FLS - - File - usr/local/standalone/firmware/ICE04.04.05_G.fls - Path - Applications/BootNeuter.app/firmware/ICE04.04.05_G.fls - - Bootloader 3.9 - - Path - Applications/BootNeuter.app/firmware/bl39.bin - - Bootloader 4.6 - - Path - Applications/BootNeuter.app/firmware/bl46.bin - - - FilesystemPatches - - Core Files Installation - - - Action - ReplaceKernel - File - kernelcache.release.s5l8900xrb - Name - KernelCache - Path - System/Library/Caches/com.apple.kernelcaches/kernelcache.s5l8900xrb - - - Filesystem Jailbreak - - - Action - Patch - File - etc/fstab - Name - Filesystem Write Access - Patch - fstab.patch - - - Action - Patch - File - System/Library/Lockdown/Services.plist - Name - Apple File Connection v2 - Patch - Services.plist.patch - - - Phone Activation - - - Action - Patch - File - usr/libexec/lockdownd - Name - Lockdownd Patch - Patch - lockdownd.patch - - - - FirmwarePatches - - AppleLogo - - File - Firmware/all_flash/all_flash.m68ap.production/applelogo.img2 - - DeviceTree - - File - Firmware/all_flash/all_flash.m68ap.production/DeviceTree.m68ap.img2 - Patch - DeviceTree.m68ap.patch - TypeFlag - 1 - - KernelCache - - File - kernelcache.release.s5l8900xrb - Patch - kernelcache.release.patch - TypeFlag - 4 - - LLB - - File - Firmware/all_flash/all_flash.m68ap.production/LLB.m68ap.RELEASE.img2 - - RecoveryMode - - File - Firmware/all_flash/all_flash.m68ap.production/recoverymode.img2 - - Restore Ramdisk - - File - 022-3900-4.dmg - Patch - 022-3900-4_nobb.patch - Patch2 - 022-3900-4.patch - TypeFlag - 8 - - Update Ramdisk - - File - 022-3896-4.dmg - Patch - 022-3896-4_nobb.patch - Patch2 - 022-3896-4.patch - TypeFlag - 8 - - iBEC - - File - Firmware/dfu/iBEC.m68ap.RELEASE.dfu - Patch - iBEC.m68ap.RELEASE.patch - TypeFlag - 8 - - iBSS - - File - Firmware/dfu/iBSS.m68ap.RELEASE.dfu - Patch - iBSS.m68ap.RELEASE.patch - TypeFlag - 8 - - iBoot - - File - Firmware/all_flash/all_flash.m68ap.production/iBoot.m68ap.RELEASE.img2 - Patch - iBoot.m68ap.RELEASE.patch - TypeFlag - 1 - - - PreInstalledPackages - - com.natetrue.iphone.iphone_binkit - com.apptapp.Installer - org.smxy.iphone-apps.OpenSSH - - RestoreRamdiskMountVolume - ramdisk - RootFilesystem - 022-3894-4.dmg - RootFilesystemFreeSpace - 58920960 - RootFilesystemKey - D0A0C0977BD4B6350B256D6650EC9ECA419B6F961F593E74B7E5B93E010B698CA6CCA1FE - RootFilesystemMountVolume - LittleBear4A102.UserBundle - RootFilesystemResize - 300m - SHA1 - 000811BAC096011B50EBF6EC1EC2285B62FDA4CB - Version - iPhone1,1_1.1.4_4A102 - iPwnerAvailable - - - diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/Services.plist.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/Services.plist.patch deleted file mode 100644 index 5f555daf..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/Services.plist.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/bbupdater.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/bbupdater.patch deleted file mode 100644 index b8e58da6..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/bbupdater.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/fstab.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/fstab.patch deleted file mode 100644 index 8b10f3c6..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/fstab.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBEC.m68ap.RELEASE.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBEC.m68ap.RELEASE.patch deleted file mode 100644 index e903b2b2..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBEC.m68ap.RELEASE.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBSS.m68ap.RELEASE.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBSS.m68ap.RELEASE.patch deleted file mode 100644 index 14dbf942..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBSS.m68ap.RELEASE.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBoot.m68ap.RELEASE.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBoot.m68ap.RELEASE.patch deleted file mode 100644 index d5f03c5d..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/iBoot.m68ap.RELEASE.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/kernelcache.release.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/kernelcache.release.patch deleted file mode 100644 index 369c441c..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/kernelcache.release.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/lockdownd.patch b/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/lockdownd.patch deleted file mode 100644 index 89e09440..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPhone1,1_1.1.4_4A102.bundle/lockdownd.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/022-3896-4.patch b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/022-3896-4.patch deleted file mode 100644 index ffbba79b..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/022-3896-4.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/022-3900-4.patch b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/022-3900-4.patch deleted file mode 100644 index ffbba79b..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/022-3900-4.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/DeviceTree.n45ap.patch b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/DeviceTree.n45ap.patch deleted file mode 100644 index 414bf317..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/DeviceTree.n45ap.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/Info.plist b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/Info.plist deleted file mode 100644 index af0363ba..00000000 --- a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/Info.plist +++ /dev/null @@ -1,150 +0,0 @@ - - - - - FilesystemPatches - - Core Files Installation - - - Action - ReplaceKernel - File - kernelcache.release.s5l8900xrb - Name - KernelCache - Path - System/Library/Caches/com.apple.kernelcaches/kernelcache.s5l8900xrb - - - Filesystem Jailbreak - - - Action - Patch - File - etc/fstab - Name - Filesystem Write Access - Patch - fstab.patch - - - Action - Patch - File - System/Library/Lockdown/Services.plist - Name - Apple File Connection v2 - Patch - Services.plist.patch - - - - FirmwarePatches - - DeviceTree - - File - Firmware/all_flash/all_flash.n45ap.production/DeviceTree.n45ap.img2 - Patch - DeviceTree.n45ap.patch - TypeFlag - 1 - - KernelCache - - File - kernelcache.release.s5l8900xrb - Patch - kernelcache.release.patch - TypeFlag - 4 - - Restore Ramdisk - - File - 022-3900-4.dmg - Patch - 022-3900-4.patch - TypeFlag - 8 - - Update Ramdisk - - File - 022-3896-4.dmg - Patch - 022-3896-4.patch - TypeFlag - 8 - - iBEC - - File - Firmware/dfu/iBEC.n45ap.RELEASE.dfu - Patch - iBEC.n45ap.RELEASE.patch - TypeFlag - 8 - - iBSS - - File - Firmware/dfu/iBSS.n45ap.RELEASE.dfu - Patch - iBSS.n45ap.RELEASE.patch - TypeFlag - 8 - - iBoot - - File - Firmware/all_flash/all_flash.n45ap.production/iBoot.n45ap.RELEASE.img2 - Patch - iBoot.n45ap.RELEASE.patch - TypeFlag - 1 - - LLB - - File - Firmware/all_flash/all_flash.n45ap.production/LLB.n45ap.RELEASE.img2 - - AppleLogo - - File - Firmware/all_flash/all_flash.n45ap.production/applelogo.img2 - - RecoveryMode - - File - Firmware/all_flash/all_flash.n45ap.production/recoverymode.img2 - - - PreInstalledPackages - - com.natetrue.iphone.iphone_binkit - com.apptapp.Installer - org.smxy.iphone-apps.OpenSSH - - RestoreRamdiskMountVolume - ramdisk - RootFilesystem - 022-3893-4.dmg - RootFilesystemFreeSpace - 44867584 - RootFilesystemKey - D0A0C0977BD4B6350B256D6650EC9ECA419B6F961F593E74B7E5B93E010B698CA6CCA1FE - RootFilesystemMountVolume - LittleBear4A102.N45Bundle - RootFilesystemResize - 300m - SHA1 - C148D1EB1C979BB6434175411D4A372103A4FDD2 - Version - iPod1,1_1.1.4_4A102 - iPwnerAvailable - - - diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/Services.plist.patch b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/Services.plist.patch deleted file mode 100644 index 0a81526b..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/Services.plist.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/fstab.patch b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/fstab.patch deleted file mode 100644 index 8b10f3c6..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/fstab.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBEC.n45ap.RELEASE.patch b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBEC.n45ap.RELEASE.patch deleted file mode 100644 index 1626435b..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBEC.n45ap.RELEASE.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBSS.n45ap.RELEASE.patch b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBSS.n45ap.RELEASE.patch deleted file mode 100644 index 59c10897..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBSS.n45ap.RELEASE.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBoot.n45ap.RELEASE.patch b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBoot.n45ap.RELEASE.patch deleted file mode 100644 index adac8025..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/iBoot.n45ap.RELEASE.patch and /dev/null differ diff --git a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/kernelcache.release.patch b/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/kernelcache.release.patch deleted file mode 100644 index 369c441c..00000000 Binary files a/ipsw-patch/FirmwareBundles/iPod1,1_1.1.4_4A102.bundle/kernelcache.release.patch and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/Info.plist b/ipsw-patch/bundles/BSDSubsystem.bundle/Info.plist deleted file mode 100644 index 8a650944..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Name - BSD Subsystem - Identifier - com.natetrue.iphone.iphone_binkit - Description - Set of Unix tools and frameworks. - SupportedFirmware - - iPhone1,1_1.1.4_4A102 - iPod1,1_1.1.4_4A102 - - Commands - - - Size - 14421633 - - diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/System/Library/LaunchDaemons/com.apple.cron.plist b/ipsw-patch/bundles/BSDSubsystem.bundle/files/System/Library/LaunchDaemons/com.apple.cron.plist deleted file mode 100644 index 7f207d62..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/System/Library/LaunchDaemons/com.apple.cron.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Label - com.apple.cron - OnDemand - - ProgramArguments - - /usr/sbin/cron - - - diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/[ b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/[ deleted file mode 100644 index d01539c7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/[ and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/bash b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/bash deleted file mode 100644 index be1f6e82..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/bash and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/cat b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/cat deleted file mode 100644 index c81a23ee..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/cat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/chmod b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/chmod deleted file mode 100644 index 6db80795..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/chmod and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/cp b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/cp deleted file mode 100644 index 04912720..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/cp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/csh b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/csh deleted file mode 100644 index 071f7746..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/csh and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/date b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/date deleted file mode 100644 index 6c04b41e..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/date and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/dd b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/dd deleted file mode 100644 index c80f3942..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/dd and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/df b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/df deleted file mode 100644 index 4c5fad98..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/df and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/domainname b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/domainname deleted file mode 100644 index b124483d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/domainname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/echo b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/echo deleted file mode 100644 index ef75ee90..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/echo and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ed b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ed deleted file mode 100644 index 2aa62b25..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ed and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/expr b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/expr deleted file mode 100644 index 8f448a10..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/expr and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/getty b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/getty deleted file mode 100644 index 5ee44d65..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/getty and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/hostname b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/hostname deleted file mode 100644 index 3adab116..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/hostname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/kill b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/kill deleted file mode 100644 index 9d696b1f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/kill and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/link b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/link deleted file mode 100644 index 425e86e9..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/link and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ln b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ln deleted file mode 100644 index 62e29968..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ln and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ls b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ls deleted file mode 100644 index 6fab8e2b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ls and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/mkdir b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/mkdir deleted file mode 100644 index 267399c4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/mkdir and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/mv b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/mv deleted file mode 100644 index 423d30e3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/mv and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/pax b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/pax deleted file mode 100644 index e03085f7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/pax and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/printf b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/printf deleted file mode 100644 index 1d432c6c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/printf and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ps b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ps deleted file mode 100644 index a77dff5b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/ps and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/pwd b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/pwd deleted file mode 100644 index c122b012..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/pwd and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/rm b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/rm deleted file mode 100644 index ef45e7fd..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/rm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/rmdir b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/rmdir deleted file mode 100644 index 56477556..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/rmdir and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sh b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sh deleted file mode 100644 index 0447bea3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sh and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sleep b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sleep deleted file mode 100644 index 2faaee30..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sleep and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/stty b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/stty deleted file mode 100644 index 2aa372d4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/stty and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sync b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sync deleted file mode 100644 index 488bb1bd..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/sync and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/tcsh b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/tcsh deleted file mode 100644 index 503db1ad..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/tcsh and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/test b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/test deleted file mode 100644 index 6929d752..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/test and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/true b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/true deleted file mode 100644 index afa61db4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/true and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/unlink b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/unlink deleted file mode 100644 index d28de9e3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/unlink and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/zsh b/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/zsh deleted file mode 100644 index 0447bea3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/bin/zsh and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/csh.cshrc b/ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/csh.cshrc deleted file mode 100644 index 4b8644b1..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/csh.cshrc +++ /dev/null @@ -1 +0,0 @@ -setenv PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/private/var/root/bin diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/profile b/ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/profile deleted file mode 100644 index ff609684..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/profile +++ /dev/null @@ -1,8 +0,0 @@ -# System-wide .profile for sh(1) - -PATH="/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin:/private/var/root/bin" -export PATH - -if [ "${BASH-no}" != "no" ]; then - [ -r /etc/bashrc ] && . /etc/bashrc -fi diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/termcap b/ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/termcap deleted file mode 100644 index 1bcd0391..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/etc/termcap +++ /dev/null @@ -1,208 +0,0 @@ -# $NetBSD: termcap.mini,v 1.2 2002/10/08 20:26:38 martin Exp $ -# -# Copyright (c) 1980, 1985, 1989 The Regents of the University of California. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of -# California, Berkeley and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. -# -# @(#)termcap.src 5.109 (Berkeley) 3/8/93 -# -pc3|ibmpc3|IBM PC 386BSD Console:\ - :DO=\E[%dB:K1=\E[H:K2=\E[E:K3=\E[I:K4=\E[F:K5=\E[G:LE=\E[%dD:\ - :RI=\E[%dC:UP=\E[%dA:am:bl=^G:bs:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ - :cm=\E[%i%d;%dH:co#80:cr=^M:do=^J:ho=\E[H:is=\E[m:k0=\E[V:k1=\E[M:\ - :k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\ - :kD=\177:kH=\E[F:kN=\E[G:kP=\E[I:kb=\177:kd=\E[B:kh=\E[H:kl=\E[D:\ - :kr=\E[C:ku=\E[A:le=^H:li#25:ms:nd=\E[C:rs=\E[m\E[x\E[14r:se=\E[m:\ - :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:te=\E[m:ti=\E[m:up=\E[A:km:pt:\ - :AL=\E[%dL:DL=\E[%dM:SF=\E[%dS:SR=\E[%dT:al=\E[L:dl=\E[M: - -vt100|vt100-am|dec vt100 (w/advanced video):\ - :am:bs:ms:xn:xo:\ - :co#80:it#8:li#24:vt#3:\ - :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\ - :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\ - :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ - :ae=\E(B:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ - :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\ - :eA=\E(B:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\ - :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\ - :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\ - :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\ - :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\ - :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\ - :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\ - :up=\E[A:us=\E[4m: - -adm+sgr|adm style highlight capabilities:\ - :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8: - -dumb|80-column dumb tty:\ - :am:\ - :co#80:\ - :bl=^G:cr=^M:do=^J:sf=^J: - -unknown|unknown terminal type:\ - :gn:tc=dumb: - -glasstty|classic glass tty interpreting ASCII control characters:\ - :am:\ - :co#80:\ - :bl=^G:cl=^L:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:le=^H:nw=^M^J:\ - :ta=^I: - -vt52|dec vt52:\ - :bs:\ - :co#80:it#8:li#24:\ - :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ - :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\ - :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\ - :le=\ED:nd=\EC:nw=^M^J:sf=^J:sr=\EI:ta=^I:up=\EA: - -wy50|wyse50|Wyse 50:\ - :5i:am:bs:bw:hs:mi:ms:xo:\ - :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\ - :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\ - :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\ - :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\ - :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\ - :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\ - :ho=^^:i1=\E`\072\E`9:im=\Eq:ip=:is=\016\024\E'\E(:\ - :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ - :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\ - :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\ - :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\ - :mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:\ - :po=^X:ps=\EP:px=\Ez%+?%s\177:\ - :..sa=%?%p1%p3%|%t\E`6\E)\n%e%p5%p8%|%t\E`7\E)%e\E(%;\n%?%p9%t\EH\002%e\EH\003%;:\ - :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:up=^K:\ - :vb=\E`8\E`9:ve=\E`1:vi=\E`0: - -wy60|wyse60|Wyse 60:\ - :am:bs:bw:hs:km:mi:ms:\ - :co#80:li#24:ws#45:\ - :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\ - :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\ - :ei=\Er:fs=^M:ho=\E{:i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\ - :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\ - :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ - :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\ - :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\ - :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\ - :so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:up=^K:\ - :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\ - :tc=adm+sgr: - -wy160|wyse160|Wyse 160:\ - :am:bw:hs:km:mi:ms:\ - :co#80:li#24:ws#38:\ - :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\ - :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\ - :ei=\Er:fs=^M:ho=\E{:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\ - :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\ - :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ - :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\ - :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\ - :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\ - :so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:up=^K:\ - :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\ - :tc=adm+sgr: - -oldsun|Sun Microsystems Workstation console:\ - :am:bs:km:mi:ms:\ - :co#80:it#8:li#34:\ - :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:bl=^G:\ - :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\ - :dl=\E[M:do=\E[B:ei=:i1=\E[1r:ic=\E[@:im=:k1=\EOP:k2=\EOQ:\ - :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\ - :le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A: - -sun-il|Sun Microsystems console with working insert-line:\ - :am:km:ms:\ - :co#80:li#34:\ - :%7=\E[194z:&5=\E[193z:&8=\E[195z:@7=\E[220z:AL=\E[%dL:\ - :DC=\E[%dP:DL=\E[%dM:F1=\E[234z:F2=\E[235z:IC=\E[%d@:\ - :K2=\E[218z:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\ - :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ic=\E[@:im=:\ - :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\ - :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\ - :kD=\177:kN=\E[222z:kP=\E[216z:kb=^H:kd=\E[B:kh=\E[214z:\ - :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:\ - :nd=\E[C:r2=\E[s:\ - :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\ - :se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m: - -sun|sun1|sun2|Sun Microsystems Inc. workstation console:\ - :tc=sun-il: - -sun-ss5|Sun SparcStation 5 console:\ - :AL@:al@:tc=sun-il: - -sun-type4|Sun Workstation console with type 4 keyboard:\ - :kd=\E[221z:kl=\E[217z:kr=\E[219z:ku=\E[215z:tc=sun-il: - -xterm-r6|xterm-old|xterm X11R6 version:\ - :am:bs:km:mi:ms:xn:\ - :co#80:it#8:li#24:\ - :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\ - :DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\ - :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\ - :FA=\E[34~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ - :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ - :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\ - :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\ - :dl=\E[M:do=^J:eA=\E(B:ei=\E[4l:ho=\E[H:im=\E[4h:\ - :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:\ - :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\ - :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\ - :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\ - :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:ml=\El:\ - :mr=\E[7m:mu=\Em:nd=\E[C:\ - :r2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:rc=\E8:\ - :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\ - :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:\ - :us=\E[4m: - -xterm|vs100|xterms|xterm terminal emulator (X Window System):\ - :tc=xterm-r6: - -xterm-color|xterm terminal emulator (X Window System):\ - :tc=vt100 - -tvi925|televideo 925:\ - :am:bs:bw:hs:ul:\ - :co#80:li#24:sg#1:\ - :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\ - :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:\ - :im=:is=\El\E":k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\ - :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\ - :kA=\EE:kC=^Z:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\ - :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:sf=^J:sr=\Ej:st=\E1:\ - :ta=^I:ts=\Eh\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:vs=\E.2:\ - :tc=adm+sgr: diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/ifconfig b/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/ifconfig deleted file mode 100644 index 07b84d2b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/ifconfig and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/kextunload b/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/kextunload deleted file mode 100644 index fab6cfc2..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/kextunload and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/md5 b/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/md5 deleted file mode 100644 index 0333150c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/md5 and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/mknod b/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/mknod deleted file mode 100644 index a63c2b1e..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/mknod and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/ping b/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/ping deleted file mode 100644 index d5fdee0a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/ping and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/reboot b/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/reboot deleted file mode 100644 index 7edbc900..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/reboot and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/route b/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/route deleted file mode 100644 index 2bc5d398..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/sbin/route and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/alias b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/alias deleted file mode 100644 index 795e4fcb..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/alias and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/apply b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/apply deleted file mode 100644 index 6ccae76b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/apply and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/awk b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/awk deleted file mode 100644 index 48a16bc4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/awk and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/banner b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/banner deleted file mode 100644 index f6a11e40..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/banner and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/basename b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/basename deleted file mode 100644 index ffd79cd4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/basename and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/bzip2 b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/bzip2 deleted file mode 100644 index 11790ac3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/bzip2 and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cap_mkdb b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cap_mkdb deleted file mode 100644 index 7be17f13..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cap_mkdb and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chflags b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chflags deleted file mode 100644 index 543255c6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chflags and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chgrp b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chgrp deleted file mode 100644 index 392a3454..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chgrp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chown b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chown deleted file mode 100644 index f9779620..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/chown and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cksum b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cksum deleted file mode 100644 index c0cec92b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cksum and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/col b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/col deleted file mode 100644 index 2313f793..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/col and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/colrm b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/colrm deleted file mode 100644 index db4e114a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/colrm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/column b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/column deleted file mode 100644 index c2963d13..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/column and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/comm b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/comm deleted file mode 100644 index 88085f1b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/comm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/compress b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/compress deleted file mode 100644 index 6778e953..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/compress and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/crontab b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/crontab deleted file mode 100644 index 1a18974a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/crontab and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/csplit b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/csplit deleted file mode 100644 index 4114030b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/csplit and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/curl b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/curl deleted file mode 100644 index b7bac80d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/curl and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cut b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cut deleted file mode 100644 index dc80548b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/cut and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/dirname b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/dirname deleted file mode 100644 index d37d5038..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/dirname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ditto b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ditto deleted file mode 100644 index 3ae9f44f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ditto and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/du b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/du deleted file mode 100644 index 79c79917..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/du and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/env b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/env deleted file mode 100644 index be0b6aab..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/env and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/expand b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/expand deleted file mode 100644 index 1b5eee10..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/expand and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/false b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/false deleted file mode 100644 index 673c6d27..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/false and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/find b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/find deleted file mode 100644 index 48c73e1f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/find and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/finger b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/finger deleted file mode 100644 index cda84ae8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/finger and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/fmt b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/fmt deleted file mode 100644 index 397dd81b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/fmt and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/fold b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/fold deleted file mode 100644 index 56d4687b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/fold and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/funzip b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/funzip deleted file mode 100644 index 9943684d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/funzip and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/getopt b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/getopt deleted file mode 100644 index ade98f80..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/getopt and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/grep b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/grep deleted file mode 100644 index 44d30e47..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/grep and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/groups b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/groups deleted file mode 100755 index 19068698..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/groups +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/sh -# groups -- print the groups a user is in -# Copyright (C) 1991, 1997, 2000, 2002, 2004-2007 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -# Written by David MacKenzie . - -# Make sure we get GNU id, if possible; also allow -# it to be somewhere else in PATH if not installed yet. -PATH=/usr/local/bin:$PATH - -usage="Usage: $0 [OPTION]... [USERNAME]... - - --help display this help and exit - --version output version information and exit - -Same as id -Gn. If no USERNAME, use current process. - -Report bugs to ." - -version='groups (GNU coreutils) 6.9 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by David MacKenzie.' - - -for arg -do - case $arg in - --help | --hel | --he | --h) - exec echo "$usage" ;; - --version | --versio | --versi | --vers | --ver | --ve | --v) - exec echo "$version" ;; - --) - shift - break ;; - -*) - echo "$0: invalid option: $arg" >&2 - exit 1 ;; - esac -done - -# With fewer than two arguments, simply exec "id". -case $# in - 0|1) exec id -Gn -- "$@" ;; -esac - -# With more, we need a loop, and be sure to exit nonzero upon failure. -status=0 -write_error=0 - -for name -do - if groups=`id -Gn -- "$name"`; then - echo "$name : $groups" || { - status=$? - if test $write_error = 0; then - echo "$0: write error" >&2 - write_error=1 - fi - } - else - status=$? - fi -done - -exit $status diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gunzip b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gunzip deleted file mode 100644 index 9e7481b3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gunzip and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gzexe b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gzexe deleted file mode 100755 index ab9ef9bc..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gzexe +++ /dev/null @@ -1,229 +0,0 @@ -#!/bin/sh -# gzexe: compressor for Unix executables. -# Use this only for binaries that you do not use frequently. -# -# The compressed version is a shell script which decompresses itself after -# skipping $skip lines of shell commands. We try invoking the compressed -# executable with the original name (for programs looking at their name). -# We also try to retain the original file permissions on the compressed file. -# For safety reasons, gzexe will not create setuid or setgid shell scripts. - -# WARNING: the first line of this file must be either : or #!/bin/sh -# The : is required for some old versions of csh. -# On Ultrix, /bin/sh is too buggy, change the first line to: #!/bin/sh5 - - -# Copyright (C) 1998, 2002, 2004, 2006 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -tab=' ' -nl=' -' -IFS=" $tab$nl" - -version='gzexe (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly.' - -usage='Usage: gzexe [OPTION] FILE... -Rename each FILE with a compressed version of itself, renaming FILE to FILE~. - - -d Decompress each FILE instead of compressing it. - --help display this help and exit - --version output version information and exit - -Report bugs to .' - - -PATH="/usr/bin:$PATH" - -decomp=0 -res=0 -while :; do - case $1 in - -d) decomp=1; shift;; - --h*) exec echo "$usage";; - --v*) exec echo "$version";; - --) shift; break;; - *) break;; - esac -done - -if test $# -eq 0; then - echo >&2 "$0: missing operand -Try \`$0 --help' for more information." - exit 1 -fi - -tmp= -trap 'res=$? - test -n "$tmp" && rm -f "$tmp" - (exit $res); exit $res -' 0 1 2 3 5 10 13 15 - -mktemp_status= - -for i do - case $i in - -*) file=./$i;; - *) file=$i;; - esac - if test ! -f "$file" || test ! -r "$file"; then - res=$? - echo >&2 "$0: $i is not a readable regular file" - continue - fi - if test $decomp -eq 0; then - if sed -e 1d -e 2q "$file" | grep "^skip=[0-9][0-9]*$" >/dev/null; then - echo >&2 "$0: $i is already gzexe'd" - continue - fi - fi - if test -u "$file"; then - echo >&2 "$0: $i has setuid permission, unchanged" - continue - fi - if test -g "$file"; then - echo >&2 "$0: $i has setgid permission, unchanged" - continue - fi - case /$file in - */basename | */cat | */chmod | */cp | \ - */dirname | */echo | */expr | */gzip | \ - */ln | */mkdir | */mktemp | */mv | */rm | */rmdir | \ - */sed | */sh | */sleep | */test | */tail) - echo >&2 "$0: $i would depend on itself"; continue;; - esac - - dir=`dirname "$file"` || dir=$TMPDIR - test -d "$dir" && test -w "$dir" && test -x "$dir" || dir=/tmp - test -n "$tmp" && rm -f "$tmp" - if test -z "$mktemp_status"; then - type mktemp >/dev/null 2>&1 - mktemp_status=$? - fi - if test $mktemp_status -eq 0; then - tmp=`TMPDIR=$dir mktemp -t gzexeXXXXXX` - else - tmp=$dir/gzexe$$ - fi && { cp -p "$file" "$tmp" 2>/dev/null || cp "$file" "$tmp"; } || { - res=$? - echo >&2 "$0: cannot copy $file" - continue - } - if test -w "$tmp"; then - writable=1 - else - writable=0 - chmod u+w "$tmp" || { - res=$? - echo >&2 "$0: cannot chmod $tmp" - continue - } - fi - if test $decomp -eq 0; then - (cat <<'EOF' && -#!/bin/sh -skip=44 - -tab=' ' -nl=' -' -IFS=" $tab$nl" - -umask=`umask` -umask 77 - -gztmpdir= -trap 'res=$? - test -n "$gztmpdir" && rm -fr "$gztmpdir" - (exit $res); exit $res -' 0 1 2 3 5 10 13 15 - -if type mktemp >/dev/null 2>&1; then - gztmpdir=`mktemp -dt` -else - gztmpdir=/tmp/gztmp$$; mkdir $gztmpdir -fi || { (exit 127); exit 127; } - -gztmp=$gztmpdir/$0 -case $0 in --* | */*' -') mkdir -p "$gztmp" && rmdir "$gztmp";; -*/*) gztmp=$gztmpdir/`basename "$0"`;; -esac || { (exit 127); exit 127; } - -case `echo X | tail -n +1 2>/dev/null` in -X) tail_n=-n;; -*) tail_n=;; -esac -if tail $tail_n +$skip <"$0" | gzip -cd > "$gztmp"; then - umask $umask - chmod 700 "$gztmp" - (sleep 5; rm -fr "$gztmpdir") 2>/dev/null & - "$gztmp" ${1+"$@"}; res=$? -else - echo >&2 "Cannot decompress $0" - (exit 127); res=127 -fi; exit $res -EOF - gzip -cv9 "$file") > "$tmp" || { - res=$? - echo >&2 "$0: compression not possible for $i, file unchanged." - continue - } - - else - # decompression - skip=44 - skip_line=`sed -e 1d -e 2q "$file"` - case $skip_line in - skip=[0-9] | skip=[0-9][0-9] | skip=[0-9][0-9][0-9]) - eval "$skip_line";; - esac - case `echo X | tail -n +1 2>/dev/null` in - X) tail_n=-n;; - *) tail_n=;; - esac - tail $tail_n +$skip "$file" | gzip -cd > "$tmp" || { - res=$? - echo >&2 "$0: $i probably not in gzexe format, file unchanged." - continue - } - fi - test $writable -eq 1 || chmod u-w "$tmp" || { - res=$? - echo >&2 "$0: $tmp: cannot chmod" - continue - } - ln -f "$file" "$file~" || { - res=$? - echo >&2 "$0: cannot backup $i as $i~" - continue - } - mv -f "$tmp" "$file" || { - res=$? - echo >&2 "$0: cannot rename $tmp to $i" - continue - } - tmp= -done -(exit $res); exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gzip b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gzip deleted file mode 100644 index 9e7481b3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/gzip and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/head b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/head deleted file mode 100644 index 02c28493..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/head and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/hexdump b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/hexdump deleted file mode 100644 index 537dcf7b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/hexdump and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/hostinfo b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/hostinfo deleted file mode 100644 index 209367dc..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/hostinfo and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/id b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/id deleted file mode 100644 index a1854e73..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/id and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/install b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/install deleted file mode 100644 index bbedfc56..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/install and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ipcrm b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ipcrm deleted file mode 100644 index b6d6a478..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ipcrm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/join b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/join deleted file mode 100644 index 6e788cb1..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/join and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/jot b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/jot deleted file mode 100644 index be84ab70..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/jot and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/killall b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/killall deleted file mode 100644 index 58eb23a5..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/killall and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lam b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lam deleted file mode 100644 index c058af72..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lam and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/last b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/last deleted file mode 100644 index 3bcfdb13..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/last and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lastcomm b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lastcomm deleted file mode 100644 index afb881df..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lastcomm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/less b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/less deleted file mode 100644 index 9b3001ca..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/less and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/libgzip.a b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/libgzip.a deleted file mode 100644 index bf20ec0a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/libgzip.a and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/locate b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/locate deleted file mode 100644 index a5cbf86c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/locate and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/login b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/login deleted file mode 100644 index 80f85aaa..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/login and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/logname b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/logname deleted file mode 100644 index b4373e92..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/logname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/look b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/look deleted file mode 100644 index f7c30890..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/look and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lsvfs b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lsvfs deleted file mode 100644 index 72dbc101..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/lsvfs and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/makekey b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/makekey deleted file mode 100644 index b7b565e7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/makekey and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/md b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/md deleted file mode 100644 index ec45f82f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/md and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mesg b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mesg deleted file mode 100644 index 13167e40..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mesg and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/minicom b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/minicom deleted file mode 100644 index 0ba386bb..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/minicom and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mkfifo b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mkfifo deleted file mode 100644 index 7aaa5c44..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mkfifo and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mktemp b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mktemp deleted file mode 100644 index 42367c40..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/mktemp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/more b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/more deleted file mode 100644 index 9ff82454..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/more +++ /dev/null @@ -1 +0,0 @@ -less \ No newline at end of file diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nano b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nano deleted file mode 100644 index 3e0b9b12..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nano +++ /dev/null @@ -1 +0,0 @@ -pico \ No newline at end of file diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nc b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nc deleted file mode 100644 index 5b3aeeb3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nc and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nice b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nice deleted file mode 100644 index bc58d889..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nice and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nl b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nl deleted file mode 100644 index 48b57b52..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nl and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nohup b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nohup deleted file mode 100644 index 9bf6bdb6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/nohup and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/od b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/od deleted file mode 100644 index 409f4a88..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/od and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/passwd b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/passwd deleted file mode 100644 index aa2ca4c8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/passwd and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/paste b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/paste deleted file mode 100644 index 151d4380..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/paste and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pathchk b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pathchk deleted file mode 100644 index 83fa3fa6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pathchk and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pico b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pico deleted file mode 100644 index 1feade8f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pico and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pr b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pr deleted file mode 100644 index f4862734..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/pr and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/printenv b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/printenv deleted file mode 100644 index b55ca4d8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/printenv and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/printf b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/printf deleted file mode 100644 index 32d379d7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/printf and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/readlink b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/readlink deleted file mode 100644 index a67b89e3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/readlink and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/renice b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/renice deleted file mode 100644 index 6ad56844..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/renice and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rev b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rev deleted file mode 100644 index cd940f0b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rev and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rs b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rs deleted file mode 100644 index 867af5f0..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rs and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rsync b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rsync deleted file mode 100644 index 0fcb1f37..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/rsync and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sar b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sar deleted file mode 100644 index 6b0aecee..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sar and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/screen b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/screen deleted file mode 100644 index 5fa45e85..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/screen and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/script b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/script deleted file mode 100644 index cde02756..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/script and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sed b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sed deleted file mode 100644 index 05fda5e6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sed and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/shlock b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/shlock deleted file mode 100644 index 9184e987..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/shlock and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/snap b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/snap deleted file mode 100644 index c3b30c5a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/snap and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sort b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sort deleted file mode 100644 index f30abeb5..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sort and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/split b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/split deleted file mode 100644 index e230e118..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/split and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/srelay b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/srelay deleted file mode 100644 index f9c7385a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/srelay and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/stat b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/stat deleted file mode 100644 index d8b04ad2..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/stat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/su b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/su deleted file mode 100644 index c915ffcc..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/su and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sum b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sum deleted file mode 100644 index a071e0c7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/sum and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tabs b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tabs deleted file mode 100644 index 70f76ae0..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tabs and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tail b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tail deleted file mode 100644 index 9d87d3ef..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tail and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tar b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tar deleted file mode 100644 index d4491bf5..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tar and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tcopy b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tcopy deleted file mode 100644 index cc8bf9f8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tcopy and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tee b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tee deleted file mode 100644 index a858e5a6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tee and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/telnet b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/telnet deleted file mode 100644 index edc9bc90..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/telnet and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tftp b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tftp deleted file mode 100644 index ff061e92..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tftp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/time b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/time deleted file mode 100644 index 540eb814..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/time and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/top b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/top deleted file mode 100644 index 97f771a7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/top and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/touch b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/touch deleted file mode 100644 index 397c0c07..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/touch and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tr b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tr deleted file mode 100644 index cdb68b2a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tr and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/true b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/true deleted file mode 100644 index e07d6738..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/true and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tsort b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tsort deleted file mode 100644 index 48af6f20..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tsort and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tty b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tty deleted file mode 100644 index 7c5459eb..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/tty and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ul b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ul deleted file mode 100644 index c108114c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/ul and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uname b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uname deleted file mode 100644 index d26d10a1..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unexpand b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unexpand deleted file mode 100644 index 7e053101..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unexpand and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uniq b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uniq deleted file mode 100644 index 096a575c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uniq and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unvis b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unvis deleted file mode 100644 index c80d2b9f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unvis and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unzip b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unzip deleted file mode 100644 index 99baf5ce..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unzip and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unzipsfx b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unzipsfx deleted file mode 100644 index 8bc16dc8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/unzipsfx and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uptime b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uptime deleted file mode 100644 index 90c94f10..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/uptime and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/users b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/users deleted file mode 100644 index f796a3c7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/users and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vi b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vi deleted file mode 100644 index 7923f59d..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vi +++ /dev/null @@ -1 +0,0 @@ -vim \ No newline at end of file diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vim b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vim deleted file mode 100644 index 26ba24ff..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vim and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vis b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vis deleted file mode 100644 index fcdbc720..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/vis and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/wall b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/wall deleted file mode 100644 index 9daf19cd..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/wall and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/wc b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/wc deleted file mode 100644 index 78035549..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/wc and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whereis b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whereis deleted file mode 100644 index 9ac887b1..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whereis and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/which b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/which deleted file mode 100644 index 4aca7465..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/which and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/who b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/who deleted file mode 100644 index 9d93a3d9..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/who and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whoami b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whoami deleted file mode 100644 index 23ebe75b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whoami and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whois b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whois deleted file mode 100644 index 4a437f4e..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/whois and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/xargs b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/xargs deleted file mode 100644 index 90467a50..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/xargs and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/yes b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/yes deleted file mode 100644 index 172d79e7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/yes and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zcat b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zcat deleted file mode 100644 index 9e7481b3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zcat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zcmp b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zcmp deleted file mode 100755 index a2774a2c..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zcmp +++ /dev/null @@ -1,81 +0,0 @@ -#!/bin/sh -# sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh - -# Zcmp and zdiff are used to invoke the cmp or the diff pro- -# gram on compressed files. All options specified are passed -# directly to cmp or diff. If only 1 file is specified, then -# the files compared are file1 and an uncompressed file1.gz. -# If two files are specified, then they are uncompressed (if -# necessary) and fed to cmp or diff. The exit status from cmp -# or diff is preserved. - -PATH="/usr/bin:$PATH"; export PATH -case "$0" in - *cmp) prog=cmp ; comp=${CMP-cmp} ;; - *) prog=diff; comp=${DIFF-diff} ;; -esac - -version="z$prog (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$prog [OPTION]... FILE1 [FILE2] -Compare FILE1 to FILE2, using their uncompressed contents if they are -compressed. If FILE2 is omitted, compare FILE1 to the uncompressed -contents of FILE1.gz. Do comparisons like '$prog' does. - -OPTIONs are the same as for '$prog'. - -Report bugs to ." - -OPTIONS= -FILES= -while :; do - case $1 in - --h*) echo "$usage" || exit 2; exit;; - --v*) echo "$version" || exit 2; exit;; - --) shift; break;; - -*) OPTIONS="$OPTIONS $ARG"; shift;; - esac -done -for file; do - test -f "$file" || { - echo "$prog: $file not found or not a regular file" - exit 2 - } -done -if test $# -eq 1; then - FILE=`echo "$1" | sed 's/[-.][zZtga]*$//'` - gzip -cd -- "$1" | $comp $OPTIONS - "$FILE" - -elif test $# -eq 2; then - case "$1" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - case "$2" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - F=`echo "$2" | sed 's|.*/||;s|[-.][zZtga]*||'` - set -C - trap 'rm -f /tmp/"$F".$$; exit 2' HUP INT PIPE TERM 0 - gzip -cdfq -- "$2" > /tmp/"$F".$$ || exit - gzip -cdfq -- "$1" | $comp $OPTIONS - /tmp/"$F".$$ - STAT="$?" - /bin/rm -f /tmp/"$F".$$ || STAT=2 - trap - HUP INT PIPE TERM 0 - exit $STAT;; - - *) gzip -cdfq -- "$1" | $comp $OPTIONS - "$2";; - esac;; - *) case "$2" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - gzip -cdfq -- "$2" | $comp $OPTIONS "$1" -;; - *) $comp $OPTIONS "$1" "$2";; - esac;; - esac -else - echo "$usage" - exit 2 -fi diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zdiff b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zdiff deleted file mode 100755 index a2774a2c..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zdiff +++ /dev/null @@ -1,81 +0,0 @@ -#!/bin/sh -# sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh - -# Zcmp and zdiff are used to invoke the cmp or the diff pro- -# gram on compressed files. All options specified are passed -# directly to cmp or diff. If only 1 file is specified, then -# the files compared are file1 and an uncompressed file1.gz. -# If two files are specified, then they are uncompressed (if -# necessary) and fed to cmp or diff. The exit status from cmp -# or diff is preserved. - -PATH="/usr/bin:$PATH"; export PATH -case "$0" in - *cmp) prog=cmp ; comp=${CMP-cmp} ;; - *) prog=diff; comp=${DIFF-diff} ;; -esac - -version="z$prog (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$prog [OPTION]... FILE1 [FILE2] -Compare FILE1 to FILE2, using their uncompressed contents if they are -compressed. If FILE2 is omitted, compare FILE1 to the uncompressed -contents of FILE1.gz. Do comparisons like '$prog' does. - -OPTIONs are the same as for '$prog'. - -Report bugs to ." - -OPTIONS= -FILES= -while :; do - case $1 in - --h*) echo "$usage" || exit 2; exit;; - --v*) echo "$version" || exit 2; exit;; - --) shift; break;; - -*) OPTIONS="$OPTIONS $ARG"; shift;; - esac -done -for file; do - test -f "$file" || { - echo "$prog: $file not found or not a regular file" - exit 2 - } -done -if test $# -eq 1; then - FILE=`echo "$1" | sed 's/[-.][zZtga]*$//'` - gzip -cd -- "$1" | $comp $OPTIONS - "$FILE" - -elif test $# -eq 2; then - case "$1" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - case "$2" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - F=`echo "$2" | sed 's|.*/||;s|[-.][zZtga]*||'` - set -C - trap 'rm -f /tmp/"$F".$$; exit 2' HUP INT PIPE TERM 0 - gzip -cdfq -- "$2" > /tmp/"$F".$$ || exit - gzip -cdfq -- "$1" | $comp $OPTIONS - /tmp/"$F".$$ - STAT="$?" - /bin/rm -f /tmp/"$F".$$ || STAT=2 - trap - HUP INT PIPE TERM 0 - exit $STAT;; - - *) gzip -cdfq -- "$1" | $comp $OPTIONS - "$2";; - esac;; - *) case "$2" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - gzip -cdfq -- "$2" | $comp $OPTIONS "$1" -;; - *) $comp $OPTIONS "$1" "$2";; - esac;; - esac -else - echo "$usage" - exit 2 -fi diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zegrep b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zegrep deleted file mode 100755 index d9e70c90..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zegrep +++ /dev/null @@ -1,153 +0,0 @@ -#!/bin/sh - -# zgrep -- a wrapper around a grep program that decompresses files as needed -# Adapted from a version sent by Charles Levert - -# Copyright (C) 1998, 2001, 2002, 2006 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -case "$0" in - *egrep) grep=${EGREP-egrep} ;; - *fgrep) grep=${FGREP-fgrep} ;; - *) grep=${GREP-grep} ;; -esac - -version="z$grep (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$grep [OPTION]... [-e] PATTERN [FILE]... -Look for instances of PATTERN in the input FILEs, using their -uncompressed contents if they are compressed. - -OPTIONs are the same as for '$grep'. - -Report bugs to ." - -pat="" -after_dash_dash="" -files_with_matches=0 -files_without_matches=0 -no_filename=0 -with_filename=0 - -while test $# -ne 0; do - case "$after_dash_dash$1" in - --d* | --rec*) echo >&2 "$0: $1: option not supported"; exit 2;; - --h*) echo "$usage" || exit 2; exit;; - --files-with-*) files_with_matches=1;; - --files-witho*) files_without_matches=1;; - --no-f*) no_filename=1;; - --v*) echo "$version" || exit 2; exit;; - --wi*) with_filename=1;; - --*) ;; - -*) - case "$1" in - -*[dr]*) echo >&2 "$0: $1: option not supported"; exit 2;; - esac - case "$1" in - -*H*) with_filename=1;; - esac - case "$1" in - -*h*) no_filename=1;; - esac - case "$1" in - -*L*) files_without_matches=1;; - esac - case "$1" in - -*l*) files_with_matches=1;; - esac;; - esac - case "$after_dash_dash$1" in - -[ef]) opt="$opt $1"; shift; pat="$1" - if test "$grep" = grep; then # grep is buggy with -e on SVR4 - grep=egrep - fi;; - -[ABCdm])opt="$opt $1 $2"; shift;; - --) opt="$opt $1"; after_dash_dash=1;; - -*) opt="$opt $1";; - *) if test -z "$pat"; then - pat="$1" - else - break; - fi;; - esac - shift -done - -if test -z "$pat"; then - echo "$usage" - exit 2 -fi - -if test $# -eq 0; then - gzip -cdfq | $grep $opt "$pat" - exit $? -fi - -res=0 -for i do - gzip -cdfq -- "$i" | - if test $files_with_matches -eq 1; then - $grep $opt "$pat" > /dev/null && printf '%s\n' "$i" - elif test $files_without_matches -eq 1; then - $grep $opt "$pat" > /dev/null || printf '%s\n' "$i" - elif test $with_filename -eq 0 && { test $# -eq 1 || test $no_filename -eq 1; }; then - $grep $opt "$pat" - else - escaped= - while :; do - case $i in - *' -'*) - char=' -' repl='\\n';; - *'&'*) char='&' repl='\&';; - *'\'*) char='\\' repl='\\';; - *'|'*) char='|' repl='\|';; - *) break;; - esac - up_to_first_char="\\([^$char]*\\)" - after_first_char="[^$char]*$char\\(.*\\)" - escaped=$escaped`expr "X$i" : "X$up_to_first_char"`$repl - i=`expr "X$i" : "$after_first_char"` - done - if test $with_filename -eq 1; then - sed_script="s|[^:]*|$escaped$i|" - else - sed_script="s|^|$escaped$i:|" - fi - - # Fail if either grep or sed fails. - # Bash has ${PIPESTATUS[0]}, but that's not portable. - exec 3>&1 - r=` - exec 4>&1 - ($grep $opt "$pat" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- - ` && - exit $r - fi - r=$? - test $res -lt $r && res=$r -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zfgrep b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zfgrep deleted file mode 100755 index d9e70c90..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zfgrep +++ /dev/null @@ -1,153 +0,0 @@ -#!/bin/sh - -# zgrep -- a wrapper around a grep program that decompresses files as needed -# Adapted from a version sent by Charles Levert - -# Copyright (C) 1998, 2001, 2002, 2006 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -case "$0" in - *egrep) grep=${EGREP-egrep} ;; - *fgrep) grep=${FGREP-fgrep} ;; - *) grep=${GREP-grep} ;; -esac - -version="z$grep (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$grep [OPTION]... [-e] PATTERN [FILE]... -Look for instances of PATTERN in the input FILEs, using their -uncompressed contents if they are compressed. - -OPTIONs are the same as for '$grep'. - -Report bugs to ." - -pat="" -after_dash_dash="" -files_with_matches=0 -files_without_matches=0 -no_filename=0 -with_filename=0 - -while test $# -ne 0; do - case "$after_dash_dash$1" in - --d* | --rec*) echo >&2 "$0: $1: option not supported"; exit 2;; - --h*) echo "$usage" || exit 2; exit;; - --files-with-*) files_with_matches=1;; - --files-witho*) files_without_matches=1;; - --no-f*) no_filename=1;; - --v*) echo "$version" || exit 2; exit;; - --wi*) with_filename=1;; - --*) ;; - -*) - case "$1" in - -*[dr]*) echo >&2 "$0: $1: option not supported"; exit 2;; - esac - case "$1" in - -*H*) with_filename=1;; - esac - case "$1" in - -*h*) no_filename=1;; - esac - case "$1" in - -*L*) files_without_matches=1;; - esac - case "$1" in - -*l*) files_with_matches=1;; - esac;; - esac - case "$after_dash_dash$1" in - -[ef]) opt="$opt $1"; shift; pat="$1" - if test "$grep" = grep; then # grep is buggy with -e on SVR4 - grep=egrep - fi;; - -[ABCdm])opt="$opt $1 $2"; shift;; - --) opt="$opt $1"; after_dash_dash=1;; - -*) opt="$opt $1";; - *) if test -z "$pat"; then - pat="$1" - else - break; - fi;; - esac - shift -done - -if test -z "$pat"; then - echo "$usage" - exit 2 -fi - -if test $# -eq 0; then - gzip -cdfq | $grep $opt "$pat" - exit $? -fi - -res=0 -for i do - gzip -cdfq -- "$i" | - if test $files_with_matches -eq 1; then - $grep $opt "$pat" > /dev/null && printf '%s\n' "$i" - elif test $files_without_matches -eq 1; then - $grep $opt "$pat" > /dev/null || printf '%s\n' "$i" - elif test $with_filename -eq 0 && { test $# -eq 1 || test $no_filename -eq 1; }; then - $grep $opt "$pat" - else - escaped= - while :; do - case $i in - *' -'*) - char=' -' repl='\\n';; - *'&'*) char='&' repl='\&';; - *'\'*) char='\\' repl='\\';; - *'|'*) char='|' repl='\|';; - *) break;; - esac - up_to_first_char="\\([^$char]*\\)" - after_first_char="[^$char]*$char\\(.*\\)" - escaped=$escaped`expr "X$i" : "X$up_to_first_char"`$repl - i=`expr "X$i" : "$after_first_char"` - done - if test $with_filename -eq 1; then - sed_script="s|[^:]*|$escaped$i|" - else - sed_script="s|^|$escaped$i:|" - fi - - # Fail if either grep or sed fails. - # Bash has ${PIPESTATUS[0]}, but that's not portable. - exec 3>&1 - r=` - exec 4>&1 - ($grep $opt "$pat" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- - ` && - exit $r - fi - r=$? - test $res -lt $r && res=$r -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zforce b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zforce deleted file mode 100755 index e6da7d90..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zforce +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh -# zforce: force a gz extension on all gzip files so that gzip will not -# compress them twice. -# -# This can be useful for files with names truncated after a file transfer. -# 12345678901234 is renamed to 12345678901.gz - - -# Copyright (C) 2002 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -version="zforce (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: zforce [FILE]... -Force a .gz extension on all compressed FILEs so that gzip will -not compress them twice. - -Report bugs to ." - -if test $# = 0; then - echo "$usage" - exit 1 -fi - -res=0 -for i do - case "$i" in - --h*) exec echo "$usage";; - --v*) exec echo "$version";; - *[-.]z | *[-.]gz | *.t[ag]z) continue;; - esac - - if test ! -f "$i" ; then - echo zforce: $i not a file - res=1 - continue - fi - - if gzip -lv < "$i" 2>/dev/null | grep '^defl' > /dev/null; then - - new="$i.gz" - if mv "$i" "$new"; then - echo $i -- replaced with $new - else - res=$? - fi - fi -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zgrep b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zgrep deleted file mode 100755 index d9e70c90..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zgrep +++ /dev/null @@ -1,153 +0,0 @@ -#!/bin/sh - -# zgrep -- a wrapper around a grep program that decompresses files as needed -# Adapted from a version sent by Charles Levert - -# Copyright (C) 1998, 2001, 2002, 2006 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -case "$0" in - *egrep) grep=${EGREP-egrep} ;; - *fgrep) grep=${FGREP-fgrep} ;; - *) grep=${GREP-grep} ;; -esac - -version="z$grep (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$grep [OPTION]... [-e] PATTERN [FILE]... -Look for instances of PATTERN in the input FILEs, using their -uncompressed contents if they are compressed. - -OPTIONs are the same as for '$grep'. - -Report bugs to ." - -pat="" -after_dash_dash="" -files_with_matches=0 -files_without_matches=0 -no_filename=0 -with_filename=0 - -while test $# -ne 0; do - case "$after_dash_dash$1" in - --d* | --rec*) echo >&2 "$0: $1: option not supported"; exit 2;; - --h*) echo "$usage" || exit 2; exit;; - --files-with-*) files_with_matches=1;; - --files-witho*) files_without_matches=1;; - --no-f*) no_filename=1;; - --v*) echo "$version" || exit 2; exit;; - --wi*) with_filename=1;; - --*) ;; - -*) - case "$1" in - -*[dr]*) echo >&2 "$0: $1: option not supported"; exit 2;; - esac - case "$1" in - -*H*) with_filename=1;; - esac - case "$1" in - -*h*) no_filename=1;; - esac - case "$1" in - -*L*) files_without_matches=1;; - esac - case "$1" in - -*l*) files_with_matches=1;; - esac;; - esac - case "$after_dash_dash$1" in - -[ef]) opt="$opt $1"; shift; pat="$1" - if test "$grep" = grep; then # grep is buggy with -e on SVR4 - grep=egrep - fi;; - -[ABCdm])opt="$opt $1 $2"; shift;; - --) opt="$opt $1"; after_dash_dash=1;; - -*) opt="$opt $1";; - *) if test -z "$pat"; then - pat="$1" - else - break; - fi;; - esac - shift -done - -if test -z "$pat"; then - echo "$usage" - exit 2 -fi - -if test $# -eq 0; then - gzip -cdfq | $grep $opt "$pat" - exit $? -fi - -res=0 -for i do - gzip -cdfq -- "$i" | - if test $files_with_matches -eq 1; then - $grep $opt "$pat" > /dev/null && printf '%s\n' "$i" - elif test $files_without_matches -eq 1; then - $grep $opt "$pat" > /dev/null || printf '%s\n' "$i" - elif test $with_filename -eq 0 && { test $# -eq 1 || test $no_filename -eq 1; }; then - $grep $opt "$pat" - else - escaped= - while :; do - case $i in - *' -'*) - char=' -' repl='\\n';; - *'&'*) char='&' repl='\&';; - *'\'*) char='\\' repl='\\';; - *'|'*) char='|' repl='\|';; - *) break;; - esac - up_to_first_char="\\([^$char]*\\)" - after_first_char="[^$char]*$char\\(.*\\)" - escaped=$escaped`expr "X$i" : "X$up_to_first_char"`$repl - i=`expr "X$i" : "$after_first_char"` - done - if test $with_filename -eq 1; then - sed_script="s|[^:]*|$escaped$i|" - else - sed_script="s|^|$escaped$i:|" - fi - - # Fail if either grep or sed fails. - # Bash has ${PIPESTATUS[0]}, but that's not portable. - exec 3>&1 - r=` - exec 4>&1 - ($grep $opt "$pat" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- - ` && - exit $r - fi - r=$? - test $res -lt $r && res=$r -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zless b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zless deleted file mode 100755 index 23a63390..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zless +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh - -# Copyright (C) 1998, 2002, 2006 Free Software Foundation - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -version="zless (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Paul Eggert." - -usage="Usage: zless [OPTION]... [FILE]... -Like 'less', but operate on the uncompressed contents of any compressed FILEs. - -Options are the same as for 'less'. - -Report bugs to ." - -case $1 in ---help) exec echo "$usage";; ---version) exec echo "$version";; -esac - -LESSOPEN="|gzip -cdfq -- %s"; export LESSOPEN -exec less "$@" diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zmore b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zmore deleted file mode 100755 index c02d6730..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zmore +++ /dev/null @@ -1,88 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2001, 2002 Free Software Foundation -# Copyright (C) 1992, 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -version="zmore (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: zmore [OPTION]... [FILE]... -Like 'more', but operate on the uncompressed contents of any compressed FILEs. - -Report bugs to ." - -if test "`echo -n a`" = "-n a"; then - # looks like a SysV system: - n1=''; n2='\c' -else - n1='-n'; n2='' -fi -oldtty=`stty -g 2>/dev/null` -if stty -cbreak 2>/dev/null; then - cb='cbreak'; ncb='-cbreak' -else - # 'stty min 1' resets eof to ^a on both SunOS and SysV! - cb='min 1 -icanon'; ncb='icanon eof ^d' -fi -if test $? -eq 0 && test -n "$oldtty"; then - trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15 -else - trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15 -fi - -if test $# = 0; then - if test -t 0; then - echo "$usage" - else - gzip -cdfq | eval ${PAGER-more} - fi -else - FIRST=1 - for FILE - do - case $FILE in - --h*) exec echo "$usage";; - --v*) exec echo "$version";; - esac - - < "$FILE" || continue - if test $FIRST -eq 0; then - echo $n1 "--More--(Next file: $FILE)$n2" - stty $cb -echo 2>/dev/null - ANS=`dd bs=1 count=1 2>/dev/null` - stty $ncb echo 2>/dev/null - echo " " - case "$ANS" in - [eq]) exit;; - esac - fi - if test "$ANS" != 's'; then - echo "------> $FILE <------" - gzip -cdfq -- "$FILE" | eval ${PAGER-more} - fi - if test -t 1; then - FIRST=0 - fi - done -fi diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/znew b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/znew deleted file mode 100755 index 1c4c99f5..00000000 --- a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/znew +++ /dev/null @@ -1,183 +0,0 @@ -#!/bin/sh - -# Copyright (C) 1998, 2002, 2004 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -version="znew (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: znew [OPTION]... [FILE]... -Recompress files from .Z (compress) format to .gz (gzip) format. - -Options: - - -f Force recompression even if a .gz file already exists. - -t Test the new files before deleting originals. - -v Verbose; display name and statistics for each file compressed. - -9 Use the slowest compression method (optimal compression). - -P Use pipes for the conversion to reduce disk space usage. - -K Keep a .Z file when it is smaller than the .gz file. - --help display this help and exit - --version output version information and exit - -Report bugs to ." - -check=0 -pipe=0 -opt= -files= -keep=0 -res=0 -old=0 -new=0 -block=1024 -# block is the disk block size (best guess, need not be exact) - -warn="(does not preserve modes and timestamp)" -tmp=/tmp/zfoo.$$ -set -C -echo hi > $tmp || exit -if test -z "`(${CPMOD-cpmod} $tmp $tmp) 2>&1`"; then - cpmod=${CPMOD-cpmod} - warn="" -fi - -if test -z "$cpmod" && ${TOUCH-touch} -r $tmp $tmp 2>/dev/null; then - cpmod="${TOUCH-touch}" - cpmodarg="-r" - warn="(does not preserve file modes)" -fi - -# check if GZIP env. variable uses -S or --suffix -gzip -q $tmp -ext=`echo $tmp* | sed "s|$tmp||"` -rm -f $tmp* -if test -z "$ext"; then - echo znew: error determining gzip extension - exit 1 -fi -if test "$ext" = ".Z"; then - echo znew: cannot use .Z as gzip extension. - exit 1 -fi - -for arg -do - case "$arg" in - --help) exec echo "$usage";; - --version) exec echo "$version";; - -*) opt="$opt $arg"; shift;; - *) break;; - esac -done - -if test $# -eq 0; then - echo "$usage" - exit 1 -fi - -opt=`echo "$opt" | sed -e 's/ //g' -e 's/-//g'` -case "$opt" in - *t*) check=1; opt=`echo "$opt" | sed 's/t//g'` -esac -case "$opt" in - *K*) keep=1; opt=`echo "$opt" | sed 's/K//g'` -esac -case "$opt" in - *P*) pipe=1; opt=`echo "$opt" | sed 's/P//g'` -esac -if test -n "$opt"; then - opt="-$opt" -fi - -for i do - n=`echo $i | sed 's/.Z$//'` - if test ! -f "$n.Z" ; then - echo $n.Z not found - res=1; continue - fi - test $keep -eq 1 && old=`wc -c < "$n.Z"` - if test $pipe -eq 1; then - if gzip -d < "$n.Z" | gzip $opt > "$n$ext"; then - # Copy file attributes from old file to new one, if possible. - test -n "$cpmod" && $cpmod $cpmodarg "$n.Z" "$n$ext" 2> /dev/null - else - echo error while recompressing $n.Z - res=1; continue - fi - else - if test $check -eq 1; then - if cp -p "$n.Z" "$n.$$" 2> /dev/null || cp "$n.Z" "$n.$$"; then - : - else - echo cannot backup "$n.Z" - res=1; continue - fi - fi - if gzip -d "$n.Z"; then - : - else - test $check -eq 1 && mv "$n.$$" "$n.Z" - echo error while uncompressing $n.Z - res=1; continue - fi - if gzip $opt "$n"; then - : - else - if test $check -eq 1; then - mv "$n.$$" "$n.Z" && rm -f "$n" - echo error while recompressing $n - else - # compress $n (might be dangerous if disk full) - echo error while recompressing $n, left uncompressed - fi - res=1; continue - fi - fi - test $keep -eq 1 && new=`wc -c < "$n$ext"` - if test $keep -eq 1 && test `expr \( $old + $block - 1 \) / $block` -lt \ - `expr \( $new + $block - 1 \) / $block`; then - if test $pipe -eq 1; then - rm -f "$n$ext" - elif test $check -eq 1; then - mv "$n.$$" "$n.Z" && rm -f "$n$ext" - else - gzip -d "$n$ext" && compress "$n" && rm -f "$n$ext" - fi - echo "$n.Z smaller than $n$ext -- unchanged" - - elif test $check -eq 1; then - if gzip -t "$n$ext" ; then - rm -f "$n.$$" "$n.Z" - else - test $pipe -eq 0 && mv "$n.$$" "$n.Z" - rm -f "$n$ext" - echo error while testing $n$ext, $n.Z unchanged - res=1; continue - fi - elif test $pipe -eq 1; then - rm -f "$n.Z" - fi -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zprint b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zprint deleted file mode 100644 index d9e02568..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/bin/zprint and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/lib/libarmfp.dylib b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/lib/libarmfp.dylib deleted file mode 100644 index 6e49268a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/lib/libarmfp.dylib and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/lib/sa/sadc b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/lib/sa/sadc deleted file mode 100644 index 4abdc625..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/lib/sa/sadc and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ac b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ac deleted file mode 100644 index c8eb3ca7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ac and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/arp b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/arp deleted file mode 100644 index ee663b10..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/arp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/chown b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/chown deleted file mode 100644 index f9779620..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/chown and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/chroot b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/chroot deleted file mode 100644 index de4a97fa..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/chroot and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/cron b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/cron deleted file mode 100644 index 32bf1963..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/cron and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/fdisk b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/fdisk deleted file mode 100644 index 4855d283..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/fdisk and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ifconfig b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ifconfig deleted file mode 100644 index a53c1469..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ifconfig and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ioreg b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ioreg deleted file mode 100644 index 1b09fd80..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ioreg and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/iostat b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/iostat deleted file mode 100644 index 753cac4d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/iostat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/kextstat b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/kextstat deleted file mode 100644 index 69ec2350..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/kextstat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/kextunload b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/kextunload deleted file mode 100644 index 113d4509..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/kextunload and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/makedbm b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/makedbm deleted file mode 100644 index 611261dd..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/makedbm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/md5 b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/md5 deleted file mode 100644 index 47a5135a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/md5 and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mkfile b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mkfile deleted file mode 100644 index 32d8c3d9..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mkfile and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mknod b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mknod deleted file mode 100644 index a7df971c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mknod and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mtree b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mtree deleted file mode 100644 index cf54c836..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/mtree and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/netstat b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/netstat deleted file mode 100644 index 10799969..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/netstat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/nvram b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/nvram deleted file mode 100644 index 43f6c5e8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/nvram and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ping b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ping deleted file mode 100644 index cc90d5bd..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/ping and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/pt_chown b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/pt_chown deleted file mode 100644 index 228dcd3f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/pt_chown and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/reboot b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/reboot deleted file mode 100644 index 7edbc900..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/reboot and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/rmt b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/rmt deleted file mode 100644 index f251122c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/rmt and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/route b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/route deleted file mode 100644 index 58741e06..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/route and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/sysctl b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/sysctl deleted file mode 100644 index cd642110..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/sysctl and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/tcpdump b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/tcpdump deleted file mode 100644 index 0ec96018..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/tcpdump and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/traceroute b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/traceroute deleted file mode 100644 index 9ceb951e..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/traceroute and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/vipw b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/vipw deleted file mode 100644 index 37d0e62a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/vipw and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/vmstat b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/vmstat deleted file mode 100644 index 6cdd33d6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/vmstat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/zdump b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/zdump deleted file mode 100644 index f8d54d8a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/zdump and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/zic b/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/zic deleted file mode 100644 index 2430a3ea..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem.bundle/files/usr/sbin/zic and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem.bundle/files/var/cron/tabs/root b/ipsw-patch/bundles/BSDSubsystem.bundle/files/var/cron/tabs/root deleted file mode 100644 index e69de29b..00000000 diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/Info.plist b/ipsw-patch/bundles/BSDSubsystem_2.bundle/Info.plist deleted file mode 100644 index 2d634df3..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - - Name - BSD Subsystem - Identifier - org.iphone-dev.bsd.subsystem - Description - Set of Unix tools and frameworks. - SupportedFirmware - - iPhone1,1_2.0_5A240d - iPhone1,1_1.2.0_5A225c - iPhone1,1_1.2.0_5A147p - iPod1,1_2.0_5A240d - iPod1,1_2.0_5A225c - - Commands - - - Size - 15792527 - - diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/[ b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/[ deleted file mode 100644 index d01539c7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/[ and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/bash b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/bash deleted file mode 100644 index be1f6e82..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/bash and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/cat b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/cat deleted file mode 100644 index 3c8bd115..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/cat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/chmod b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/chmod deleted file mode 100644 index e6372167..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/chmod and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/cp b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/cp deleted file mode 100644 index 76d620e2..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/cp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/csh b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/csh deleted file mode 100644 index 071f7746..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/csh and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/date b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/date deleted file mode 100644 index 608724be..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/date and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/dd b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/dd deleted file mode 100644 index 530565ba..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/dd and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/df b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/df deleted file mode 100644 index 4c5fad98..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/df and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/domainname b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/domainname deleted file mode 100644 index b124483d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/domainname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/echo b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/echo deleted file mode 100644 index 338888d4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/echo and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ed b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ed deleted file mode 100644 index 2aa62b25..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ed and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/expr b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/expr deleted file mode 100644 index 574b20f3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/expr and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/getty b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/getty deleted file mode 100644 index 5ee44d65..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/getty and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/hostname b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/hostname deleted file mode 100644 index 5e3f0006..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/hostname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/kill b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/kill deleted file mode 100644 index 53194476..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/kill and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/link b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/link deleted file mode 100644 index 425e86e9..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/link and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ln b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ln deleted file mode 100644 index bce2a299..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ln and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ls b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ls deleted file mode 100644 index c47295eb..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ls and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/mkdir b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/mkdir deleted file mode 100644 index d4d4839d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/mkdir and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/mv b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/mv deleted file mode 100644 index f92c914c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/mv and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/pax b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/pax deleted file mode 100644 index e03085f7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/pax and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/printf b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/printf deleted file mode 100644 index 1d432c6c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/printf and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ps b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ps deleted file mode 100644 index 49fecda2..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/ps and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/pwd b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/pwd deleted file mode 100644 index a435da15..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/pwd and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/rm b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/rm deleted file mode 100644 index ac4c34e4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/rm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/rmdir b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/rmdir deleted file mode 100644 index 4d81c6de..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/rmdir and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sh b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sh deleted file mode 100644 index f588fa0f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sh and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sleep b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sleep deleted file mode 100644 index b9c8050e..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sleep and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/stty b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/stty deleted file mode 100644 index 2aa372d4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/stty and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sync b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sync deleted file mode 100644 index 488bb1bd..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/sync and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/tcsh b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/tcsh deleted file mode 100644 index 503db1ad..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/tcsh and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/test b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/test deleted file mode 100644 index 908f2302..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/test and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/true b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/true deleted file mode 100644 index afa61db4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/true and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/unlink b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/unlink deleted file mode 100644 index d28de9e3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/unlink and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/zsh b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/zsh deleted file mode 100644 index 0447bea3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/bin/zsh and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/etc/termcap b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/etc/termcap deleted file mode 100644 index 1bcd0391..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/etc/termcap +++ /dev/null @@ -1,208 +0,0 @@ -# $NetBSD: termcap.mini,v 1.2 2002/10/08 20:26:38 martin Exp $ -# -# Copyright (c) 1980, 1985, 1989 The Regents of the University of California. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of -# California, Berkeley and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. -# -# @(#)termcap.src 5.109 (Berkeley) 3/8/93 -# -pc3|ibmpc3|IBM PC 386BSD Console:\ - :DO=\E[%dB:K1=\E[H:K2=\E[E:K3=\E[I:K4=\E[F:K5=\E[G:LE=\E[%dD:\ - :RI=\E[%dC:UP=\E[%dA:am:bl=^G:bs:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ - :cm=\E[%i%d;%dH:co#80:cr=^M:do=^J:ho=\E[H:is=\E[m:k0=\E[V:k1=\E[M:\ - :k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\ - :kD=\177:kH=\E[F:kN=\E[G:kP=\E[I:kb=\177:kd=\E[B:kh=\E[H:kl=\E[D:\ - :kr=\E[C:ku=\E[A:le=^H:li#25:ms:nd=\E[C:rs=\E[m\E[x\E[14r:se=\E[m:\ - :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:te=\E[m:ti=\E[m:up=\E[A:km:pt:\ - :AL=\E[%dL:DL=\E[%dM:SF=\E[%dS:SR=\E[%dT:al=\E[L:dl=\E[M: - -vt100|vt100-am|dec vt100 (w/advanced video):\ - :am:bs:ms:xn:xo:\ - :co#80:it#8:li#24:vt#3:\ - :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\ - :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\ - :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ - :ae=\E(B:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ - :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\ - :eA=\E(B:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\ - :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\ - :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\ - :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\ - :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\ - :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\ - :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\ - :up=\E[A:us=\E[4m: - -adm+sgr|adm style highlight capabilities:\ - :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8: - -dumb|80-column dumb tty:\ - :am:\ - :co#80:\ - :bl=^G:cr=^M:do=^J:sf=^J: - -unknown|unknown terminal type:\ - :gn:tc=dumb: - -glasstty|classic glass tty interpreting ASCII control characters:\ - :am:\ - :co#80:\ - :bl=^G:cl=^L:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:le=^H:nw=^M^J:\ - :ta=^I: - -vt52|dec vt52:\ - :bs:\ - :co#80:it#8:li#24:\ - :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ - :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\ - :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\ - :le=\ED:nd=\EC:nw=^M^J:sf=^J:sr=\EI:ta=^I:up=\EA: - -wy50|wyse50|Wyse 50:\ - :5i:am:bs:bw:hs:mi:ms:xo:\ - :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\ - :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\ - :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\ - :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\ - :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\ - :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\ - :ho=^^:i1=\E`\072\E`9:im=\Eq:ip=:is=\016\024\E'\E(:\ - :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ - :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\ - :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\ - :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\ - :mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:\ - :po=^X:ps=\EP:px=\Ez%+?%s\177:\ - :..sa=%?%p1%p3%|%t\E`6\E)\n%e%p5%p8%|%t\E`7\E)%e\E(%;\n%?%p9%t\EH\002%e\EH\003%;:\ - :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:up=^K:\ - :vb=\E`8\E`9:ve=\E`1:vi=\E`0: - -wy60|wyse60|Wyse 60:\ - :am:bs:bw:hs:km:mi:ms:\ - :co#80:li#24:ws#45:\ - :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\ - :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\ - :ei=\Er:fs=^M:ho=\E{:i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\ - :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\ - :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ - :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\ - :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\ - :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\ - :so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:up=^K:\ - :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\ - :tc=adm+sgr: - -wy160|wyse160|Wyse 160:\ - :am:bw:hs:km:mi:ms:\ - :co#80:li#24:ws#38:\ - :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\ - :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\ - :ei=\Er:fs=^M:ho=\E{:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\ - :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\ - :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ - :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\ - :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\ - :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\ - :so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:up=^K:\ - :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\ - :tc=adm+sgr: - -oldsun|Sun Microsystems Workstation console:\ - :am:bs:km:mi:ms:\ - :co#80:it#8:li#34:\ - :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:bl=^G:\ - :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\ - :dl=\E[M:do=\E[B:ei=:i1=\E[1r:ic=\E[@:im=:k1=\EOP:k2=\EOQ:\ - :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\ - :le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A: - -sun-il|Sun Microsystems console with working insert-line:\ - :am:km:ms:\ - :co#80:li#34:\ - :%7=\E[194z:&5=\E[193z:&8=\E[195z:@7=\E[220z:AL=\E[%dL:\ - :DC=\E[%dP:DL=\E[%dM:F1=\E[234z:F2=\E[235z:IC=\E[%d@:\ - :K2=\E[218z:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\ - :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ic=\E[@:im=:\ - :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\ - :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\ - :kD=\177:kN=\E[222z:kP=\E[216z:kb=^H:kd=\E[B:kh=\E[214z:\ - :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:\ - :nd=\E[C:r2=\E[s:\ - :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\ - :se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m: - -sun|sun1|sun2|Sun Microsystems Inc. workstation console:\ - :tc=sun-il: - -sun-ss5|Sun SparcStation 5 console:\ - :AL@:al@:tc=sun-il: - -sun-type4|Sun Workstation console with type 4 keyboard:\ - :kd=\E[221z:kl=\E[217z:kr=\E[219z:ku=\E[215z:tc=sun-il: - -xterm-r6|xterm-old|xterm X11R6 version:\ - :am:bs:km:mi:ms:xn:\ - :co#80:it#8:li#24:\ - :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\ - :DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\ - :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\ - :FA=\E[34~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ - :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ - :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\ - :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\ - :dl=\E[M:do=^J:eA=\E(B:ei=\E[4l:ho=\E[H:im=\E[4h:\ - :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:\ - :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\ - :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\ - :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\ - :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:ml=\El:\ - :mr=\E[7m:mu=\Em:nd=\E[C:\ - :r2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:rc=\E8:\ - :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\ - :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:\ - :us=\E[4m: - -xterm|vs100|xterms|xterm terminal emulator (X Window System):\ - :tc=xterm-r6: - -xterm-color|xterm terminal emulator (X Window System):\ - :tc=vt100 - -tvi925|televideo 925:\ - :am:bs:bw:hs:ul:\ - :co#80:li#24:sg#1:\ - :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\ - :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:\ - :im=:is=\El\E":k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\ - :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\ - :kA=\EE:kC=^Z:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\ - :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:sf=^J:sr=\Ej:st=\E1:\ - :ta=^I:ts=\Eh\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:vs=\E.2:\ - :tc=adm+sgr: diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/ifconfig b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/ifconfig deleted file mode 100644 index 07b84d2b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/ifconfig and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/kextunload b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/kextunload deleted file mode 100644 index fab6cfc2..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/kextunload and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/md5 b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/md5 deleted file mode 100644 index 0333150c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/md5 and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/mknod b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/mknod deleted file mode 100644 index 863ebc29..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/mknod and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/ping b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/ping deleted file mode 100644 index d5fdee0a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/ping and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/reboot b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/reboot deleted file mode 100644 index 1de5583d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/reboot and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/route b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/route deleted file mode 100644 index 2bc5d398..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/sbin/route and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/alias b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/alias deleted file mode 100644 index 35e92007..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/alias and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/apply b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/apply deleted file mode 100644 index c8940beb..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/apply and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/awk b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/awk deleted file mode 100644 index 48a16bc4..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/awk and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/banner b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/banner deleted file mode 100644 index f6a11e40..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/banner and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/basename b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/basename deleted file mode 100644 index 093a25c2..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/basename and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/bzip2 b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/bzip2 deleted file mode 100644 index 11790ac3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/bzip2 and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cap_mkdb b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cap_mkdb deleted file mode 100644 index 7be17f13..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cap_mkdb and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/chflags b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/chflags deleted file mode 100644 index 543255c6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/chflags and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/chgrp b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/chgrp deleted file mode 100644 index 392a3454..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/chgrp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cksum b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cksum deleted file mode 100644 index 5f59bca2..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cksum and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/col b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/col deleted file mode 100644 index 2313f793..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/col and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/colrm b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/colrm deleted file mode 100644 index db4e114a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/colrm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/column b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/column deleted file mode 100644 index c2963d13..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/column and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/comm b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/comm deleted file mode 100644 index 88085f1b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/comm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/compress b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/compress deleted file mode 100644 index 6778e953..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/compress and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/crontab b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/crontab deleted file mode 100644 index 1a18974a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/crontab and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/csplit b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/csplit deleted file mode 100644 index 4114030b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/csplit and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/curl b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/curl deleted file mode 100644 index b7bac80d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/curl and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cut b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cut deleted file mode 100644 index dc80548b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/cut and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/dirname b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/dirname deleted file mode 100644 index 350fefb5..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/dirname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ditto b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ditto deleted file mode 100644 index 3ae9f44f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ditto and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/du b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/du deleted file mode 100644 index c8d6aa1b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/du and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/env b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/env deleted file mode 100644 index 3724cdf3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/env and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/expand b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/expand deleted file mode 100644 index 1b5eee10..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/expand and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/false b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/false deleted file mode 100755 index 2526efb6..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/false +++ /dev/null @@ -1,2 +0,0 @@ -#! /bin/sh -exit 1 diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/find b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/find deleted file mode 100644 index 48c73e1f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/find and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/finger b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/finger deleted file mode 100644 index cda84ae8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/finger and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/fmt b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/fmt deleted file mode 100644 index 397dd81b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/fmt and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/fold b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/fold deleted file mode 100644 index 56d4687b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/fold and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/funzip b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/funzip deleted file mode 100644 index 9943684d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/funzip and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/getopt b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/getopt deleted file mode 100644 index 037ef3d2..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/getopt and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/grep b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/grep deleted file mode 100644 index 44d30e47..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/grep and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/groups b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/groups deleted file mode 100755 index 19068698..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/groups +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/sh -# groups -- print the groups a user is in -# Copyright (C) 1991, 1997, 2000, 2002, 2004-2007 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -# Written by David MacKenzie . - -# Make sure we get GNU id, if possible; also allow -# it to be somewhere else in PATH if not installed yet. -PATH=/usr/local/bin:$PATH - -usage="Usage: $0 [OPTION]... [USERNAME]... - - --help display this help and exit - --version output version information and exit - -Same as id -Gn. If no USERNAME, use current process. - -Report bugs to ." - -version='groups (GNU coreutils) 6.9 -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by David MacKenzie.' - - -for arg -do - case $arg in - --help | --hel | --he | --h) - exec echo "$usage" ;; - --version | --versio | --versi | --vers | --ver | --ve | --v) - exec echo "$version" ;; - --) - shift - break ;; - -*) - echo "$0: invalid option: $arg" >&2 - exit 1 ;; - esac -done - -# With fewer than two arguments, simply exec "id". -case $# in - 0|1) exec id -Gn -- "$@" ;; -esac - -# With more, we need a loop, and be sure to exit nonzero upon failure. -status=0 -write_error=0 - -for name -do - if groups=`id -Gn -- "$name"`; then - echo "$name : $groups" || { - status=$? - if test $write_error = 0; then - echo "$0: write error" >&2 - write_error=1 - fi - } - else - status=$? - fi -done - -exit $status diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gunzip b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gunzip deleted file mode 100644 index 9e7481b3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gunzip and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gzexe b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gzexe deleted file mode 100755 index ab9ef9bc..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gzexe +++ /dev/null @@ -1,229 +0,0 @@ -#!/bin/sh -# gzexe: compressor for Unix executables. -# Use this only for binaries that you do not use frequently. -# -# The compressed version is a shell script which decompresses itself after -# skipping $skip lines of shell commands. We try invoking the compressed -# executable with the original name (for programs looking at their name). -# We also try to retain the original file permissions on the compressed file. -# For safety reasons, gzexe will not create setuid or setgid shell scripts. - -# WARNING: the first line of this file must be either : or #!/bin/sh -# The : is required for some old versions of csh. -# On Ultrix, /bin/sh is too buggy, change the first line to: #!/bin/sh5 - - -# Copyright (C) 1998, 2002, 2004, 2006 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -tab=' ' -nl=' -' -IFS=" $tab$nl" - -version='gzexe (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly.' - -usage='Usage: gzexe [OPTION] FILE... -Rename each FILE with a compressed version of itself, renaming FILE to FILE~. - - -d Decompress each FILE instead of compressing it. - --help display this help and exit - --version output version information and exit - -Report bugs to .' - - -PATH="/usr/bin:$PATH" - -decomp=0 -res=0 -while :; do - case $1 in - -d) decomp=1; shift;; - --h*) exec echo "$usage";; - --v*) exec echo "$version";; - --) shift; break;; - *) break;; - esac -done - -if test $# -eq 0; then - echo >&2 "$0: missing operand -Try \`$0 --help' for more information." - exit 1 -fi - -tmp= -trap 'res=$? - test -n "$tmp" && rm -f "$tmp" - (exit $res); exit $res -' 0 1 2 3 5 10 13 15 - -mktemp_status= - -for i do - case $i in - -*) file=./$i;; - *) file=$i;; - esac - if test ! -f "$file" || test ! -r "$file"; then - res=$? - echo >&2 "$0: $i is not a readable regular file" - continue - fi - if test $decomp -eq 0; then - if sed -e 1d -e 2q "$file" | grep "^skip=[0-9][0-9]*$" >/dev/null; then - echo >&2 "$0: $i is already gzexe'd" - continue - fi - fi - if test -u "$file"; then - echo >&2 "$0: $i has setuid permission, unchanged" - continue - fi - if test -g "$file"; then - echo >&2 "$0: $i has setgid permission, unchanged" - continue - fi - case /$file in - */basename | */cat | */chmod | */cp | \ - */dirname | */echo | */expr | */gzip | \ - */ln | */mkdir | */mktemp | */mv | */rm | */rmdir | \ - */sed | */sh | */sleep | */test | */tail) - echo >&2 "$0: $i would depend on itself"; continue;; - esac - - dir=`dirname "$file"` || dir=$TMPDIR - test -d "$dir" && test -w "$dir" && test -x "$dir" || dir=/tmp - test -n "$tmp" && rm -f "$tmp" - if test -z "$mktemp_status"; then - type mktemp >/dev/null 2>&1 - mktemp_status=$? - fi - if test $mktemp_status -eq 0; then - tmp=`TMPDIR=$dir mktemp -t gzexeXXXXXX` - else - tmp=$dir/gzexe$$ - fi && { cp -p "$file" "$tmp" 2>/dev/null || cp "$file" "$tmp"; } || { - res=$? - echo >&2 "$0: cannot copy $file" - continue - } - if test -w "$tmp"; then - writable=1 - else - writable=0 - chmod u+w "$tmp" || { - res=$? - echo >&2 "$0: cannot chmod $tmp" - continue - } - fi - if test $decomp -eq 0; then - (cat <<'EOF' && -#!/bin/sh -skip=44 - -tab=' ' -nl=' -' -IFS=" $tab$nl" - -umask=`umask` -umask 77 - -gztmpdir= -trap 'res=$? - test -n "$gztmpdir" && rm -fr "$gztmpdir" - (exit $res); exit $res -' 0 1 2 3 5 10 13 15 - -if type mktemp >/dev/null 2>&1; then - gztmpdir=`mktemp -dt` -else - gztmpdir=/tmp/gztmp$$; mkdir $gztmpdir -fi || { (exit 127); exit 127; } - -gztmp=$gztmpdir/$0 -case $0 in --* | */*' -') mkdir -p "$gztmp" && rmdir "$gztmp";; -*/*) gztmp=$gztmpdir/`basename "$0"`;; -esac || { (exit 127); exit 127; } - -case `echo X | tail -n +1 2>/dev/null` in -X) tail_n=-n;; -*) tail_n=;; -esac -if tail $tail_n +$skip <"$0" | gzip -cd > "$gztmp"; then - umask $umask - chmod 700 "$gztmp" - (sleep 5; rm -fr "$gztmpdir") 2>/dev/null & - "$gztmp" ${1+"$@"}; res=$? -else - echo >&2 "Cannot decompress $0" - (exit 127); res=127 -fi; exit $res -EOF - gzip -cv9 "$file") > "$tmp" || { - res=$? - echo >&2 "$0: compression not possible for $i, file unchanged." - continue - } - - else - # decompression - skip=44 - skip_line=`sed -e 1d -e 2q "$file"` - case $skip_line in - skip=[0-9] | skip=[0-9][0-9] | skip=[0-9][0-9][0-9]) - eval "$skip_line";; - esac - case `echo X | tail -n +1 2>/dev/null` in - X) tail_n=-n;; - *) tail_n=;; - esac - tail $tail_n +$skip "$file" | gzip -cd > "$tmp" || { - res=$? - echo >&2 "$0: $i probably not in gzexe format, file unchanged." - continue - } - fi - test $writable -eq 1 || chmod u-w "$tmp" || { - res=$? - echo >&2 "$0: $tmp: cannot chmod" - continue - } - ln -f "$file" "$file~" || { - res=$? - echo >&2 "$0: cannot backup $i as $i~" - continue - } - mv -f "$tmp" "$file" || { - res=$? - echo >&2 "$0: cannot rename $tmp to $i" - continue - } - tmp= -done -(exit $res); exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gzip b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gzip deleted file mode 100644 index 9e7481b3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/gzip and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/head b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/head deleted file mode 100644 index 02c28493..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/head and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/hexdump b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/hexdump deleted file mode 100644 index 537dcf7b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/hexdump and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/hostinfo b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/hostinfo deleted file mode 100644 index 209367dc..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/hostinfo and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/id b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/id deleted file mode 100644 index a1854e73..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/id and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/install b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/install deleted file mode 100644 index bbedfc56..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/install and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ipcrm b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ipcrm deleted file mode 100644 index b6d6a478..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ipcrm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/join b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/join deleted file mode 100644 index 6e788cb1..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/join and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/jot b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/jot deleted file mode 100644 index 6c8609b6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/jot and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/killall b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/killall deleted file mode 100644 index 3ddf2ad2..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/killall and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lam b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lam deleted file mode 100644 index c058af72..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lam and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/last b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/last deleted file mode 100644 index 3bcfdb13..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/last and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lastcomm b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lastcomm deleted file mode 100644 index 155e3913..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lastcomm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/less b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/less deleted file mode 100644 index 9b3001ca..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/less and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/libgzip.a b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/libgzip.a deleted file mode 100644 index bf20ec0a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/libgzip.a and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/locate b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/locate deleted file mode 100644 index a5cbf86c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/locate and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/login b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/login deleted file mode 100644 index 80f85aaa..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/login and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/logname b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/logname deleted file mode 100644 index 79112c31..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/logname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/look b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/look deleted file mode 100644 index f7c30890..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/look and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lsvfs b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lsvfs deleted file mode 100644 index 72dbc101..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/lsvfs and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/makekey b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/makekey deleted file mode 100644 index b7b565e7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/makekey and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/md b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/md deleted file mode 100644 index ec45f82f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/md and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mesg b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mesg deleted file mode 100644 index 13167e40..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mesg and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/minicom b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/minicom deleted file mode 100644 index 0ba386bb..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/minicom and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mkfifo b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mkfifo deleted file mode 100644 index b84dd790..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mkfifo and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mktemp b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mktemp deleted file mode 100644 index 17c2e95e..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/mktemp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/more b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/more deleted file mode 100644 index 9b3001ca..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/more and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nano b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nano deleted file mode 100644 index 1feade8f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nano and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nc b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nc deleted file mode 100644 index 5b3aeeb3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nc and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nice b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nice deleted file mode 100644 index 5b950f58..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nice and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nl b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nl deleted file mode 100644 index 48b57b52..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nl and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nohup b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nohup deleted file mode 100644 index 9bf6bdb6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/nohup and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/od b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/od deleted file mode 100644 index 409f4a88..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/od and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/passwd b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/passwd deleted file mode 100644 index aa2ca4c8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/passwd and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/paste b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/paste deleted file mode 100644 index 151d4380..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/paste and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pathchk b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pathchk deleted file mode 100644 index 83fa3fa6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pathchk and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pico b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pico deleted file mode 100644 index 1feade8f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pico and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pr b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pr deleted file mode 100644 index f4862734..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/pr and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/printenv b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/printenv deleted file mode 100644 index c3828d98..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/printenv and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/printf b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/printf deleted file mode 100644 index 72375e88..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/printf and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/readlink b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/readlink deleted file mode 100644 index a67b89e3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/readlink and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/renice b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/renice deleted file mode 100644 index 08839721..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/renice and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rev b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rev deleted file mode 100644 index cd940f0b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rev and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rs b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rs deleted file mode 100644 index 867af5f0..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rs and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rsync b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rsync deleted file mode 100644 index 0fcb1f37..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/rsync and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sar b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sar deleted file mode 100644 index 6b0aecee..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sar and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/screen b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/screen deleted file mode 100644 index 5fa45e85..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/screen and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/script b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/script deleted file mode 100644 index cde02756..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/script and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sed b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sed deleted file mode 100644 index 05fda5e6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sed and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/shlock b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/shlock deleted file mode 100644 index 3789a5ee..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/shlock and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/snap b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/snap deleted file mode 100644 index c3b30c5a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/snap and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sort b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sort deleted file mode 100644 index f30abeb5..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sort and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/split b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/split deleted file mode 100644 index e230e118..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/split and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/srelay b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/srelay deleted file mode 100644 index f9c7385a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/srelay and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/stat b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/stat deleted file mode 100644 index ae073fbe..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/stat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/su b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/su deleted file mode 100644 index c915ffcc..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/su and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sum b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sum deleted file mode 100644 index a071e0c7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/sum and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tabs b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tabs deleted file mode 100644 index 70f76ae0..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tabs and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tail b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tail deleted file mode 100644 index 9d87d3ef..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tail and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tar b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tar deleted file mode 100644 index d4491bf5..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tar and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tcopy b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tcopy deleted file mode 100644 index cc8bf9f8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tcopy and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tee b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tee deleted file mode 100644 index 176f9f58..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tee and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/telnet b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/telnet deleted file mode 100644 index edc9bc90..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/telnet and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tftp b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tftp deleted file mode 100644 index ff061e92..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tftp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/time b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/time deleted file mode 100644 index fd82a208..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/time and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/top b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/top deleted file mode 100644 index 97f771a7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/top and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/touch b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/touch deleted file mode 100644 index 94f32b09..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/touch and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tr b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tr deleted file mode 100644 index cdb68b2a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tr and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/true b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/true deleted file mode 100755 index 20f87efe..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/true +++ /dev/null @@ -1,2 +0,0 @@ -#! /bin/sh -exit 0 diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tsort b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tsort deleted file mode 100644 index 48af6f20..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tsort and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tty b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tty deleted file mode 100644 index 7c5459eb..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/tty and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ul b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ul deleted file mode 100644 index c108114c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/ul and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uname b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uname deleted file mode 100644 index e8dfedac..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uname and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unexpand b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unexpand deleted file mode 100644 index 7e053101..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unexpand and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uniq b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uniq deleted file mode 100644 index 096a575c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uniq and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unvis b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unvis deleted file mode 100644 index c80d2b9f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unvis and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unzip b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unzip deleted file mode 100644 index 99baf5ce..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unzip and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unzipsfx b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unzipsfx deleted file mode 100644 index 8bc16dc8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/unzipsfx and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uptime b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uptime deleted file mode 100644 index 90c94f10..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/uptime and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/users b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/users deleted file mode 100644 index f915553c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/users and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vi b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vi deleted file mode 100644 index 26ba24ff..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vi and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vim b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vim deleted file mode 100644 index 26ba24ff..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vim and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vis b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vis deleted file mode 100644 index fcdbc720..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/vis and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/wall b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/wall deleted file mode 100644 index 9daf19cd..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/wall and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/wc b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/wc deleted file mode 100644 index 78035549..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/wc and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whereis b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whereis deleted file mode 100644 index b8cc9487..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whereis and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/which b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/which deleted file mode 100644 index 4aca7465..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/which and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/who b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/who deleted file mode 100644 index 865d82b0..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/who and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whoami b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whoami deleted file mode 100644 index 23ebe75b..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whoami and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whois b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whois deleted file mode 100644 index 4a437f4e..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/whois and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/xargs b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/xargs deleted file mode 100644 index 90467a50..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/xargs and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/yes b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/yes deleted file mode 100644 index d5ab0ebf..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/yes and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zcat b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zcat deleted file mode 100644 index 9e7481b3..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zcat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zcmp b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zcmp deleted file mode 100755 index a2774a2c..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zcmp +++ /dev/null @@ -1,81 +0,0 @@ -#!/bin/sh -# sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh - -# Zcmp and zdiff are used to invoke the cmp or the diff pro- -# gram on compressed files. All options specified are passed -# directly to cmp or diff. If only 1 file is specified, then -# the files compared are file1 and an uncompressed file1.gz. -# If two files are specified, then they are uncompressed (if -# necessary) and fed to cmp or diff. The exit status from cmp -# or diff is preserved. - -PATH="/usr/bin:$PATH"; export PATH -case "$0" in - *cmp) prog=cmp ; comp=${CMP-cmp} ;; - *) prog=diff; comp=${DIFF-diff} ;; -esac - -version="z$prog (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$prog [OPTION]... FILE1 [FILE2] -Compare FILE1 to FILE2, using their uncompressed contents if they are -compressed. If FILE2 is omitted, compare FILE1 to the uncompressed -contents of FILE1.gz. Do comparisons like '$prog' does. - -OPTIONs are the same as for '$prog'. - -Report bugs to ." - -OPTIONS= -FILES= -while :; do - case $1 in - --h*) echo "$usage" || exit 2; exit;; - --v*) echo "$version" || exit 2; exit;; - --) shift; break;; - -*) OPTIONS="$OPTIONS $ARG"; shift;; - esac -done -for file; do - test -f "$file" || { - echo "$prog: $file not found or not a regular file" - exit 2 - } -done -if test $# -eq 1; then - FILE=`echo "$1" | sed 's/[-.][zZtga]*$//'` - gzip -cd -- "$1" | $comp $OPTIONS - "$FILE" - -elif test $# -eq 2; then - case "$1" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - case "$2" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - F=`echo "$2" | sed 's|.*/||;s|[-.][zZtga]*||'` - set -C - trap 'rm -f /tmp/"$F".$$; exit 2' HUP INT PIPE TERM 0 - gzip -cdfq -- "$2" > /tmp/"$F".$$ || exit - gzip -cdfq -- "$1" | $comp $OPTIONS - /tmp/"$F".$$ - STAT="$?" - /bin/rm -f /tmp/"$F".$$ || STAT=2 - trap - HUP INT PIPE TERM 0 - exit $STAT;; - - *) gzip -cdfq -- "$1" | $comp $OPTIONS - "$2";; - esac;; - *) case "$2" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - gzip -cdfq -- "$2" | $comp $OPTIONS "$1" -;; - *) $comp $OPTIONS "$1" "$2";; - esac;; - esac -else - echo "$usage" - exit 2 -fi diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zdiff b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zdiff deleted file mode 100755 index a2774a2c..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zdiff +++ /dev/null @@ -1,81 +0,0 @@ -#!/bin/sh -# sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh - -# Zcmp and zdiff are used to invoke the cmp or the diff pro- -# gram on compressed files. All options specified are passed -# directly to cmp or diff. If only 1 file is specified, then -# the files compared are file1 and an uncompressed file1.gz. -# If two files are specified, then they are uncompressed (if -# necessary) and fed to cmp or diff. The exit status from cmp -# or diff is preserved. - -PATH="/usr/bin:$PATH"; export PATH -case "$0" in - *cmp) prog=cmp ; comp=${CMP-cmp} ;; - *) prog=diff; comp=${DIFF-diff} ;; -esac - -version="z$prog (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$prog [OPTION]... FILE1 [FILE2] -Compare FILE1 to FILE2, using their uncompressed contents if they are -compressed. If FILE2 is omitted, compare FILE1 to the uncompressed -contents of FILE1.gz. Do comparisons like '$prog' does. - -OPTIONs are the same as for '$prog'. - -Report bugs to ." - -OPTIONS= -FILES= -while :; do - case $1 in - --h*) echo "$usage" || exit 2; exit;; - --v*) echo "$version" || exit 2; exit;; - --) shift; break;; - -*) OPTIONS="$OPTIONS $ARG"; shift;; - esac -done -for file; do - test -f "$file" || { - echo "$prog: $file not found or not a regular file" - exit 2 - } -done -if test $# -eq 1; then - FILE=`echo "$1" | sed 's/[-.][zZtga]*$//'` - gzip -cd -- "$1" | $comp $OPTIONS - "$FILE" - -elif test $# -eq 2; then - case "$1" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - case "$2" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - F=`echo "$2" | sed 's|.*/||;s|[-.][zZtga]*||'` - set -C - trap 'rm -f /tmp/"$F".$$; exit 2' HUP INT PIPE TERM 0 - gzip -cdfq -- "$2" > /tmp/"$F".$$ || exit - gzip -cdfq -- "$1" | $comp $OPTIONS - /tmp/"$F".$$ - STAT="$?" - /bin/rm -f /tmp/"$F".$$ || STAT=2 - trap - HUP INT PIPE TERM 0 - exit $STAT;; - - *) gzip -cdfq -- "$1" | $comp $OPTIONS - "$2";; - esac;; - *) case "$2" in - *[-.]gz* | *[-.][zZ] | *.t[ga]z) - gzip -cdfq -- "$2" | $comp $OPTIONS "$1" -;; - *) $comp $OPTIONS "$1" "$2";; - esac;; - esac -else - echo "$usage" - exit 2 -fi diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zegrep b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zegrep deleted file mode 100755 index d9e70c90..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zegrep +++ /dev/null @@ -1,153 +0,0 @@ -#!/bin/sh - -# zgrep -- a wrapper around a grep program that decompresses files as needed -# Adapted from a version sent by Charles Levert - -# Copyright (C) 1998, 2001, 2002, 2006 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -case "$0" in - *egrep) grep=${EGREP-egrep} ;; - *fgrep) grep=${FGREP-fgrep} ;; - *) grep=${GREP-grep} ;; -esac - -version="z$grep (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$grep [OPTION]... [-e] PATTERN [FILE]... -Look for instances of PATTERN in the input FILEs, using their -uncompressed contents if they are compressed. - -OPTIONs are the same as for '$grep'. - -Report bugs to ." - -pat="" -after_dash_dash="" -files_with_matches=0 -files_without_matches=0 -no_filename=0 -with_filename=0 - -while test $# -ne 0; do - case "$after_dash_dash$1" in - --d* | --rec*) echo >&2 "$0: $1: option not supported"; exit 2;; - --h*) echo "$usage" || exit 2; exit;; - --files-with-*) files_with_matches=1;; - --files-witho*) files_without_matches=1;; - --no-f*) no_filename=1;; - --v*) echo "$version" || exit 2; exit;; - --wi*) with_filename=1;; - --*) ;; - -*) - case "$1" in - -*[dr]*) echo >&2 "$0: $1: option not supported"; exit 2;; - esac - case "$1" in - -*H*) with_filename=1;; - esac - case "$1" in - -*h*) no_filename=1;; - esac - case "$1" in - -*L*) files_without_matches=1;; - esac - case "$1" in - -*l*) files_with_matches=1;; - esac;; - esac - case "$after_dash_dash$1" in - -[ef]) opt="$opt $1"; shift; pat="$1" - if test "$grep" = grep; then # grep is buggy with -e on SVR4 - grep=egrep - fi;; - -[ABCdm])opt="$opt $1 $2"; shift;; - --) opt="$opt $1"; after_dash_dash=1;; - -*) opt="$opt $1";; - *) if test -z "$pat"; then - pat="$1" - else - break; - fi;; - esac - shift -done - -if test -z "$pat"; then - echo "$usage" - exit 2 -fi - -if test $# -eq 0; then - gzip -cdfq | $grep $opt "$pat" - exit $? -fi - -res=0 -for i do - gzip -cdfq -- "$i" | - if test $files_with_matches -eq 1; then - $grep $opt "$pat" > /dev/null && printf '%s\n' "$i" - elif test $files_without_matches -eq 1; then - $grep $opt "$pat" > /dev/null || printf '%s\n' "$i" - elif test $with_filename -eq 0 && { test $# -eq 1 || test $no_filename -eq 1; }; then - $grep $opt "$pat" - else - escaped= - while :; do - case $i in - *' -'*) - char=' -' repl='\\n';; - *'&'*) char='&' repl='\&';; - *'\'*) char='\\' repl='\\';; - *'|'*) char='|' repl='\|';; - *) break;; - esac - up_to_first_char="\\([^$char]*\\)" - after_first_char="[^$char]*$char\\(.*\\)" - escaped=$escaped`expr "X$i" : "X$up_to_first_char"`$repl - i=`expr "X$i" : "$after_first_char"` - done - if test $with_filename -eq 1; then - sed_script="s|[^:]*|$escaped$i|" - else - sed_script="s|^|$escaped$i:|" - fi - - # Fail if either grep or sed fails. - # Bash has ${PIPESTATUS[0]}, but that's not portable. - exec 3>&1 - r=` - exec 4>&1 - ($grep $opt "$pat" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- - ` && - exit $r - fi - r=$? - test $res -lt $r && res=$r -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zfgrep b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zfgrep deleted file mode 100755 index d9e70c90..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zfgrep +++ /dev/null @@ -1,153 +0,0 @@ -#!/bin/sh - -# zgrep -- a wrapper around a grep program that decompresses files as needed -# Adapted from a version sent by Charles Levert - -# Copyright (C) 1998, 2001, 2002, 2006 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -case "$0" in - *egrep) grep=${EGREP-egrep} ;; - *fgrep) grep=${FGREP-fgrep} ;; - *) grep=${GREP-grep} ;; -esac - -version="z$grep (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$grep [OPTION]... [-e] PATTERN [FILE]... -Look for instances of PATTERN in the input FILEs, using their -uncompressed contents if they are compressed. - -OPTIONs are the same as for '$grep'. - -Report bugs to ." - -pat="" -after_dash_dash="" -files_with_matches=0 -files_without_matches=0 -no_filename=0 -with_filename=0 - -while test $# -ne 0; do - case "$after_dash_dash$1" in - --d* | --rec*) echo >&2 "$0: $1: option not supported"; exit 2;; - --h*) echo "$usage" || exit 2; exit;; - --files-with-*) files_with_matches=1;; - --files-witho*) files_without_matches=1;; - --no-f*) no_filename=1;; - --v*) echo "$version" || exit 2; exit;; - --wi*) with_filename=1;; - --*) ;; - -*) - case "$1" in - -*[dr]*) echo >&2 "$0: $1: option not supported"; exit 2;; - esac - case "$1" in - -*H*) with_filename=1;; - esac - case "$1" in - -*h*) no_filename=1;; - esac - case "$1" in - -*L*) files_without_matches=1;; - esac - case "$1" in - -*l*) files_with_matches=1;; - esac;; - esac - case "$after_dash_dash$1" in - -[ef]) opt="$opt $1"; shift; pat="$1" - if test "$grep" = grep; then # grep is buggy with -e on SVR4 - grep=egrep - fi;; - -[ABCdm])opt="$opt $1 $2"; shift;; - --) opt="$opt $1"; after_dash_dash=1;; - -*) opt="$opt $1";; - *) if test -z "$pat"; then - pat="$1" - else - break; - fi;; - esac - shift -done - -if test -z "$pat"; then - echo "$usage" - exit 2 -fi - -if test $# -eq 0; then - gzip -cdfq | $grep $opt "$pat" - exit $? -fi - -res=0 -for i do - gzip -cdfq -- "$i" | - if test $files_with_matches -eq 1; then - $grep $opt "$pat" > /dev/null && printf '%s\n' "$i" - elif test $files_without_matches -eq 1; then - $grep $opt "$pat" > /dev/null || printf '%s\n' "$i" - elif test $with_filename -eq 0 && { test $# -eq 1 || test $no_filename -eq 1; }; then - $grep $opt "$pat" - else - escaped= - while :; do - case $i in - *' -'*) - char=' -' repl='\\n';; - *'&'*) char='&' repl='\&';; - *'\'*) char='\\' repl='\\';; - *'|'*) char='|' repl='\|';; - *) break;; - esac - up_to_first_char="\\([^$char]*\\)" - after_first_char="[^$char]*$char\\(.*\\)" - escaped=$escaped`expr "X$i" : "X$up_to_first_char"`$repl - i=`expr "X$i" : "$after_first_char"` - done - if test $with_filename -eq 1; then - sed_script="s|[^:]*|$escaped$i|" - else - sed_script="s|^|$escaped$i:|" - fi - - # Fail if either grep or sed fails. - # Bash has ${PIPESTATUS[0]}, but that's not portable. - exec 3>&1 - r=` - exec 4>&1 - ($grep $opt "$pat" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- - ` && - exit $r - fi - r=$? - test $res -lt $r && res=$r -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zforce b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zforce deleted file mode 100755 index e6da7d90..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zforce +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh -# zforce: force a gz extension on all gzip files so that gzip will not -# compress them twice. -# -# This can be useful for files with names truncated after a file transfer. -# 12345678901234 is renamed to 12345678901.gz - - -# Copyright (C) 2002 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -version="zforce (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: zforce [FILE]... -Force a .gz extension on all compressed FILEs so that gzip will -not compress them twice. - -Report bugs to ." - -if test $# = 0; then - echo "$usage" - exit 1 -fi - -res=0 -for i do - case "$i" in - --h*) exec echo "$usage";; - --v*) exec echo "$version";; - *[-.]z | *[-.]gz | *.t[ag]z) continue;; - esac - - if test ! -f "$i" ; then - echo zforce: $i not a file - res=1 - continue - fi - - if gzip -lv < "$i" 2>/dev/null | grep '^defl' > /dev/null; then - - new="$i.gz" - if mv "$i" "$new"; then - echo $i -- replaced with $new - else - res=$? - fi - fi -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zgrep b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zgrep deleted file mode 100755 index d9e70c90..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zgrep +++ /dev/null @@ -1,153 +0,0 @@ -#!/bin/sh - -# zgrep -- a wrapper around a grep program that decompresses files as needed -# Adapted from a version sent by Charles Levert - -# Copyright (C) 1998, 2001, 2002, 2006 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -case "$0" in - *egrep) grep=${EGREP-egrep} ;; - *fgrep) grep=${FGREP-fgrep} ;; - *) grep=${GREP-grep} ;; -esac - -version="z$grep (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: z$grep [OPTION]... [-e] PATTERN [FILE]... -Look for instances of PATTERN in the input FILEs, using their -uncompressed contents if they are compressed. - -OPTIONs are the same as for '$grep'. - -Report bugs to ." - -pat="" -after_dash_dash="" -files_with_matches=0 -files_without_matches=0 -no_filename=0 -with_filename=0 - -while test $# -ne 0; do - case "$after_dash_dash$1" in - --d* | --rec*) echo >&2 "$0: $1: option not supported"; exit 2;; - --h*) echo "$usage" || exit 2; exit;; - --files-with-*) files_with_matches=1;; - --files-witho*) files_without_matches=1;; - --no-f*) no_filename=1;; - --v*) echo "$version" || exit 2; exit;; - --wi*) with_filename=1;; - --*) ;; - -*) - case "$1" in - -*[dr]*) echo >&2 "$0: $1: option not supported"; exit 2;; - esac - case "$1" in - -*H*) with_filename=1;; - esac - case "$1" in - -*h*) no_filename=1;; - esac - case "$1" in - -*L*) files_without_matches=1;; - esac - case "$1" in - -*l*) files_with_matches=1;; - esac;; - esac - case "$after_dash_dash$1" in - -[ef]) opt="$opt $1"; shift; pat="$1" - if test "$grep" = grep; then # grep is buggy with -e on SVR4 - grep=egrep - fi;; - -[ABCdm])opt="$opt $1 $2"; shift;; - --) opt="$opt $1"; after_dash_dash=1;; - -*) opt="$opt $1";; - *) if test -z "$pat"; then - pat="$1" - else - break; - fi;; - esac - shift -done - -if test -z "$pat"; then - echo "$usage" - exit 2 -fi - -if test $# -eq 0; then - gzip -cdfq | $grep $opt "$pat" - exit $? -fi - -res=0 -for i do - gzip -cdfq -- "$i" | - if test $files_with_matches -eq 1; then - $grep $opt "$pat" > /dev/null && printf '%s\n' "$i" - elif test $files_without_matches -eq 1; then - $grep $opt "$pat" > /dev/null || printf '%s\n' "$i" - elif test $with_filename -eq 0 && { test $# -eq 1 || test $no_filename -eq 1; }; then - $grep $opt "$pat" - else - escaped= - while :; do - case $i in - *' -'*) - char=' -' repl='\\n';; - *'&'*) char='&' repl='\&';; - *'\'*) char='\\' repl='\\';; - *'|'*) char='|' repl='\|';; - *) break;; - esac - up_to_first_char="\\([^$char]*\\)" - after_first_char="[^$char]*$char\\(.*\\)" - escaped=$escaped`expr "X$i" : "X$up_to_first_char"`$repl - i=`expr "X$i" : "$after_first_char"` - done - if test $with_filename -eq 1; then - sed_script="s|[^:]*|$escaped$i|" - else - sed_script="s|^|$escaped$i:|" - fi - - # Fail if either grep or sed fails. - # Bash has ${PIPESTATUS[0]}, but that's not portable. - exec 3>&1 - r=` - exec 4>&1 - ($grep $opt "$pat" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- - ` && - exit $r - fi - r=$? - test $res -lt $r && res=$r -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zless b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zless deleted file mode 100755 index 23a63390..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zless +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh - -# Copyright (C) 1998, 2002, 2006 Free Software Foundation - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -version="zless (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Paul Eggert." - -usage="Usage: zless [OPTION]... [FILE]... -Like 'less', but operate on the uncompressed contents of any compressed FILEs. - -Options are the same as for 'less'. - -Report bugs to ." - -case $1 in ---help) exec echo "$usage";; ---version) exec echo "$version";; -esac - -LESSOPEN="|gzip -cdfq -- %s"; export LESSOPEN -exec less "$@" diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zmore b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zmore deleted file mode 100755 index c02d6730..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zmore +++ /dev/null @@ -1,88 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2001, 2002 Free Software Foundation -# Copyright (C) 1992, 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -version="zmore (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: zmore [OPTION]... [FILE]... -Like 'more', but operate on the uncompressed contents of any compressed FILEs. - -Report bugs to ." - -if test "`echo -n a`" = "-n a"; then - # looks like a SysV system: - n1=''; n2='\c' -else - n1='-n'; n2='' -fi -oldtty=`stty -g 2>/dev/null` -if stty -cbreak 2>/dev/null; then - cb='cbreak'; ncb='-cbreak' -else - # 'stty min 1' resets eof to ^a on both SunOS and SysV! - cb='min 1 -icanon'; ncb='icanon eof ^d' -fi -if test $? -eq 0 && test -n "$oldtty"; then - trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15 -else - trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15 -fi - -if test $# = 0; then - if test -t 0; then - echo "$usage" - else - gzip -cdfq | eval ${PAGER-more} - fi -else - FIRST=1 - for FILE - do - case $FILE in - --h*) exec echo "$usage";; - --v*) exec echo "$version";; - esac - - < "$FILE" || continue - if test $FIRST -eq 0; then - echo $n1 "--More--(Next file: $FILE)$n2" - stty $cb -echo 2>/dev/null - ANS=`dd bs=1 count=1 2>/dev/null` - stty $ncb echo 2>/dev/null - echo " " - case "$ANS" in - [eq]) exit;; - esac - fi - if test "$ANS" != 's'; then - echo "------> $FILE <------" - gzip -cdfq -- "$FILE" | eval ${PAGER-more} - fi - if test -t 1; then - FIRST=0 - fi - done -fi diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/znew b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/znew deleted file mode 100755 index 1c4c99f5..00000000 --- a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/znew +++ /dev/null @@ -1,183 +0,0 @@ -#!/bin/sh - -# Copyright (C) 1998, 2002, 2004 Free Software Foundation -# Copyright (C) 1993 Jean-loup Gailly - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PATH="/usr/bin:$PATH"; export PATH - -version="znew (gzip) 1.3.9 -Copyright (C) 2006 Free Software Foundation, Inc. -This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . -There is NO WARRANTY, to the extent permitted by law. - -Written by Jean-loup Gailly." - -usage="Usage: znew [OPTION]... [FILE]... -Recompress files from .Z (compress) format to .gz (gzip) format. - -Options: - - -f Force recompression even if a .gz file already exists. - -t Test the new files before deleting originals. - -v Verbose; display name and statistics for each file compressed. - -9 Use the slowest compression method (optimal compression). - -P Use pipes for the conversion to reduce disk space usage. - -K Keep a .Z file when it is smaller than the .gz file. - --help display this help and exit - --version output version information and exit - -Report bugs to ." - -check=0 -pipe=0 -opt= -files= -keep=0 -res=0 -old=0 -new=0 -block=1024 -# block is the disk block size (best guess, need not be exact) - -warn="(does not preserve modes and timestamp)" -tmp=/tmp/zfoo.$$ -set -C -echo hi > $tmp || exit -if test -z "`(${CPMOD-cpmod} $tmp $tmp) 2>&1`"; then - cpmod=${CPMOD-cpmod} - warn="" -fi - -if test -z "$cpmod" && ${TOUCH-touch} -r $tmp $tmp 2>/dev/null; then - cpmod="${TOUCH-touch}" - cpmodarg="-r" - warn="(does not preserve file modes)" -fi - -# check if GZIP env. variable uses -S or --suffix -gzip -q $tmp -ext=`echo $tmp* | sed "s|$tmp||"` -rm -f $tmp* -if test -z "$ext"; then - echo znew: error determining gzip extension - exit 1 -fi -if test "$ext" = ".Z"; then - echo znew: cannot use .Z as gzip extension. - exit 1 -fi - -for arg -do - case "$arg" in - --help) exec echo "$usage";; - --version) exec echo "$version";; - -*) opt="$opt $arg"; shift;; - *) break;; - esac -done - -if test $# -eq 0; then - echo "$usage" - exit 1 -fi - -opt=`echo "$opt" | sed -e 's/ //g' -e 's/-//g'` -case "$opt" in - *t*) check=1; opt=`echo "$opt" | sed 's/t//g'` -esac -case "$opt" in - *K*) keep=1; opt=`echo "$opt" | sed 's/K//g'` -esac -case "$opt" in - *P*) pipe=1; opt=`echo "$opt" | sed 's/P//g'` -esac -if test -n "$opt"; then - opt="-$opt" -fi - -for i do - n=`echo $i | sed 's/.Z$//'` - if test ! -f "$n.Z" ; then - echo $n.Z not found - res=1; continue - fi - test $keep -eq 1 && old=`wc -c < "$n.Z"` - if test $pipe -eq 1; then - if gzip -d < "$n.Z" | gzip $opt > "$n$ext"; then - # Copy file attributes from old file to new one, if possible. - test -n "$cpmod" && $cpmod $cpmodarg "$n.Z" "$n$ext" 2> /dev/null - else - echo error while recompressing $n.Z - res=1; continue - fi - else - if test $check -eq 1; then - if cp -p "$n.Z" "$n.$$" 2> /dev/null || cp "$n.Z" "$n.$$"; then - : - else - echo cannot backup "$n.Z" - res=1; continue - fi - fi - if gzip -d "$n.Z"; then - : - else - test $check -eq 1 && mv "$n.$$" "$n.Z" - echo error while uncompressing $n.Z - res=1; continue - fi - if gzip $opt "$n"; then - : - else - if test $check -eq 1; then - mv "$n.$$" "$n.Z" && rm -f "$n" - echo error while recompressing $n - else - # compress $n (might be dangerous if disk full) - echo error while recompressing $n, left uncompressed - fi - res=1; continue - fi - fi - test $keep -eq 1 && new=`wc -c < "$n$ext"` - if test $keep -eq 1 && test `expr \( $old + $block - 1 \) / $block` -lt \ - `expr \( $new + $block - 1 \) / $block`; then - if test $pipe -eq 1; then - rm -f "$n$ext" - elif test $check -eq 1; then - mv "$n.$$" "$n.Z" && rm -f "$n$ext" - else - gzip -d "$n$ext" && compress "$n" && rm -f "$n$ext" - fi - echo "$n.Z smaller than $n$ext -- unchanged" - - elif test $check -eq 1; then - if gzip -t "$n$ext" ; then - rm -f "$n.$$" "$n.Z" - else - test $pipe -eq 0 && mv "$n.$$" "$n.Z" - rm -f "$n$ext" - echo error while testing $n$ext, $n.Z unchanged - res=1; continue - fi - elif test $pipe -eq 1; then - rm -f "$n.Z" - fi -done -exit $res diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zprint b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zprint deleted file mode 100644 index d9e02568..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/bin/zprint and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libarmfp.dylib b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libarmfp.dylib deleted file mode 100644 index 6e49268a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libarmfp.dylib and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libgcc_s.1.dylib b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libgcc_s.1.dylib deleted file mode 100644 index d6b7f459..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libgcc_s.1.dylib and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libgcc_s_v6.1.dylib b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libgcc_s_v6.1.dylib deleted file mode 100644 index 37e2f63f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/lib/libgcc_s_v6.1.dylib and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ac b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ac deleted file mode 100644 index c8eb3ca7..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ac and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/arp b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/arp deleted file mode 100644 index ee663b10..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/arp and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/chown b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/chown deleted file mode 100644 index 0b158491..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/chown and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/chroot b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/chroot deleted file mode 100644 index ab8d3633..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/chroot and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/cron b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/cron deleted file mode 100644 index 32bf1963..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/cron and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/fdisk b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/fdisk deleted file mode 100644 index 4855d283..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/fdisk and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ifconfig b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ifconfig deleted file mode 100644 index a53c1469..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ifconfig and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ioreg b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ioreg deleted file mode 100644 index 1b09fd80..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ioreg and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/iostat b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/iostat deleted file mode 100644 index 753cac4d..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/iostat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/kextstat b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/kextstat deleted file mode 100644 index 69ec2350..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/kextstat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/makedbm b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/makedbm deleted file mode 100644 index 611261dd..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/makedbm and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/md5 b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/md5 deleted file mode 100644 index 47a5135a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/md5 and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/mkfile b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/mkfile deleted file mode 100644 index 32d8c3d9..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/mkfile and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/mtree b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/mtree deleted file mode 100644 index cf54c836..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/mtree and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/netstat b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/netstat deleted file mode 100644 index 10799969..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/netstat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ping b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ping deleted file mode 100644 index cc90d5bd..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/ping and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/pt_chown b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/pt_chown deleted file mode 100644 index 228dcd3f..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/pt_chown and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/rmt b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/rmt deleted file mode 100644 index f251122c..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/rmt and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/route b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/route deleted file mode 100644 index 58741e06..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/route and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/sysctl b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/sysctl deleted file mode 100644 index cd642110..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/sysctl and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/tcpdump b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/tcpdump deleted file mode 100644 index 0ec96018..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/tcpdump and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/traceroute b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/traceroute deleted file mode 100644 index 9ceb951e..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/traceroute and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vipw b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vipw deleted file mode 100644 index 37d0e62a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vipw and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vmstat b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vmstat deleted file mode 100644 index 6cdd33d6..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vmstat and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vpnd b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vpnd deleted file mode 100644 index 464aaff8..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/vpnd and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/zdump b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/zdump deleted file mode 100644 index f8d54d8a..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/zdump and /dev/null differ diff --git a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/zic b/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/zic deleted file mode 100644 index 2430a3ea..00000000 Binary files a/ipsw-patch/bundles/BSDSubsystem_2.bundle/files/usr/sbin/zic and /dev/null differ diff --git a/ipsw-patch/bundles/BootNeuter.bundle/Info.plist b/ipsw-patch/bundles/BootNeuter.bundle/Info.plist deleted file mode 100644 index a3b3a8de..00000000 --- a/ipsw-patch/bundles/BootNeuter.bundle/Info.plist +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Name - BootNeuter - Identifier - org.iphone-dev.bootneuter - Description - An ultimate tool to neuter, reflash, fakeblank bootloader and unlock baseband. - Hidden - - SupportedFirmware - - iPhone1,1_1.1.4_4A102 - - Commands - - - Size - 4057909 - - diff --git a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/BootNeuter b/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/BootNeuter deleted file mode 100644 index 2e56bd38..00000000 Binary files a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/BootNeuter and /dev/null differ diff --git a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/Default.png b/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/Default.png deleted file mode 100644 index d5871816..00000000 Binary files a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/Default.png and /dev/null differ diff --git a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/Info.plist b/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/Info.plist deleted file mode 100644 index bbcf6932..00000000 --- a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - BootNeuter - CFBundleIdentifier - org.iphone-dev.bootneuter - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleVersion - 1.0 - SBUsesNetwork - 3 - - diff --git a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/bin/chmod b/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/bin/chmod deleted file mode 100644 index 6db80795..00000000 Binary files a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/bin/chmod and /dev/null differ diff --git a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/bin/killall b/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/bin/killall deleted file mode 100644 index 58eb23a5..00000000 Binary files a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/bin/killall and /dev/null differ diff --git a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/firmware/ADD_FILES_HERE b/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/firmware/ADD_FILES_HERE deleted file mode 100644 index 9d070f87..00000000 --- a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/firmware/ADD_FILES_HERE +++ /dev/null @@ -1 +0,0 @@ -Add firmware files here diff --git a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/icon.png b/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/icon.png deleted file mode 100644 index f94b4b27..00000000 Binary files a/ipsw-patch/bundles/BootNeuter.bundle/files/Applications/BootNeuter.app/icon.png and /dev/null differ diff --git a/ipsw-patch/bundles/BootNeuter.bundle/files/System/Library/LaunchDaemons/com.apple.SpringBoard.plist b/ipsw-patch/bundles/BootNeuter.bundle/files/System/Library/LaunchDaemons/com.apple.SpringBoard.plist deleted file mode 100644 index ed752272..00000000 --- a/ipsw-patch/bundles/BootNeuter.bundle/files/System/Library/LaunchDaemons/com.apple.SpringBoard.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - - Disabled - - Label - com.apple.SpringBoard - MachServices - - com.apple.springboard.migserver - - - OnDemand - - ProgramArguments - - /System/Library/CoreServices/SpringBoard.app/SpringBoard - - ServiceIPC - - UserName - mobile - - diff --git a/ipsw-patch/bundles/BootNeuter.bundle/files/System/Library/LaunchDaemons/com.devteam.bootneuter.auto.plist b/ipsw-patch/bundles/BootNeuter.bundle/files/System/Library/LaunchDaemons/com.devteam.bootneuter.auto.plist deleted file mode 100644 index 8e4cdbd9..00000000 --- a/ipsw-patch/bundles/BootNeuter.bundle/files/System/Library/LaunchDaemons/com.devteam.bootneuter.auto.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - KeepAlive - - Label - com.devteam.BootNeuter - LaunchOnlyOnce - - Nice - 20 - ProgramArguments - - /Applications/BootNeuter.app/BootNeuter - - RunAtLoad - - StandardErrorPath - /var/logs/bn-stderr - StandardOutPath - /var/logs/bn-stdout - - diff --git a/ipsw-patch/bundles/BootNeuter.tar b/ipsw-patch/bundles/BootNeuter.tar new file mode 100644 index 00000000..9b15d8c9 Binary files /dev/null and b/ipsw-patch/bundles/BootNeuter.tar differ diff --git a/ipsw-patch/bundles/Cydia.tar b/ipsw-patch/bundles/Cydia.tar new file mode 100644 index 00000000..906f42f9 Binary files /dev/null and b/ipsw-patch/bundles/Cydia.tar differ diff --git a/ipsw-patch/bundles/Installer.bundle/Info.plist b/ipsw-patch/bundles/Installer.bundle/Info.plist deleted file mode 100644 index c4beb930..00000000 --- a/ipsw-patch/bundles/Installer.bundle/Info.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - Name - Installer - Identifier - com.apptapp.Installer - Description - Third-party application manager. - SupportedFirmware - - iPhone1,1_1.1.4_4A102 - iPod1,1_1.1.4_4A102 - - Commands - - - Action - SetPermission - File - Applications/Installer.app/Installer - Permission - +s - - - Size - 1547732 - - diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/AppTapp.framework/AppTapp b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/AppTapp.framework/AppTapp deleted file mode 100644 index 438e0b40..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/AppTapp.framework/AppTapp and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/AppTapp.framework/Info.plist b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/AppTapp.framework/Info.plist deleted file mode 100644 index 6c739c3c..00000000 --- a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/AppTapp.framework/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - AppTapp - CFBundleIdentifier - com.apptapp.AppTappFramework - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - AppTapp - CFBundlePackageType - BNDL - CFBundleSignature - ???? - CFBundleVersion - 3.01 - NSPrincipalClass - AppTapp - - diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Background.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Background.png deleted file mode 100644 index dd8340b9..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Background.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Category.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Category.png deleted file mode 100644 index b628e953..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Category.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/CategorySmart.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/CategorySmart.png deleted file mode 100644 index 0c16ecec..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/CategorySmart.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Default.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Default.png deleted file mode 100644 index 233744ca..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Default.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Featured.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Featured.png deleted file mode 100644 index 0611697d..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Featured.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/FeaturedSelected.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/FeaturedSelected.png deleted file mode 100644 index c02c120a..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/FeaturedSelected.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Info.plist b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Info.plist deleted file mode 100644 index 9814636f..00000000 --- a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - Installer - CFBundleIdentifier - com.apptapp.Installer - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleVersion - 3.01 - SBUsesNetwork - 3 - NSPrincipalClass - ATInstaller - - diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Install.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Install.png deleted file mode 100644 index 650f2ac8..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Install.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/InstallSelected.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/InstallSelected.png deleted file mode 100644 index c555fd14..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/InstallSelected.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Installer b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Installer deleted file mode 100644 index c54359bd..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Installer and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Installer.idb b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Installer.idb deleted file mode 100644 index 201dc509..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Installer.idb and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Package.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Package.png deleted file mode 100644 index 91ed5711..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Package.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/PackageNew.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/PackageNew.png deleted file mode 100644 index 49a70a13..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/PackageNew.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Source.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Source.png deleted file mode 100644 index cf0a345b..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Source.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/SourceTrusted.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/SourceTrusted.png deleted file mode 100644 index 5302be10..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/SourceTrusted.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Sources.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Sources.png deleted file mode 100644 index 3e38e0f3..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Sources.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/SourcesSelected.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/SourcesSelected.png deleted file mode 100644 index cd4ea176..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/SourcesSelected.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Uninstall.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Uninstall.png deleted file mode 100644 index 3c51c698..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Uninstall.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/UninstallSelected.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/UninstallSelected.png deleted file mode 100644 index 0533f2c4..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/UninstallSelected.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Update.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Update.png deleted file mode 100644 index 8aa50b00..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/Update.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/UpdateSelected.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/UpdateSelected.png deleted file mode 100644 index 4ee5a82d..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/UpdateSelected.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/icon.png b/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/icon.png deleted file mode 100644 index dc6e6d33..00000000 Binary files a/ipsw-patch/bundles/Installer.bundle/files/Applications/Installer.app/icon.png and /dev/null differ diff --git a/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/LocalPackages.plist b/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/LocalPackages.plist deleted file mode 100644 index 988c60a6..00000000 --- a/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/LocalPackages.plist +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - bundleIdentifier - com.apptapp.Installer - category - System - contact - apptapp@nullriver.com - date - 1204393701 - description - The new AppTapp Installer. - hash - 6bdc740265767021755ea443b154cd3a - location - http://repository.apptapp.com/packages/System/Installer.zip - maintainer - Nullriver Software - name - Installer - scripts - - install - - - CopyPath - Installer.app - /Applications/Installer.app - - - - size - 121427 - source - http://repository.apptapp.com/ - version - 3.01 - - - bundleIdentifier - com.apptapp.CommunitySources - category - Sources - contact - apptapp@nullriver.com - date - 1207158490 - description - A collection of community-maintained repositories. Install this package to get access to many more packages. - hash - fa73a8bf1375285f2bb80bbbd6ab44ef - location - http://repository.apptapp.com/packages/Sources/CommunitySources.zip - maintainer - Nullriver Software - name - Community Sources - scripts - - install - - - AddSource - http://repo.smxy.org/iphone-apps/ - - - AddSource - http://www.macminicolo.net/conceited/iphone/cache.plist - - - AddSource - http://modmyifone.com/installer.xml - - - AddSource - http://thebigboss.org/repo.xml - - - AddSource - http://www.touchrepo.com/repo.xml - - - Notice - Community Sources are maintained by third parties, please ensure you trust them, otherwise it is best you uninstall this package or remove sources you do not trust. - - - preflight - - - RemoveSource - http://psmxy.org/iphone-apps/ - - - RemoveSource - http://psmxy.org.nyud.net/iphone-apps/repo.cache - - - RemoveSource - http://conceitedsoftware.com/iphone/ - - - RemoveSource - http://repository.conceitedsoftware.com - - - RemoveSource - http://sleepers.net/iphonerepo - - - uninstall - - - RemoveSource - http://repo.smxy.org/iphone-apps/ - - - RemoveSource - http://www.macminicolo.net/conceited/iphone/cache.plist - - - RemoveSource - http://modmyifone.com/installer.xml - - - RemoveSource - http://thebigboss.org/repo.xml - - - RemoveSource - http://www.touchrepo.com/repo.xml - - - - size - 165 - source - http://repository.apptapp.com/ - version - 3.7-1 - - - diff --git a/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/PackageSources.plist b/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/PackageSources.plist deleted file mode 100644 index 135ed400..00000000 --- a/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/PackageSources.plist +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - category - AppTapp - contact - apptapp@nullriver.com - description - App. Tapp. Install. - location - http://repository.apptapp.com/ - maintainer - Nullriver Software - name - AppTapp Official - url - http://www.apptapp.com/ - - - category - Community Sources - contact - bigboss@thebigboss.org - description - Apps and Graphics from Bigboss - location - http://thebigboss.org/repo.xml - maintainer - BigBoss - name - BigBoss's Apps and Things - url - http://thebigboss.org/blog/?page_id=4 - - - category - Community Sources - contact - iphone@conceitedsoftware.com - description - Our stuff is better than theirs. - location - http://www.macminicolo.net/conceited/iphone/cache.plist - maintainer - Conceited Software - name - Conceited Software - url - http://conceitedsoftware.com/ - - - category - Community Sources - contact - TouchRepo@gmail.com - description - The number one iPod Touch fan site on the internet. - location - http://www.touchrepo.com/repo.xml - maintainer - Skylar - name - iPod Touch Fans - url - http://www.ipodtouchfans.com - - - category - Community Sources - contact - poetic_folly@modmyifone.com - description - ModMyiFone.com is your premier iPhone hacking and modding community. - location - http://modmyifone.com/installer.xml - maintainer - ModMyiFone.com - name - ModMyiFone.com - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/index.php?styleid=3 - - - category - Community Sources - contact - ste@psmxy.org - description - New, and Improved! - location - http://repo.smxy.org/iphone-apps/ - maintainer - Ste - name - Ste Packaging - url - http://blog.psmxy.org/ - - - diff --git a/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/RemotePackages.plist b/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/RemotePackages.plist deleted file mode 100644 index 2719b7ae..00000000 --- a/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/RemotePackages.plist +++ /dev/null @@ -1,45136 +0,0 @@ - - - - - - bundleIdentifier - com.frazermclean.ibrainfsck - category - Development - contact - frazergmclean@gmail.com - date - 1207319715 - description - Create, edit and run brainf*ck programs. 8 Samples. - hash - 72b4053422f25a03a8c07c7ebd162ee4 - location - http://thebigboss.org/repofiles/other/brainfsck.zip - maintainer - Frazer McLean - name - iBrainfsck - scripts - - install - - - CopyPath - iBrainfsck.app/ - /Applications/iBrainfsck.app - - - CopyPath - Brainfsck/ - ~/Library/Brainfsck - - - ExecNoError - /bin/chown -R mobile /var/mobile/Library/Brainfsck - - - preflight - - - IfNot - - - InstalledPackage - com.psykoh.jiggy-rt - - - - - AbortOperation - You must install the 'Jiggy Runtime' package first. You can find it in Installer under the 'Development' category. - - - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install BSD subsystem or Cydia first! - - - - - uninstall - - - RemovePath - /Applications/iBrainfsck.app - ~/Library/Brainfsck - - - - size - 38428 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/brainfsck.php - version - 1.0-2 - - - bundleIdentifier - com.psykoh.jiggy - category - Development - contact - installer@jiggyapp.com - date - 1204504953 - description - Jiggy lets you create native applications using JavaScript. - hash - 17ba28126e77a0fe93e04cb46c89a714 - location - http://repo.smxy.org/iphone-apps/zips/jiggy-0.26.zip - maintainer - Jiggy - name - Jiggy - restartSpringBoard - - scripts - - install - - - InstallApp - Jiggy.app - - - preflight - - - IfNot - - - InstalledPackage - com.psykoh.jiggy-rt - - - - - AbortOperation - Please install the "Jiggy Runtime" package, first. - - - - - uninstall - - - UninstallApp - Jiggy.app - - - update - - - UninstallApp - Jiggy.app - - - InstallApp - Jiggy.app - - - - size - 224605 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://jiggyapp.com - version - 0.26 - - - bundleIdentifier - com.psykoh.jiggy-rt - category - Development - contact - installer@jiggyapp.com - date - 1204504953 - description - This is the Jiggy Runtime. - hash - 5eb19d441a81d7af51cc706025f4b4ca - location - http://repo.smxy.org/iphone-apps/zips/jiggy_rt-0.26.zip - maintainer - Jiggy - name - Jiggy Runtime - restartSpringBoard - - scripts - - install - - - CopyPath - usr - /usr - - - uninstall - - - RemovePath - /usr/lib/jiggy.FileManager - /usr/lib/jiggy.HttpServer - /usr/lib/jiggy.SQLite - /usr/lib/jiggy.Socket - /usr/lib/jiggy.UIKit - /usr/lib/jiggy.XmlHttpRequest - /usr/lib/libjiggy.dylib - /usr/lib/libjs.dylib - - - update - - - RemovePath - /usr/lib/jiggy.FileManager - /usr/lib/jiggy.HttpServer - /usr/lib/jiggy.SQLite - /usr/lib/jiggy.Socket - /usr/lib/jiggy.UIKit - /usr/lib/jiggy.XmlHttpRequest - /usr/lib/libjiggy.dylib - /usr/lib/libjs.dylib - - - CopyPath - usr - /usr - - - - size - 530409 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://jiggyapp.com - version - 0.26 - - - bundleIdentifier - com.wickedpsyched.iphone.perl - category - Development - contact - iphone@conceitedsoftware.com - date - 1190663760 - description - Perl runtime environment (with modules). - location - http://www.macminicolo.net/conceited/iphone/zips/Perl.zip - maintainer - Conceited Software - name - Perl - scripts - - install - - - CopyPath - opt/ - /opt - - - preflight - - - Notice - Please add /opt/iphone/bin/ to your $PATH - - - uninstall - - - RemovePath - /opt/iphone/bin/a2p5.8.8 - /opt/iphone/bin/c2ph5.8.8 - /opt/iphone/bin/cpan5.8.8 - /opt/iphone/bin/dprofpp5.8.8 - /opt/iphone/bin/enc2xs5.8.8 - /opt/iphone/bin/find2perl5.8.8 - /opt/iphone/bin/h2ph5.8.8 - /opt/iphone/bin/h2xs5.8.8 - /opt/iphone/bin/instmodsh5.8.8 - /opt/iphone/bin/libnetcfg5.8.8 - /opt/iphone/bin/perl - /opt/iphone/bin/perlbug5.8.8 - /opt/iphone/bin/perlcc5.8.8 - /opt/iphone/bin/perldoc5.8.8 - /opt/iphone/bin/perlivp5.8.8 - /opt/iphone/bin/piconv5.8.8 - /opt/iphone/bin/pl2pm5.8.8 - /opt/iphone/bin/pod2html5.8.8 - /opt/iphone/bin/pod2latex5.8.8 - /opt/iphone/bin/pod2man5.8.8 - /opt/iphone/bin/pod2text5.8.8 - /opt/iphone/bin/pod2usage5.8.8 - /opt/iphone/bin/podchecker5.8.8 - /opt/iphone/bin/podselect5.8.8 - /opt/iphone/bin/prove5.8.8 - /opt/iphone/bin/psed5.8.8 - /opt/iphone/bin/struct5.8.8 - /opt/iphone/bin/s2p5.8.8 - /opt/iphone/bin/splain5.8.8 - /opt/iphone/bin/xsubpp5.8.8 - /opt/iphone/lib/perl5/ - - - update - - - If - - - ExistsPath - /usr/bin/perl - - - - - RemovePath - /usr/bin/perl - - - - - CopyPath - opt/ - /opt - - - - size - 9621732 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://perl.org - version - 5.8.8-2 - - - bundleIdentifier - com.wickedpsyched.iphone.php - category - Development - contact - iphone@conceitedsoftware.com - date - 1190361133 - description - PHP runtime environment (with modules). - location - http://www.macminicolo.net/conceited/iphone/zips/PHP.zip - maintainer - Conceited Software - name - PHP - scripts - - install - - - CopyPath - opt/ - /opt - - - preflight - - - Notice - Please add /opt/iphone/bin/ to your $PATH - - - uninstall - - - RemovePath - /opt/iphone/bin/php - /opt/iphone/bin/php-cgi - /opt/iphone/bin/php-config - /opt/iphone/bin/phpize - /opt/iphone/include/php/ - /opt/iphone/lib/php/ - - - update - - - If - - - ExistsPath - /usr/bin/php - - - - - RemovePath - /usr/bin/php - - - - - CopyPath - opt/ - /opt - - - - size - 3724459 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://php.net - version - 5.2.3-2 - - - bundleIdentifier - com.natetrue.iphone.python - category - Development - contact - iphone@conceitedsoftware.com - date - 1189051861 - description - Python runtime environment - location - http://www.macminicolo.net/conceited/iphone/zips/Python.zip - maintainer - Conceited Software - name - Python - scripts - - install - - - CopyPath - usr/ - /usr - - - uninstall - - - RemovePath - /usr/bin/python - - - RemovePath - /usr/lib/python2.5 - - - - size - 6184091 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://python.org - version - 2.5-6 - - - bundleIdentifier - com.natetrue.iphone.ruby - category - Development - contact - iphone@conceitedsoftware.com - date - 1190361115 - description - Ruby runtime environment (with module support). - location - http://www.macminicolo.net/conceited/iphone/zips/Ruby.zip - maintainer - Conceited Software - name - Ruby - scripts - - install - - - CopyPath - opt/ - /opt - - - preflight - - - Notice - Please add /opt/iphone/bin/ to your $PATH - - - uninstall - - - RemovePath - /opt/iphone/bin/erb - /opt/iphone/bin/irb - /opt/iphone/bin/rdoc - /opt/iphone/bin/ri - /opt/iphone/bin/ruby - /opt/iphone/bin/testrb - /opt/iphone/lib/libruby-static.a - /opt/iphone/lib/ruby - - - update - - - If - - - ExistsPath - /usr/local/bin/ruby - - - - - RemovePath - /usr/local/bin/ruby - - - - - CopyPath - opt/ - /opt - - - - size - 2504192 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://ruby-lang.org - version - 1.8.6-2 - - - bundleIdentifier - com.joggame.iphone.tcl - category - Development - contact - iphone@joggame.com - date - 1189907583 - description - Tcl Library & Shell - location - http://www.macminicolo.net/conceited/iphone/zips/tcl.zip - maintainer - Joggame - name - Tcl - scripts - - install - - - CopyPath - bin - /usr - - - CopyPath - lib - /usr - - - uninstall - - - RemovePath - /usr/bin/tclsh8.4 - - - RemovePath - /usr/lib/tcl8.4 - - - RemovePath - /usr/lib/tclConfig.sh - - - RemovePath - /usr/lib/libtcl8.4.dylib - - - RemovePath - /usr/lib/libtclstub8.4.a - - - - size - 880623 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.tcl.tk - version - 8.4.15-1 - - - bundleIdentifier - org.dict.www.bouvier - category - Dictionaries - contact - ste@psmxy.org - date - 1204504954 - description - "Bouvier's Law Dictionary", from StarDict, for use with the "weDict" application. - hash - 3a0a79ce8c8652d3175d3244f8b70f52 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_bouvier-2.4.2-1.zip - maintainer - Ste - name - Bouvier - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_bouvier.dict - ~/Library/weDict/dictd_www.dict.org_bouvier.idx - ~/Library/weDict/dictd_www.dict.org_bouvier.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_bouvier.dict - /var/root/Library/weDict/dictd_www.dict.org_bouvier.idx - /var/root/Library/weDict/dictd_www.dict.org_bouvier.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2217854 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.BritannicaConcise - category - Dictionaries - contact - ste@psmxy.org - date - 1204504955 - description - "The Britannica Concise Encyclopedia", from StarDict, for use with the "weDict" application. - hash - 2682c9dc24a0077ec62e2fa5501d82df - location - http://repo.smxy.org/iphone-apps/zips/britannicaconcise-2.4.2-1.zip - maintainer - Ste - name - Britannica Concise - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/BritannicaConcise.dict - ~/Library/weDict/BritannicaConcise.idx - ~/Library/weDict/BritannicaConcise.idxc - - - update - - - RemovePath - /var/root/Library/weDict/BritannicaConcise.dict - /var/root/Library/weDict/BritannicaConcise.idx - /var/root/Library/weDict/BritannicaConcise.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 6592777 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.cced - category - Dictionaries - contact - ste@psmxy.org - date - 1204504955 - description - "Collins Cobuild English Dictionary", from StarDict, for use with the "weDict" application. - hash - 0f6c21f4d24d60d6a2fee7a898717f13 - location - http://repo.smxy.org/iphone-apps/zips/cced-2.4.2-1.zip - maintainer - Ste - name - CCED - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/cced.dict - ~/Library/weDict/cced.idx - ~/Library/weDict/cced.idxc - - - update - - - RemovePath - /var/root/Library/weDict/cced.dict - /var/root/Library/weDict/cced.idx - /var/root/Library/weDict/cced.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 4833585 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.world02 - category - Dictionaries - contact - ste@psmxy.org - date - 1204504970 - description - "CIA World Factbook 2002", from StarDict, for use with the "weDict" application. - hash - c438aad2b7312dd9df605c24efc0e88c - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_world02-2.4.2-1.zip - maintainer - Ste - name - CIA WF02 - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_world02.dict - ~/Library/weDict/dictd_www.dict.org_world02.idx - ~/Library/weDict/dictd_www.dict.org_world02.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_world02.dict - /var/root/Library/weDict/dictd_www.dict.org_world02.idx - /var/root/Library/weDict/dictd_www.dict.org_world02.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 1301882 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.world95 - category - Dictionaries - contact - ste@psmxy.org - date - 1204504971 - description - "The CIA World Factbook (1995)", from StarDict, for use with the "weDict" application. - hash - 0fbf2ef9154efd181143b7318f66cff0 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_world95-2.4.2-1.zip - maintainer - Ste - name - CIA WF95 - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_world95.dict - ~/Library/weDict/dictd_www.dict.org_world95.idx - ~/Library/weDict/dictd_www.dict.org_world95.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_world95.dict - /var/root/Library/weDict/dictd_www.dict.org_world95.idx - /var/root/Library/weDict/dictd_www.dict.org_world95.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 858678 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.gcide - category - Dictionaries - contact - ste@psmxy.org - date - 1204504963 - description - "The Collaborative International Dictionary of English", from StarDict, for use with the "weDict" application. - hash - ac5f0674eab6b2802ba7625830f085ed - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_gcide-2.4.2-1.zip - maintainer - Ste - name - CIDE - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_gcide.dict - ~/Library/weDict/dictd_www.dict.org_gcide.idx - ~/Library/weDict/dictd_www.dict.org_gcide.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_gcide.dict - /var/root/Library/weDict/dictd_www.dict.org_gcide.idx - /var/root/Library/weDict/dictd_www.dict.org_gcide.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 30937136 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.cmudict - category - Dictionaries - contact - ste@psmxy.org - date - 1204504955 - description - "CMU American English spelling", from StarDict, for use with the "weDict" application. - hash - b7524689b3da7474423a7c31fc67d94a - location - http://repo.smxy.org/iphone-apps/zips/cmudict-2.4.2-1.zip - maintainer - Ste - name - CMUDICT - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/cmudict.dict - ~/Library/weDict/cmudict.idx - ~/Library/weDict/cmudict.idxc - - - update - - - RemovePath - /var/root/Library/weDict/cmudict.dict - /var/root/Library/weDict/cmudict.idx - /var/root/Library/weDict/cmudict.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 1065119 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.cmupd - category - Dictionaries - contact - ste@psmxy.org - date - 1204504956 - description - "The CMU Pronouncing Dictionary", from StarDict, for use with the "weDict" application. - hash - 247e08fe66f0d12233aeb5a98c9d31d0 - location - http://repo.smxy.org/iphone-apps/zips/cmupd-2.4.2-1.zip - maintainer - Ste - name - CMUPD - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/cmupd.dict - ~/Library/weDict/cmupd.idx - ~/Library/weDict/cmupd.idxc - - - update - - - RemovePath - /var/root/Library/weDict/cmupd.dict - /var/root/Library/weDict/cmupd.idx - /var/root/Library/weDict/cmupd.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 1219877 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.devils - category - Dictionaries - contact - ste@psmxy.org - date - 1204504957 - description - "THE DEVIL'S DICTIONARY", from StarDict, for use with the "weDict" application. - hash - 3fd40283894742c543e37fcf2975e750 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_devils-2.4.2-1.zip - maintainer - Ste - name - Devil's - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_devils.dict - ~/Library/weDict/dictd_www.dict.org_devils.idx - ~/Library/weDict/dictd_www.dict.org_devils.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_devils.dict - /var/root/Library/weDict/dictd_www.dict.org_devils.idx - /var/root/Library/weDict/dictd_www.dict.org_devils.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 166783 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.easton - category - Dictionaries - contact - ste@psmxy.org - date - 1204504957 - description - "Easton's 1897 Bible Dictionary", from StarDict, for use with the "weDict" application. - hash - 62bc700558824c7b5e75511a168bc8bd - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_easton-2.4.2-1.zip - maintainer - Ste - name - Easton - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_easton.dict - ~/Library/weDict/dictd_www.dict.org_easton.idx - ~/Library/weDict/dictd_www.dict.org_easton.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_easton.dict - /var/root/Library/weDict/dictd_www.dict.org_easton.idx - /var/root/Library/weDict/dictd_www.dict.org_easton.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 974107 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.edict - category - Dictionaries - contact - ste@psmxy.org - date - 1204504958 - description - A "Japanese/English electronic dictionary", from StarDict, for use with the "weDict" application. - hash - d6bbdfa3355eee71f7c3d3084d069527 - location - http://repo.smxy.org/iphone-apps/zips/edict-2.4.2-1.zip - maintainer - Ste - name - EDict - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/edict.dict - ~/Library/weDict/edict.idx - ~/Library/weDict/edict.idxc - - - update - - - RemovePath - /var/root/Library/weDict/edict.dict - /var/root/Library/weDict/edict.idx - /var/root/Library/weDict/edict.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2686842 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.elements - category - Dictionaries - contact - ste@psmxy.org - date - 1204504958 - description - "Elements database", from StarDict, for use with the "weDict" application. - hash - 407c4d683a890fe922c6c30ae154a5bf - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_elements-2.4.2-1.zip - maintainer - Ste - name - Elements - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_elements.dict - ~/Library/weDict/dictd_www.dict.org_elements.idx - ~/Library/weDict/dictd_www.dict.org_elements.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_elements.dict - /var/root/Library/weDict/dictd_www.dict.org_elements.idx - /var/root/Library/weDict/dictd_www.dict.org_elements.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 16316 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.eng_irregular - category - Dictionaries - contact - ste@psmxy.org - date - 1204504959 - description - "English irregular forms", from StarDict, for use with the "weDict" application. - hash - 5d32ca88f1d9f9282ff7682eae8efa14 - location - http://repo.smxy.org/iphone-apps/zips/eng_irregular-2.4.2-1.zip - maintainer - Ste - name - Eng_irregular - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/eng_irregular.dict - ~/Library/weDict/eng_irregular.idx - ~/Library/weDict/eng_irregular.idxc - - - update - - - RemovePath - /var/root/Library/weDict/eng_irregular.dict - /var/root/Library/weDict/eng_irregular.idx - /var/root/Library/weDict/eng_irregular.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 53192 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.EnglishEtymology - category - Dictionaries - contact - ste@psmxy.org - date - 1204504960 - description - "English Etymology", from StarDict, for use with the "weDict" application. - hash - e681bb2f9583bb8a93346bb1aefbd7eb - location - http://repo.smxy.org/iphone-apps/zips/englishetymology-2.4.2-1.zip - maintainer - Ste - name - English Etymology - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/EnglishEtymology.dict - ~/Library/weDict/EnglishEtymology.idx - ~/Library/weDict/EnglishEtymology.idxc - - - update - - - RemovePath - /var/root/Library/weDict/EnglishEtymology.dict - /var/root/Library/weDict/EnglishEtymology.idx - /var/root/Library/weDict/EnglishEtymology.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 1787047 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.woaifayu-ef - category - Dictionaries - contact - ste@psmxy.org - date - 1204504970 - description - An "English-French dictionary", from StarDict, for use with the "weDict" application. - hash - e17a95324a0ab6a807a0776cf0fb8132 - location - http://repo.smxy.org/iphone-apps/zips/woaifayu_ef-2.4.2-1.zip - maintainer - Ste - name - English-French - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/woaifayu-ef.dict - ~/Library/weDict/woaifayu-ef.idx - ~/Library/weDict/woaifayu-ef.idxc - - - update - - - RemovePath - /var/root/Library/weDict/woaifayu-ef.dict - /var/root/Library/weDict/woaifayu-ef.idx - /var/root/Library/weDict/woaifayu-ef.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 781799 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.stardict_freedict_eng_deu - category - Dictionaries - contact - ste@psmxy.org - date - 1204504959 - description - An "English-German dictionary", from StarDict, for use with the "weDict" application. - hash - 1c1413eeb85fcf0196b652246b6b5153 - location - http://repo.smxy.org/iphone-apps/zips/stardict_freedict_eng_deu-2.4.2.zip - maintainer - Ste - name - English-German - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.freedict.de_eng-deu.dict - ~/Library/weDict/dictd_www.freedict.de_eng-deu.idx - ~/Library/weDict/dictd_www.freedict.de_eng-deu.idxc - - - update - - - RemovePath - ~/Library/weDict/dictd_www.freedict.de_eng-deu.dict - ~/Library/weDict/dictd_www.freedict.de_eng-deu.idx - ~/Library/weDict/dictd_www.freedict.de_eng-deu.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2163553 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php - version - 2.4.2 - - - bundleIdentifier - org.dict.www.jmdict-en-ja - category - Dictionaries - contact - ste@psmxy.org - date - 1204504964 - description - An "English-Japanese dictionary", from StarDict, for use with the "weDict" application. - hash - 1ca78ca982279e0ad4f6154fdf70c7ec - location - http://repo.smxy.org/iphone-apps/zips/jmdict_en_ja-2.4.2-1.zip - maintainer - Ste - name - English-Japanese - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/jmdict-en-ja.dict - ~/Library/weDict/jmdict-en-ja.idx - ~/Library/weDict/jmdict-en-ja.idxc - - - update - - - RemovePath - /var/root/Library/weDict/jmdict-en-ja.dict - /var/root/Library/weDict/jmdict-en-ja.idx - /var/root/Library/weDict/jmdict-en-ja.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2404082 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.foldoc - category - Dictionaries - contact - ste@psmxy.org - date - 1204504960 - description - "Free On-Line Dictionary of Computing", from StarDict, for use with the "weDict" application. - hash - a7cbde914f31a7c7baf7d7df48ee77e6 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_foldoc-2.4.2-1.zip - maintainer - Ste - name - FOLDOC - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_foldoc.dict - ~/Library/weDict/dictd_www.dict.org_foldoc.idx - ~/Library/weDict/dictd_www.dict.org_foldoc.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_foldoc.dict - /var/root/Library/weDict/dictd_www.dict.org_foldoc.idx - /var/root/Library/weDict/dictd_www.dict.org_foldoc.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2195366 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.woaifayu-fe - category - Dictionaries - contact - ste@psmxy.org - date - 1204504970 - description - An "French-English dictionary", from StarDict, for use with the "weDict" application. - hash - 56d7af18e9838e1aa37c6d648bb5bfaa - location - http://repo.smxy.org/iphone-apps/zips/woaifayu_fe-2.4.2-1.zip - maintainer - Ste - name - French-English - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/woaifayu-fe.dict - ~/Library/weDict/woaifayu-fe.idx - ~/Library/weDict/woaifayu-fe.idxc - - - update - - - RemovePath - /var/root/Library/weDict/woaifayu-fe.dict - /var/root/Library/weDict/woaifayu-fe.idx - /var/root/Library/weDict/woaifayu-fe.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 910643 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.gazetteer - category - Dictionaries - contact - ste@psmxy.org - date - 1204504961 - description - "U.S. Gazetteer (1990)", from StarDict, for use with the "weDict" application. - hash - 29a0763d1efc28133550107c470645a8 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_gazetteer-2.4.2-1.zip - maintainer - Ste - name - Gazetteer - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_gazetteer.dict - ~/Library/weDict/dictd_www.dict.org_gazetteer.idx - ~/Library/weDict/dictd_www.dict.org_gazetteer.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_gazetteer.dict - /var/root/Library/weDict/dictd_www.dict.org_gazetteer.idx - /var/root/Library/weDict/dictd_www.dict.org_gazetteer.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2115989 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.gazetteer2k-counties - category - Dictionaries - contact - ste@psmxy.org - date - 1204504961 - description - "U.S. Gazetteer Counties", from StarDict, for use with the "weDict" application. - hash - e022340f7f76c3f2c8087b167bd71e48 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_gazetteer2k-counties-2.4.2-1.zip - maintainer - Ste - name - Gazetteer2k-counties - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_gazetteer2k-counties.dict - ~/Library/weDict/dictd_www.dict.org_gazetteer2k-counties.idx - ~/Library/weDict/dictd_www.dict.org_gazetteer2k-counties.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_gazetteer2k-counties.dict - /var/root/Library/weDict/dictd_www.dict.org_gazetteer2k-counties.idx - /var/root/Library/weDict/dictd_www.dict.org_gazetteer2k-counties.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 439538 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.gazetteer2k-places - category - Dictionaries - contact - ste@psmxy.org - date - 1204504962 - description - "U.S. Gazetteer Places", from StarDict, for use with the "weDict" application. - hash - d7d73dc97ceeb7a2922f8d4c207ba80e - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_gazetteer2k-places-2.4.2-1.zip - maintainer - Ste - name - Gazetteer2k-places - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_gazetteer2k-places.dict - ~/Library/weDict/dictd_www.dict.org_gazetteer2k-places.idx - ~/Library/weDict/dictd_www.dict.org_gazetteer2k-places.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_gazetteer2k-places.dict - /var/root/Library/weDict/dictd_www.dict.org_gazetteer2k-places.idx - /var/root/Library/weDict/dictd_www.dict.org_gazetteer2k-places.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2516559 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.gazetteer2k-zips - category - Dictionaries - contact - ste@psmxy.org - date - 1204504962 - description - "U.S. Gazetteer Zip Code Tabulation Areas", from StarDict, for use with the "weDict" application. - hash - 35aa4615759a6fb98c8e81f08d77a910 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_gazetteer2k-zips-2.4.2-1.zip - maintainer - Ste - name - Gazetteer2k-zips - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_gazetteer2k-zips.dict - ~/Library/weDict/dictd_www.dict.org_gazetteer2k-zips.idx - ~/Library/weDict/dictd_www.dict.org_gazetteer2k-zips.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_gazetteer2k-zips.dict - /var/root/Library/weDict/dictd_www.dict.org_gazetteer2k-zips.idx - /var/root/Library/weDict/dictd_www.dict.org_gazetteer2k-zips.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2301619 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.stardict_freedict_deu_eng - category - Dictionaries - contact - ste@psmxy.org - date - 1204504956 - description - An "German-English dictionary", from StarDict, for use with the "weDict" application. - hash - 8d11a719218f201958d90f8a8466a517 - location - http://repo.smxy.org/iphone-apps/zips/stardict_freedict_deu_eng-2.4.2.zip - maintainer - Ste - name - German-English - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.freedict.de_deu-eng.dict - ~/Library/weDict/dictd_www.freedict.de_deu-eng.idx - ~/Library/weDict/dictd_www.freedict.de_deu-eng.idxc - - - update - - - RemovePath - ~/Library/weDict/dictd_www.freedict.de_deu-eng.dict - ~/Library/weDict/dictd_www.freedict.de_deu-eng.idx - ~/Library/weDict/dictd_www.freedict.de_deu-eng.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2080020 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php - version - 2.4.2 - - - bundleIdentifier - org.dict.www.hitchcock - category - Dictionaries - contact - ste@psmxy.org - date - 1204504963 - description - "Hitchcock's Bible Names Dictionary", from StarDict, for use with the "weDict" application. - hash - eb945e6793079c4603c398ce13fd479b - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_hitchcock-2.4.2-1.zip - maintainer - Ste - name - Hitchcock - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_hitchcock.dict - ~/Library/weDict/dictd_www.dict.org_hitchcock.idx - ~/Library/weDict/dictd_www.dict.org_hitchcock.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_hitchcock.dict - /var/root/Library/weDict/dictd_www.dict.org_hitchcock.idx - /var/root/Library/weDict/dictd_www.dict.org_hitchcock.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 54120 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.jmdict-ja-en - category - Dictionaries - contact - ste@psmxy.org - date - 1204504965 - description - An "Japenese-English dictionary", from StarDict, for use with the "weDict" application. - hash - 9c9bde3ed94ef85a3b3eaea11ae9de09 - location - http://repo.smxy.org/iphone-apps/zips/jmdict_ja_en-2.4.2-1.zip - maintainer - Ste - name - Japanese-English - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/jmdict-ja-en.dict - ~/Library/weDict/jmdict-ja-en.idx - ~/Library/weDict/jmdict-ja-en.idxc - - - update - - - RemovePath - /var/root/Library/weDict/jmdict-ja-en.dict - /var/root/Library/weDict/jmdict-ja-en.idx - /var/root/Library/weDict/jmdict-ja-en.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 4090312 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.jargon - category - Dictionaries - contact - ste@psmxy.org - date - 1204504964 - description - "Jargon File", from StarDict, for use with the "weDict" application. - hash - 9ac93632e0c965eb518d903e74146a95 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_jargon-2.4.2-1.zip - maintainer - Ste - name - Jargon - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_jargon.dict - ~/Library/weDict/dictd_www.dict.org_jargon.idx - ~/Library/weDict/dictd_www.dict.org_jargon.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_jargon.dict - /var/root/Library/weDict/dictd_www.dict.org_jargon.idx - /var/root/Library/weDict/dictd_www.dict.org_jargon.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 628000 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.longman - category - Dictionaries - contact - ste@psmxy.org - date - 1204504965 - description - "Longman Dictionary of Contemporary English", from StarDict, for use with the "weDict" application. - hash - 2c3f165a164772418659d01d26c184ec - location - http://repo.smxy.org/iphone-apps/zips/longman-2.4.2-1.zip - maintainer - Ste - name - Longman - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/longman.dict - ~/Library/weDict/longman.idx - ~/Library/weDict/longman.idxc - - - update - - - RemovePath - /var/root/Library/weDict/longman.dict - /var/root/Library/weDict/longman.idx - /var/root/Library/weDict/longman.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 6010502 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.merriam-webster - category - Dictionaries - contact - ste@psmxy.org - date - 1204504966 - description - "Merriam-Webster 10th dictionary", from StarDict, for use with the "weDict" application. - hash - 2f01f29cb24abef66aaa165b2207d054 - location - http://repo.smxy.org/iphone-apps/zips/merriam-webster-2.4.2-1.zip - maintainer - Ste - name - Merriam-Webster - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/merriam-webster.dict - ~/Library/weDict/merriam-webster.idx - ~/Library/weDict/merriam-webster.idxc - - - update - - - RemovePath - /var/root/Library/weDict/merriam-webster.dict - /var/root/Library/weDict/merriam-webster.idx - /var/root/Library/weDict/merriam-webster.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2368358 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.moby-thesaurus - category - Dictionaries - contact - ste@psmxy.org - date - 1204504966 - description - "Moby Thesaurus II", from StarDict, for use with the "weDict" application. - hash - 419e141219f5c57cec35b9653cd97a46 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_moby-thesaurus-2.4.2-1.zip - maintainer - Ste - name - Moby-thesaurus - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_moby-thesaurus.dict - ~/Library/weDict/dictd_www.dict.org_moby-thesaurus.idx - ~/Library/weDict/dictd_www.dict.org_moby-thesaurus.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_moby-thesaurus.dict - /var/root/Library/weDict/dictd_www.dict.org_moby-thesaurus.idx - /var/root/Library/weDict/dictd_www.dict.org_moby-thesaurus.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 10559454 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.oald - category - Dictionaries - contact - ste@psmxy.org - date - 1204504967 - description - "Oxford Advanced Learner's Dictionary", from StarDict, for use with the "weDict" application. - hash - 6fde1ef5a0795498ae9432da7dd0e52b - location - http://repo.smxy.org/iphone-apps/zips/oald-2.4.2-1.zip - maintainer - Ste - name - OALD - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/oald.dict - ~/Library/weDict/oald.idx - ~/Library/weDict/oald.idxc - - - update - - - RemovePath - /var/root/Library/weDict/oald.dict - /var/root/Library/weDict/oald.idx - /var/root/Library/weDict/oald.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 4423075 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.oxford_collocations - category - Dictionaries - contact - ste@psmxy.org - date - 1204504967 - description - "Oxford English Collocation Dictionary", from StarDict, for use with the "weDict" application. - hash - e752c65eb3c73bfac1f5f0926a7a9ab7 - location - http://repo.smxy.org/iphone-apps/zips/oxford_collocations-2.4.2-1.zip - maintainer - Ste - name - Oxford Collocations - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/oxford_collocations.dict - ~/Library/weDict/oxford_collocations.idx - ~/Library/weDict/oxford_collocations.idxc - - - update - - - RemovePath - /var/root/Library/weDict/oxford_collocations.dict - /var/root/Library/weDict/oxford_collocations.idx - /var/root/Library/weDict/oxford_collocations.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 1867553 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.thesaurus-ee - category - Dictionaries - contact - ste@psmxy.org - date - 1204504968 - description - "English Thesaurus", from StarDict, for use with the "weDict" application. - hash - c6997261f89e91aad719d7b3cc1331ea - location - http://repo.smxy.org/iphone-apps/zips/thesaurus-ee-2.4.2-1.zip - maintainer - Ste - name - Thesaurus-ee - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/thesaurus-ee.dict - ~/Library/weDict/thesaurus-ee.idx - ~/Library/weDict/thesaurus-ee.idxc - - - update - - - RemovePath - /var/root/Library/weDict/thesaurus-ee.dict - /var/root/Library/weDict/thesaurus-ee.idx - /var/root/Library/weDict/thesaurus-ee.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2037461 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.tts-a - category - Dictionaries - contact - ste@psmxy.org - date - 1205022770 - description - English pronunciation sound files, for "weDict". - hash - 769d2dce60fd4aabbfa7103daf2d99cb - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_a-1.0.zip - maintainer - Ste - name - TTS-A - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/a - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/a - - - CopyPath - weDict - ~/Library/weDict - - - - size - 8126356 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0-1 - - - bundleIdentifier - org.dict.www.tts-b - category - Dictionaries - contact - ste@psmxy.org - date - 1205022771 - description - English pronunciation sound files, for "weDict". - hash - 07a242f19535f65f1bf2334dd3f882cb - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_b-1.0.zip - maintainer - Ste - name - TTS-B - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/b - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/b - - - CopyPath - weDict - ~/Library/weDict - - - - size - 4082862 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-c - category - Dictionaries - contact - ste@psmxy.org - date - 1205022771 - description - English pronunciation sound files, for "weDict". - hash - 99376e24071114acb7859ddd816154b1 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_c-1.0.zip - maintainer - Ste - name - TTS-C - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/c - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/c - - - CopyPath - weDict - ~/Library/weDict - - - - size - 10211353 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-d - category - Dictionaries - contact - ste@psmxy.org - date - 1205022772 - description - English pronunciation sound files, for "weDict". - hash - be5c93a3b2c3fef7a1da3c476211c28c - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_d-1.0.zip - maintainer - Ste - name - TTS-D - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/d - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/d - - - CopyPath - weDict - ~/Library/weDict - - - - size - 7668318 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-e - category - Dictionaries - contact - ste@psmxy.org - date - 1205022772 - description - English pronunciation sound files, for "weDict". - hash - 4096a0bf36a673bd5727e955d7cecc6e - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_e-1.0.zip - maintainer - Ste - name - TTS-E - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/e - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/e - - - CopyPath - weDict - ~/Library/weDict - - - - size - 6410646 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-f - category - Dictionaries - contact - ste@psmxy.org - date - 1205022773 - description - English pronunciation sound files, for "weDict". - hash - f02a859e86441a9a78b7484fcb7074b6 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_f-1.0.zip - maintainer - Ste - name - TTS-F - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/f - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/f - - - CopyPath - weDict - ~/Library/weDict - - - - size - 4658712 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-g - category - Dictionaries - contact - ste@psmxy.org - date - 1205022773 - description - English pronunciation sound files, for "weDict". - hash - 7685e4751972a08abdce6f57af3513f3 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_g-1.0.zip - maintainer - Ste - name - TTS-G - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/g - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/g - - - CopyPath - weDict - ~/Library/weDict - - - - size - 3238107 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-h - category - Dictionaries - contact - ste@psmxy.org - date - 1205022774 - description - English pronunciation sound files, for "weDict". - hash - f5faedb3e4a3381b75f80bfe1c474434 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_h-1.0.zip - maintainer - Ste - name - TTS-H - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/h - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/h - - - CopyPath - weDict - ~/Library/weDict - - - - size - 3767722 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-i - category - Dictionaries - contact - ste@psmxy.org - date - 1205022774 - description - English pronunciation sound files, for "weDict". - hash - 3f8c37059cd44a5b0673cf1329f72c94 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_i-1.0.zip - maintainer - Ste - name - TTS-I - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/i - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/i - - - CopyPath - weDict - ~/Library/weDict - - - - size - 8064051 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-j - category - Dictionaries - contact - ste@psmxy.org - date - 1205022774 - description - English pronunciation sound files, for "weDict". - hash - 8e7f3856f3260bf8c8415d7cea3125a1 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_j-1.0.zip - maintainer - Ste - name - TTS-J - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/j - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/j - - - CopyPath - weDict - ~/Library/weDict - - - - size - 798366 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-k - category - Dictionaries - contact - ste@psmxy.org - date - 1205022775 - description - English pronunciation sound files, for "weDict". - hash - 75c7bd2a98f6ba8af0e25768b5d41dd7 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_k-1.0.zip - maintainer - Ste - name - TTS-K - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/k - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/k - - - CopyPath - weDict - ~/Library/weDict - - - - size - 451450 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-l - category - Dictionaries - contact - ste@psmxy.org - date - 1205022775 - description - English pronunciation sound files, for "weDict". - hash - 09bd44cf319c7e24654ce4c18ef70d5f - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_l-1.0.zip - maintainer - Ste - name - TTS-L - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/l - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/l - - - CopyPath - weDict - ~/Library/weDict - - - - size - 3259323 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-m - category - Dictionaries - contact - ste@psmxy.org - date - 1205022776 - description - English pronunciation sound files, for "weDict". - hash - 01e5692b12111d02763821dabe268153 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_m-1.0.zip - maintainer - Ste - name - TTS-M - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/m - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/m - - - CopyPath - weDict - ~/Library/weDict - - - - size - 5978905 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-n - category - Dictionaries - contact - ste@psmxy.org - date - 1205022776 - description - English pronunciation sound files, for "weDict". - hash - 4a65344b6b64a5b64316ae4c6748835d - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_n-1.0.zip - maintainer - Ste - name - TTS-N - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/n - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/n - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2255706 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-o - category - Dictionaries - contact - ste@psmxy.org - date - 1205022777 - description - English pronunciation sound files, for "weDict". - hash - bd84927587a2e00181458789c80e70b6 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_o-1.0.zip - maintainer - Ste - name - TTS-O - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/o - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/o - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2707697 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-p - category - Dictionaries - contact - ste@psmxy.org - date - 1205022777 - description - English pronunciation sound files, for "weDict". - hash - dadf8e1b07dd557626374dad6e00dc5a - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_p-1.0.zip - maintainer - Ste - name - TTS-P - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/p - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/p - - - CopyPath - weDict - ~/Library/weDict - - - - size - 9978716 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-q - category - Dictionaries - contact - ste@psmxy.org - date - 1205022778 - description - English pronunciation sound files, for "weDict". - hash - 6a7eaae4ef4ae9953f3f84268461776c - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_q-1.0.zip - maintainer - Ste - name - TTS-Q - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/q - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/q - - - CopyPath - weDict - ~/Library/weDict - - - - size - 534061 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-r - category - Dictionaries - contact - ste@psmxy.org - date - 1205022778 - description - English pronunciation sound files, for "weDict". - hash - 22fcd3d422de3fee2ef3164a346e415f - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_r-1.0.zip - maintainer - Ste - name - TTS-R - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/r - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/r - - - CopyPath - weDict - ~/Library/weDict - - - - size - 6256727 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-s - category - Dictionaries - contact - ste@psmxy.org - date - 1205022779 - description - English pronunciation sound files, for "weDict". - hash - e277bd071cafce2bbd496ac1ced5d87a - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_s-1.0.zip - maintainer - Ste - name - TTS-S - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/s - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/s - - - CopyPath - weDict - ~/Library/weDict - - - - size - 12864065 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-t - category - Dictionaries - contact - ste@psmxy.org - date - 1205022779 - description - English pronunciation sound files, for "weDict". - hash - 827c0211713af6c558e002d6a523147f - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_t-1.0.zip - maintainer - Ste - name - TTS-T - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/t - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/t - - - CopyPath - weDict - ~/Library/weDict - - - - size - 5312981 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-u - category - Dictionaries - contact - ste@psmxy.org - date - 1205022779 - description - English pronunciation sound files, for "weDict". - hash - c26fd482825938a4adc323f63aebad81 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_u-1.0.zip - maintainer - Ste - name - TTS-U - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/u - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/u - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2540586 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-v - category - Dictionaries - contact - ste@psmxy.org - date - 1205022780 - description - English pronunciation sound files, for "weDict". - hash - b0e6e6a225ca95a69010547b908d3409 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_v-1.0.zip - maintainer - Ste - name - TTS-V - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/v - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/v - - - CopyPath - weDict - ~/Library/weDict - - - - size - 2126894 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-w - category - Dictionaries - contact - ste@psmxy.org - date - 1205022780 - description - English pronunciation sound files, for "weDict". - hash - e54b45873481830505a99436bf0804a1 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_w-1.0.zip - maintainer - Ste - name - TTS-W - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/w - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/w - - - CopyPath - weDict - ~/Library/weDict - - - - size - 1871131 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-x - category - Dictionaries - contact - ste@psmxy.org - date - 1205022781 - description - English pronunciation sound files, for "weDict". - hash - 7e0df52716400e856914c10da27a1717 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_x-1.0.zip - maintainer - Ste - name - TTS-X - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/x - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/x - - - CopyPath - weDict - ~/Library/weDict - - - - size - 41075 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-y - category - Dictionaries - contact - ste@psmxy.org - date - 1205022781 - description - English pronunciation sound files, for "weDict". - hash - 01768d06d99d1b797db5d5f7e691793a - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_y-1.0.zip - maintainer - Ste - name - TTS-Y - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/y - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/y - - - CopyPath - weDict - ~/Library/weDict - - - - size - 159723 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.tts-z - category - Dictionaries - contact - ste@psmxy.org - date - 1205022782 - description - English pronunciation sound files, for "weDict". - hash - ee0fbda1c19daf039650467f4c8ed124 - location - http://repo.smxy.org/iphone-apps/zips/WyabdcRealPeopleTTS_z-1.0.zip - maintainer - Ste - name - TTS-Z - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/z - - - update - - - RemovePath - ~/Library/weDict/WyabdcRealPeopleTTS/z - - - CopyPath - weDict - ~/Library/weDict - - - - size - 112851 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/project/showfiles.php?group_id=80679&package_id=83468 - version - 1.0 - - - bundleIdentifier - org.dict.www.vera - category - Dictionaries - contact - ste@psmxy.org - date - 1204504968 - description - "Virtual Entity of Relevant Acronyms", from StarDict, for use with the "weDict" application. - hash - ee921a807cf52557c53671e3dbadb9bf - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_vera-2.4.2-1.zip - maintainer - Ste - name - VERA - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_vera.dict - ~/Library/weDict/dictd_www.dict.org_vera.idx - ~/Library/weDict/dictd_www.dict.org_vera.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_vera.dict - /var/root/Library/weDict/dictd_www.dict.org_vera.idx - /var/root/Library/weDict/dictd_www.dict.org_vera.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 200845 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.web1913 - category - Dictionaries - contact - ste@psmxy.org - date - 1204504969 - description - "Webster's Revised Unabridged Dictionary (1913)", from StarDict, for use with the "weDict" application. - hash - 5fb0d9bb0095c92a1d05fa45af25b129 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_web1913-2.4.2-1.zip - maintainer - Ste - name - Web1913 - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_web1913.dict - ~/Library/weDict/dictd_www.dict.org_web1913.idx - ~/Library/weDict/dictd_www.dict.org_web1913.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_web1913.dict - /var/root/Library/weDict/dictd_www.dict.org_web1913.idx - /var/root/Library/weDict/dictd_www.dict.org_web1913.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 25713912 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - org.dict.www.wn - category - Dictionaries - contact - ste@psmxy.org - date - 1204504969 - description - "WordNet", from StarDict, for use with the "weDict" application. - hash - ab441d26ac10cff75ba94ac9cf89b575 - location - http://repo.smxy.org/iphone-apps/zips/dictd_www.dict.org_wn-2.4.2-1.zip - maintainer - Ste - name - WordNet - scripts - - install - - - CopyPath - weDict - ~/Library/weDict - - - uninstall - - - RemovePath - ~/Library/weDict/dictd_www.dict.org_wn.dict - ~/Library/weDict/dictd_www.dict.org_wn.idx - ~/Library/weDict/dictd_www.dict.org_wn.idxc - - - update - - - RemovePath - /var/root/Library/weDict/dictd_www.dict.org_wn.dict - /var/root/Library/weDict/dictd_www.dict.org_wn.idx - /var/root/Library/weDict/dictd_www.dict.org_wn.idxc - - - CopyPath - weDict - ~/Library/weDict - - - - size - 10199480 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php - version - 2.4.2-1 - - - bundleIdentifier - com.zacharybrewstergeisz.books.taosh - category - eBooks - contact - ste@psmxy.org - date - 1204504979 - description - An eBook for use with the "Books" application. - hash - 70611d13d3bb6c75d181b6f39bec4c06 - location - http://repo.smxy.org/iphone-apps/zips/taosh-1.0.zip - maintainer - Ste - name - Adv. of Sherlock Holmes - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Adv. of Sherlock Holmes - - - update - - - RemovePath - /var/root/Media/EBooks/Adv. of Sherlock Holmes - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 254572 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphoneebooks/ - version - 1.0 - - - bundleIdentifier - net.shoesforindustry.lopiverse - category - eBooks - contact - ebooks@shoesforindustry.net - date - 1204504972 - description - A collection of ebooks by A.J. Hall. Two full length novels and several short stories. - hash - 2d35c820982d5ac55c304428b4d8180e - location - http://repo.smxy.org/iphone-apps/zips/ajhall-0.1.zip - maintainer - Russ Baldwin - name - AJ Hall Collection - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/AJ Hall Collection - - - update - - - RemovePath - /var/root/Media/EBooks/AJ Hall Collection - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 1829552 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.lopiverse.shoesforindustry.net/ - version - 0.1-1 - - - bundleIdentifier - za.org.spirituality.an_uncommon_spiritual_path - category - eBooks - contact - lizerazu@gmail.com - date - 1204504972 - description - An eBook, by Dr. Dion A. Forster, for use with the "Books" application. - hash - 2343f7cbc8be3126ba273a256178f778 - location - http://repo.smxy.org/iphone-apps/zips/ausp-1.0.zip - maintainer - Lizerazu - name - An uncommon ... - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/An uncommon ... - - - update - - - RemovePath - /var/root/Media/EBooks/An uncommon ... - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 199617 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.spirituality.org.za/products/Site/Books.html - version - 1.0 - - - bundleIdentifier - com.zacharybrewstergeisz.books.taobf - category - eBooks - contact - ste@psmxy.org - date - 1204504979 - description - An eBook for use with the "Books" application. - hash - b7be86d3d3a6e4d0e8168103b5e9db63 - location - http://repo.smxy.org/iphone-apps/zips/taobf-1.0-2.zip - maintainer - Ste - name - Autobio. of Ben Frankin - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - preflight - - - If - - - InstalledPackage - com.googlecode.iphone-scriptures.taobf - - - - - AbortOperation - You must uninstall this eBook's previous version before installing this package. - - - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Autobio. of Ben Franklin - - - update - - - RemovePath - /var/root/Media/EBooks/Autobio. of Ben Franklin - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 4525587 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphoneebooks/ - version - 1.0-2 - - - bundleIdentifier - ebook.bgaii - category - eBooks - contact - ste@psmxy.org - date - 1204504973 - description - An eBook for use with "Books". - hash - 8826d89844cb767777b4e3bcc02ca08b - location - http://repo.smxy.org/iphone-apps/zips/bgaii-1.0.zip - maintainer - Ste - name - Bhagavad Gita As It Is - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Bhagavad Gita As It Is - - - update - - - RemovePath - /var/root/Media/EBooks/Bhagavad Gita As It Is - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 2015066 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphoneebooks/ - version - 1.0 - - - bundleIdentifier - com.glassicstyle.books.kjv - category - eBooks - contact - ste@psmxy.org - date - 1204504976 - description - An eBook for use with the "Books" application. - hash - c3ddefbb3ba29c1977a7590315c25c35 - location - http://repo.smxy.org/iphone-apps/zips/kjv-2.0.zip - maintainer - Ste - name - Bible - King James Version - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/King James Version - - - update - - - RemovePath - /var/root/Media/EBooks/King James Version - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 2509485 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphoneebooks/ - version - 2.0 - - - bundleIdentifier - com.googlecode.iphone-scriptures.bkjv - category - eBooks - contact - ste@psmxy.org - date - 1204504974 - description - An eBook for use with the "Books" application. - hash - 807e7b72d5aa9c80572c891665a50da2 - location - http://repo.smxy.org/iphone-apps/zips/bkjv-1.0.zip - maintainer - Ste - name - Bible - KJV - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Bible KJV - - - update - - - RemovePath - /var/root/Media/EBooks/Bible KJV - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 2079035 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphone-scriptures/ - version - 1.0 - - - bundleIdentifier - com.googlecode.iphone-scriptures.bom - category - eBooks - contact - ste@psmxy.org - date - 1204504974 - description - An eBook for use with the "Books" application. - hash - b53d4140370d4717ebc395cae145278f - location - http://repo.smxy.org/iphone-apps/zips/bom-1.0.zip - maintainer - Ste - name - Book of Mormon - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Book of Mormon - - - update - - - RemovePath - /var/root/Media/EBooks/Book of Mormon - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 623016 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphone-scriptures/ - version - 1.0 - - - bundleIdentifier - com.google.code.bussola.bhb - category - eBooks - contact - bussolaholybible@gmail.com - date - 1204504973 - description - The Holy Bible in Portuguese and English versions by Rodrigo Prota (use with "Books" app). - hash - c5e63c630e49c7fb3fa86721a8ae1048 - location - http://repo.smxy.org/iphone-apps/zips/bhb-1.0.zip - maintainer - BHB - name - Bussola Holy Bible - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Bussola Holy Bible - - - update - - - RemovePath - /var/root/Media/EBooks/Bussola Holy Bible - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 5877727 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/bussola/ - version - 1.0 - - - bundleIdentifier - org.lizerazu.blog.down_and_out_in_the_magic_kingdom - category - eBooks - contact - lizerazu@gmail.com - date - 1204504975 - description - An eBook, by Cory Doctorow, for use with the "Books" application. - hash - 5ecd50222588d394b34792a24d9ce579 - location - http://repo.smxy.org/iphone-apps/zips/domk-1.0.zip - maintainer - Lizerazu - name - Down and Out ... - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Down and Out ... - - - update - - - RemovePath - /var/root/Media/EBooks/Down and Out ... - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 139724 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.lizerazu.org/?p=10 - version - 1.0 - - - bundleIdentifier - org.lizerazu.blog.eastern_standard_tribe - category - eBooks - contact - lizerazu@gmail.com - date - 1204504975 - description - An eBook, by Cory Doctorow, for use with the "Books" application. - hash - 341d12488df30c1d9541283b5e48bab6 - location - http://repo.smxy.org/iphone-apps/zips/est-1.0.zip - maintainer - Lizerazu - name - Eastern Standard Tribe - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Eastern Standard Tribe - - - update - - - RemovePath - /var/root/Media/EBooks/Eastern Standard Tribe - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 152440 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.lizerazu.org/?p=10 - version - 1.0 - - - bundleIdentifier - cc.free-culture.www.fc - category - eBooks - contact - ste@psmxy.org - date - 1204504976 - description - By Lawrence Lessig. An eBook for use with "Books". - hash - 3da07844a77f6704d4de4aa401944ad4 - location - http://repo.smxy.org/iphone-apps/zips/fc-1.0.zip - maintainer - Ste - name - Free Culture - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - preflight - - - Notice - Released under a Creative Commons Attribution-NonCommercial license. - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Free Culture - - - update - - - RemovePath - /var/root/Media/EBooks/Free Culture - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 1391905 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.free-culture.cc - version - 1.0 - - - bundleIdentifier - john.stuart.mill.onliberty - category - eBooks - contact - rtweston@gmail.com - date - 1204504977 - description - Written by John Stuart Mill. - hash - 94fa7fc1eb8ddafe3ae5a26858055cb8 - location - http://repo.smxy.org/iphone-apps/zips/onliberty-1.0.zip - maintainer - Robert Weston - name - On Liberty - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/OnLiberty - - - update - - - RemovePath - /var/root/Media/EBooks/OnLiberty - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 109454 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - version - 1.0 - - - bundleIdentifier - com.zacharybrewstergeisz.books.otoos - category - eBooks - contact - ste@psmxy.org - date - 1204504977 - description - An eBook for use with the "Books" application. - hash - 3ddb2a869f5e5f206cf4c441f553b032 - location - http://repo.smxy.org/iphone-apps/zips/otoos-1.0.zip - maintainer - Ste - name - On the Origin of Species - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/On the Origin of Species - - - update - - - RemovePath - /var/root/Media/EBooks/On the Origin of Species - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 373382 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphoneebooks/ - version - 1.0 - - - bundleIdentifier - joshuaklein.books.rood - category - eBooks - contact - ste@psmxy.org - date - 1204504978 - description - An eBook for use with the "Books" application. - hash - ee97d4c6ba8769d04c1be7da5c9fb3a6 - location - http://repo.smxy.org/iphone-apps/zips/rood-1.0.zip - maintainer - Ste - name - Roo'd - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Roo'd - - - update - - - RemovePath - /var/root/Media/EBooks/Roo'd - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 334306 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphoneebooks/ - version - 1.0 - - - bundleIdentifier - org.lizerazu.blog.someone_comes_to_town - category - eBooks - contact - lizerazu@gmail.com - date - 1204504978 - description - An eBook, by Cory Doctorow, for use with the "Books" application. - hash - 2a9880fccfd9e96b4fef9a25843cd16a - location - http://repo.smxy.org/iphone-apps/zips/sctt-1.0.zip - maintainer - Lizerazu - name - Someone Comes to Town - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/Someone Comes to Town - - - update - - - RemovePath - /var/root/Media/EBooks/Someone Comes to Town - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 340478 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.lizerazu.org/?p=10 - version - 1.0 - - - bundleIdentifier - com.zacharybrewstergeisz.books.tarzan - category - eBooks - contact - ste@psmxy.org - date - 1204504980 - description - An eBook for use with the "Books" application. - hash - 238dfca0c3b1770ad50b5fbf66790942 - location - http://repo.smxy.org/iphone-apps/zips/tarzanebook-1.0.zip - maintainer - Ste - name - Tarzan of the Apes - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/TarzanOfTheApes - - - update - - - RemovePath - /var/root/Media/EBooks/TarzanOfTheApes - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 226114 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphoneebooks/ - version - 1.0 - - - bundleIdentifier - chris.nordberg.books.thl - category - eBooks - contact - chris@nordberg.co.uk - date - 1204504980 - description - An eBook for use with the "Books" application. - hash - 488155c99569b3fa0b328d6d2ec940b0 - location - http://repo.smxy.org/iphone-apps/zips/thl-1.0.zip - maintainer - Chris Nordberg - name - The Hidden Layer - scripts - - install - - - CopyPath - EBooks - /var/root/Media/EBooks - - - uninstall - - - RemovePath - /var/root/Media/EBooks/The Hidden Layer - - - update - - - RemovePath - /var/root/Media/The Hidden Layer - - - CopyPath - EBooks - /var/root/Media/EBooks - - - - size - 366943 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.nordberg.co.uk/TheHiddenLayer/ - version - 1.0 - - - bundleIdentifier - com.googlecode.iflashcards.gre-vocab - category - Flashcards - contact - ste@psmxy.org - date - 1204504981 - description - GRE Vocabulary flashcards, for use with the "iStudy" application. - hash - 5c34b9cc8c61d832f89b2212ebcede67 - location - http://repo.smxy.org/iphone-apps/zips/gre-vocab-0.01.zip - maintainer - Ste - name - GRE Vocabulary - scripts - - install - - - CopyPath - GRE-Vocab - /var/root/Library/iFlashCards/GRE-Vocab - - - uninstall - - - RemovePath - /var/root/Library/iFlashCards/GRE-Vocab - - - update - - - RemovePath - /var/root/Library/iFlashCards/GRE-Vocab - - - CopyPath - GRE-Vocab - /var/root/Library/iFlashCards/GRE-Vocab - - - - size - 2759 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iflashcards/ - version - 0.01 - - - bundleIdentifier - com.googlecode.iflashcards.greek - category - Flashcards - contact - stealth1029@yahoo.com - date - 1204504981 - description - Greek alphabet flashcards, for use with the "iStudy" application. - hash - 4d2094aff480fc3dcd005722d387925a - location - http://repo.smxy.org/iphone-apps/zips/greek-0.01.zip - maintainer - Otto Gonzalez - name - Greek Alphabet - scripts - - install - - - CopyPath - Greek - /var/root/Library/iFlashCards/Greek - - - uninstall - - - RemovePath - /var/root/Library/iFlashCards/Greek - - - - size - 654 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/istudy/ - version - 0.01 - - - bundleIdentifier - com.googlecode.iflashcards.japanese - category - Flashcards - contact - ste@psmxy.org - date - 1204504982 - description - Japanese Hiragana and Katakana character flashcards, for use with the "iStudy" application. - hash - 188986c677fb69bb9eecec417c967512 - location - http://repo.smxy.org/iphone-apps/zips/japanese-0.01.zip - maintainer - Ste - name - Japanese Characters - scripts - - install - - - CopyPath - Hiragana - /var/root/Library/iFlashCards/Hiragana - - - CopyPath - Katakana - /var/root/Library/iFlashCards/Katakana - - - uninstall - - - RemovePath - /var/root/Library/iFlashCards/Hiragana - - - RemovePath - /var/root/Library/iFlashCards/Katakana - - - - size - 1931 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://rpmdesignfactory.com/flashcards.php - version - 0.01 - - - bundleIdentifier - com.googlecode.iflashcards.je_edict_fc - category - Flashcards - contact - ste@psmxy.org - date - 1204504982 - description - Four Japanese/English flashcard sets for use with the "iStudy" application. - hash - 8854228f5b77c9a7e098a83da088b69c - location - http://repo.smxy.org/iphone-apps/zips/je_edict_fc-0.01.zip - maintainer - Ste - name - Japanese-English - scripts - - install - - - CopyPath - JE-a-499 - /var/root/Library/iFlashCards/JE-a-499 - - - CopyPath - JE-n-499 - /var/root/Library/iFlashCards/JE-n-499 - - - CopyPath - JE-r-499 - /var/root/Library/iFlashCards/JE-r-499 - - - CopyPath - JE-v-499 - /var/root/Library/iFlashCards/JE-v-499 - - - uninstall - - - RemovePath - /var/root/Library/iFlashCards/JE-a-499 - /var/root/Library/iFlashCards/JE-n-499 - /var/root/Library/iFlashCards/JE-r-499 - /var/root/Library/iFlashCards/JE-v-499 - - - - size - 56694 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/istudy/ - version - 0.01 - - - bundleIdentifier - com.googlecode.iflashcards.korean-hangul - category - Flashcards - contact - ste@psmxy.org - date - 1204504983 - description - Korean Hangul character flashcards, for use with the "iStudy" application. - hash - 085d887a169cf37a6e19c64b2e29da52 - location - http://repo.smxy.org/iphone-apps/zips/korean-hangul-0.01.zip - maintainer - Ste - name - Korean Characters - scripts - - install - - - CopyPath - Hangul - /var/root/Library/iFlashCards/Hangul - - - uninstall - - - RemovePath - /var/root/Library/iFlashCards/Hangul - - - - size - 656 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://rpmdesignfactory.com/flashcards.php - version - 0.01 - - - bundleIdentifier - net.metaatem.15_puzzle - category - Games - contact - ste@psmxy.org - date - 1204702925 - description - A twisted sliding puzzle. Tilt your iPhone to move pieces. New: smoother input and a new look. - hash - acead18ca07de2c7943876df164b8e30 - location - http://repo.smxy.org/iphone-apps/zips/15-1.1.1b.zip - maintainer - Ste - name - 15 - restartSpringBoard - - scripts - - install - - - InstallApp - 15.app - - - uninstall - - - UninstallApp - 15.app - - - update - - - UninstallApp - 15.app - - - InstallApp - 15.app - - - - size - 142075 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://15.metaatem.net/ - version - 1.1.1b - - - bundleIdentifier - com.soneso.iphone.4balls - category - Games - contact - soneso@mac.com - date - 1204702926 - description - Put 4 balls straight. - hash - 11917d1e9d9a440c8027b4dc53440e39 - location - http://repo.smxy.org/iphone-apps/zips/4balls-1.4.zip - maintainer - Chris - name - 4Balls - restartSpringBoard - - scripts - - install - - - InstallApp - 4Balls.app - - - uninstall - - - UninstallApp - 4Balls.app - - - update - - - UninstallApp - 4Balls.app - - - InstallApp - 4Balls.app - - - - size - 80173 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.soneso.com/ - version - 1.4 - - - bundleIdentifier - com.jason.aquarium - category - Games - contact - ste@psmxy.org - date - 1204702926 - description - Game. - hash - 26e7e813da69ebfce6857bf37fa3c8f8 - location - http://repo.smxy.org/iphone-apps/zips/aquarium-1.0.0.zip - maintainer - Ste - name - Aquarium - scripts - - install - - - InstallApp - Aquarium.app - - - uninstall - - - UninstallApp - Aquarium.app - - - update - - - UninstallApp - Aquarium.app - - - InstallApp - Aquarium.app - - - - size - 420123 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://jasonmerchant.com/iphone.php - version - 1.0.0 - - - bundleIdentifier - com.adikus.backgammon - category - Games - contact - backgammon.iphone@gmail.com - date - 1207788259 - description - The classic game. - hash - 4831317e36fd79132a211898485ba22e - location - http://repo.smxy.org/iphone-apps/zips/backgammon-2.4.1.zip - maintainer - Adalat Nasibov - name - Backgammon - restartSpringBoard - - scripts - - install - - - InstallApp - Backgammon.app - - - uninstall - - - UninstallApp - Backgammon.app - - - update - - - UninstallApp - Backgammon.app - - - InstallApp - Backgammon.app - - - - size - 299664 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.adikus.com/ - version - 2.4.1 - - - bundleIdentifier - com.soneso.iphone.ballfight - category - Games - contact - soneso@mac.com - date - 1204702926 - description - Drag your balls to hit your opponent's. - hash - ab9ab8d851b31794ff22084da2c2915e - location - http://repo.smxy.org/iphone-apps/zips/ballfight-1.0.zip - maintainer - Chris - name - BallFight - restartSpringBoard - - scripts - - install - - - InstallApp - BallFight.app - - - uninstall - - - UninstallApp - BallFight.app - - - update - - - UninstallApp - BallFight.app - - - InstallApp - BallFight.app - - - - size - 335290 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.soneso.com/ - version - 1.0 - - - bundleIdentifier - com.grudgnor.Balls - category - Games - contact - ste@psmxy.org - date - 1204702927 - description - An acelerometer-based demo game. - hash - 5c17b3ed95ffbc72b98901e526b34b5e - location - http://repo.smxy.org/iphone-apps/zips/balls-0.02.zip - maintainer - Ste - name - Balls - restartSpringBoard - - scripts - - install - - - InstallApp - Balls.app - - - uninstall - - - UninstallApp - Balls.app - - - update - - - UninstallApp - Balls.app - - - InstallApp - Balls.app - - - - size - 14051 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.medallia.com/2007/08/fun_with_the_iphone_accelerome.html - version - 0.02 - - - bundleIdentifier - com.soneso.iphone.blockpuzzle - category - Games - contact - soneso@mac.com - date - 1204702927 - description - Move the red block out of the box. - hash - 674da4ddd4ca7376f5dc46bd33b70957 - location - http://repo.smxy.org/iphone-apps/zips/blockpuzzle-1.2.zip - maintainer - Chris - name - BlockPuzzle - restartSpringBoard - - scripts - - install - - - InstallApp - BlockPuzzle.app - - - uninstall - - - UninstallApp - BlockPuzzle.app - - - update - - - UninstallApp - BlockPuzzle.app - - - InstallApp - BlockPuzzle.app - - - - size - 81155 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.soneso.com/ - version - 1.2 - - - bundleIdentifier - com.sadun.butterfly - category - Games - contact - apptapp@ericasadun.com - date - 1204702928 - description - Catch butterflies in this fun, acelerometer-based demo game. - hash - 6ca17d0d324b3cf776bb5c3fd93726b0 - location - http://repo.smxy.org/iphone-apps/zips/butterfly-0.3.zip - maintainer - Erica Sadun - name - Butterfly - restartSpringBoard - - scripts - - install - - - InstallApp - Butterfly.app - - - uninstall - - - UninstallApp - Butterfly.app - - - update - - - UninstallApp - Butterfly.app - - - InstallApp - Butterfly.app - - - - size - 402014 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Butterfly/ - version - 0.3 - - - bundleIdentifier - com.byteeasy.projects.caissa - category - Games - contact - boris.ioffe@gmail.com - date - 1204504987 - description - A native Chess game. - hash - e4157ec8b9ffe36f476d7ff1869b596c - location - http://repo.smxy.org/iphone-apps/zips/caissa-0.89.zip - maintainer - Boris Ioffe - name - Caissa Chess - restartSpringBoard - - scripts - - install - - - InstallApp - Caissa.app - - - CopyPath - Library - ~/Library - - - CopyPath - Media - ~/Media - - - uninstall - - - UninstallApp - Caissa.app - - - RemovePath - ~/Library/Caissa - ~/Media/Caissa/images/chessboards/Spring.png - ~/Media/Caissa/images/chessboards/Wooden.png - ~/Media/Caissa/images/letters/Original.png - ~/Media/Caissa/images/pieces/Normal - ~/Media/Caissa/Saves - ~/Library/Preferences/com.byteeasy.projects.caissa.plist - - - update - - - UninstallApp - Caissa.app - - - RemovePath - ~/Library/Caissa - ~/Media/Caissa/images/chessboards/Spring.png - ~/Media/Caissa/images/chessboards/Wooden.png - ~/Media/Caissa/images/letters/Original.png - ~/Media/Caissa/images/pieces/Normal - ~/Library/Preferences/com.byteeasy.projects.caissa.plist - - - InstallApp - Caissa.app - - - CopyPath - Library - ~/Library - - - CopyPath - Media - ~/Media - - - - size - 556184 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://byteeasy.com/projects/wiki/Caissa - version - 0.89 - - - bundleIdentifier - net.alex-news.cave - category - Games - contact - catalin-alexandru.duru@polymtl.ca - date - 1204702928 - description - Keep the snake from crashing into the cave's walls (touch screen to control gravity). - hash - ae999ee371e011bc5ff21fe02c98b2ad - location - http://repo.smxy.org/iphone-apps/zips/cave-0.01.zip - maintainer - Alex - name - Cave - restartSpringBoard - - scripts - - install - - - InstallApp - Cave.app - - - uninstall - - - UninstallApp - Cave.app - - - update - - - UninstallApp - Cave.app - - - InstallApp - Cave.app - - - - size - 211245 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.alex-news.net/iphone/ - version - 0.01 - - - bundleIdentifier - nl.robota.iphone.chess - category - Games - contact - nosupport@robota.nl - date - 1204504988 - description - Native Chess program based on GNU Chess. - hash - e78a72589e750498e71d2ed7cfdb5d35 - location - http://repo.smxy.org/iphone-apps/zips/chess-1.6.zip - maintainer - Robota Softwarehouse - name - Chess - restartSpringBoard - - scripts - - install - - - InstallApp - Chess.app - - - CopyPath - Media - ~/Media - - - uninstall - - - UninstallApp - Chess.app - - - RemovePath - ~/Media/iChessPGN - - - update - - - UninstallApp - Chess.app - - - RemovePath - ~/Media/iChessPGN - - - InstallApp - Chess.app - - - CopyPath - Media - ~/Media - - - - size - 585236 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - version - 1.6 - - - bundleIdentifier - com.soneso.iphone.contrasense - category - Games - contact - soneso@mac.com - date - 1205883729 - description - Oncoming traffic! Tilt to escape! - hash - 8a2a87766243df56f815ea02fe52be77 - location - http://repo.smxy.org/iphone-apps/zips/contrasense-1.6.zip - maintainer - Chris - name - ContraSense - restartSpringBoard - - scripts - - install - - - InstallApp - ContraSense.app - - - uninstall - - - UninstallApp - ContraSense.app - - - update - - - UninstallApp - ContraSense.app - - - InstallApp - ContraSense.app - - - - size - 345579 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.soneso.com/ - version - 1.6-1 - - - bundleIdentifier - com.soneso.iphone.domino - category - Games - contact - soneso@mac.com - date - 1204702929 - description - Play it by touching the dominoes. - hash - 02e71708386ed05f35b376326c457a95 - location - http://repo.smxy.org/iphone-apps/zips/domino-1.2.zip - maintainer - Chris - name - Domino - restartSpringBoard - - scripts - - install - - - InstallApp - Domino.app - - - uninstall - - - UninstallApp - Domino.app - - - update - - - UninstallApp - Domino.app - - - InstallApp - Domino.app - - - - size - 195884 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.soneso.com/ - version - 1.2 - - - bundleIdentifier - com.borngraphics.fivedice - category - Games - contact - iphone@conceitedsoftware.com - date - 1190757893 - description - Think Yahtzee! Fun, and easy to play. - location - http://www.macminicolo.net/conceited/iphone/zips/FiveDice.zip - maintainer - Conceited Software - name - FiveDice - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/FiveDice.app - - - - size - 795796 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://code.google.com/p/5dice/ - version - 0.8.8b - - - bundleIdentifier - com.flippencorp.frotz - category - Games - contact - spathiwa@gmail.com - date - 1204702929 - description - Play interactive fiction on the iPhone. Plays most Infocom titles and other Z-Machine compatible games. - hash - a88c902b3de7de9842abc20ca834c1dd - location - http://repo.smxy.org/iphone-apps/zips/frotz-0.7.zip - maintainer - Craig Smith - name - Frotz - scripts - - install - - - InstallApp - Frotz.app - - - uninstall - - - UninstallApp - Frotz.app - - - update - - - UninstallApp - Frotz.app - - - InstallApp - Frotz.app - - - If - - - ExistsPath - /var/root/Library/Frotz - - - - - MovePath - /var/root/Library/Frotz - /var/root/Media/Frotz - - - - - - size - 107947 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphonefrotz/ - version - 0.7 - - - RestartSpringBoard - - author - J.L. Allen - bundleIdentifier - com.mauvila.garf - category - Games - contact - JLA@mauvilasoftware.com - date - 1202376137 - description - A memory game much like Simon. - hash - 07f419400deaca5d8185a3db52cd3758 - location - http://installerpackages.com/Garf-0.50.zip - maintainer - Mauvila Software (www.mauvilasoftware.com) - name - Garf - scripts - - install - - - CopyPath - Garf.app - /Applications/Garf.app - - - uninstall - - - RemovePath - /Applications/Garf.app - - - update - - - RemovePath - /Applications/Garf.app - - - CopyPath - Garf.app - /Applications/Garf.app - - - - size - 135108 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://software.mauvila.com/garf/ - version - 0.50 - - - bundleIdentifier - com.spiffywareonline.iphone.Gemlogic - category - Games - contact - jazon.burnell@gmail.com - date - 1205676881 - description - Everyone's favorite gem puzzle game, with a slightly different twist. - hash - b638b1a62cf8eede6a51c75b325074d4 - location - http://thebigboss.org/repofiles/other/gemlogic_0.35.zip - maintainer - Jazon Burnell - name - Gemlogic - scripts - - install - - - CopyPath - Gemlogic.app - /Applications/Gemlogic.app - - - uninstall - - - RemovePath - /Applications/Gemlogic.app - - - - size - 335944 - source - http://thebigboss.org/repo.xml - sponsor - http://www.spiffyware.net/ - url - http://thebigboss.org/moreinfo/relay.php?src=http://www.spiffyware.net/iphone-gemlogic.php - version - 0.35 - - - author - Zodttd - bundleIdentifier - com.zodttd. - 4iphone - category - Games - contact - poetic_folly@modmyifone.com - date - 1207519649 - description - A Sega Genesis and Sega CD emulator for the iPhone. - hash - a8d078e64ed7bf7a72e9a7c67c012079 - location - http://installerpackages.com/genesis4iphone-1.0.1.zip - maintainer - ModMyiFone.com - name - genesis4iPhone - scripts - - install - - - CopyPath - genesis4iphone.app - /Applications/genesis4iphone.app - - - uninstall - - - RemovePath - /Applications/genesis4iphone.app - - - update - - - RemovePath - /Applications/genesis4iphone.app - - - CopyPath - genesis4iphone.app - /Applications/genesis4iphone.app - - - - size - 731123 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/genesis4iphone.php - version - 1.0.1 - - - bundleIdentifier - com.zodttd.gpSPhone - category - Games - contact - iphone@conceitedsoftware.com - date - 1196993616 - description - GBA Emulator for the iPhone/iPod Touch - location - http://www.macminicolo.net/conceited/iphone/zips/gpSPhone.zip - maintainer - helpttd@pobox.com - name - gpSPhone - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/gpSPhone.app - - - - size - 530364 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://zodttd.com - version - 1.1.2 - - - bundleIdentifier - com.soneso.iphone.huarongdao - category - Games - contact - soneso@mac.com - date - 1204702930 - description - Chinese style block puzzle. - hash - bcaea548fc5972093de2e26d0a2b7409 - location - http://repo.smxy.org/iphone-apps/zips/hrd-1.2.zip - maintainer - Chris - name - HuaRongDao - restartSpringBoard - - scripts - - install - - - InstallApp - HuaRongDao.app - - - uninstall - - - UninstallApp - HuaRongDao.app - - - update - - - UninstallApp - HuaRongDao.app - - - InstallApp - HuaRongDao.app - - - - size - 447022 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.soneso.com/ - version - 1.2 - - - bundleIdentifier - com.andyq.icave - category - Games - contact - andy.qua@gmail.com - date - 1206352751 - description - Based on the original SFCave, fly through caverns without hitting the walls or the blocks. - hash - 80ea13b67560419e19370f878949e18a - location - http://thebigboss.org/repofiles/other/icave.zip - maintainer - Andy Qua - name - iCave - scripts - - install - - - CopyPath - iCave.app/ - /Applications/iCave.app - - - uninstall - - - RemovePath - /Applications/iCave.app - - - - size - 157487 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/iCave.php - version - 1.00 - - - bundleIdentifier - net.fiveforty.iphone.iCopter - category - Games - contact - squimmy.squimmy@hotmail.com - date - 1205909462 - description - iCopter is a game based off Hellicopter. The object is to steer a hellicopter while dodging onscreen obstacles. - hash - a20ba63628af85b7c096a85617d32b87 - location - http://thebigboss.org/repofiles/other/icopter_0.1a.zip - maintainer - Matthew Hertz - name - iCopter - scripts - - install - - - CopyPath - iCopter.app/ - /Applications/iCopter.app - - - uninstall - - - RemovePath - /Applications/iCopter.app - - - - size - 50441 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/icopter.php - version - 0.1.0a - - - bundleIdentifier - com.chrismiles.iCrossword - category - Games - contact - iphone@rustyredwagon.com - date - 1205878264 - description - A Crossword game that uses the ".puz" format game files. - hash - 5b0c8a2185b11d2b4b457575f6f9b537 - location - http://repo.smxy.org/iphone-apps/zips/icrossword-0.2.zip - maintainer - Chris Miles - name - iCrossword - scripts - - install - - - InstallApp - iCrossword.app - - - uninstall - - - UninstallApp - iCrossword.app - - - update - - - UninstallApp - iCrossword.app - - - InstallApp - iCrossword.app - - - - size - 54985 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphone.rustyredwagon.com/ - version - 0.2 - - - RestartSpringBoard - - author - Rashn - bundleIdentifier - Dig - category - Games - contact - poetic_folly@modmyifone.com - date - 1198441449 - description - BoulderDash clone for the iPhone. - hash - cd6d7845addad71b12a581ba3c9896a6 - location - http://installerzips.poeticfolly.com/iDigger.zip - maintainer - ModMyiFone.com - name - iDigger - scripts - - install - - - CopyPath - iDigger.app - /Applications/iDigger.app - - - uninstall - - - RemovePath - /Applications/iDigger.app - - - update - - - RemovePath - /Applications/iDigger.app - - - CopyPath - iDigger.app - /Applications/iDigger.app - - - - size - 169890 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/idigger.php - version - 1.0 - - - bundleIdentifier - nl.robota.iphone.go - category - Games - contact - nosupport@robota.nl - date - 1204504991 - description - The classic game of "Go". - hash - a534ba08960f6e93e310cd9fe390e4dc - location - http://repo.smxy.org/iphone-apps/zips/igo-1.6.zip - maintainer - Robota Softwarehouse - name - iGo - restartSpringBoard - - scripts - - install - - - InstallApp - iGo.app - - - CopyPath - Media - ~/Media - - - uninstall - - - UninstallApp - iGo.app - - - RemovePath - ~/Media/iGoSGF - - - update - - - UninstallApp - iGo.app - - - InstallApp - iGo.app - - - CopyPath - Media - ~/Media - - - - size - 1354637 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.robota.nl/ - version - 1.6 - - - bundleIdentifier - com.mgwiz.iPac3D.app - category - Games - contact - marco.giorgini@gmail.com - date - 1206938462 - description - iPac3D is a 3D PacMan-like game using Yeti3D engine. - hash - 5037a2891f6cb8d773dcac11b52f32a7 - location - http://thebigboss.org/repofiles/other/ipac3d.zip - maintainer - Marco Giorgini - name - iPac3D - scripts - - install - - - CopyPath - iPac3D.app/ - /Applications/iPac3D.app - - - uninstall - - - RemovePath - /Applications/iPac3D.app - - - - size - 467531 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/iPac3D.php - version - 0.0.35 - - - bundleIdentifier - net.r4m0n.iphone.iPhysics - category - Games - contact - poetic_folly@modmyifone.com - date - 1204599834 - description - Multi-game engine with endless possibilities. Fix for 1.1.3/1.1.4 - hash - 8492b85883900d665f1223f7645a1288 - location - http://installerpackages.com/iPhysics-1.1.zip - maintainer - ModMyiFone.com - name - iPhysics - scripts - - install - - - If - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - IfNot - - - ExistsPath - /var/mobile/Media/iPhysics - - - - - Exec - /bin/mkdir -p /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /var/root/Media/iPhysics/Games/Crayon_Physics/LevelData/crayon.levelpack - - - - - MovePath - /var/root/Media/iPhysics/Games/Crayon_Physics/LevelData - /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /var/mobile/Media/iPhysics/Games/Crayon_Physics/LevelData/crayon.levelpack - - - - - MovePath - /var/mobile/Media/iPhysics/Games/Crayon_Physics/LevelData - /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /usr/bin/chown - - - - - Exec - /usr/bin/chown -R mobile /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /bin/chown - - - - - Exec - /bin/chown -R mobile /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /var/root/Media/iPhysics/Games - - - - - RemovePath - /var/root/Media/iPhysics/Games - - - - - If - - - ExistsPath - /var/mobile/Media/iPhysics/Games - - - - - RemovePath - /var/mobile/Media/iPhysics/Games - - - - - - - If - - - ExistsPath - /var/root/Media/iPhysics/Games - - - - - MovePath - /var/root/Media/iPhysics/Games/Crayon_Physics/LevelData - /var/root/Media/iPhysics - - - If - - - ExistsPath - /var/root/Media/iPhysics/Games - - - - - RemovePath - /var/root/Media/iPhysics/Games - - - - - - - CopyPath - iPhysics.app - /Applications/iPhysics.app - - - CopyPath - LevelPacks - ~/Media/iPhysics - - - preflight - - - IfNot - - - ExistsPath - /usr/bin/chown - - - - - IfNot - - - ExistsPath - /bin/chown - - - - - AbortOperation - You must install BSD subsystem or Cydia first! - - - - - - - uninstall - - - RemovePath - /Applications/iPhysics.app - - - update - - - RemovePath - /Applications/iPhysics.app - - - If - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - IfNot - - - ExistsPath - /var/mobile/Media/iPhysics - - - - - Exec - /bin/mkdir -p /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /var/root/Media/iPhysics/Games/Crayon_Physics/LevelData/crayon.levelpack - - - - - MovePath - /var/root/Media/iPhysics/Games/Crayon_Physics/LevelData - /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /var/mobile/Media/iPhysics/Games/Crayon_Physics/LevelData/crayon.levelpack - - - - - MovePath - /var/mobile/Media/iPhysics/Games/Crayon_Physics/LevelData - /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /usr/bin/chown - - - - - Exec - /usr/bin/chown -R mobile /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /bin/chown - - - - - Exec - /bin/chown -R mobile /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /var/root/Media/iPhysics/Games - - - - - RemovePath - /var/root/Media/iPhysics/Games - - - - - If - - - ExistsPath - /var/mobile/Media/iPhysics/Games - - - - - RemovePath - /var/mobile/Media/iPhysics/Games - - - - - - - If - - - ExistsPath - /var/root/Media/iPhysics/Games - - - - - MovePath - /var/root/Media/iPhysics/Games/Crayon_Physics/LevelData - /var/root/Media/iPhysics - - - If - - - ExistsPath - /var/root/Media/iPhysics/Games - - - - - RemovePath - /var/root/Media/iPhysics/Games - - - - - - - CopyPath - iPhysics.app - /Applications/iPhysics.app - - - CopyPath - LevelPacks - ~/Media/iPhysics - - - - size - 1334615 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://iphysics.r4m0n.net/index.php?title=Latest_Updates - version - 1.1 - - - bundleIdentifier - net.r4m0n.iphone.iPhysics.levelpack.iPinball - category - Games - contact - rfergus@telusplanet.net - date - 1204599834 - description - A pinball table for iPhysics, with sound and scoring! Requires iPhysics 1.0+ and the system sound on - hash - 5cebf1fb89ca7a7fd256deeca5e3caa4 - location - http://installerpackages.com/iPinball-levelpack-1.zip - maintainer - Rawd - name - iPinball Level Pack - scripts - - install - - - CopyPath - LevelData - ~/Media/iPhysics - - - If - - - ExistsPath - /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /usr/bin/chown - - - - - Exec - /usr/bin/chown -R mobile /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /bin/chown - - - - - Exec - /bin/chown -R mobile /var/mobile/Media/iPhysics - - - - - Exec - /bin/chmod -R 755 /var/mobile/Media/iPhysics - - - - - uninstall - - - RemovePath - ~/Media/iPhysics/iPinball.levelpack - - - RemovePath - ~/Media/iPhysics/iPinball - - - - size - 2164217 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://iphysics.r4m0n.net/index.php?title=IPinball - version - 1.1 - - - bundleIdentifier - com.jonathansaggau.iPong - category - Games - contact - apptapp@nullriver.com - date - 1206668321 - description - Network pong client for iPhone. - location - http://home.cogeco.ca/~zipfiles/iPong.zip - maintainer - Nullriver Software - name - iPong - scripts - - install - - - InstallApp - iPong.app - - - uninstall - - - UninstallApp - iPong.app - - - - size - 78752 - source - http://repository.apptapp.com/ - url - http://mobilepong.googlecode.com/ - version - svn8 - - - bundleIdentifier - com.binarycore.iquickblock - category - Games - contact - mariusz@appleblog.pl - date - 1207830328 - description - Control an orange with your finger and avoid the many green objects. - hash - 04b03240c3403f2e80986379e91cf2da - location - http://thebigboss.org/repofiles/other/iquickblock.zip - maintainer - Binary Core - name - iQuickBlock - scripts - - install - - - CopyPath - iQuickBlock.app - /Applications/iQuickBlock.app - - - uninstall - - - RemovePath - /Applications/iQuickBlock.app - - - - size - 78920 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/iQuickBlock.php - version - 1.0 - - - bundleIdentifier - com.chrismiles.iSlots - category - Games - contact - iphone@rustyredwagon.com - date - 1204504992 - description - A three-reel slot machine game. - hash - 87a27710eec2ec6d1c47ecc8909e5d88 - location - http://repo.smxy.org/iphone-apps/zips/islots-0.5.zip - maintainer - Chris Miles - name - iSlots - scripts - - install - - - InstallApp - iSlots.app - - - uninstall - - - UninstallApp - iSlots.app - - - update - - - UninstallApp - iSlots.app - - - InstallApp - iSlots.app - - - - size - 955086 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphone.rustyredwagon.com/ - version - 0.5 - - - bundleIdentifier - com.chrismiles.iSolitaire - category - Games - contact - iphone@rustyredwagon.com - date - 1204504993 - description - A native version of Klondike Solitaire (same as XP Solitaire game). - hash - 2861fc2594f26dcce02f4d612ae03e6a - location - http://repo.smxy.org/iphone-apps/zips/isolitaire-0.81.zip - maintainer - Chris Miles - name - iSolitaire - scripts - - install - - - InstallApp - iSolitaire.app - - - uninstall - - - UninstallApp - iSolitaire.app - - - update - - - UninstallApp - iSolitaire.app - - - InstallApp - iSolitaire.app - - - - size - 473654 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphone.rustyredwagon.com/ - version - 0.81 - - - bundleIdentifier - com.Larzhog.iZoo - category - Games - contact - izoo@casey.org.uk - date - 1202867123 - description - Fun game in the style of Zoo Keeper/Bejeweled. - hash - 632940b14afd71b7d5976e9ebb9e25f1 - location - http://www.touchrepo.com/Apps/Games/iZoo.app.zip - maintainer - Lazrhog - name - iZoo - scripts - - install - - - SetStatus - Releasing the animals... - - - InstallApp - iZoo.app - - - uninstall - - - SetStatus - Gathering the animals... - - - UninstallApp - iZoo.app - - - update - - - SetStatus - Gathering the animals... - - - UninstallApp - iZoo.app - - - SetStatus - Rerelesing the animals... - - - InstallApp - iZoo.app - - - - size - 725496 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.casey.org.uk/ipod_izoo/index.html - version - 1.2 - - - bundleIdentifier - com.loodberg.carl.labyrinth - category - Games - contact - loodberg@gmail.com - date - 1205995078 - description - The classic wooden labyrinth game. Demo with 10 levels. Full version has 170+ levels. - hash - 07101132ddc13f12de68bc79386c0af2 - location - http://repo.smxy.org/iphone-apps/zips/labyrinth-1.1.0.zip - maintainer - Carl Loodberg - name - Labyrinth - restartSpringBoard - - scripts - - install - - - InstallApp - Labyrinth.app - - - CopyPath - Labyrinth - ~/Media/Labyrinth - - - uninstall - - - UninstallApp - Labyrinth.app - - - RemovePath - ~/Media/Labyrinth - - - update - - - UninstallApp - Labyrinth.app - - - RemovePath - ~/Media/Labyrinth - - - InstallApp - Labyrinth.app - - - CopyPath - Labyrinth - ~/Media/Labyrinth - - - - size - 552250 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://labyrinth.codify.se/ - version - 1.1.0 - - - bundleIdentifier - org.deliciousmonster.www.lightsoff - category - Games - contact - ste@psmxy.org - date - 1204702931 - description - Lights Off is a fun and highly addictive puzzle game. - hash - 109e94fe6bfee854d7ac498bc8179770 - location - http://repo.smxy.org/iphone-apps/zips/lightsoff-1.0.2.zip - maintainer - Ste - name - Lights Off - scripts - - install - - - InstallApp - Lights Off.app - - - uninstall - - - UninstallApp - Lights Off.app - - - update - - - UninstallApp - Lights Off.app - - - InstallApp - Lights Off.app - - - - size - 293503 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.deliciousmonster.org/ - version - 1.0.2 - - - bundleIdentifier - com.eoin.mahjong - category - Games - contact - eoin.mcloughlin@gmail.com - date - 1204677984 - description - This is an implementation of Mahjong solitaire for the iPod touch and iPhone. - hash - 6b1261b28da99e2a892c17402b37ac7b - location - http://thebigboss.org/repofiles/other/mahjong_0.80.zip - maintainer - Eoin Mcloughlin - name - Mahjong - scripts - - install - - - CopyPath - Mahjong.app/ - /Applications/Mahjong.app - - - uninstall - - - RemovePath - /Applications/Mahjong.app - - - - size - 164113 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/mahjong.php - version - 0.8 - - - bundleIdentifier - com.soneso.iphone.marble - category - Games - contact - soneso@mac.com - date - 1204702931 - description - Use the accelerometer to navigate the blue ball into the next level. - hash - ccbe4514660b41a6288890b524e9a2ce - location - http://repo.smxy.org/iphone-apps/zips/marble-1.0.zip - maintainer - Chris - name - Marble - restartSpringBoard - - scripts - - install - - - InstallApp - Marble.app - - - uninstall - - - UninstallApp - Marble.app - - - update - - - UninstallApp - Marble.app - - - InstallApp - Marble.app - - - - size - 380002 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.soneso.com/ - version - 1.0 - - - bundleIdentifier - net.mm-3.iphone.mines - category - Games - contact - iphone@conceitedsoftware.com - date - 1189052039 - description - Minesweeper. - location - http://www.macminicolo.net/conceited/iphone/zips/Mines.zip - maintainer - mahalis@gmail.com - name - Mines - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/Mines.app - - - - size - 104817 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://conceitedsoftware.com/iphone/site/packages/ - version - 1.0 - - - bundleIdentifier - com.google.code.tetrominos - category - Games - contact - ste@psmxy.org - date - 1204702932 - description - MobileTetrominos is a clone of a certain famous falling block game for the iPhone and a proud member of MobileStudio. - hash - 7fb00f29d1ff6fcc30972be13dbd6a74 - location - http://repo.smxy.org/iphone-apps/zips/mobiletetrominos-0.8.1.zip - maintainer - Ste - name - MobileTetrominos - scripts - - install - - - InstallApp - Tetromino.app - - - uninstall - - - UninstallApp - Tetromino.app - - - update - - - UninstallApp - Tetromino.app - - - InstallApp - Tetromino.app - - - - size - 77762 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/tetrominos/ - version - 0.8.1 - - - bundleIdentifier - net.r4m0n.iphone.iPhysics.levelpack.MooNPatrol - category - Games - contact - poetic_folly@modmyifone.com - date - 1200462594 - description - A sidescroller and a driving game for iPhysics! Requires iPhysics 1.0+ - location - http://www.slvrhackers.net.nyud.net/installerzips/MooNPatrol-levelpack-1.zip - maintainer - ModMyiFone.com - name - Moo'N'Patrol Level Pack - scripts - - install - - - CopyPath - LevelData - ~/Media/iPhysics - - - If - - - ExistsPath - /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /usr/bin/chown - - - - - Exec - /usr/bin/chown -R mobile /var/mobile/Media/iPhysics - - - - - If - - - ExistsPath - /bin/chown - - - - - Exec - /bin/chown -R mobile /var/mobile/Media/iPhysics - - - - - Exec - /bin/chmod -R 755 /var/mobile/Media/iPhysics - - - - - uninstall - - - RemovePath - ~/Media/iPhysics/MooNPatrol.levelpack - - - RemovePath - ~/Media/iPhysics/MooNPatrol - - - - size - 1533851 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://iphysics.r4m0n.net/index.php?title=Moo'N'Patrol - version - 1 - - - bundleIdentifier - com.natetrue.iphone.nesapp - category - Games - contact - apptapp@nullriver.com - date - 1206572168 - description - NES emulator for the iPhone. - location - http://home.cogeco.ca/~zipfiles/NES.zip - maintainer - Nullriver Software - name - NES - scripts - - install - - - CopyPath - NES.app - /Applications/NES.app - - - uninstall - - - RemovePath - /Applications/NES.app - - - update - - - RemovePath - /Applications/NES.app - - - CopyPath - NES.app - /Applications/NES.app - - - If - - - ExistsPath - /var/root/Media/ROMs/NES - - - - - MovePath - /var/root/Media/ROMs/NES - /var/mobile/Media/ROMs/NES - - - - - - size - 550682 - source - http://repository.apptapp.com/ - url - http://www.zdziarski.com/projects/nesapp/ - version - 2.0.5-1 - - - bundleIdentifier - com.Lazrhog.Noiz2sa - category - Games - contact - izoo@casey.org.uk - date - 1205107199 - description - Exciting sidescroller shooter game. Port of NOIZ2SA - hash - 0e6f4751c22879525b0a65e5288188cd - location - http://www.touchrepo.com/Apps/Games/NOIZ2SA.app.zip - maintainer - Lazrhog - name - NOIZ2SA - scripts - - install - - - InstallApp - NOIZ2SA.app - - - uninstall - - - UninstallApp - NOIZ2SA.app - - - - size - 154649 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.casey.org.uk/ipod_n2sa/index.html - version - 1.0 - - - bundleIdentifier - com.folabs.oblique - category - Games - contact - ste@psmxy.org - date - 1204702932 - description - This is a deck of cards for the musically inclined. They can be used to solve problems with rather "oblique" answers. - hash - 467abd614ddae9ffab499e1b1e8c1844 - location - http://repo.smxy.org/iphone-apps/zips/oblique-1.0.1.zip - maintainer - Ste - name - Oblique - scripts - - install - - - InstallApp - Oblique.app - - - uninstall - - - UninstallApp - Oblique.app - - - update - - - UninstallApp - Oblique.app - - - InstallApp - Oblique.app - - - - size - 105799 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphone-oblique/ - version - 1.0.1 - - - RestartSpringBoard - - author - ZodTTD - bundleIdentifier - com.zodttd.openttd - category - Games - contact - helpttd@pobox.com - date - 1200086941 - description - The classic game of Transport Tycoon Deluxe on the iPhone and iPod Touch via an OpenTTD port. - hash - c835750207c58fdf357aafa1fad5abd1 - location - http://www.slvrhackers.net.nyud.net/installerzips/openttd-0.60.zip - maintainer - ModMyiFone.com - name - Open TTD - scripts - - install - - - CopyPath - Applications/openttd.app - /Applications/openttd.app - - - CopyPath - Media/openttd.app - /var/root/Media/openttd.app - - - uninstall - - - RemovePath - /Applications/openttd.app - - - RemovePath - /var/root/Media/openttd.app - - - update - - - RemovePath - /Applications/openttd.app - - - RemovePath - /var/root/Media/openttd.app - - - CopyPath - Applications/openttd.app - /Applications/openttd.app - - - CopyPath - Media/openttd.app - /var/root/Media/openttd.app - - - - size - 5300066 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/openttd.php - version - 0.60 - - - bundleIdentifier - org.zackb.othello - category - Games - contact - iphone@conceitedsoftware.com - date - 1198324200 - description - Othello (Reversi) game for the phone. - location - http://www.macminicolo.net/conceited/iphone/zips/Othello.zip - maintainer - Conceited Software - name - Othello - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/Othello.app - - - - size - 105038 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://code.google.com/p/iothello/ - version - 1.2-1 - - - bundleIdentifier - com.fmip.parkinglot - category - Games - contact - info@freemyiphone.com - date - 1207825219 - description - Guide that yellow beetle out of the mess. 40 Puzzles of jammed parking lot for you to solve. - hash - 43a21c5b29b0db2aeefe2701d7745ed6 - location - http://thebigboss.org/repofiles/other/ParkingLot.zip - maintainer - HuangzICT - name - Parking Lot - scripts - - install - - - CopyPath - ParkingLot.app/ - /Applications/ParkingLot.app - - - uninstall - - - RemovePath - /Applications/ParkingLot.app - - - - size - 447040 - source - http://thebigboss.org/repo.xml - url - http://thebigboss.org/moreinfo/ParkingLot.php - version - 1.0 - - - bundleIdentifier - com.spiffytech.pigshooter - category - Games - contact - ste@psmxy.org - date - 1204702933 - description - Shoot spaceships with flying pigs in this action-packed and pointless adventure game. - hash - 6890360572eccc54c9b6d610831c0d54 - location - http://repo.smxy.org/iphone-apps/zips/pigshooter-0.3.zip - maintainer - Ste - name - PigShooter - restartSpringBoard - - scripts - - install - - - InstallApp - PigShooter.app - - - uninstall - - - UninstallApp - PigShooter.app - - - update - - - UninstallApp - PigShooter.app - - - InstallApp - PigShooter.app - - - - size - 356656 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://spiffytech.com/games/pigshooter/ - version - 0.3 - - - bundleIdentifier - com.adikus.pool - category - Games - contact - adalat.nasibov@gmail.com - date - 1205716458 - description - Pocket billiard game. - hash - 7a4a18de778b4589ea1a7c57a0a9bcb5 - location - http://repo.smxy.org/iphone-apps/zips/pool-1.2.zip - maintainer - Adalat Nasibov - name - Pool - restartSpringBoard - - scripts - - install - - - InstallApp - Pool.app - - - uninstall - - - UninstallApp - Pool.app - - - update - - - UninstallApp - Pool.app - - - InstallApp - Pool.app - - - - size - 144960 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.adikus.com - version - 1.2 - - - bundleIdentifier - com.zodttd.psx4all - category - Games - contact - iphone@conceitedsoftware.com - date - 1198323961 - description - PSX Emulator for the iPhone/iPod Touch - location - http://www.macminicolo.net/conceited/iphone/zips/psx4all.zip - maintainer - helpttd@pobox.com - name - psx4all - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/psx4all.app - - - - size - 583250 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://zodttd.com - version - 0.1.0 - - - bundleIdentifier - com.puzzlemaniak.www - category - Games - contact - poetic_folly@modmyifone.com - date - 1207777758 - description - Now with all 27 games included in the app! Play online, submit scores, and more. - hash - f8301710597872946199c4f23cd33143 - location - http://installerpackages.com/PuzzleManiak-0.8.zip - maintainer - ModMyiFone.com - name - PuzzleManiak - scripts - - install - - - CopyPath - PuzzleManiak.app/ - /Applications/PuzzleManiak.app - - - uninstall - - - RemovePath - /Applications/PuzzleManiak.app - - - If - - - ExistsPath - ~/Library/scores.Alx - - - - - RemovePath - ~/Library/scores.Alx - - - - - update - - - If - - - ExistsPath - /Applications/PuzzleManiak.app/scores.Alx - - - - - MovePath - /Applications/PuzzleManiak.app/scores.Alx - ~/Library - - - - - RemovePath - /Applications/PuzzleManiak.app - - - CopyPath - PuzzleManiak.app/ - /Applications/PuzzleManiak.app - - - - size - 793995 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/puzzlemaniak.php - version - 0.8 - - - bundleIdentifier - org.scummvm.ScummVM - category - Games - contact - oystein@geheb.com - date - 1204677906 - description - ScummVM allows you to run certain classic adventure games, provided you already have their data files. - hash - be7352af81158860173a1bab190e3bf9 - location - http://superb-west.dl.sourceforge.net/sourceforge/scummvm/scummvm-0.11.1-iphone.zip - maintainer - Oystein Eftevaag - name - ScummVM - scripts - - install - - - CopyPath - ScummVM.app - /Applications/ScummVM.app - - - postflight - - - Notice - Games can be uploaded anywhere, but somewhere under /var/mobile/Media is recommended for disk space purposes. - - - uninstall - - - RemovePath - /Applications/ScummVM.app - - - update - - - RemovePath - /Applications/ScummVM.app - - - CopyPath - ScummVM.app - /Applications/ScummVM.app - - - - size - 3080801 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://wiki.scummvm.org/index.php/IPhone - version - 0.11.1 - - - bundleIdentifier - org.zackb.sudoku - category - Games - contact - iphone@conceitedsoftware.com - date - 1196170271 - description - Sudoku for the iPhone. - location - http://www.macminicolo.net/conceited/iphone/zips/Sudoku.zip - maintainer - zack@bartel.com - name - Sudoku - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/Sudoku.app - - - - size - 25375 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://zackbartel.com - version - 1.0.2 - - - bundleIdentifier - com.spiffywareonline.iphone.SuperPong - category - Games - contact - jazon.burnell@gmail.com - date - 1204426065 - description - A quick paced block blasting pong game where you get to vent your frustration of rectangular objects. - hash - 1e835c33ec5fd4993f54cae45925ced5 - location - http://thebigboss.org/repofiles/other/superpong_0.61.zip - maintainer - Jazon Burnell - name - SuperPong - scripts - - install - - - CopyPath - SuperPong.app - /Applications/SuperPong.app - - - uninstall - - - RemovePath - /Applications/SuperPong.app - - - - size - 268295 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/relay.php?src=http://www.spiffyware.net/iphone-superpong.php - version - 0.61 - - - bundleIdentifier - org.akamatsu.T4Two - category - Games - contact - aka@iamas.ac.jp - date - 1204522080 - description - A simple tennis-like game for two players. - hash - 7b15368e077be31d8c86282166679959 - location - http://installerpackages.com/T4Two.zip - maintainer - Masayuki Akamatsu - name - T4Two - scripts - - install - - - CopyPath - T4Two.app/ - /Applications/T4Two.app - - - uninstall - - - RemovePath - /Applications/T4Two.app - - - - size - 139188 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#T4Two.app - version - 0.1 - - - author - Nate True - bundleIdentifier - net.ations.cre.ttr - category - Games - contact - apptapp@nullriver.com - date - 1208016000 - description - Tap to the beats of your favorite songs. - location - http://baritone.dreamhost.com:26535/TTR.zip - maintainer - Nullriver Software - name - Tap Tap Revolution - restartSpringBoard - - scripts - - install - - - CopyPath - TTR.app - /Applications/TTR.app - - - uninstall - - - RemovePath - /Applications/TTR.app - - - RemovePath - /var/mobile/Media/TTR/Music - - - - size - 379679 - source - http://repository.apptapp.com/ - version - 1.4 - - - bundleIdentifier - com.lednerk.tictactoe - category - Games - contact - ste@psmxy.org - date - 1204702933 - description - Game. - hash - 6ea8576281d7d992b7ce690d58b3d58c - location - http://repo.smxy.org/iphone-apps/zips/tictactoe-0.1.zip - maintainer - Ste - name - TicTacToe - scripts - - install - - - InstallApp - TicTacToe.app - - - uninstall - - - UninstallApp - TicTacToe.app - - - update - - - UninstallApp - TicTacToe.app - - - InstallApp - TicTacToe.app - - - - size - 29473 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/itictactoe - version - 0.1 - - - bundleIdentifier - com.soneso.iphone.towersofhanoi - category - Games - contact - soneso@mac.com - date - 1204702933 - description - The classic game. - hash - e2138338140fa7ec29bc9534e5796c36 - location - http://repo.smxy.org/iphone-apps/zips/towersofhanoi-1.2.zip - maintainer - Chris - name - Towers of Hanoi - restartSpringBoard - - scripts - - install - - - InstallApp - TowersOfHanoi.app - - - uninstall - - - UninstallApp - TowersOfHanoi.app - - - update - - - UninstallApp - TowersOfHanoi.app - - - InstallApp - TowersOfHanoi.app - - - - size - 120333 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.soneso.com/ - version - 1.2 - - - bundleIdentifier - net.mm-3.iphone.tris - category - Games - contact - mahalis@gmail.com - date - 1205125812 - description - Tetris, pretty. - hash - 03365695c6f28bb2b026591c7fce3490 - location - http://thebigboss.org/repofiles/other/tris_0.6.zip - maintainer - Noah Witherspoon - name - Tris - scripts - - install - - - CopyPath - Tris.app/ - /Applications/Tris.app - - - uninstall - - - RemovePath - /Applications/Tris.app - - - - size - 443353 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://www.mm-3.net/iphone/trisabout.php - version - 0.6 - - - bundleIdentifier - com.mgwiz.Yeti3D.app - category - Games - contact - marco.giorgini@gmail.com - date - 1207207277 - description - Yeti3D - 3D first person shooter for the iPhone world. - hash - 4af6940f6b9f3ef821aea266c1d7a050 - location - http://thebigboss.org/repofiles/other/yeti3d.zip - maintainer - Marco Giorgini - name - Yeti3D - scripts - - install - - - CopyPath - Yeti3D.app/ - /Applications/Yeti3D.app - - - uninstall - - - RemovePath - /Applications/Yeti3D.app - - - - size - 351526 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/Yeti3D.php - version - 0.0.35 - - - bundleIdentifier - com.flippencorp.frotz.zork - category - Games - contact - ste@psmxy.org - date - 1204504998 - description - Zork I/II/III Z-Code games for Frotz - hash - fa1409c41aaed078a65256283aa2bddf - location - http://repo.smxy.org/iphone-apps/zips/zork_z-code-1.0.zip - maintainer - Ste - name - Zork Z-Code - scripts - - install - - - CopyPath - Frotz - /var/root/Media/Frotz - - - uninstall - - - RemovePath - /var/root/Media/Frotz/Games/Zork:_A_Trolls-Eye_View.z5 - /var/root/Media/Frotz/Games/Zork:_Dungeon.z5 - /var/root/Media/Frotz/Games/Zork:_The_Cavern_of_Doom.z5 - - - update - - - RemovePath - /var/root/Media/Frotz/Games/Zork:_A_Trolls-Eye_View.z5 - /var/root/Media/Frotz/Games/Zork:_Dungeon.z5 - /var/root/Media/Frotz/Games/Zork:_The_Cavern_of_Doom.z5 - - - CopyPath - Frotz - /var/root/Media/Frotz - - - - size - 228961 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphonefrotz/ - version - 1.0 - - - bundleIdentifier - com.jason.zune2 - category - Games - contact - ste@psmxy.org - date - 1204702934 - description - Game. - hash - 4623b64f2d189008a7dacd0723e07993 - location - http://repo.smxy.org/iphone-apps/zips/zune2-1.0.0.zip - maintainer - Ste - name - Zune2 - scripts - - install - - - InstallApp - Zune2.app - - - uninstall - - - UninstallApp - Zune2.app - - - update - - - UninstallApp - Zune2.app - - - InstallApp - Zune2.app - - - - size - 173874 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://jasonmerchant.com/iphone.php - version - 1.0.0 - - - bundleIdentifier - com.nullriver.iphone.iWoman - category - Health - contact - apptapp@nullriver.com - date - 1206676754 - description - Keep track of your monthly cycle. - location - http://home.cogeco.ca/~zipfiles/iWoman.zip - maintainer - Nullriver Software - name - iWoman - scripts - - install - - - CopyPath - iWoman.app - /Applications/iWoman.app - - - uninstall - - - RemovePath - /Applications/iWoman.app - - - - size - 43194 - source - http://repository.apptapp.com/ - version - 1.2 - - - bundleIdentifier - com.arjs.apps.sugartracker - category - Health - contact - alexrjs@aol.com - date - 1207492976 - description - Track your glucose levels and insulin schedule. - hash - 4eeec70d82b838476e3b74a29b1ddb05 - location - http://thebigboss.org/repofiles/other/sugartracker_1.4.zip - maintainer - ARJS - name - Sugar Tracker - scripts - - install - - - CopyPath - SugarTracker.app/ - /Applications/SugarTracker.app - - - preflight - - - IfNot - - - InstalledPackage - com.psykoh.jiggy-rt - - - - - AbortOperation - You must install the 'Jiggy Runtime' package first. You can find it in Installer under the 'Development' category. - - - - - uninstall - - - RemovePath - /Applications/SugarTracker.app - - - - size - 86712 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/SugarTracker.php - version - 1.4 - - - bundleIdentifier - com.touchrepo.themes.kx - category - Localization - contact - TouchRepo@gmail.com - date - 1203813120 - description - French SummerBoard and Customize themes and replacement Keypad created by killerextreme. - hash - 1066fd538191457e3fb6e62983fd4fc1 - location - http://www.touchrepo.com/themes/KX.zip - maintainer - Skylar - name - KX (French) - scripts - - install - - - CopyPath - KX/ - ~/Library/SummerBoard/Themes/KX - - - CopyPath - CKX/ - ~/Library/Customize - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/DeviceLockKeypad.png - /System/Library/CoreServices/SpringBoard.app/DeviceLockKeypad.png.backup - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/DeviceLockKeypadPressed.png - /System/Library/CoreServices/SpringBoard.app/DeviceLockKeypadPressed.png.backup - - - CopyPath - Lockkeypad - /System/Library/CoreServices/SpringBoard.app/ - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/KX - - - RemovePath - ~/Library/Customize/BadgeImages/KX - - - RemovePath - ~/Library/Customize/BatteryImages/KX - - - RemovePath - ~/Library/Customize/CallSliderImages/KX - - - RemovePath - ~/Library/Customize/CarrierImages/KX - - - RemovePath - ~/Library/Customize/MainSliderImages/KX - - - RemovePath - ~/Library/Customize/PowerSliderImages/KX - - - RemovePath - ~/Library/Customize/WiFiImages/KX - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/DeviceLockKeypad.png.backup - /System/Library/CoreServices/SpringBoard.app/DeviceLockKeypad.png - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/DeviceLockKeypadPressed.png.backup - /System/Library/CoreServices/SpringBoard.app/DeviceLockKeypadPressed.png - - - - size - 3609482 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/377rcf - version - 2.5 - - - bundleIdentifier - com.byteeasy.projects.caissa.addon.Armadillo - category - Misc - contact - boris.ioffe@gmail.com - date - 1204505000 - description - Add-on chessboards and pieces, by "Armadillo", for "Caissa". - hash - 78785452bd30c2559d3f6efaa65113ed - location - http://repo.smxy.org/iphone-apps/zips/armadillo-1.0-1.zip - maintainer - Boris Ioffe - name - Armadillo boards/pieces - scripts - - install - - - CopyPath - Media - ~/Media - - - preflight - - - IfNot - - - InstalledPackage - com.byteeasy.projects.caissa - - - - - Notice - Please install "Caissa" next, in order to use this package. - - - - - uninstall - - - RemovePath - ~/Media/Caissa/images/chessboards/AS Blue & White.png - ~/Media/Caissa/images/chessboards/AS Burlywood.png - ~/Media/Caissa/images/chessboards/AS Green & YellowGreen.png - ~/Media/Caissa/images/chessboards/AS Grey & White.png - ~/Media/Caissa/images/chessboards/AS Marble Green & White.png - ~/Media/Caissa/images/chessboards/AS Marble Grey & Blue.png - ~/Media/Caissa/images/chessboards/AS Marble Grey & Gold.png - ~/Media/Caissa/images/chessboards/AS Marble Grey & Green.png - ~/Media/Caissa/images/chessboards/AS Marble Grey & Pink.png - ~/Media/Caissa/images/chessboards/AS Metal Grid.png - ~/Media/Caissa/images/chessboards/AS Wood Cherry & Oak.png - ~/Media/Caissa/images/chessboards/AS Wood Walnut & Birch.png - ~/Media/Caissa/images/pieces/AS 2D Black & Ivory - ~/Media/Caissa/images/pieces/AS 2D Black & White - ~/Media/Caissa/images/pieces/AS 2D Ebony & Ivory - ~/Media/Caissa/images/pieces/AS 2D Ebony & White - ~/Media/Caissa/images/pieces/AS 3D Black & Ivory - ~/Media/Caissa/images/pieces/AS 3D Black & White - ~/Media/Caissa/images/pieces/AS 3D Black & Wood - ~/Media/Caissa/images/pieces/AS Alpha Black & White - ~/Media/Caissa/images/pieces/AS Black & Ivory - ~/Media/Caissa/images/pieces/AS Black & White - ~/Media/Caissa/images/pieces/AS Blue & White - ~/Media/Caissa/images/pieces/AS Cheq Black & Ivory - ~/Media/Caissa/images/pieces/AS Cheq Black & White - ~/Media/Caissa/images/pieces/AS Cheq Blue & White - ~/Media/Caissa/images/pieces/AS Staunton Black & Ivory - ~/Media/Caissa/images/pieces/AS Staunton Black & White - ~/Media/Caissa/images/pieces/AS Staunton Ebony & Ivory - ~/Media/Caissa/images/pieces/AS Staunton Ebony & White - - - update - - - RemovePath - ~/Media/Caissa/images/chessboards/AS Blue & White.png - ~/Media/Caissa/images/chessboards/AS Burlywood.png - ~/Media/Caissa/images/chessboards/AS Green & YellowGreen.png - ~/Media/Caissa/images/chessboards/AS Grey & White.png - ~/Media/Caissa/images/chessboards/AS Marble Green & White.png - ~/Media/Caissa/images/chessboards/AS Marble Grey & Blue.png - ~/Media/Caissa/images/chessboards/AS Marble Grey & Gold.png - ~/Media/Caissa/images/chessboards/AS Marble Grey & Green.png - ~/Media/Caissa/images/chessboards/AS Marble Grey & Pink.png - ~/Media/Caissa/images/chessboards/AS Metal Grid.png - ~/Media/Caissa/images/chessboards/AS Wood Cherry & Oak.png - ~/Media/Caissa/images/chessboards/AS Wood Walnut & Birch.png - ~/Media/Caissa/images/pieces/AS 2D Black & Ivory - ~/Media/Caissa/images/pieces/AS 2D Black & White - ~/Media/Caissa/images/pieces/AS 2D Ebony & Ivory - ~/Media/Caissa/images/pieces/AS 2D Ebony & White - ~/Media/Caissa/images/pieces/AS 3D Black & Ivory - ~/Media/Caissa/images/pieces/AS 3D Black & White - ~/Media/Caissa/images/pieces/AS 3D Black & Wood - ~/Media/Caissa/images/pieces/AS Alpha Black & White - ~/Media/Caissa/images/pieces/AS Black & Ivory - ~/Media/Caissa/images/pieces/AS Black & White - ~/Media/Caissa/images/pieces/AS Blue & White - ~/Media/Caissa/images/pieces/AS Cheq Black & Ivory - ~/Media/Caissa/images/pieces/AS Cheq Black & White - ~/Media/Caissa/images/pieces/AS Cheq Blue & White - ~/Media/Caissa/images/pieces/AS Staunton Black & Ivory - ~/Media/Caissa/images/pieces/AS Staunton Black & White - ~/Media/Caissa/images/pieces/AS Staunton Ebony & Ivory - ~/Media/Caissa/images/pieces/AS Staunton Ebony & White - - - CopyPath - Media - ~/Media - - - - size - 842328 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://byteeasy.com/projects/wiki/Caissa - version - 1.0-1 - - - bundleIdentifier - com.sadun.xmas_costume - category - Misc - contact - apptapp@ericasadun.com - date - 1204702940 - description - A Christmas costume for DressUp. - hash - bd1c359a07328f4b51e5abaa11c9ce88 - location - http://repo.smxy.org/iphone-apps/zips/xmas_costume-0.01.zip - maintainer - Erica Sadun - name - Christmas Costume - scripts - - install - - - CopyPath - Costumes - /var/root/Media/Costumes - - - uninstall - - - RemovePath - /var/root/Media/Costumes/Xmas - - - update - - - RemovePath - /var/root/Media/Costumes/Xmas - - - CopyPath - Costumes - /var/root/Media/Costumes - - - - size - 58857 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Pirate/ - version - 0.01 - - - bundleIdentifier - com.sadun.dog_costume - category - Misc - contact - apptapp@ericasadun.com - date - 1204702935 - description - A Dog costume for DressUp. - hash - 05a9661ab1d0749327fe8e40f86adc3c - location - http://repo.smxy.org/iphone-apps/zips/dog_costume-0.01.zip - maintainer - Erica Sadun - name - Dog Costume - scripts - - install - - - CopyPath - Costumes - /var/root/Media/Costumes - - - uninstall - - - RemovePath - /var/root/Media/Costumes/Dog - - - update - - - RemovePath - /var/root/Media/Costumes/Dog - - - CopyPath - Costumes - /var/root/Media/Costumes - - - - size - 104775 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Pirate/ - version - 0.01 - - - bundleIdentifier - com.sadun.easter_costume - category - Misc - contact - apptapp@ericasadun.com - date - 1204702936 - description - An Easter costume for DressUp. - hash - a08dd49ef3dbf5f217935baab94914af - location - http://repo.smxy.org/iphone-apps/zips/easter_costume-0.01.zip - maintainer - Erica Sadun - name - Easter Costume - scripts - - install - - - CopyPath - Costumes - /var/root/Media/Costumes - - - uninstall - - - RemovePath - /var/root/Media/Costumes/Easter - - - update - - - RemovePath - /var/root/Media/Costumes/Easter - - - CopyPath - Costumes - /var/root/Media/Costumes - - - - size - 95534 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Pirate/ - version - 0.01 - - - bundleIdentifier - com.sadun.em - category - Misc - contact - apptapp@ericasadun.com - date - 1204702936 - description - Documentation for Erica Sadun's programs. Read with a PDF viewer. - hash - 43e7aae27e04526ff3ce4bbb3c7ef8d2 - location - http://repo.smxy.org/iphone-apps/zips/em-0.05.zip - maintainer - Erica Sadun - name - Erica's Manual - scripts - - install - - - CopyPath - PDF - /var/root/Media/PDF - - - Notice - Requires PDFviewer 0.03 or newer. - - - uninstall - - - RemovePath - /var/root/Media/PDF/Erica's Manual - - - update - - - RemovePath - /var/root/Media/PDF/Erica's Manual - - - CopyPath - PDF - /var/root/Media/PDF - - - - size - 731547 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Documentation/ - version - 0.05 - - - bundleIdentifier - com.byteeasy.projects.caissa.addon.Eurisko - category - Misc - contact - boris.ioffe@gmail.com - date - 1204505002 - description - Add-on chessboards, by "Eurisko", for "Caissa". - hash - 9109f9538d5775bd202582e582fe29fa - location - http://repo.smxy.org/iphone-apps/zips/eurisko-1.0-1.zip - maintainer - Boris Ioffe - name - Eurisko chessboards - scripts - - install - - - CopyPath - Media - ~/Media - - - preflight - - - IfNot - - - InstalledPackage - com.byteeasy.projects.caissa - - - - - Notice - Please install "Caissa" next, in order to use this package. - - - - - uninstall - - - RemovePath - ~/Media/Caissa/images/chessboards/Aqua.png - ~/Media/Caissa/images/chessboards/Carbon.png - ~/Media/Caissa/images/chessboards/Metal.png - ~/Media/Caissa/images/chessboards/Simple.png - ~/Media/Caissa/images/chessboards/Stone.png - - - update - - - RemovePath - ~/Media/Caissa/images/chessboards/Aqua.png - ~/Media/Caissa/images/chessboards/Carbon.png - ~/Media/Caissa/images/chessboards/Metal.png - ~/Media/Caissa/images/chessboards/Simple.png - ~/Media/Caissa/images/chessboards/Stone.png - - - CopyPath - Media - ~/Media - - - - size - 417999 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://byteeasy.com/projects/wiki/Caissa - version - 1.0-1 - - - bundleIdentifier - com.sadun.hair_costume - category - Misc - contact - apptapp@ericasadun.com - date - 1204702937 - description - A Hairy costume for DressUp. - hash - ddebf65b6cd2ec3cb08779761566f056 - location - http://repo.smxy.org/iphone-apps/zips/hair_costume-0.01.zip - maintainer - Erica Sadun - name - Hair Costume - scripts - - install - - - CopyPath - Costumes - /var/root/Media/Costumes - - - uninstall - - - RemovePath - /var/root/Media/Costumes/Hair - - - update - - - RemovePath - /var/root/Media/Costumes/Hair - - - CopyPath - Costumes - /var/root/Media/Costumes - - - - size - 282959 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Pirate/ - version - 0.01 - - - bundleIdentifier - com.google.code.icountdown - category - Misc - contact - ste@psmxy.org - date - 1204702937 - description - Create up to 4 long-term countdown timers. - hash - afe08cc242af578aa7c9ee83d071d6c2 - location - http://repo.smxy.org/iphone-apps/zips/icountdown-2.0.zip - maintainer - Ste - name - iCountDown - scripts - - install - - - InstallApp - iCountDown.app - - - uninstall - - - UninstallApp - iCountDown.app - - - update - - - UninstallApp - iCountDown.app - - - InstallApp - iCountDown.app - - - - size - 110704 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/icountdown/ - version - 2.0 - - - bundleIdentifier - com.guidedways.iEatHalal - category - Misc - contact - support@guidedways.com - date - 1205190151 - description - Halal Food Guide with the complete listing of Halal, Haram, Mushbooh E-Codes and Ingredients. - hash - fea0f157ce76da5b352fb39d287bf9b4 - location - http://repo.smxy.org/iphone-apps/zips/ieathalal-0.02b.zip - maintainer - Guided Ways Technologies - name - iEatHalal - scripts - - install - - - InstallApp - iEatHalal.app - - - uninstall - - - UninstallApp - iEatHalal.app - - - update - - - UninstallApp - iEatHalal.app - - - InstallApp - iEatHalal.app - - - - size - 90624 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.guidedways.com/mobile/ieathalal/download_ieathalal.php - version - 0.02 beta - - - bundleIdentifier - com.iphoneislam.imoon - category - Misc - contact - info@iPhoneIslam.com - date - 1204702938 - description - Displays the approx. Moon phases for a given date - also works on the conversion date of AD to date AH. - hash - 20bff7dde48429e008cca7272bd2a9ea - location - http://repo.smxy.org/iphone-apps/zips/imoon-1.0.zip - maintainer - iTarek - name - iMoon - restartSpringBoard - - scripts - - install - - - InstallApp - iMoon.app - - - uninstall - - - UninstallApp - iMoon.app - - - update - - - UninstallApp - iMoon.app - - - InstallApp - iMoon.app - - - - size - 441063 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.iphoneislam.com/en - version - 1.0 - - - bundleIdentifier - com.guidedways.iPray - category - Misc - contact - support@guidedways.com - date - 1206300232 - description - Get accurate Prayer Times, Athan and Qibla direction for thousands of cities world wide. - hash - 8548eabb84b4479d49beea2e295b1103 - location - http://repo.smxy.org/iphone-apps/zips/ipray-1.02.zip - maintainer - GuidedWays.com - name - iPray - scripts - - install - - - InstallApp - iPray.app - - - CopyPath - Library - /Library - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.guidedways.iPray.plist - - - - - Notice - Please restart your device after this install finishes. - - - - - preflight - - - If - - - InstalledPackage - com.guidedways.iAthan - - - - - Notice - iPray obsoletes iAthan, which you may wish to uninstall when this finishes. - - - - - uninstall - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.guidedways.iPray.plist - - - - - Notice - Please restart your device after this uninstall finishes. - - - - - UninstallApp - iPray.app - - - RemovePath - /Library/LaunchDaemons/com.guidedways.iPray.plist - ~/Library/iPray - ~/Media/iPray - - - update - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.guidedways.iPray.plist - - - - - Notice - Please restart your device after this update finishes. - - - - - UninstallApp - iPray.app - - - RemovePath - /Library/LaunchDaemons/com.guidedways.iPray.plist - - - InstallApp - iPray.app - - - CopyPath - Library - /Library - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.guidedways.iPray.plist - - - - - Notice - Please restart your device after this update finishes. - - - - - - size - 1233446 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.guidedways.com/mobile/ipray/download_ipray.php - version - 1.02 - - - bundleIdentifier - com.anderson.kgb_costume - category - Misc - contact - gavin@sterlingstudiosinc.com - date - 1204505005 - description - A KGB costume for DressUp. - hash - bbbbb9ca87bbc450f7ad0a0dc155041f - location - http://repo.smxy.org/iphone-apps/zips/kgb_costume-0.01.zip - maintainer - Gavin Anderson - name - KGB Costume - scripts - - install - - - CopyPath - Costumes - /var/root/Media/Costumes - - - uninstall - - - RemovePath - /var/root/Media/Costumes/KGB - - - update - - - RemovePath - /var/root/Media/Costumes/KGB - - - CopyPath - Costumes - /var/root/Media/Costumes - - - - size - 214562 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - version - 0.01 - - - bundleIdentifier - com.sakya.iphone.mobileplates - category - Misc - contact - andi@andi.de - date - 1204702938 - description - Look up valid license plate abbreviations for Germany, Austria, Switzerland and more! - hash - 9c53ebf6d31d7b341419b8344d922729 - location - http://repo.smxy.org/iphone-apps/zips/licenseplates-0.3.1.zip - maintainer - sakya - name - LPlates - scripts - - install - - - InstallApp - LPlates.app - - - uninstall - - - UninstallApp - LPlates.app - - - update - - - UninstallApp - LPlates.app - - - InstallApp - LPlates.app - - - - size - 106926 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.andi.de/licenseplates/ - version - 0.3.1 - - - RestartSpringBoard - - author - vaumnou - bundleIdentifier - com.rail.Metronome - category - Misc - contact - poetic_folly@modmyifone.com - date - 1195677691 - description - A metronome for your iPhone. - location - http://installerzips.poeticfolly.com/Metronome.zip - maintainer - ModMyiFone.com - name - Metronome - scripts - - install - - - CopyPath - Metronome.app - /Applications/Metronome.app - - - uninstall - - - RemovePath - /Applications/Metronome.app - - - - size - 29464 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - version - 0.1.0 - - - bundleIdentifier - com.sadun.mouths_costume - category - Misc - contact - apptapp@ericasadun.com - date - 1204702939 - description - A Mouthy costume for DressUp. - hash - db2ce4b3d684b36a048376f2c89d3474 - location - http://repo.smxy.org/iphone-apps/zips/mouths_costume-0.01.zip - maintainer - Erica Sadun - name - Mouths Costume - scripts - - install - - - CopyPath - Costumes - /var/root/Media/Costumes - - - uninstall - - - RemovePath - /var/root/Media/Costumes/Mouths - - - update - - - RemovePath - /var/root/Media/Costumes/Mouths - - - CopyPath - Costumes - /var/root/Media/Costumes - - - - size - 70225 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Pirate/ - version - 0.01 - - - RestartSpringBoard - - author - peeInMyPantz - bundleIdentifier - com.googlecode.sgmrtschedule - category - Misc - contact - peeInMyPantz@gmail.com - date - 1200860536 - description - Guide on Mass Rapid Transit (MRT) in Singapore. - hash - 894eea2414fb865ff1298bf0ca3d8a45 - location - http://www.installerzips.com/MRTSchedule-0.48.zip - maintainer - ModMyiFone.com - name - MRT Schedule (Singapore) - scripts - - install - - - CopyPath - MRTSchedule.app - /Applications/MRTSchedule.app - - - CopyPath - mrtList.plist - /private/var/root/Library/Preferences/MRTSchedule/mrtList.plist - - - CopyPath - scheduleList.plist - /private/var/root/Library/Preferences/MRTSchedule/scheduleList.plist - - - CopyPath - routemap.png - /private/var/root/Library/Preferences/MRTSchedule/routemap.png - - - CopyPath - routemap.plist - /private/var/root/Library/Preferences/MRTSchedule/routemap.plist - - - uninstall - - - RemovePath - /Applications/MRTSchedule.app - - - RemovePath - /private/var/root/Library/Preferences/MRTSchedule/mrtList.plist - - - RemovePath - /private/var/root/Library/Preferences/MRTSchedule/scheduleList.plist - - - RemovePath - /private/var/root/Library/Preferences/MRTSchedule/routemap.png - - - RemovePath - /private/var/root/Library/Preferences/MRTSchedule/routemap.plist - - - update - - - RemovePath - /Applications/MRTSchedule.app - - - RemovePath - /private/var/root/Library/Preferences/MRTSchedule/mrtList.plist - - - RemovePath - /private/var/root/Library/Preferences/MRTSchedule/scheduleList.plist - - - RemovePath - /private/var/root/Library/Preferences/MRTSchedule/routemap.png - - - RemovePath - /private/var/root/Library/Preferences/MRTSchedule/routemap.plist - - - CopyPath - MRTSchedule.app - /Applications/MRTSchedule.app - - - CopyPath - mrtList.plist - /private/var/root/Library/Preferences/MRTSchedule/mrtList.plist - - - CopyPath - scheduleList.plist - /private/var/root/Library/Preferences/MRTSchedule/scheduleList.plist - - - CopyPath - routemap.png - /private/var/root/Library/Preferences/MRTSchedule/routemap.png - - - CopyPath - routemap.plist - /private/var/root/Library/Preferences/MRTSchedule/routemap.plist - - - - size - 733818 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/mrtschedule.php - version - 0.48 - - - bundleIdentifier - com.anderson.pirate2_costume - category - Misc - contact - gavin@sterlingstudiosinc.com - date - 1204505006 - description - A Pirate costume for DressUp. - hash - 560b319d1acd646efb1ae609e0c49c11 - location - http://repo.smxy.org/iphone-apps/zips/pirate2_costume-0.01.zip - maintainer - Gavin Anderson - name - Pirate Costume - scripts - - install - - - CopyPath - Costumes - /var/root/Media/Costumes - - - uninstall - - - RemovePath - /var/root/Media/Costumes/Pirate2 - - - update - - - RemovePath - /var/root/Media/Costumes/Pirate2 - - - CopyPath - Costumes - /var/root/Media/Costumes - - - - size - 841483 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - version - 0.01 - - - bundleIdentifier - com.sadun.stpatricks_costume - category - Misc - contact - apptapp@ericasadun.com - date - 1204702939 - description - A St. Patrick's Day costume for DressUp. - hash - 00b6d3ebeb7b18b181794adf9d3fca7e - location - http://repo.smxy.org/iphone-apps/zips/stpatricks_costume-0.01.zip - maintainer - Erica Sadun - name - St. Patrick's Costume - scripts - - install - - - CopyPath - Costumes - /var/root/Media/Costumes - - - uninstall - - - RemovePath - /var/root/Media/Costumes/StPatricks - - - update - - - RemovePath - /var/root/Media/Costumes/StPatricks - - - CopyPath - Costumes - /var/root/Media/Costumes - - - - size - 95151 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Pirate/ - version - 0.01 - - - RestartSpringBoard - - author - peeInMyPantz - bundleIdentifier - com.peeinmypantz.transit - category - Misc - contact - poetic_folly@modmyifone.com - date - 1204693169 - description - Guide to Public Transport in Singapore - hash - eec8457c507417b26091595f27abe71f - location - http://installerpackages.com/Transit-0.43.13.zip - maintainer - ModMyiFone.com - name - Transit - scripts - - install - - - CopyPath - Transit.app - /Applications/Transit.app - - - If - - - FirmwareVersionIs - - 1.1.3 - - - - - - CopyPath - ChangeLog - /private/var/mobile/Library/Preferences/Transit/ChangeLog - - - CopyPath - newvar.plist - /private/var/mobile/Library/Preferences/Transit/newvar.plist - - - Exec - /bin/chmod -R 777 /Applications/Transit.app - - - Exec - /bin/chmod -R 777 /private/var/mobile/Library/Preferences/Transit - - - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - - - - - - CopyPath - Transit.app - /Applications/Transit.app - - - CopyPath - ChangeLog - /private/var/root/Library/Preferences/Transit/ChangeLog - - - CopyPath - newvar.plist - /private/var/root/Library/Preferences/Transit/newvar.plist - - - - - postflight - - - IfNot - - - InstalledPackage - com.peeinmypantz.transitDB - - - - - Notice - TransitDB 0.25 is required for Transit to function. Please install TransitDB - - - - - uninstall - - - If - - - FirmwareVersionIs - - 1.1.3 - - - - - - RemovePath - /Applications/Transit.app - - - RemovePath - /private/var/mobile/Library/Preferences/Transit/ChangeLog - - - RemovePath - /private/var/mobile/Library/Preferences/Transit/newvar.plist - - - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - - - - - - RemovePath - /Applications/Transit.app - - - RemovePath - /private/var/root/Library/Preferences/Transit/ChangeLog - - - RemovePath - /private/var/root/Library/Preferences/Transit/newvar.plist - - - - - - size - 615569 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/transit.php - version - 0.43.13 - - - author - peeInMyPantz - bundleIdentifier - com.peeinmypantz.transitDB - category - Misc - contact - poetic_folly@modmyifone.com - date - 1204852489 - description - Singapore bus guide database for Transit - hash - 67cb075aabfcface1a0be7069cf26356 - location - http://installerpackages.com/TransitDB-080228.zip - maintainer - ModMyiFone.com - name - TransitDB: Singapore Bus Guide Database - restartSpringBoard - - scripts - - install - - - If - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - CopyPath - busguides.db - /private/var/mobile/Library/Preferences/Transit/busguides.db - - - Exec - /bin/chmod -R 777 /private/var/mobile/Library/Preferences/Transit - - - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - CopyPath - busguides.db - /private/var/root/Library/Preferences/Transit/busguides.db - - - - - preflight - - - IfNot - - - InstalledPackage - com.peeinmypantz.transit - - - - - AbortOperation - Transit is required to use this database. Please install Transit before installing TransitDB - - - - - uninstall - - - If - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - RemovePath - /private/var/mobile/Library/Preferences/Transit - - - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - RemovePath - /private/var/root/Library/Preferences/Transit - - - - - - size - 467060 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/transit.php - version - 0.2 - - - bundleIdentifier - com.sakya.iphone.mobilezipcodes - category - Misc - contact - andi@andi.de - date - 1204505008 - description - Browse ZIP codes and the corresponding city information. - hash - 53d89acfd443dd45b97e0d576f676a65 - location - http://repo.smxy.org/iphone-apps/zips/zipcodes-0.3.zip - maintainer - sakya - name - ZIPcodes - scripts - - install - - - InstallApp - ZIPcodes.app - - - uninstall - - - UninstallApp - ZIPcodes.app - - - update - - - UninstallApp - ZIPcodes.app - - - InstallApp - ZIPcodes.app - - - - size - 104961 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.andi.de/zipcodes/ - version - 0.3 - - - author - Julian Romero - bundleIdentifier - com.wuonm.1shoot - category - Multimedia - contact - poetic_folly@modmyifone.com - date - 1205279884 - description - Easy and fast photos the zero-tap way. - location - http://installerpackages.com/1Shoot-0.2.zip - maintainer - ModMyiFone.com - name - 1Shoot - scripts - - install - - - CopyPath - 1Shoot.app - /Applications/1Shoot.app - - - uninstall - - - RemovePath - /Applications/1Shoot.app - - - update - - - RemovePath - /Applications/1Shoot.app - - - CopyPath - 1Shoot.app - /Applications/1Shoot.app - - - - size - 13855 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/1shoot.php - version - 0.2 - - - bundleIdentifier - org.akamatsu.av - category - Multimedia - contact - aka@iamas.ac.jp - date - 1204522080 - description - A simple audio visualizer through the microphone. - hash - 616c26b401329184cbecec3fd8473b9c - location - http://installerpackages.com/av-011.zip - maintainer - Masayuki Akamatsu - name - av - scripts - - install - - - CopyPath - av.app/ - /Applications/av.app - - - uninstall - - - RemovePath - /Applications/av.app - - - - size - 16408 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#av.app - version - 0.1.1 - - - bundleIdentifier - com.system.avplayer - category - Multimedia - contact - optimo@beer.com - date - 1207884557 - description - Play your audio and video without a server. - hash - d336020605927e77e09de3ebc9bc2ef5 - location - http://repo.smxy.org/iphone-apps/zips/avplayer-0.2.zip - maintainer - Optimo - name - AVPlayer - scripts - - install - - - InstallApp - AVPlayer.app - - - preflight - - - IfNot - - - InstalledPackage - com.googlecode.MobileFinder - - - - - AbortOperation - AVPlayer requires the MobileFinder package. Please install it first. - - - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - 1.1.3 - 1.1.4 - - - - - - AbortOperation - AVPlayer requires Firmware 1.1.[1-4]. - - - - - Notice - See the developer's website for important information. - - - uninstall - - - UninstallApp - AVPlayer.app - - - update - - - UninstallApp - AVPlayer.app - - - InstallApp - AVPlayer.app - - - - size - 8691 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://tinyurl.com/62l43s - version - 0.2 - - - bundleIdentifier - net.bblk.beatphone - category - Multimedia - contact - iphone@conceitedsoftware.com - date - 1191939597 - description - The beatbox for the iPhone! - location - http://www.macminicolo.net/conceited/iphone/zips/BeatPhone.zip - maintainer - Conceited Software - name - BeatPhone - scripts - - install - - - CopyPath - Applications/ - /Applications - - - CopyPath - usr/ - /usr - - - CopyPath - var/ - /var - - - uninstall - - - RemovePath - /Applications/BeatPhone.app/ - /usr/lib/libglib-2.0.0.1200.13.dylib - /usr/lib/libintl.8.0.1.dylib - /usr/lib/libsndfile.1.0.17.dylib - /var/root/Media/BeatPhone/ - - - - size - 3087717 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.bblk.net/mateo/iphone-stuff/ - version - 0.2.4 - - - bundleIdentifier - lt.elementus.camerapro - category - Multimedia - contact - info@makayama.com - date - 1204689150 - description - Professional features for your camera: self-timer, digital zoom, burst mode and more coming soon. - hash - df42909add69070c92c47f84454851be - location - http://repo.smxy.org/iphone-apps/zips/camerapro-1.12.zip - maintainer - Vincent Verweij - name - CameraPro - restartSpringBoard - - scripts - - install - - - InstallApp - CameraPro.app - - - uninstall - - - UninstallApp - CameraPro.app - - - update - - - UninstallApp - CameraPro.app - - - InstallApp - CameraPro.app - - - - size - 269120 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.makayama.com/tvtoiphone.html - version - 1.12 - - - bundleIdentifier - com.jjones.Dashbuster - category - Multimedia - contact - dashbuster@gmail.com - date - 1205880050 - description - Blockbuster Queue Manager. - hash - ef5e5b2ab0c18d20d0bdec2b8a82cd5f - location - http://repo.smxy.org/iphone-apps/zips/dashbuster-0.5.2.zip - maintainer - Jerry Jones - name - Dashbuster - scripts - - install - - - InstallApp - Dashbuster.app - - - uninstall - - - UninstallApp - Dashbuster.app - - - update - - - UninstallApp - Dashbuster.app - - - InstallApp - Dashbuster.app - - - - size - 106871 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphone.dashbuster.com/ - version - 0.5.2 - - - bundleIdentifier - org.fireflymediaserver - category - Multimedia - contact - mtl@uic.edu - date - 1204505009 - description - Streams music from iPhone to iTunes. Install may take up to 10 minutes or so. - hash - 3b42418b6f1b9d973df6379927b3bc15 - location - http://repo.smxy.org/iphone-apps/zips/fireflymediaserver-svn1586-r1.zip - maintainer - Mike Ter Louw - name - FireflyMediaServer - scripts - - install - - - Notice - Use UIctl to enable/disable Firefly MediaServer. - - - CopyPath - Library - /Library - - - CopyPath - etc - /etc - - - CopyPath - sbin - /sbin - - - CopyPath - usr - /usr - - - SetStatus - Building music database (5-10 minutes)... - - - Notice - Firefly is indexing your media, which may take a while if you have a lot of songs on your iPhone. Your password is 'dottie'. Browse to http://root:dottie@127.0.0.1:3689 to change it. - - - Exec - /sbin/mt-daapd -c /etc/mt-daapd.conf -f -s -n - - - preflight - - - IfNot - - - InstalledPackage - com.sadun.launchctlui - - - - - AbortOperation - Firefly MediaServer requires the "UIctl" package - please install it. - - - - - uninstall - - - SetStatus - Stopping FireflyMediaServer... - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/org.fireflymediaserver.mt-daapd.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - SetStatus - Removing FireflyMediaServer... - - - RemovePath - /Library/LaunchDaemons/org.fireflymediaserver.mt-daapd.plist - /etc/mt-daapd.conf - /sbin/mt-daapd - /usr/lib/libid3tag.dylib - /usr/lib/libid3tag.0.dylib - /usr/lib/libid3tag.0.3.0.dylib - /usr/local/share/mt-daapd - - - update - - - SetStatus - Stopping FireflyMediaServer... - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/org.fireflymediaserver.mt-daapd.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - SetStatus - Updating FireflyMediaServer... - - - RemovePath - /Library/LaunchDaemons/org.fireflymediaserver.mt-daapd.plist - /sbin/mt-daapd - /usr/lib/libid3tag.0.3.0.dylib - /usr/local/share/mt-daapd/admin-root - /usr/local/share/mt-daapd/plugins - - - CopyPath - Library - /Library - - - CopyPath - etc - /etc - - - CopyPath - sbin - /sbin - - - CopyPath - usr - /usr - - - - size - 381826 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://fireflymediaserver.org - version - svn1586-r1 - - - bundleIdentifier - com.googlecode.iflickr - category - Multimedia - contact - ste@psmxy.org - date - 1205722284 - description - This is an app to take pictures on your iPhone and upload to your Flickr account. - hash - d7f0fe02174f78af088aa8bdc9eaae28 - location - http://repo.smxy.org/iphone-apps/zips/iflickr-0.8.zip - maintainer - Ste - name - iFlickr - scripts - - install - - - InstallApp - iFlickr.app - - - uninstall - - - UninstallApp - iFlickr.app - - - update - - - UninstallApp - iFlickr.app - - - InstallApp - iFlickr.app - - - - size - 130053 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iflickr.wordpress.com/ - version - 0.8 - - - bundleIdentifier - com.biosfire.iflix - category - Multimedia - contact - prometheus.fire25@gmail.com - date - 1204505010 - description - Netflix Queue Manager. - hash - 70f3a172e864c5de65c0d3857ed32755 - location - http://repo.smxy.org/iphone-apps/zips/iflix-0.9.9.1_RC.zip - maintainer - Brent Jensen - name - iFlix - scripts - - install - - - InstallApp - iFlix.app - - - uninstall - - - UninstallApp - iFlix.app - - - update - - - UninstallApp - iFlix.app - - - InstallApp - iFlix.app - - - - size - 98852 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iflix-iphone/ - version - 0.9.9.1_RC - - - bundleIdentifier - net.kevb.imFlow - category - Multimedia - contact - cobra@compuserve.com - date - 1205013890 - description - A CoverFlow image browser. - hash - 2f097403949a07cdecc82b57875df875 - location - http://repo.smxy.org/iphone-apps/zips/imflow-0.8.zip - maintainer - Kevin Brosius - name - imFlow - scripts - - install - - - InstallApp - imFlow.app - - - uninstall - - - UninstallApp - imFlow.app - - - update - - - UninstallApp - imFlow.app - - - InstallApp - imFlow.app - - - - size - 21895 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.idevdocs.com/forum/showpost.php?p=1556&postcount=7 - version - 0.8 - - - bundleIdentifier - am.variogr.supershuffle - category - Multimedia - contact - ste@psmxy.org - date - 1204702941 - description - Plays random 1 minute clips from your music library, changing every minute, for 60 minutes. - hash - 573eb3e2da68bdd78db7bcefe2e07cbb - location - http://repo.smxy.org/iphone-apps/zips/ipowerhour-1.6.zip - maintainer - Ste - name - iPowerHour - scripts - - install - - - InstallApp - iPowerHour.app - - - uninstall - - - UninstallApp - iPowerHour.app - - - update - - - UninstallApp - iPowerHour.app - - - InstallApp - iPowerHour.app - - - - size - 87981 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphonepowerhour/ - version - 1.6 - - - bundleIdentifier - com.subband.iRadio - category - Multimedia - contact - iphone@conceitedsoftware.com - date - 1196774750 - description - Experimental Internet radio tuner app w/ 3D sound features. Currently only MPEG streams are supported. - location - http://www.macminicolo.net/conceited/iphone/zips/iRadio.zip - maintainer - Conceited Software - name - iRadio - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/iRadio.app/ - - - - size - 546945 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.subband.com - version - 1.0b4 - - - bundleIdentifier - com.strands.istrands - category - Multimedia - contact - iphonedev@mystrands.com - date - 1204505011 - description - iPhone client for MyStrands - hash - 31d985fa6ffa09e7f4aa01415afc9283 - location - http://repo.smxy.org/iphone-apps/zips/istrands-1.0.zip - maintainer - MyStrands Mac Team - name - iStrands - scripts - - install - - - CopyPath - /System/Library/PreferenceBundles/iPodSettings.bundle/TV Out.plist - /System/Library/PreferenceBundles/iPodSettings.bundle/TV Out.plist.orig - - - CopyPath - /Applications/Preferences.app/Settings-iPod.plist - /Applications/Preferences.app/Settings-iPod.plist.orig - - - CopyPath - System - /System - - - CopyPath - Applications - /Applications - - - Notice - Enter your MyStrands login details in Settings->iPod->iStrands (iPhone) or in Settings>iStrands (iPod Touch) - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - - - - - - AbortOperation - iStrands requires Firmware 1.1.[12]. - - - - - uninstall - - - RemovePath - /Library/LaunchDaemons/com.strands.tracker.plist - /System/Library/PreferenceBundles/IStrandsSettings.bundle - /Applications/Preferences.app/iStrands-Settings.plist - /System/Library/CoreServices/SpringBoard.app/FSO_Muzika.png - /System/Library/CoreServices/SpringBoard.app/Default_Muzika.png - /var/root/Library/Preferences/com.strands.istrands.plist - - - MovePath - /System/Library/PreferenceBundles/iPodSettings.bundle/TV Out.plist.orig - /System/Library/PreferenceBundles/iPodSettings.bundle/TV Out.plist - - - MovePath - /Applications/Preferences.app/Settings-iPod.plist.orig - /Applications/Preferences.app/Settings-iPod.plist - - - update - - - CopyPath - System - /System - - - CopyPath - Applications - /Applications - - - - size - 176686 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://labs.mystrands.com/iphone/info.html - version - 1.0 - - - author - Holger Meyer - bundleIdentifier - de.holeg.Karajan - category - Multimedia - contact - poetic_folly@modmyifone.com - date - 1207074639 - description - Music and ear trainer for the iPhone. - hash - 80fc088e852c6105005fad489326bd15 - location - http://installerpackages.com/Karajan-0.1.zip - maintainer - ModMyiFone.com - name - Karajan Ear Trainer - scripts - - install - - - CopyPath - Karajan.app - /Applications/Karajan.app - - - uninstall - - - RemovePath - /Applications/Karajan.app - - - update - - - RemovePath - /Applications/Karajan.app - - - CopyPath - Karajan.app - /Applications/Karajan.app - - - - size - 703698 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/karajan.php - version - 0.1 - - - bundleIdentifier - com.andreaslinde.locations - category - Multimedia - contact - mail@andreaslinde.de - date - 1205891234 - description - Watch online webcam images. - hash - 2b068dccefa3e2ce5d847fc72ecea245 - location - http://repo.smxy.org/iphone-apps/zips/locations-0.3.1.zip - maintainer - Andreas Linde - name - Locations - scripts - - install - - - InstallApp - Locations.app - - - uninstall - - - UninstallApp - Locations.app - - - update - - - UninstallApp - Locations.app - - - InstallApp - Locations.app - - - - size - 134866 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.andreaslinde.com/projects/locations/ - version - 0.3.1 - - - bundleIdentifier - net.ations.cre.mmd - category - Multimedia - contact - pxl@natetrue.com - date - 1204702942 - description - The iPhone version of a live-action choose-your-own-adventure DVD, Make My Day. - hash - 5eb13fc4b84d12725b418215a08c44e9 - location - http://repo.smxy.org/iphone-apps/zips/mmd-1.0.zip - maintainer - Nate True - name - Make My Day - scripts - - install - - - InstallApp - Make My Day.app - - - uninstall - - - UninstallApp - Make My Day.app - - - update - - - UninstallApp - Make My Day.app - - - InstallApp - Make My Day.app - - - - size - 4082188 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://cre.ations.net/creation/make-my-day-on-iphone - version - 1.0 - - - bundleIdentifier - org.akamatsu.Mirrorscope - category - Multimedia - contact - aka@iamas.ac.jp - date - 1204522080 - description - A mirror-like realtime image effector using iPhone's camera. - hash - 35abd12aad407c52e9b72b0da45557c7 - location - http://installerpackages.com/Mirrorscope-011.zip - maintainer - Masayuki Akamatsu - name - Mirrorscope - scripts - - install - - - CopyPath - Mirrorscope.app/ - /Applications/Mirrorscope.app - - - uninstall - - - RemovePath - /Applications/Mirrorscope.app - - - - size - 21264 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#Mirrorscope.app - version - 0.1.1 - - - bundleIdentifier - com.gobanzai.mobilecast - category - Multimedia - contact - ste@psmxy.org - date - 1204505013 - description - Download and listen to your podcasts without syncing with iTunes. - hash - da57cd95729ea07422ffc1c9a1c9f2c8 - location - http://repo.smxy.org/iphone-apps/zips/mobilecast-2.2.3.zip - maintainer - Ste - name - MobileCast - scripts - - install - - - InstallApp - MobileCast.app - - - uninstall - - - UninstallApp - MobileCast.app - - - update - - - UninstallApp - MobileCast.app - - - InstallApp - MobileCast.app - - - - size - 58661 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://web.mac.com/matthew.t.smith/iWeb/Site/MobileCast/MobileCast.html - version - 2.2.3 - - - bundleIdentifier - org.c99.MobileScrobbler - category - Multimedia - contact - sam.steele@gmail.com - date - 1204505014 - description - Listen to Last.fm radio, view lyrics, artist info, upcoming concerts, and share your music tastes with friends. - hash - 3eeefb23518f9adec876bee617666b2b - location - http://repo.smxy.org/iphone-apps/zips/mobilescrobbler-1.4.2.zip - maintainer - Sam Steele - name - MobileScrobbler - scripts - - install - - - InstallApp - MobileScrobbler.app - - - CopyPath - System - /System - - - CopyPath - usr - /usr - - - CopyPath - Library - /Library - - - IfNot - - - ExistsPath - /usr/local/arm-apple-darwin/lib - - - - - CopyPath - arm-apple-darwin - /usr/local/arm-apple-darwin - - - - - SetStatus - Starting Scrobbled... - - - Exec - /usr/local/bin/scrobblectl start - - - SetStatus - Installing Preferences... - - - Exec - /Applications/MobileScrobbler.app/MobileScrobbler --installPrefBundle - - - If - - - FirmwareVersionIs - - 1.1.3 - - - - - - Notice - You may need to restart your iPhone / iPod Touch after enabling Scrobbling. - - - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - 1.1.3 - 1.1.4 - - - - - - AbortOperation - MobileScrobbler requires firmware 1.1.[1-4]. - - - - - uninstall - - - SetStatus - Stopping Scrobbled... - - - Exec - /usr/local/bin/scrobblectl stop - - - SetStatus - Removing Preferences... - - - Exec - /Applications/MobileScrobbler.app/MobileScrobbler --removePrefBundle - - - UninstallApp - MobileScrobbler.app - - - RemovePath - /System/Library/CoreServices/SpringBoard.app/Default_MobileScrobbler.png - /System/Library/CoreServices/SpringBoard.app/FSO_MobileScrobbler.png - /System/Library/PreferenceBundles/MobileScrobblerSettings.bundle - ~/Library/Preferences/org.c99.MobileScrobbler.plist - ~/Library/Preferences/org.c99.Scrobbled.plist - ~/Library/Caches/MobileScrobbler - ~/Library/MobileScrobbler - /usr/local/bin/Scrobbled.app - /usr/local/bin/scrobblectl - /Library/LaunchDaemons/org.c99.Scrobbled.plist - - - update - - - SetStatus - Stopping Scrobbled... - - - ExecNoError - /bin/launchctl unload /Library/LaunchDaemons/org.c99.Scrobbled.plist - - - UninstallApp - MobileScrobbler.app - - - RemovePath - /System/Library/CoreServices/SpringBoard.app/Default_MobileScrobbler.png - /System/Library/CoreServices/SpringBoard.app/FSO_MobileScrobbler.png - /System/Library/PreferenceBundles/MobileScrobblerSettings.bundle - /usr/local/bin/Scrobbled.app - /usr/local/bin/scrobblectl - /Library/LaunchDaemons/org.c99.Scrobbled.plist - /var/root/.scrobbled - - - InstallApp - MobileScrobbler.app - - - CopyPath - System - /System - - - CopyPath - usr - /usr - - - CopyPath - Library - /Library - - - IfNot - - - ExistsPath - /usr/local/arm-apple-darwin/lib - - - - - CopyPath - arm-apple-darwin - /usr/local/arm-apple-darwin - - - - - SetStatus - Starting Scrobbled... - - - ExecNoError - /bin/launchctl load /Library/LaunchDaemons/org.c99.Scrobbled.plist - - - SetStatus - Installing Preferences... - - - Exec - /Applications/MobileScrobbler.app/MobileScrobbler --installPrefBundle - - - If - - - FirmwareVersionIs - - 1.1.3 - - - - - - Notice - You may need to restart your iPhone / iPod Touch after enabling Scrobbling. - - - - - - size - 554220 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://dev.c99.org/MobileScrobbler/ - version - 1.4.2 - - - bundleIdentifier - com.share.murmur - category - Multimedia - contact - eric@share.dj - date - 1207788821 - description - Lets DJs and VJs mix audio and video directly from their iPhone. - hash - 6fe00f398ba98551c1783fde604bd819 - location - http://repo.smxy.org/iphone-apps/zips/mrmr-0.009.zip - maintainer - Eric Redlinger - name - Mrmr - scripts - - install - - - InstallApp - Mrmr.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.2 - 1.1.3 - 1.1.4 - - - - - - AbortOperation - DropCopy requires Firmware 1.1.[2-4]. - - - - - uninstall - - - UninstallApp - Mrmr.app - - - update - - - UninstallApp - Mrmr.app - - - InstallApp - Mrmr.app - - - - size - 258414 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://poly.share.dj/ - version - 0.009 - - - bundleIdentifier - com.googlecode.iphonemusicquiz - category - Multimedia - contact - ste@psmxy.org - date - 1204702943 - description - This game plays a random section of a random song and presents you with a multiple choice list of song names. - hash - 6030dae9f3b48315f5f1ce35ade3429b - location - http://repo.smxy.org/iphone-apps/zips/musicquiz-1.0.zip - maintainer - Ste - name - MusicQuiz - scripts - - install - - - InstallApp - MusicQuiz.app - - - uninstall - - - UninstallApp - MusicQuiz.app - - - update - - - UninstallApp - MusicQuiz.app - - - InstallApp - MusicQuiz.app - - - - size - 30698 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphonemusicquiz/ - version - 1.0 - - - bundleIdentifier - com.mxweas.MxTube - category - Multimedia - contact - Max@MxWeas.com - date - 1205202675 - description - The first native YouTube video downloader. - hash - 2b8062428b06018ec62ac0c483843994 - location - http://thebigboss.org/repofiles/other/MxTube-1.0b.zip - maintainer - mxweas - name - MxTube - scripts - - install - - - CopyPath - MxTube.app/ - /Applications/MxTube.app - - - uninstall - - - RemovePath - /Applications/MxTube.app - - - - size - 91396 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/mxtube.php - version - 1.0b - - - bundleIdentifier - com.myelectronica.iphone.myeradio - category - Multimedia - contact - poetic_folly@modmyifone.com - date - 1205708525 - description - A web radio app for myelectronica.com - hash - 4653c2b8e1429817803adffece51dd52 - location - http://installerpackages.com/MyERadio-0.2a.zip - maintainer - ModMyiFone.com - name - MyERadio - scripts - - install - - - CopyPath - MyERadio.app/ - /Applications/MyERadio.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - This only works on 1.1.3 and up, please update your iPhone. - - - - - uninstall - - - RemovePath - /Applications/MyERadio.app - - - update - - - RemovePath - /Applications/MyERadio.app - - - CopyPath - MyERadio.app/ - /Applications/MyERadio.app - - - - size - 101034 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/myeradio.php - version - 0.2a - - - bundleIdentifier - org.akamatsu.Pericam - category - Multimedia - contact - aka@iamas.ac.jp - date - 1204522080 - description - A scheduler that takes photographs automatically at a given time interval. Please check "More Info" below to install a few unix command-line tools. - hash - 9a2014e6127916c438ff323fa60c8df8 - location - http://installerpackages.com/Pericam.zip - maintainer - Masayuki Akamatsu - name - Pericam - scripts - - install - - - CopyPath - Pericam.app/ - /Applications/Pericam.app - - - uninstall - - - RemovePath - /Applications/Pericam.app - - - - size - 79079 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/Pericam.html - version - 0.1 - - - bundleIdentifier - org.cedsoft.photoboard - category - Multimedia - contact - cedric.villa@gmail.com - date - 1204702943 - description - Multitouch photo browser. - hash - 0b60e763e9be225f151bc8966a82a811 - location - http://repo.smxy.org/iphone-apps/zips/photoboard-0.4.0.zip - maintainer - CedSoft - name - PhotoBoard - restartSpringBoard - - scripts - - install - - - InstallApp - PhotoBoard.app - - - uninstall - - - UninstallApp - PhotoBoard.app - - - update - - - UninstallApp - PhotoBoard.app - - - InstallApp - PhotoBoard.app - - - - size - 301368 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://cedsoft.blogspot.com/search/label/multitouch - version - 0.4.0 - - - bundleIdentifier - com.touchrepo.pockettouch - category - Multimedia - contact - TouchRepo@gmail.com - date - 1206768177 - description - In-Pocket Music controller. Perfect for the buttonless iPod Touch. - hash - 3c1de5a55214acf4f17ccb183e5b954a - location - http://www.touchrepo.com/Multimedia/PocketTouch.app-12.zip - maintainer - Skylar - name - PocketTouch - scripts - - install - - - InstallApp - PocketTouch.app - - - uninstall - - - UninstallApp - PocketTouch.app - - - - size - 44980 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/Multimedia/pockettouch.html - version - 1.2 - - - bundleIdentifier - org.mg8.MobilePushr - category - Multimedia - contact - ste@psmxy.org - date - 1205883811 - description - Upload pictures to your Flickr account, from your Camera Roll album. - hash - 969e6d7d2a2c070d4bdefaf994634523 - location - http://repo.smxy.org/iphone-apps/zips/mobilepushr-0.6.zip - maintainer - Ste - name - Pushr - scripts - - install - - - InstallApp - Pushr.app - - - uninstall - - - UninstallApp - Pushr.app - - - update - - - UninstallApp - Pushr.app - - - InstallApp - Pushr.app - - - - size - 39465 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://mobilepushr.jottit.com/ - version - 0.6-1 - - - bundleIdentifier - com.sadun.SendPics - category - Multimedia - contact - apptapp@ericasadun.com - date - 1204690355 - description - Utility to send full-resolution photos by email (the iPhone normally scales these images). - hash - 2efec7fd57e08acfecca898987c6d7bb - location - http://repo.smxy.org/iphone-apps/zips/sendpics-0.2-113.zip - maintainer - Erica Sadun - name - SendPics - scripts - - install - - - InstallApp - SendPics.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[34] is required for this version of "SendPics". - - - - - uninstall - - - UninstallApp - SendPics.app - - - update - - - UninstallApp - SendPics.app - - - InstallApp - SendPics.app - - - - size - 21817 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Applications/SendPics/ - version - 0.2-113 - - - bundleIdentifier - com.sadun.SendSong2 - category - Multimedia - contact - apptapp@ericasadun.com - date - 1204692533 - description - Send songs thru email. - hash - b3fec387917e1dae3250d4ff17e87679 - location - http://repo.smxy.org/iphone-apps/zips/sendsong-0.31-beta-113.zip - maintainer - Erica Sadun - name - SendSong - scripts - - install - - - InstallApp - SendSong.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[34] is required for this version of SendSong. - - - - - uninstall - - - UninstallApp - SendSong.app - - - update - - - UninstallApp - SendSong.app - - - InstallApp - SendSong.app - - - - size - 27182 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Applications/SendSong/ - version - 0.31-beta-113 - - - bundleIdentifier - com.polarbearfarm.showtime - category - Multimedia - contact - layton@polarbearfarm.com - date - 1204521938 - description - Record video on your iPhone. - hash - a3c97e48136fee9aef8f52a74c6ee23e - location - http://repo.smxy.org/iphone-apps/zips/showtime-1.12b.zip - maintainer - Layton Duncan - name - ShowTime - scripts - - install - - - InstallApp - ShowTime.app - - - uninstall - - - UninstallApp - ShowTime.app - - - update - - - UninstallApp - ShowTime.app - - - InstallApp - ShowTime.app - - - - size - 194339 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.polarbearfarm.com/aboutshowtime.php - version - 1.12b - - - bundleIdentifier - com.simplifymedia.mobilemanager - category - Multimedia - contact - Support@SimplifyMedia.com - date - 1207596977 - description - Access your entire music collection, and browse and play from up to 30 friends. - hash - 040f98dcb5f431ad6cbe6984bbabf7e1 - location - http://repo.smxy.org/iphone-apps/zips/simplify-1.0b-b949.zip - maintainer - Simplify Media - name - Simplify Media Mobile - scripts - - install - - - InstallApp - Simplify.app - - - uninstall - - - UninstallApp - Simplify.app - - - RemovePath - ~/Library/SimplifyMedia - ~/Library/Preferences/com.simplifymedia.mobilemanager.plist - - - update - - - UninstallApp - Simplify.app - - - InstallApp - Simplify.app - - - - size - 1429785 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.simplifymedia.com/i - version - 1.0 beta (Build: 949) - - - bundleIdentifier - org.akamatsu.Sinewave - category - Multimedia - contact - aka@iamas.ac.jp - date - 1204522080 - description - An audio oscillator which produces a simple sine tone. - hash - 549d7d768798f42daac8d088ce127bdd - location - http://installerpackages.com/Sinewave.zip - maintainer - Masayuki Akamatsu - name - Sinewave - scripts - - install - - - CopyPath - Sinewave.app/ - /Applications/Sinewave.app - - - uninstall - - - RemovePath - /Applications/Sinewave.app - - - - size - 51573 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#Sinewave.app - version - 0.1 - - - bundleIdentifier - org.akamatsu.Timetracks - category - Multimedia - contact - aka@iamas.ac.jp - date - 1204522080 - description - A slitscan image generator using iPhone's camera. - hash - cbc6bb1291cbead6378760b3edbac52a - location - http://installerpackages.com/Timetracks.zip - maintainer - Masayuki Akamatsu - name - Timetracks - scripts - - install - - - CopyPath - Timetracks.app/ - /Applications/Timetracks.app - - - uninstall - - - RemovePath - /Applications/Timetracks.app - - - - size - 23988 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#Timetracks.app - version - 0.1 - - - bundleIdentifier - com.tunewiki.TuneWiki - category - Multimedia - contact - TuneWiki@gmail.com - date - 1204212957 - description - Always-on, community maintained lyric information for all of your music! Visit http://www.tunewiki.com for more info! Now with multi-language support. - location - http://tunewiki.cachefly.net/TuneWiki-2.1.zip - maintainer - TuneWiki - name - TuneWiki - scripts - - install - - - CopyPath - TuneWiki.app - /Applications/TuneWiki.app - - - uninstall - - - RemovePath - /Applications/TuneWiki.app - - - - size - 385648 - source - http://repository.apptapp.com/ - url - http://www.ilyricplayer.mobi/ - version - 2.1 - - - author - Softvision - bundleIdentifier - com.softvision.uPoze - category - Multimedia - contact - support@upoze.com - date - 1207826873 - description - Photo upload to Flickr - hash - c5c67dc2aef1b1d176a32266720630a9 - location - http://thebigboss.org/repofiles/other/uPoze.zip - maintainer - uPoze Support - name - uPoze - scripts - - install - - - CopyPath - uPoze.app - /Applications/uPoze.app - - - CopyPath - com.softvision.upozed.plist - /Library/LaunchDaemons - - - SetStatus - Starting upozed... - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.softvision.upozed.plist - - - - - Notice - Please restart your iPhone after this install finishes. - - - - - uninstall - - - SetStatus - Stopping upozed... - - - IfNot - - - ExecNoError - /bin/launchctl unload /Library/LaunchDaemons/com.softvision.upozed.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - SetStatus - Removing uPoze... - - - RemovePath - /Applications/uPoze.app - - - RemovePath - /Library/LaunchDaemons/com.softvision.upozed.plist - - - update - - - SetStatus - Stopping upozed... - - - IfNot - - - ExecNoError - /bin/launchctl unload /Library/LaunchDaemons/com.softvision.upozed.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - SetStatus - Removing uPoze... - - - RemovePath - /Applications/uPoze.app - - - RemovePath - /Library/LaunchDaemons/com.softvision.upozed.plist - - - CopyPath - uPoze.app - /Applications/uPoze.app - - - CopyPath - com.softvision.upozed.plist - /Library/LaunchDaemons - - - SetStatus - Starting upozed... - - - IfNot - - - ExecNoError - /bin/launchctl load /Library/LaunchDaemons/com.softvision.upozed.plist - - - - - Notice - Please restart your iPhone after this install finishes. - - - - - - size - 115074 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/uPoze.php - version - 1.0.0 - - - bundleIdentifier - com.sadun.VoiceRecorder - category - Multimedia - contact - apptapp@ericasadun.com - date - 1204702944 - description - A simple voice recorder. - hash - 9be0ecfaa6e9ffc778d67616207204cc - location - http://repo.smxy.org/iphone-apps/zips/vnotes-0.31-beta-113.zip - maintainer - Erica Sadun - name - VoiceNotes - scripts - - install - - - InstallApp - VNotes.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[34] is required for this version of "VoiceNotes". - - - - - uninstall - - - UninstallApp - VNotes.app - - - update - - - UninstallApp - VNotes.app - - - InstallApp - VNotes.app - - - - size - 62758 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Applications/VoiceNotes/ - version - 0.31-beta-113 - - - bundleIdentifier - com.vonagent.MobileVonagent - category - Multimedia - contact - bugs@vonagent.com - date - 1207414650 - description - Vonage SimulRing and Voicemail Utility. Control SimulRing and listen to voicemails. - hash - 112d96ca3516d7bc0fc048816e80d202 - location - http://installerpackages.com/Vonagent-1.04.zip - maintainer - vonagent.com - name - Vonagent - scripts - - Update - - - RemovePath - /Applications/Vonagent.app - - - CopyPath - Applications/Vonagent.app - /Applications/Vonagent.app - - - CopyPath - var/root/lib/sox - /var/root/lib/sox - - - CopyPath - var/root/lib - /var/root/lib - - - CopyPath - var/mobile/Media/vonagent/ - ~/Media/vonagent/ - - - CopyPath - Library/LaunchDaemons/com.vonagent.Monitor.plist - /Library/LaunchDaemons/com.vonagent.Monitor.plist - - - Exec - /bin/chmod 755 /Library/LaunchDaemons/com.vonagent.Monitor.plist - - - CopyPath - System/Library/CoreServices/SpringBoard.app/Default_Vonagent.png - /System/Library/CoreServices/SpringBoard.app/Default_Vonagent.png - - - CopyPath - System/Library/CoreServices/SpringBoard.app/FSO_Vonagent.png - /System/Library/CoreServices/SpringBoard.app/FSO_Vonagent.png - - - Exec - /bin/chmod -R 777 /Applications/Vonagent.app/ - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - - - - - - IfNot - - - FirmwareVersionIs - - 1.1.2 - - - - - - Exec - /usr/bin/chown mobile /var/mobile/Media/vonagent - - - - - - - install - - - CopyPath - Applications/Vonagent.app - /Applications/Vonagent.app - - - CopyPath - var/root/lib - /var/root/lib/ - - - CopyPath - var/root/lib/sox - /var/root/lib/sox - - - CopyPath - var/mobile/Media/vonagent/ - ~/Media/vonagent/ - - - CopyPath - Library/LaunchDaemons/com.vonagent.Monitor.plist - /Library/LaunchDaemons/com.vonagent.Monitor.plist - - - Exec - /bin/chmod 755 /Library/LaunchDaemons/com.vonagent.Monitor.plist - - - CopyPath - System/Library/CoreServices/SpringBoard.app/Default_Vonagent.png - /System/Library/CoreServices/SpringBoard.app/Default_Vonagent.png - - - CopyPath - System/Library/CoreServices/SpringBoard.app/FSO_Vonagent.png - /System/Library/CoreServices/SpringBoard.app/FSO_Vonagent.png - - - Exec - /bin/chmod -R 777 /Applications/Vonagent.app/ - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - - - - - - IfNot - - - FirmwareVersionIs - - 1.1.2 - - - - - - Exec - /usr/bin/chown mobile /var/mobile/Media/vonagent - - - - - - - preflight - - - IfNot - - - ExistsPath - /usr/bin/chown - - - - - IfNot - - - ExistsPath - /bin/chown - - - - - AbortOperation - Vonagent requires the "BSD Subsystem" package (under System) or Cydia first! - - - - - - - uninstall - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.vonagent.Monitor.plist - - - RemovePath - /Applications/Vonagent.app - /Library/LaunchDaemons/com.vonagent.Monitor.plist - /var/root/lib/sox - /var/root/lib/libltdl.3.dylib - /var/root/lib/libltdl.3.1.4.dylib - /var/root/lib/libsox.dylib - /var/root/lib/libsox.0.dylib - /var/root/lib/libsox.0.0.0.dylib - /var/root/lib/libsfx.dylib - /var/root/lib/libsfx.0.dylib - /var/root/lib/libsfx.0.0.0.dylib - /usr/local/bin/vonagent/ - ~/Media/vonagent/ - /System/Library/CoreServices/SpringBoard.app/Default_Vonagent.png - /System/Library/CoreServices/SpringBoard.app/FSO_Vonagent.png - /private/var/mobile/Library/Preferences/com.vonagent.plist - /private/var/root/Library/Preferences/com.vonagent.plist - - - - size - 692451 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/vonagent.php - version - 1.04 - - - author - Sean Heber - bundleIdentifier - com.iappada.wallpaper - category - Multimedia - contact - apptapp@nullriver.com - date - 1208016000 - description - See and share everyone's wallpaper. - location - http://gogo-packages.s3.amazonaws.com/Wallpaper-2.2.zip - maintainer - Nullriver Software - name - Wallpaper - restartSpringBoard - - scripts - - install - - - CopyPath - Wallpaper.app - /Applications/Wallpaper.app - - - uninstall - - - RemovePath - /Applications/Wallpaper.app - - - - size - 29128 - source - http://repository.apptapp.com/ - version - 2.2 - - - bundleIdentifier - edu.berkeley.job.AFPd - category - Network - contact - job+iphone@eecs.berkeley.edu - date - 1204505018 - description - AFP server with preferences GUI. - hash - 1d20b481a7b3db3268eda068971584a4 - location - http://repo.smxy.org/iphone-apps/zips/afpd-0.3.zip - maintainer - James O'Brien - name - AFPd - scripts - - install - - - InstallApp - AFPd.app - - - Notice - The AFP service will be enabled when you run this app the first time. - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - AFPd requires the "BSD Subsystem" package. You must install it first. - - - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - 1.1.3 - 1.1.4 - - - - - - AbortOperation - AFPd requires Firmware 1.1.[1-4]. - - - - - uninstall - - - UninstallApp - AFPd.app - - - RemovePath - /Library/LaunchDaemons/com.core.afp.plist - /Library/LaunchDaemons/edu.berkeley.job.dns-sd-afp.plist - - - Notice - Please turn your iPhone off and on again, after uninstalling this package. - - - update - - - UninstallApp - AFPd.app - - - RemovePath - /Library/LaunchDaemons/com.core.afp.plist - /Library/LaunchDaemons/edu.berkeley.job.dns-sd-afp.plist - - - InstallApp - AFPd.app - - - Notice - Please turn your iPhone off and on again, after updating this package. - - - - size - 230979 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.eecs.berkeley.edu/~job/afpd/ - version - 0.3 - - - bundleIdentifier - org.akamatsu.akaRemote - category - Network - contact - aka@iamas.ac.jp - date - 1204522080 - description - Sends/receives OSC messages between iPhone and other OSC applications. Please check "More Info" below to get a Max example. - hash - 006e58ccdbb30f9a0c10a6d9510ec671 - location - http://installerpackages.com/akaRemote.zip - maintainer - Masayuki Akamatsu - name - akaRemote - scripts - - install - - - CopyPath - akaRemote.app/ - /Applications/akaRemote.app - - - uninstall - - - RemovePath - /Applications/akaRemote.app - - - - size - 170498 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/akaRemote.html - version - 0.2.1 - - - bundleIdentifier - com.natetrue.iphone.apache - category - Network - contact - iphone@conceitedsoftware.com - date - 1189052946 - description - Apache Webserver - location - http://www.macminicolo.net/conceited/iphone/zips/Apache.zip - maintainer - Conceited Software - name - Apache - scripts - - install - - - CopyPath - etc/ - /etc - - - CopyPath - Library/ - /Library - - - CopyPath - System/ - /System - - - CopyPath - usr/ - /usr - - - CopyPath - var/ - /var - - - postflight - - - Exec - /bin/launchctl load /System/Library/LaunchDaemons/org.apache.httpd.plist - - - Exec - /bin/launchctl start org.apache.httpd - - - uninstall - - - Exec - /bin/launchctl stop org.apache.httpd - - - Exec - /bin/launchctl unload /System/Library/LaunchDaemons/org.apache.httpd.plist - - - RemovePath - /etc/httpd/ - - - RemovePath - /System/Library/LaunchDaemons/org.apache.httpd.plist - - - RemovePath - /usr/bin/checkgid - - - RemovePath - /usr/bin/htdigest - - - RemovePath - /usr/bin/htpasswd - - - RemovePath - /usr/libexec/httpd - - - RemovePath - /usr/sbin/ab - - - RemovePath - /usr/sbin/apachectl - - - RemovePath - /usr/sbin/logresolve - - - RemovePath - /usr/sbin/rotatelogs - - - RemovePath - /usr/sbin/suexec - - - RemovePath - /var/log/httpd/ - - - update - - - Exec - /bin/launchctl stop org.apache.httpd - - - Exec - /bin/launchctl unload /System/Library/LaunchDaemons/org.apache.httpd.plist - - - CopyPath - System/ - /System - - - CopyPath - usr/ - /usr - - - - size - 298661 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.apache.org - version - 1.3.37-2 - - - RestartSpringBoard - - author - Chris McDonald - bundleIdentifier - au.edu.uwa.csse.chris.APlogger - category - Network - contact - chris@csse.uwa.edu.au - date - 1199934968 - description - A WiFi Access Point (AP) logger - hash - d810f202f8cb159d93fed79121f27d1d - location - http://installerzips.poeticfolly.com/APlogger-1.0.5.zip - maintainer - ModMyiFone.com - name - APlogger - scripts - - install - - - CopyPath - APlogger.app - /Applications/APlogger.app - - - uninstall - - - RemovePath - /Applications/APlogger.app - - - update - - - RemovePath - /Applications/APlogger.app - - - CopyPath - APlogger.app - /Applications/APlogger.app - - - - size - 69361 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/APlogger.php - version - 1.0.5 - - - bundleIdentifier - com.google.code.apolloim - category - Network - contact - arminius2@gmail.com - date - 1204702945 - description - Apollo is the premiere Instant Messenger for the iPhone. It supports MSN, ICQ, AIM, as well as DotMac. - hash - 7ded4768d5d1892695b5859272664ee1 - location - http://repo.smxy.org/iphone-apps/zips/apollo-1.0.2.zip - maintainer - Alex C. Schaefer - name - Apollo - restartSpringBoard - - scripts - - install - - - InstallApp - Apollo.app - - - preflight - - - Notice - Please use the "More Info..." button, to see important information. - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - Apollo requires the "BSD Subsystem" package. You must install it first. - - - - - uninstall - - - UninstallApp - Apollo.app - - - update - - - UninstallApp - Apollo.app - - - InstallApp - Apollo.app - - - - size - 4213411 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/apolloim/ - version - 1.0.2 - - - bundleIdentifier - com.wickedpsyched.iphone.BitchX - category - Network - contact - iphone@conceitedsoftware.com - date - 1189051608 - description - BitchX IRC Client. - location - http://www.macminicolo.net/conceited/iphone/zips/BitchX.zip - maintainer - Conceited Software - name - BitchX - scripts - - install - - - CopyPath - usr/ - /usr - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /usr/bin/BitchX - - - RemovePath - Applications/BitchX.app/ - - - - size - 665045 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.bitchx.org - version - 1.1-final-app-5 - - - bundleIdentifier - com.bigboss.bookmarklets - category - Network - contact - bigboss@thebigboss.org - date - 1206349420 - description - Add find, open in new tab, flash (iTransmogrify), copy/paste bookmarklets to safari. - hash - 205745f8088f84c2ee386d4af85aa06d - location - http://thebigboss.org/repofiles/bigboss/bookmarklets_1.3.zip - maintainer - Big Boss - name - Bookmarklets - scripts - - install - - - CopyPath - Bookmarklets.app/ - /Applications/Bookmarklets.app - - - Exec - /Applications/Bookmarklets.app/bookmarks - - - RemovePath - /Applications/Bookmarklets.app - - - uninstall - - - Notice - There is nothing to uninstall. Just remove the bookmarklets from your safari bookmarks if you dont want them. - - - update - - - CopyPath - Bookmarklets.app/ - /Applications/Bookmarklets.app - - - Exec - /Applications/Bookmarklets.app/bookmarks update - - - RemovePath - /Applications/Bookmarklets.app - - - Notice - Adds copy/paste bookmarklet. - - - - size - 13614 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bookmarklets.php - version - 1.30 - - - RestartSpringBoard - - author - mbranes - bundleIdentifier - cc.quetzal.colloq - category - Network - contact - mbranes@quetzal.cc - date - 1204678333 - description - mColloquy with bug fixes and enhancements - hash - 22fb8b6e8433894d909a688096abba11 - location - http://installerpackages.com/colloQ-0.11.zip - maintainer - mbranes - name - colloQ - scripts - - install - - - CopyPath - colloQ.app - /Applications/colloQ.app - - - uninstall - - - RemovePath - /Applications/colloQ.app - - - update - - - RemovePath - /Applications/colloQ.app - - - CopyPath - colloQ.app - /Applications/colloQ.app - - - - size - 277747 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://code.google.com/p/colloq/ - version - 0.11 - - - bundleIdentifier - com.googlecode.mcolloquy - category - Network - contact - iphone@conceitedsoftware.com - date - 1193761719 - description - The best IRC client for iPhone. - location - http://www.macminicolo.net/conceited/iphone/zips/Colloquy.zip - maintainer - Conceited Software - name - Colloquy - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/Colloquy.app - - - - size - 258476 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://mcolloquy.googlecode.com - version - r70 - - - bundleIdentifier - com.devicescape.connect - category - Network - contact - apptapp@nullriver.com - date - 1206632281 - description - Devicescape's Wi-Fi auto-login service for your iPhone. - location - http://iphone.dvscape.us/zips/Connect-2.0.22.zip - maintainer - Nullriver Software - name - Devicescape Connect - scripts - - install - - - CopyPath - Connect.app - /Applications/Connect.app - - - CopyPath - com.devicescape.connect.server.plist - /System/Library/LaunchDaemons/com.devicescape.connect.server.plist - - - CopyPath - connect - /usr/bin/connect - - - CopyPath - restart - /var/root/Library/Devicescape/restart - - - If - - - InstalledPackage - com.devicescape.connect - - - - - SetStatus - Stopping Service... - - - Exec - /bin/launchctl unload /System/Library/LaunchDaemons/com.devicescape.connect.server.plist - - - - - SetStatus - Starting Service... - - - Exec - /bin/launchctl load /System/Library/LaunchDaemons/com.devicescape.connect.server.plist - - - uninstall - - - SetStatus - Stopping Service... - - - Exec - /bin/launchctl unload /System/Library/LaunchDaemons/com.devicescape.connect.server.plist - - - SetStatus - Uninstalling package... - - - RemovePath - /System/Library/LaunchDaemons/com.devicescape.connect.server.plist - - - RemovePath - /usr/bin/connect - - - RemovePath - /Applications/Connect.app - - - RemovePath - /var/root/Library/Devicescape/restart - - - - size - 204885 - source - http://repository.apptapp.com/ - url - http://www.devicescape.com/ - version - 2.0.22 - - - bundleIdentifier - com.wickedpsyched.iphone.dnstools - category - Network - contact - iphone@conceitedsoftware.com - date - 1189051643 - description - Command-line DNS tools. - location - http://www.macminicolo.net/conceited/iphone/zips/DNSTools.zip - maintainer - Conceited Software - name - DNS Tools - scripts - - install - - - CopyPath - usr/ - /usr - - - uninstall - - - RemovePath - /usr/local/bin/dig - - - RemovePath - /usr/local/bin/host - - - RemovePath - /usr/local/bin/nslookup - - - RemovePath - /usr/local/lib/libbind.a - - - RemovePath - /usr/local/lib/libbind9.a - - - - size - 2044864 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://wickedpsyched.com/iphone/nettools/ - version - 1.0 - - - bundleIdentifier - com.icloseby.ifob - category - Network - contact - info@iCloseBy.com - date - 1201738184 - description - Wireless. Social. Real. Social networking made easy. Discover everyone around you! - location - http://www.macminicolo.net/conceited/iphone/zips/iFob.zip - maintainer - iCloseBy.com - Wireless...Social...Real... - name - iFob - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/iFob.app/ - - - - size - 723610 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.iCloseBy.com/ - version - 1.41 - - - bundleIdentifier - com.fon.iFON - category - Network - contact - iphone@conceitedsoftware.com - date - 1196861352 - description - Connection manager for FON hotspots. - location - http://www.macminicolo.net/conceited/iphone/zips/iFON.zip - maintainer - Conceited Software - name - iFON - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/iFON.app/ - - - - size - 180153 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://fon.com - version - 0.1.1 - - - bundleIdentifier - com.dtzTech.iNewsGroup - category - Network - contact - inewsgroupdev@gmail.com - date - 1205106044 - description - USENET netnews reader. - hash - abfba575adc0f859f1153dfd2927a5fe - location - http://repo.smxy.org/iphone-apps/zips/inewsgroup-1.0.6.zip - maintainer - Will Dietz - name - iNewsGroup - scripts - - install - - - InstallApp - iNewsGroup.app - - - uninstall - - - UninstallApp - iNewsGroup.app - - - update - - - UninstallApp - iNewsGroup.app - - - InstallApp - iNewsGroup.app - - - - size - 454591 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/inewsgroup/ - version - 1.0.6 - - - bundleIdentifier - org.pogi.iRCm - category - Network - contact - iphone@conceitedsoftware.com - date - 1189051688 - description - IRC client for iPhone. - location - http://www.macminicolo.net/conceited/iphone/zips/iRCm.zip - maintainer - Conceited Software - name - iRCm - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/iRCm.app - - - - size - 139750 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://ircm.googlecode.com - version - svn36 - - - bundleIdentifier - com.wickedpsyched.iphone.irssi - category - Network - contact - iphone@conceitedsoftware.com - date - 1189409349 - description - Command-line IRC client. - location - http://www.macminicolo.net/conceited/iphone/zips/Irssi.zip - maintainer - Conceited Software - name - Irssi - scripts - - install - - - CopyPath - usr/ - /usr - - - uninstall - - - RemovePath - /usr/bin/irssi - - - - size - 564964 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.irssi.org - version - 0.8.11 - - - bundleIdentifier - com.sendspace.ishare - category - Network - contact - iphone@conceitedsoftware.com - date - 1191296724 - description - iShare, upload, share, and download any type of file using your iPhone. Completely free to use. - location - http://www.macminicolo.net/conceited/iphone/zips/iShare.zip - maintainer - Conceited Software - name - iShare - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/iShare.app - - - - size - 278625 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.sendshare.com/ - version - 1.04beta - - - bundleIdentifier - net.npike.iXboxLive - category - Network - contact - npike@npike.net - date - 1207521580 - description - Xbox Live for the iPod Touch and iPhone. - hash - f9cf1581cd87ffd35f279f53e9d87b2a - location - http://repo.smxy.org/iphone-apps/zips/ixboxlive-1.6.zip - maintainer - Nicholas Pike - name - iXboxLive - scripts - - install - - - InstallApp - iXboxLive.app - - - uninstall - - - UninstallApp - iXboxLive.app - - - update - - - UninstallApp - iXboxLive.app - - - InstallApp - iXboxLive.app - - - - size - 160504 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/npike-touch-xboxlive/ - version - 1.6 - - - bundleIdentifier - com.amcgregor.lighttpd - category - Network - contact - ste@psmxy.org - date - 1204505020 - description - Lighttpd is a tiny, efficient, secure and flexible webserver designed for the specific concerns of limited environments or high load. - hash - 228ab5920c55deae0a680925c9d9c33f - location - http://repo.smxy.org/iphone-apps/zips/lighttpd-1.4.17-2.zip - maintainer - Ste - name - Lighttpd - scripts - - install - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - CopyPath - var/log - /var/log - - - IfNot - - - ExistsPath - /var/root/Sites - - - - - CopyPath - var/root - /var/root - - - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.amcgregor.lighttpd.plist - - - preflight - - - If - - - InstalledPackage - com.natetrue.iphone.apache - - - - - AbortOperation - You must uninstall Apache before installing lighttpd (your site files will not be deleted). - - - - - uninstall - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.amcgregor.lighttpd.plist - - - RemovePath - /Library/LaunchDaemons/com.amcgregor.lighttpd.plist - /usr/local/bin/lighttpd - /usr/local/bin/spawn-fcgi - /usr/local/etc/lighttpd.conf - /usr/local/etc/lighttpd.conf.new - /usr/local/lib/liblightcomp.dylib - /usr/local/lib/liblightcomp.la - /usr/local/lib/libuuid.a - /usr/local/lib/mod_access.la - /usr/local/lib/mod_access.so - /usr/local/lib/mod_accesslog.la - /usr/local/lib/mod_accesslog.so - /usr/local/lib/mod_alias.la - /usr/local/lib/mod_alias.so - /usr/local/lib/mod_auth.la - /usr/local/lib/mod_auth.so - /usr/local/lib/mod_cgi.la - /usr/local/lib/mod_cgi.so - /usr/local/lib/mod_cml.la - /usr/local/lib/mod_cml.so - /usr/local/lib/mod_compress.la - /usr/local/lib/mod_compress.so - /usr/local/lib/mod_dirlisting.la - /usr/local/lib/mod_dirlisting.so - /usr/local/lib/mod_evasive.la - /usr/local/lib/mod_evasive.so - /usr/local/lib/mod_evhost.la - /usr/local/lib/mod_evhost.so - /usr/local/lib/mod_expire.la - /usr/local/lib/mod_expire.so - /usr/local/lib/mod_extforward.la - /usr/local/lib/mod_extforward.so - /usr/local/lib/mod_fastcgi.la - /usr/local/lib/mod_fastcgi.so - /usr/local/lib/mod_flv_streaming.la - /usr/local/lib/mod_flv_streaming.so - /usr/local/lib/mod_indexfile.la - /usr/local/lib/mod_indexfile.so - /usr/local/lib/mod_magnet.la - /usr/local/lib/mod_magnet.so - /usr/local/lib/mod_mysql_vhost.la - /usr/local/lib/mod_mysql_vhost.so - /usr/local/lib/mod_proxy.la - /usr/local/lib/mod_proxy.so - /usr/local/lib/mod_redirect.la - /usr/local/lib/mod_redirect.so - /usr/local/lib/mod_rewrite.la - /usr/local/lib/mod_rewrite.so - /usr/local/lib/mod_rrdtool.la - /usr/local/lib/mod_rrdtool.so - /usr/local/lib/mod_scgi.la - /usr/local/lib/mod_scgi.so - /usr/local/lib/mod_secdownload.la - /usr/local/lib/mod_secdownload.so - /usr/local/lib/mod_setenv.la - /usr/local/lib/mod_setenv.so - /usr/local/lib/mod_simple_vhost.la - /usr/local/lib/mod_simple_vhost.so - /usr/local/lib/mod_ssi.la - /usr/local/lib/mod_ssi.so - /usr/local/lib/mod_staticfile.la - /usr/local/lib/mod_staticfile.so - /usr/local/lib/mod_status.la - /usr/local/lib/mod_status.so - /usr/local/lib/mod_trigger_b4_dl.la - /usr/local/lib/mod_trigger_b4_dl.so - /usr/local/lib/mod_userdir.la - /usr/local/lib/mod_userdir.so - /usr/local/lib/mod_usertrack.la - /usr/local/lib/mod_usertrack.so - /usr/local/lib/mod_webdav.la - /usr/local/lib/mod_webdav.so - /var/log/lighttpd - - - update - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.amcgregor.lighttpd.plist - - - CopyPath - Library - /Library - - - CopyPath - usr/local/bin - /usr/local/bin - - - CopyPath - usr/local/lib - /usr/local/lib - - - CopyPath - usr/local/etc/lighttpd.conf - /usr/local/etc/lighttpd.conf.new - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.amcgregor.lighttpd.plist - - - - size - 327492 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.psmxy.org/pkg-info/lighttpd - version - 1.4.17-2 - - - bundleIdentifier - com.twenty08.MobileChat - category - Network - contact - iphone@conceitedsoftware.com - date - 1191859052 - description - Chat client for iPhone. - location - http://www.macminicolo.net/conceited/iphone/zips/MobileChat.zip - maintainer - Conceited Software - name - MobileChat - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/Chat.app - - - - size - 3047825 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://blog.twenty08.com/mobilechat/ - version - 2.0.0b - - - bundleIdentifier - com.somemorecode.mobileJuhu - category - Network - contact - christian.martick@googlemail.com - date - 1204702946 - description - A client for the Jaiku web service. - hash - 8a74ad31de70205a3e32752ff31dddb1 - location - http://repo.smxy.org/iphone-apps/zips/mobilejuhu-0.4.3.zip - maintainer - Christian Martick - name - mobileJuhu - scripts - - install - - - InstallApp - mobileJuhu.app - - - uninstall - - - UninstallApp - mobileJuhu.app - - - update - - - UninstallApp - mobileJuhu.app - - - InstallApp - mobileJuhu.app - - - - size - 287697 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/mobilejuhu/ - version - 0.4.3 - - - bundleIdentifier - net.npike.MobileTwitter - category - Network - contact - npike@npike.net - date - 1207517266 - description - Twitter client for the iPhone and iPod touch. - hash - 0b5c7facce2ec194ffa9178a8869717f - location - http://repo.smxy.org/iphone-apps/zips/mobiletwitter-1.41.zip - maintainer - Nicholas Pike - name - MobileTwitter - scripts - - install - - - InstallApp - MobileTwitter.app - - - uninstall - - - UninstallApp - MobileTwitter.app - - - update - - - UninstallApp - MobileTwitter.app - - - InstallApp - MobileTwitter.app - - - - size - 70097 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://apps.npike.net/MobileTwitter - version - 1.41 - - - bundleIdentifier - com.hawkinnovations.myebay - category - Network - contact - iphone@conceitedsoftware.com - date - 1189274402 - description - eBay Watcher on the iPhone. - location - http://www.macminicolo.net/conceited/iphone/zips/MyeBay.zip - maintainer - Conceited Software - name - My eBay - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - preflight - - - Notice - This application requires configuration before use. Visit the Conceited Software FAQ for detailed instructions. - - - uninstall - - - RemovePath - /Applications/My eBay.app - - - - size - 28443 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://homepage.mac.com/jordy2/ebaywatcher/iphone.html - version - 0.6-2 - - - bundleIdentifier - com.mexens.iphone.navizon - category - Network - contact - support@navizon.com - date - 1205608834 - description - WiFi and Cellular GPS with buddy tracking for the iPhone. - hash - 4d00e0337dfd93ce9346708efc58ee5b - location - http://repo.smxy.org/iphone-apps/zips/navizon-2.0.2.zip - maintainer - Mexens - name - Navizon GPS - scripts - - install - - - InstallApp - Navizon.app - - - CopyPath - System - /System - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.mexens.navizondaemon.plist - - - - - Notice - Please restart your iPhone after this install finishes. - - - - - uninstall - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.mexens.navizondaemon.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - UninstallApp - Navizon.app - - - RemovePath - /Library/LaunchDaemons/com.mexens.navizondaemon.plist - /System/Library/CoreServices/SpringBoard.app/Default_Navizon.png - /System/Library/CoreServices/SpringBoard.app/FSO_Navizon.png - /usr/local/bin/navizondaemon - - - update - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.mexens.navizondaemon.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - UninstallApp - Navizon.app - - - RemovePath - /Library/LaunchDaemons/com.mexens.navizondaemon.plist - /System/Library/CoreServices/SpringBoard.app/Default_Navizon.png - /System/Library/CoreServices/SpringBoard.app/FSO_Navizon.png - /usr/local/bin/navizondaemon - - - InstallApp - Navizon.app - - - CopyPath - System - /System - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.mexens.navizondaemon.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - size - 152842 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.navizon.com - version - 2.0.2 - - - bundleIdentifier - com.wickedpsyched.iphone.ncftp - category - Network - contact - iphone@conceitedsoftware.com - date - 1189051763 - description - Command-line ftp client. - location - http://www.macminicolo.net/conceited/iphone/zips/ncftp.zip - maintainer - Conceited Software - name - ncftp - scripts - - install - - - CopyPath - usr/ - /usr - - - uninstall - - - RemovePath - /usr/local/bin/ncftp - - - RemovePath - /usr/local/bin/ncftpbatch - - - RemovePath - /usr/local/bin/ncftpbookmarks - - - RemovePath - /usr/local/bin/ncftpget - - - RemovePath - /usr/local/bin/ncftpls - - - RemovePath - /usr/local/bin/ncftpput - - - - size - 502807 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.ncftp.com - version - 3.2.1/349 - - - bundleIdentifier - com.nikotel.nikotalkie - category - Network - contact - iphone@conceitedsoftware.com - date - 1194633561 - description - Voice Chat client from Nikotel. - location - http://www.macminicolo.net/conceited/iphone/zips/Nikotalkie.zip - maintainer - Conceited Software - name - Nikotalkie - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/Nikotalkie.app - - - - size - 457479 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.nikotalkie.com/ - version - 1.4.1 - - - bundleIdentifier - net.sourceforge.openlldp - category - Network - contact - terry.simons@gmail.com - date - 1192657245 - description - An Open Source implementation of the IEEE 802.1AB (LLDP) protocol. - location - http://openlldp.sourceforge.net/iphone/openlldp-0.4.zip - maintainer - OpenLLDP Project - name - OpenLLDP - scripts - - install - - - CopyPath - lldpd - /usr/sbin/lldpd - - - CopyPath - net.sourceforge.openlldp.plist - /Library/LaunchDaemons/net.sourceforge.openlldp.plist - - - SetStatus - Starting OpenLLDP... - - - Exec - /bin/launchctl load /Library/LaunchDaemons/net.sourceforge.openlldp.plist - - - uninstall - - - SetStatus - Stopping OpenLLDP... - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/net.sourceforge.openlldp.plist - - - SetStatus - Uninstalling package... - - - RemovePath - /usr/sbin/lldpd - /Library/LaunchDaemons/net.sourceforge.openlldp.plist - - - update - - - SetStatus - Stopping OpenLLDP... - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/net.sourceforge.openlldp.plist - - - SetStatus - Installing package... - - - CopyPath - lldpd - /usr/sbin/lldpd - - - CopyPath - net.sourceforge.openlldp.plist - /Library/LaunchDaemons/net.sourceforge.openlldp.plist - - - SetStatus - Starting OpenLLDP... - - - Exec - /bin/launchctl load /Library/LaunchDaemons/net.sourceforge.openlldp.plist - - - - size - 17066 - source - http://repository.apptapp.com/ - url - http://openlldp.sourceforge.net - version - 0.4 - - - bundleIdentifier - com.parm.bookmarklets - category - Network - contact - parm289@yahoo.com - date - 1206859480 - description - Add's several useful bookmarklet apps written by Parm to your safari bookmarks. See moreinfo for details on each. - hash - d80b3ac36dd36df3377df92f3bc0183c - location - http://thebigboss.org/repofiles/other/parmsbookmarklets.zip - maintainer - Parm - name - Parm's Bookmarklets - scripts - - install - - - CopyPath - Bookmarklets.app/ - /Applications/Bookmarklets.app - - - Exec - /Applications/Bookmarklets.app/bookmarks - - - RemovePath - /Applications/Bookmarklets.app - - - uninstall - - - Notice - There is nothing to uninstall. Just remove the bookmarklets from your safari bookmarks if you dont want them. - - - - size - 10870 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/parmsbookmarklets.php - version - 1.0 - - - bundleIdentifier - org.pureftpd.iTouch - category - Network - contact - jms@macos.fr - date - 1204505022 - description - Free, secure and fast FTP server. - hash - 38992e96d0c9d18979956bec05b05a82 - location - http://repo.smxy.org/iphone-apps/zips/pureftpd-1.0.21.zip - maintainer - Jean-Matthieu - name - Pure-FTPd - scripts - - install - - - CopyPath - etc - /etc - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - SetStatus - Starting Pure-FTPd... - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/org.pureftpd.plist - - - - - Notice - Please restart your iPhone after this install finishes. - - - - - uninstall - - - SetStatus - Stopping Pure-FTPd... - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/org.pureftpd.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - SetStatus - Removing Pure-FTPd... - - - RemovePath - /etc/pureftpd.pem - /Library/LaunchDaemons/org.pureftpd.plist - /usr/sbin/pure-ftpd - - - update - - - SetStatus - Stopping Pure-FTPd... - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/org.pureftpd.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - SetStatus - Updating Pure-FTPd... - - - RemovePath - /etc/pureftpd.pem - /Library/LaunchDaemons/org.pureftpd.plist - /usr/sbin/pure-ftpd - - - CopyPath - etc - /etc - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - SetStatus - Starting Pure-FTPd... - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/org.pureftpd.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - size - 51428 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://jeanmatthieu.free.fr/pureftpd - version - 1.0.21 - - - bundleIdentifier - com.visuawmobile.com.smartRSS - category - Network - contact - jeremie.engel@gmail.com - date - 1205626359 - description - New smart and easy to use RSS reader for 1.1.2, 1.1.3 and 1.1.4. - hash - 5b963c54082429d4a75588c343ae18ec - location - http://thebigboss.org/repofiles/other/smartRSS-1.0.zip - maintainer - Jeremie Engel - name - smartRSS - scripts - - install - - - CopyPath - smartRSS.app - /Applications/smartRSS.app - - - uninstall - - - RemovePath - /Applications/smartRSS.app - - - RemovePath - ~/Library/VisuaWeb/smartRSS - - - - size - 206835 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/SmartRSS.php - version - 1.0 - - - bundleIdentifier - com.amrut.iphone.SMSD - category - Network - contact - amrut.joshi@gmail.com - date - 1204505022 - description - An enhanced replacement for the stock SMS application with more features. - hash - e7e9247bdc9e28e3a4dba1915b3d73e8 - location - http://repo.smxy.org/iphone-apps/zips/smsd-0.2.1.zip - maintainer - Amrut Joshi - name - SMSD - scripts - - install - - - CopyPath - SMSD.app - /Applications/SMSD.app - - - CopyPath - MobileSMS.app - /Applications/MobileSMS.app - - - CopyPath - Library - /Library - - - uninstall - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.amrut.iphone.SMSD.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - RemovePath - /Applications/SMSD.app - /Applications/MobileSMS.app/SMSDHelper - /Library/LaunchDaemons/com.amrut.iphone.SMSD.plist - - - update - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.amrut.iphone.SMSD.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - RemovePath - /Applications/SMSD.app - /Applications/MobileSMS.app/SMSDHelper - /Library/LaunchDaemons/com.amrut.iphone.SMSD.plist - - - CopyPath - SMSD.app - /Applications/SMSD.app - - - CopyPath - MobileSMS.app - /Applications/MobileSMS.app - - - CopyPath - Library - /Library - - - - size - 155560 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://amrut.joshi.googlepages.com/smsd - version - 0.2.1 - - - bundleIdentifier - com.googlecode.iphone-wireless.applications.Stumbler - category - Network - contact - iphone@conceitedsoftware.com - date - 1189452114 - description - Working Wifi stumbler for iPhone. - location - http://www.macminicolo.net/conceited/iphone/zips/Stumbler.zip - maintainer - Conceited Software - name - Stumbler - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/Stumbler.app - - - - size - 32051 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://iphone-wireless.googlecode.com - version - 0.04.1189413695 - - - bundleIdentifier - com.swirlyspace.mms - category - Network - contact - support@swirlyspace.com - date - 1207596394 - description - Send and receive MMSs with your iPhone. - hash - 6f60d2f611aa3d4d9ae6fbcd2468f0f2 - location - http://repo.smxy.org/iphone-apps/zips/swirlymms-0.3.8.zip - maintainer - Tommy - name - SwirlyMMS - scripts - - install - - - IfNot - - - ExistsPath - /usr/local/arm-apple-darwin/lib - - - - - CopyPath - arm-apple-darwin - /usr/local/arm-apple-darwin - - - - - InstallApp - SwirlyMMS.app - - - CopyPath - CoreServices - /System/Library/CoreServices - - - IfNot - - - ExistsPath - /System/Library/BACKUPcom.apple.CommCenter.plist - - - - - CopyPath - /System/Library/LaunchDaemons/com.apple.CommCenter.plist - /System/Library/BACKUPcom.apple.CommCenter.plist - - - - - CopyPath - LaunchDaemons - /System/Library/LaunchDaemons - - - Notice - Please restart your iPhone after this install finishes. - - - uninstall - - - UninstallApp - SwirlyMMS.app - - - RemovePath - /System/Library/CoreServices/SpringBoard.app/Default_mmsoff.png - /System/Library/CoreServices/SpringBoard.app/Default_mmson.png - /var/root/Library/MMSApp - - - MovePath - /System/Library/BACKUPcom.apple.CommCenter.plist - /System/Library/LaunchDaemons/com.apple.CommCenter.plist - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - size - 352829 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.swirlyspace.com/iphone/apps/mms/ - version - 0.3.8 - - - bundleIdentifier - com.wickedpsyched.iphone.tinyproxy - category - Network - contact - iphone@conceitedsoftware.com - date - 1189408938 - description - Small HTTP/HTTPS proxy server. Modified by core. - location - http://www.macminicolo.net/conceited/iphone/zips/Tinyproxy.zip - maintainer - Conceited Software - name - Tinyproxy - scripts - - install - - - CopyPath - System/ - /System - - - CopyPath - usr/ - /usr - - - CopyPath - var/ - /var - - - postflight - - - Exec - /bin/launchctl load /System/Library/LaunchDaemons/com.wickedpsyched.iphone.tinyproxy.plist - - - Exec - /bin/launchctl start com.wickedpsyched.iphone.tinyproxy - - - uninstall - - - Exec - /bin/launchctl stop com.wickedpsyched.iphone.tinyproxy - - - Exec - /bin/launchctl unload /System/Library/LaunchDaemons/com.wickedpsyched.iphone.tinyproxy.plist - - - RemovePath - /usr/bin/tinyproxy - - - RemovePath - /System/Library/LaunchDaemons/com.wickedpsyched.iphone.tinyproxy.plist - - - RemovePath - /var/log/tinyproxy.log - - - update - - - Exec - /bin/launchctl stop com.wickedpsyched.iphone.tinyproxy - - - Exec - /bin/launchctl unload /System/Library/LaunchDaemons/com.wickedpsyched.iphone.tinyproxy.plist - - - CopyPath - System/ - /System - - - CopyPath - usr/ - /usr - - - CopyPath - var/ - /var - - - - size - 150323 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://tinyproxy.sf.net - version - 1.7.0-core - - - bundleIdentifier - com.twitxr.iTwitxr - category - Network - contact - contact@twitxr.com - date - 1202584732 - description - A picture is worth a thousand words. Share your life with friends with real-time picture updates twitxr.com! - location - http://www.macminicolo.net/conceited/iphone/zips/Twitxr.zip - maintainer - iTwitxr.com - name - Twitxr - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/Twitxr.app/ - - - update - - - RemovePath - /Applications/iTwitxr.app/ - - - CopyPath - Applications/ - /Applications - - - - size - 58925 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.Twitxr.com/ - version - 0.5 - - - bundleIdentifier - com.creed.vnsea - category - Network - contact - iphone@conceitedsoftware.com - date - 1201648260 - description - VNC client the iPhone based on Chicken of the VNC for MacOS X. - location - http://www.macminicolo.net/conceited/iphone/zips/VNsea.zip - maintainer - Conceited Software - name - VNsea - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/VNsea.app - - - - size - 218071 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://code.google.com/p/vnsea/ - version - 0.81 - - - bundleIdentifier - org.freexri.xriphone - category - Network - contact - office@freexri.com - date - 1204702946 - description - Resolve i-names and i-numbers. - hash - 55c53f66d3f1a12b87a73abf0bd3fe6a - location - http://repo.smxy.org/iphone-apps/zips/xriphone-0.5.zip - maintainer - @freeXRI - name - xriPhone - scripts - - install - - - InstallApp - xriPhone.app - - - uninstall - - - UninstallApp - xriPhone.app - - - update - - - UninstallApp - xriPhone.app - - - InstallApp - xriPhone.app - - - - size - 149033 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.freexri.com/tools/AboutXRIPhone - version - 0.5 - - - bundleIdentifier - com.zacharybrewstergeisz.books - category - Productivity - contact - ste@psmxy.org - date - 1204826783 - description - A simple eBook reader. - hash - 808920e6224ad41d90b960bf91cc17a8 - location - http://repo.smxy.org/iphone-apps/zips/books-1.3.7.zip - maintainer - Ste - name - Books - scripts - - install - - - InstallApp - Books.app - - - uninstall - - - UninstallApp - Books.app - - - update - - - UninstallApp - Books.app - - - InstallApp - Books.app - - - - size - 164649 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphoneebooks/ - version - 1.3.7-1 - - - author - Sean Heber - bundleIdentifier - com.iappaday.collage - category - Productivity - contact - apptapp@nullriver.com - date - 1208016000 - description - Work together to make something great! - location - http://gogo-packages.s3.amazonaws.com/Collage-2.1.zip - maintainer - Nullriver Software - name - Collage - restartSpringBoard - - scripts - - install - - - CopyPath - Collage.app - /Applications/Collage.app - - - uninstall - - - RemovePath - /Applications/Collage.app - - - RemovePath - /var/mobile/Library/Collage - - - - size - 49794 - source - http://repository.apptapp.com/ - version - 2.1 - - - bundleIdentifier - com.apple.ContactsApp - category - Productivity - contact - poetic_folly@modmyifone.com - date - 1201758672 - description - Adds the Contacts app as a stand alone app on your 1.1.2 Home Screen. - hash - dfab071c37c7f8af666810a42992a2e6 - location - http://installerpackages.com/Contacts.zip - maintainer - ModMyiFone.com - name - Contacts | HomeScreen - scripts - - install - - - RemovePath - /Applications/MobileAddressBook.app/Info.plist - - - CopyPath - Info.plist - /Applications/MobileAddressBook.app/Info.plist - - - CopyPath - Info.original.plist - /Applications/MobileAddressBook.app/Info.original.plist - - - uninstall - - - RemovePath - /Applications/MobileAddressBook.app/Info.plist - - - CopyPath - /Applications/MobileAddressBook.app/Info.original.plist - /Applications/MobileAddressBook.app/Info.plist - - - update - - - RemovePath - /Applications/MobileAddressBook.app/Info.plist - - - CopyPath - Info.plist - /Applications/MobileAddressBook.app/Info.plist - - - - size - 892 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/contacts.php - version - 1.0 - - - bundleIdentifier - com.10base-t.iphone.crosswalk - category - Productivity - contact - ste@psmxy.org - date - 1204505024 - description - Calculates cross-streets from street addresses in Manhattan. Also includes a scrollable subway map for all of New York City. - hash - 3e4ca5818b3983cb74503615cbfe31b4 - location - http://repo.smxy.org/iphone-apps/zips/crosswalk-1.2.zip - maintainer - Ste - name - Crosswalk - restartSpringBoard - - scripts - - install - - - InstallApp - Crosswalk.app - - - uninstall - - - UninstallApp - Crosswalk.app - - - update - - - UninstallApp - Crosswalk.app - - - InstallApp - Crosswalk.app - - - - size - 403443 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://10base-t.com/iphone - version - 1.2 - - - bundleIdentifier - com.funambol.sync - category - Productivity - contact - support@funambol.com - date - 1205018806 - description - Address book sync over the air via SyncML (through SyncEvolution 0.7). - hash - e7e1f7f97f747737ea53b0520f905009 - location - http://repo.smxy.org/iphone-apps/zips/funambol_iphone-0.7-3.zip - maintainer - Fabrizio Capobianco - name - Funambol - scripts - - install - - - RemovePath - ~/.sync4j - - - InstallApp - Funambol.app - - - IfNot - - - ExistsPath - ~/.sync4j - - - - - CopyPath - syncevolution - ~ - - - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the BSD Subsystem package first. - - - - - uninstall - - - UninstallApp - Funambol.app - - - update - - - RemovePath - ~/.sync4j - - - CopyPath - syncevolution - ~ - - - UninstallApp - Funambol.app - - - InstallApp - Funambol.app - - - - size - 419886 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.funambol.com - version - 0.7-3 - - - bundleIdentifier - lt.elementus.imatrix - category - Productivity - contact - developers@ras.lt - date - 1205878265 - description - Universal 2D Code recognition tool: QR Code, ShotCode and Datamatrix. Aztec, EZcode and Beetagg coming soon. - hash - 340bdfb86f621687d7bc2202e3b7ce44 - location - http://repo.smxy.org/iphone-apps/zips/imatrix-4.03.zip - maintainer - Sergey Odinokov - name - iMatrix - scripts - - install - - - InstallApp - iMatrix.app - - - uninstall - - - UninstallApp - iMatrix.app - - - update - - - UninstallApp - iMatrix.app - - - InstallApp - iMatrix.app - - - - size - 523713 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.imatrix.lt/ - version - 4.03 - - - bundleIdentifier - com.moneytrackin.iMoneytrackin - category - Productivity - contact - iphone@conceitedsoftware.com - date - 1198324676 - description - A client to manage your personal finances at moneytrackin.com. - location - http://www.macminicolo.net/conceited/iphone/zips/iMoneytrackin.zip - maintainer - Conceited Software - name - iMoneytrackin' - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/iMoneytrackin.app - - - - size - 57856 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://moneytrackin.com - version - 0.1-5 - - - bundleIdentifier - com.stephenhouser.iphcalc - category - Productivity - contact - stephenhouser@gmail.com - date - 1206676783 - description - Native iPhone calculator replacement. - location - http://home.cogeco.ca/~zipfiles/IPHCalc.zip - maintainer - Nullriver Software - name - IPHCalc - scripts - - install - - - CopyPath - IPHCalc.app - /Applications/IPHCalc.app - - - uninstall - - - RemovePath - /Applications/IPHCalc.app - - - - size - 104167 - source - http://repository.apptapp.com/ - url - http://code.google.com/p/iphcalc/ - version - 0.02 - - - bundleIdentifier - com.guidedways.iQuran - category - Productivity - contact - support@guidedways.com - date - 1206933415 - description - Read the Full Noble Quran in various languages, verse for verse. Includes various reciters. - hash - b11cbc188f387dc4f66729c15dcc2656 - location - http://repo.smxy.org/iphone-apps/zips/iquran-1.06.zip - maintainer - Guided Ways Technologies - name - iQuran - restartSpringBoard - - scripts - - install - - - InstallApp - iQuran.app - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the BSD Subsystem package first. - - - - - uninstall - - - UninstallApp - iQuran.app - - - update - - - UninstallApp - iQuran.app - - - InstallApp - iQuran.app - - - - size - 770527 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.guidedways.com/mobile/iquran/ - version - 1.06 - - - bundleIdentifier - lt.elementus.isim - category - Productivity - contact - info@makayama.com - date - 1205716477 - description - Import/Export contacts to/from SIM card. - hash - 0fc88c6d63595553a3a30f8150c5d29e - location - http://repo.smxy.org/iphone-apps/zips/isim-1.05.zip - maintainer - Vincent Verweij - name - iSIM - restartSpringBoard - - scripts - - install - - - InstallApp - iSIM.app - - - uninstall - - - UninstallApp - iSIM.app - - - update - - - UninstallApp - iSIM.app - - - InstallApp - iSIM.app - - - - size - 389831 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.makayama.com/tvtoiphone.html - version - 1.05 - - - bundleIdentifier - com.googlecode.iflashcards - category - Productivity - contact - thespicychicken@gmail.com - date - 1204702948 - description - This is a very simple native flash card application for your iPhone. - hash - 764b70a318309b656905757a5e5deeb7 - location - http://repo.smxy.org/iphone-apps/zips/istudy-0.91.zip - maintainer - SpicyChicken - name - iStudy - scripts - - install - - - InstallApp - iStudy.app - - - uninstall - - - UninstallApp - iStudy.app - - - update - - - UninstallApp - iStudy.app - - - InstallApp - iStudy.app - - - - size - 48686 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/istudy/ - version - 0.91-2 - - - bundleIdentifier - com.googlecode.iphonelockbox - category - Productivity - contact - lockbox@nathanblack.org - date - 1204702948 - description - A password and secret information storage program. - hash - 9961bf9d005ab697a472cf2636e6abf2 - location - http://repo.smxy.org/iphone-apps/zips/lockbox-0.5.zip - maintainer - Nathan Black - name - Lockbox - scripts - - install - - - InstallApp - Lockbox.app - - - If - - - ExistsPath - /bin/ln - - - - - Exec - /bin/ln -s /var/root/Library/LockBackground.jpg /Applications/Lockbox.app/Default.png - - - - - IfNot - - - ExistsPath - /bin/ln - - - - - MovePath - /Applications/Lockbox.app/FlameFractal.png - /Applications/Lockbox.app/Default.png - - - - - uninstall - - - UninstallApp - Lockbox.app - - - update - - - UninstallApp - Lockbox.app - - - InstallApp - Lockbox.app - - - If - - - ExistsPath - /bin/ln - - - - - Exec - /bin/ln -s /var/root/Library/LockBackground.jpg /Applications/Lockbox.app/Default.png - - - - - IfNot - - - ExistsPath - /bin/ln - - - - - MovePath - /Applications/Lockbox.app/FlameFractal.png - /Applications/Lockbox.app/Default.png - - - - - - size - 121148 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphonelockbox/ - version - 0.5 - - - bundleIdentifier - com.magenta - category - Productivity - contact - ste@psmxy.org - date - 1204702949 - description - More meta. More bizarre. - hash - 6bd83a43c1001410ff6d98a5a01d7c7c - location - http://repo.smxy.org/iphone-apps/zips/magenta-0.7.zip - maintainer - Ste - name - Magenta - restartSpringBoard - - scripts - - install - - - InstallApp - Magenta.app - - - uninstall - - - UninstallApp - Magenta.app - - - update - - - UninstallApp - Magenta.app - - - InstallApp - Magenta.app - - - - size - 330439 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://psmxy.org/iphone-apps/info/Magenta.html - version - 0.7 - - - bundleIdentifier - com.zoosware.mobile-holy-quran - category - Productivity - contact - ste@psmxy.org - date - 1204702950 - description - An interactive version of the Holy Quran complete with audio recordings, English and Malay translations, and Arabic text. - hash - ecd95eaa4055d18fb6b9295bec486236 - location - http://repo.smxy.org/iphone-apps/zips/quran-1.6.zip - maintainer - Ste - name - Mobile Holy Quran - scripts - - install - - - InstallApp - Quran.app - - - Notice - Individual Surahs download from servers in Singapore which can be extremely slow and is not recommended over EDGE. Remember, patience is a virtue. - - - uninstall - - - UninstallApp - Quran.app - - - RemovePath - /var/root/Library/Quran - - - update - - - UninstallApp - Quran.app - - - InstallApp - Quran.app - - - - size - 271535 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - version - 1.6 - - - bundleIdentifier - com.googlecode.MobileFinder - category - Productivity - contact - ste@psmxy.org - date - 1204702949 - description - MobileFinder is a filesystem navigator and launcher for the iPhone. - hash - dde343874fe0459807bc0a19b4b361b8 - location - http://repo.smxy.org/iphone-apps/zips/mobilefinder-1.8.0.zip - maintainer - Ste - name - MobileFinder - scripts - - install - - - InstallApp - Finder.app - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - MobileFinder requires the BSD Subsystem package. Please install it first. - - - - - IfNot - - - InstalledPackage - com.googlecode.mobileterminal.Term-vt100 - - - - - Notice - MobileFinder can run command line scripts and executables within Term-vt100, if you install it. - - - - - uninstall - - - UninstallApp - Finder.app - - - update - - - UninstallApp - Finder.app - - - InstallApp - Finder.app - - - - size - 198094 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/mobilefinder/ - version - 1.8.0 - - - bundleIdentifier - com.peizosoftware.MobileMoney - category - Productivity - contact - ste@psmxy.org - date - 1207591289 - description - A finance application for the iPhone. - hash - 676867534ecbfa568fce3bfe05649000 - location - http://repo.smxy.org/iphone-apps/zips/mobilemoney-0.95.zip - maintainer - Ste - name - MobileMoney - scripts - - install - - - InstallApp - Money.app - - - uninstall - - - UninstallApp - Money.app - - - update - - - UninstallApp - Money.app - - - InstallApp - Money.app - - - - size - 83452 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://mobilemoney.googlecode.com/ - version - 0.95 - - - bundleIdentifier - com.google.code.MobilePreview - category - Productivity - contact - ste@psmxy.org - date - 1204702950 - description - Image Preview plugin for MobileFinder. - hash - 77fefcd7f87e4196b6e5d7a70a621d21 - location - http://repo.smxy.org/iphone-apps/zips/mobilepreview-0.1.0.zip - maintainer - Ste - name - MobilePreview - scripts - - install - - - InstallApp - Preview.app - - - preflight - - - IfNot - - - InstalledPackage - com.googlecode.MobileFinder - - - - - AbortOperation - MobilePreview requires the MobileFinder package. Please install it first. - - - - - uninstall - - - UninstallApp - Preview.app - - - update - - - UninstallApp - Preview.app - - - InstallApp - Preview.app - - - - size - 21910 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/mobilepreview/ - version - 0.1.0 - - - bundleIdentifier - com.google.code.Mobile-RSS - category - Productivity - contact - dallas@port21.com - date - 1205996340 - description - An RSS reader for the iPhone. - hash - d9c8975ce61100a04c0918b2fa6529a4 - location - http://repo.smxy.org/iphone-apps/zips/mobilerss-2.4.2.zip - maintainer - Dallas Brown - name - MobileRSS - scripts - - install - - - InstallApp - RSS.app - - - CopyPath - usr - /usr - - - CopyPath - Library - /Library - - - uninstall - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.google.code.mobile-rss.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - UninstallApp - RSS.app - - - RemovePath - /usr/local/sbin/RSSDaemon - /Library/LaunchDaemons/com.google.code.mobile-rss.plist - ~/Library/Preferences/MobileRSS - - - update - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.google.code.mobile-rss.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - UninstallApp - RSS.app - - - RemovePath - /usr/local/sbin/RSSDaemon - /Library/LaunchDaemons/com.google.code.mobile-rss.plist - - - InstallApp - RSS.app - - - CopyPath - usr - /usr - - - CopyPath - Library - /Library - - - - size - 435621 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/mobile-rss/ - version - 2.4.2 - - - bundleIdentifier - com.google.code.MobileTextEdit - category - Productivity - contact - ste@psmxy.org - date - 1204702951 - description - Text Editor. - hash - 70468f842143ab34161d270552b90dfe - location - http://repo.smxy.org/iphone-apps/zips/mobiletextedit-0.3.1.zip - maintainer - Ste - name - MobileTextEdit - scripts - - install - - - InstallApp - TextEdit.app - - - preflight - - - IfNot - - - InstalledPackage - com.googlecode.MobileFinder - - - - - Notice - We recommend installing MobileFinder, to open files with a GUI. - - - - - uninstall - - - UninstallApp - TextEdit.app - - - update - - - UninstallApp - TextEdit.app - - - InstallApp - TextEdit.app - - - - size - 42376 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/mobiletextedit/ - version - 0.3.1 - - - bundleIdentifier - com.include7.mobiletodolist - category - Productivity - contact - ste@psmxy.org - date - 1204702951 - description - A ToDo list manager. - hash - 2dd4832b8c4a545915a1ef272d5d7043 - location - http://repo.smxy.org/iphone-apps/zips/mobiletodolist-0.4.zip - maintainer - Ste - name - MobileToDoList - scripts - - install - - - InstallApp - ToDoList.app - - - uninstall - - - UninstallApp - ToDoList.app - - - update - - - UninstallApp - ToDoList.app - - - InstallApp - ToDoList.app - - - - size - 44371 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.include7.ch/index.php?page=iphone_mobiletodo - version - 0.4 - - - bundleIdentifier - com.include7.mobiletodolist2 - category - Productivity - contact - jonas.schnelli@include7.ch - date - 1204505031 - description - A ToDo list manager. - hash - 931611bc28d27167b3a4d07f5c6cbd17 - location - http://repo.smxy.org/iphone-apps/zips/mobiletodolist-0.6-rc1.zip - maintainer - include7 - name - MobileToDoList2 - scripts - - install - - - InstallApp - ToDoList2.app - - - uninstall - - - UninstallApp - ToDoList2.app - - - update - - - UninstallApp - ToDoList2.app - - - InstallApp - ToDoList2.app - - - - size - 132350 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://mobiletodolist.include7.ch/ - version - 0.6-rc1 - - - bundleIdentifier - com.catamount.iphone.mpg - category - Productivity - contact - support@catamount.com - date - 1205878266 - description - Track fuel economy, business trips, oil changes, tune-ups, and other misc. expenses for your vehicles. - hash - ef7d1cecd2b45833cd3149d079c0bb56 - location - http://repo.smxy.org/iphone-apps/zips/mpg-1.0.1.zip - maintainer - Catamount Software - name - MPG - scripts - - install - - - InstallApp - MPG.app - - - uninstall - - - UninstallApp - MPG.app - - - update - - - UninstallApp - MPG.app - - - InstallApp - MPG.app - - - - size - 202632 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.catamount.com/iPhoneApps/MPG.html - version - 1.0.1 - - - bundleIdentifier - lt.elementus.photodial - category - Productivity - contact - developers@ras.lt - date - 1205716512 - description - Picture Dialing - tap on photos to dial their number. - hash - e836717ebf4bde954b3d8750a14e5839 - location - http://repo.smxy.org/iphone-apps/zips/photodial-1.03.zip - maintainer - Sergey Odinokov - name - PhotoDial - scripts - - install - - - InstallApp - PhotoDial.app - - - uninstall - - - UninstallApp - PhotoDial.app - - - update - - - UninstallApp - PhotoDial.app - - - InstallApp - PhotoDial.app - - - - size - 873603 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.makayama.com/tvtoiphone.html - version - 1.03 - - - bundleIdentifier - com.catamount.iphone.PocketMoney - category - Productivity - contact - support@catamount.com - date - 1207590177 - description - Manage your checkbook, credit cards and other money. - hash - 85bb7cb1cc1a1b6926cc33bb0d02f100 - location - http://repo.smxy.org/iphone-apps/zips/pktmoney-1.0.2.zip - maintainer - Catamount Software - name - PocketMoney - scripts - - install - - - InstallApp - PocketMoney.app - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - PocketMoney requires the BSD Subsystem package. Please install it first. - - - - - uninstall - - - UninstallApp - PocketMoney.app - - - update - - - UninstallApp - PocketMoney.app - - - InstallApp - PocketMoney.app - - - - size - 228432 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.catamount.com/iPhoneApps/PocketMoney.html - version - 1.0.2 - - - bundleIdentifier - cl.saint-jean.ShopList - category - Productivity - contact - felipe.saint-jean@yale.edu - date - 1207742871 - description - An application to manage your grocery shopping lists. - hash - 8ca9125c1e120b0bb0d584bf7c77b507 - location - http://thebigboss.org/repofiles/other/ShopList.zip - maintainer - Trivialware - name - ShopList - scripts - - install - - - CopyPath - ShopList.app - /Applications/ShopList.app - - - uninstall - - - RemovePath - /Applications/ShopList.app - - - - size - 50580 - source - http://thebigboss.org/repo.xml - url - http://thebigboss.org/moreinfo/ShoppingList.php - version - 0.32 - - - bundleIdentifier - com.latenitesoft.Sketches - category - Productivity - contact - sketches@latenitesoft.com - date - 1204255251 - description - Jot down your notes and drawings; shake like an etch-a-sketch to erase. - location - http://sketchesapp.com/download/Sketches_0.6.zip - maintainer - Nullriver Software - name - Sketches - scripts - - install - - - CopyPath - Sketches.app - /Applications/Sketches.app - - - uninstall - - - RemovePath - /Applications/Sketches.app - - - - size - 375965 - source - http://repository.apptapp.com/ - url - http://sketchesapp.com/releaseNotes.html - version - 0.6 - - - bundleIdentifier - net.mineshaftgap.springdial - category - Productivity - contact - springdial@mineshaftgap.net - date - 1205540666 - description - Put speed dials on SpringBoard with images. - hash - 75215a956844f726ef5ff5c4b376666b - location - http://repo.smxy.org/iphone-apps/zips/springdial-0.998b.zip - maintainer - Kenn Herman - name - SpringDial - scripts - - install - - - InstallApp - SpringDial.app - - - CopyPath - usr - /usr - - - IfNot - - - ExistsPath - /usr/local/arm-apple-darwin/lib/libgcc_s.1.dylib - - - - - CopyPath - arm-apple-darwin - /usr/local/arm-apple-darwin - - - - - preflight - - - Notice - To keep speed dials after uninstalling SpringDial, change "Spring Mode" to "Eternal". - - - uninstall - - - If - - - ExistsPath - ~/Library/SpringDial/SpringModeMortal - - - - - ExecNoError - /Applications/SpringDial.app/symlink --flush - - - RemovePath - ~/Library/SpringDial - /usr/local/SpringDial - - - - - UninstallApp - SpringDial.app - - - - size - 64466 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://springdial.mineshaftgap.net/ - version - 0.998b - - - bundleIdentifier - com.oday.squid - category - Productivity - contact - ste@psmxy.org - date - 1204702951 - description - File manager. - hash - 7c7bbc417ed20c2e276431fbea0a30e0 - location - http://repo.smxy.org/iphone-apps/zips/squid-0.2.2.zip - maintainer - Ste - name - Squid - scripts - - install - - - InstallApp - Squid.app - - - uninstall - - - UninstallApp - Squid.app - - - update - - - UninstallApp - Squid.app - - - InstallApp - Squid.app - - - - size - 28372 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/mobilesquid - version - 0.2.2 - - - bundleIdentifier - lt.elementus.voicedial - category - Productivity - contact - info@makayama.com - date - 1205878266 - description - Voice commander for your iPhone. - hash - 51bae985c260e3c18f54804136933f8a - location - http://repo.smxy.org/iphone-apps/zips/voicedial-1.06.zip - maintainer - Vincent Verweij - name - VoiceDial - restartSpringBoard - - scripts - - install - - - InstallApp - VoiceDial.app - - - uninstall - - - UninstallApp - VoiceDial.app - - - update - - - UninstallApp - VoiceDial.app - - - InstallApp - VoiceDial.app - - - - size - 926481 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.makayama.com/tvtoiphone.html - version - 1.06 - - - bundleIdentifier - com.bigboss.websearch - category - Productivity - contact - bigboss@thebigboss.org - date - 1204206489 - description - Customizable web search program. See the "More Info" link. - hash - 311212f39b2b3b5db2a94d0915c1273c - location - http://thebigboss.org/repofiles/bigboss/websearch_1.31.zip - maintainer - Big Boss - name - WebSearch - scripts - - install - - - CopyPath - WebSearch.app - /Applications/WebSearch.app - - - uninstall - - - RemovePath - /Applications/WebSearch.app - - - update - - - RemovePath - /Applications/WebSearch.app - - - CopyPath - WebSearch.app - /Applications/WebSearch.app - - - - size - 354933 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/websearch.php - version - 1.31 - - - bundleIdentifier - com.hongtao.weDict - category - Productivity - contact - ste@psmxy.org - date - 1206067642 - description - A multilingual dictionary that supports StarDict dictionaries. - hash - 3271405031d68c5a050dda97807d512f - location - http://repo.smxy.org/iphone-apps/zips/wedict-0.9.zip - maintainer - Ste - name - weDict - scripts - - install - - - InstallApp - weDict.app - - - uninstall - - - UninstallApp - weDict.app - - - update - - - UninstallApp - weDict.app - - - InstallApp - weDict.app - - - - size - 73462 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.modmyiphone.com/forums/showthread.php?t=4336 - version - 0.9 - - - bundleIdentifier - com.sources.BetaBigboss - category - Sources - contact - bigboss@thebigboss.org - date - 1207382787 - description - BigBoss' experimental and beta source repository! - hash - c3dc6350b4b05f8f058d95ff9d2391c4 - location - http://thebigboss.org/repofiles/bigboss/repos2.zip - maintainer - BigBoss - name - Bigboss's Beta/Experimental Repository - scripts - - install - - - AddSource - http://thebigboss.org/repobeta.xml - - - uninstall - - - RemoveSource - http://thebigboss.org/repobeta.xml - - - update - - - RemoveSource - http://sleepers.net/~iphone/repobeta.xml - - - RemoveSource - http://sleepers.net/iphonerepobeta - - - AddSource - http://thebigboss.org/repobeta.xml - - - - size - 118 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossexperiemental.php - version - 1.2 - - - bundleIdentifier - com.sources.Bigboss - category - Sources - contact - bigboss@thebigboss.org - date - 1208002736 - description - Bigboss's hand picked list of sources. See more info. - hash - c3dc6350b4b05f8f058d95ff9d2391c4 - location - http://thebigboss.org/repofiles/bigboss/repos_1.61.zip - maintainer - BigBoss - name - Bigboss's Recommended Sources - scripts - - install - - - AddSource - http://www.apogeeltd.com - - - AddSource - http://twenty08.com/installer - - - AddSource - http://iphone.r4m0n.net/repos - - - AddSource - http://hpcgi3.nifty.com/moyashi/ipodtouch/repository.cgi - - - AddSource - http://www.trejan.com/irepo/ - - - AddSource - http://apptapp.saurik.com/ - - - AddSource - http://byooi.com/iphone/digicide.plist - - - RemoveSource - http://simplezaweb.com/repo/installer.xml - - - uninstall - - - RemoveSource - http://mazinger.cs.yale.edu/iphone-apps/index.xml - - - RemoveSource - http://homepage.mac.com/reinholdpenner/111.xml - - - RemoveSource - http://ride4.org/shai.xml - - - RemoveSource - http://urbanfanatics.com/scummvm.xml - - - RemoveSource - http://www.apogeeltd.com - - - RemoveSource - http://app.weiphone.com/installer/ - - - RemoveSource - http://iphone.r4m0n.net/repos - - - RemoveSource - http://hpcgi3.nifty.com/moyashi/ipodtouch/repository.cgi - - - RemoveSource - http://byooi.com/iphone/digicide.plist/ - - - RemoveSource - http://mazinger.cs.yale.edu/iphone-apps/index.xml - - - update - - - RemoveSource - http://simplezaweb.com/repo/installer.xml - - - RemoveSource - http://mazinger.cs.yale.edu/iphone-apps/index.xml - - - RemoveSource - http://urbanfanatics.com/scummvm.xml - - - RemoveSource - http://ride4.org/shai.xml - - - RemoveSource - http://app.weiphone.com/installer/ - - - RemoveSource - http://homepage.mac.com/reinholdpenner/111.xml - - - AddSource - http://iphone.r4m0n.net/repos - - - AddSource - http://hpcgi3.nifty.com/moyashi/ipodtouch/repository.cgi - - - RemoveSource - http://web.mac.com/iswitcher2/list.xml - - - RemoveSource - http://homepage.mac.com/reinholdpenner/111.xml - - - AddSource - http://apptapp.saurik.com/ - - - RemoveSource - http://byooi.com/iphone/digicide.plist/ - - - AddSource - http://byooi.com/iphone/digicide.plist - - - - size - 118 - source - http://thebigboss.org/repo.xml - sponsor - thebigboss.org - url - http://thebigboss.org/moreinfo/bosssources.php - version - 1.62 - - - bundleIdentifier - com.apptapp.CommunitySources - category - Sources - contact - apptapp@nullriver.com - date - 1207158490 - description - A collection of community-maintained repositories. Install this package to get access to many more packages. - hash - fa73a8bf1375285f2bb80bbbd6ab44ef - location - http://repository.apptapp.com/packages/Sources/CommunitySources.zip - maintainer - Nullriver Software - name - Community Sources - scripts - - install - - - AddSource - http://repo.smxy.org/iphone-apps/ - - - AddSource - http://www.macminicolo.net/conceited/iphone/cache.plist - - - AddSource - http://modmyifone.com/installer.xml - - - AddSource - http://thebigboss.org/repo.xml - - - AddSource - http://www.touchrepo.com/repo.xml - - - Notice - Community Sources are maintained by third parties, please ensure you trust them, otherwise it is best you uninstall this package or remove sources you do not trust. - - - preflight - - - RemoveSource - http://psmxy.org/iphone-apps/ - - - RemoveSource - http://psmxy.org.nyud.net/iphone-apps/repo.cache - - - RemoveSource - http://conceitedsoftware.com/iphone/ - - - RemoveSource - http://repository.conceitedsoftware.com - - - RemoveSource - http://sleepers.net/iphonerepo - - - uninstall - - - RemoveSource - http://repo.smxy.org/iphone-apps/ - - - RemoveSource - http://www.macminicolo.net/conceited/iphone/cache.plist - - - RemoveSource - http://modmyifone.com/installer.xml - - - RemoveSource - http://thebigboss.org/repo.xml - - - RemoveSource - http://www.touchrepo.com/repo.xml - - - - size - 165 - source - http://repository.apptapp.com/ - version - 3.7-1 - - - bundleIdentifier - com.iappaday.source - category - Sources - contact - apptapp@nullriver.com - date - 1193782777 - description - An app-a-day project for November 2007. Add this source to install the apps as they become available. - hash - fa73a8bf1375285f2bb80bbbd6ab44ef - location - http://repository.apptapp.com/packages/Sources/iApp-a-Day.zip - maintainer - Nullriver Software - name - iApp-a-Day - scripts - - install - - - AddSource - http://www.iappaday.com/install/ - - - Notice - One new iPhone/iPod Touch application every single day starting November 1st. - - - uninstall - - - RemoveSource - http://www.iappaday.com/install/ - - - - size - 165 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - com.touchrepo.source.iPTFBeta - category - Sources - contact - TouchRepo@gmail.com - date - 1196614800 - description - BETA applications created by the iPodTouchFans Community - hash - 1f743c8b089703421bb032fa9f875606 - location - http://www.touchrepo.com/source/Source.zip - maintainer - Skylar - name - iPodTouchFans BETA - scripts - - install - - - AddSource - http://www.touchrepo.com/betarepo.xml - - - Notice - All applications installed via this source are BETA versions. Install at your own risk! - - - uninstall - - - RemoveSource - http://www.touchrepo.com/betarepo.xml - - - - size - 306 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.sadun.AppFlow - category - System - contact - apptapp@ericasadun.com - date - 1204505034 - description - Cover-flow based application launcher. - hash - 613b8d24e246257dd2f4e7c88aff567d - location - http://repo.smxy.org/iphone-apps/zips/appflow-0.01.zip - maintainer - Erica Sadun - name - AppFlow - scripts - - install - - - InstallApp - AppFlow.app - - - uninstall - - - UninstallApp - AppFlow.app - - - update - - - UninstallApp - AppFlow.app - - - InstallApp - AppFlow.app - - - - size - 42826 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Applications/AppFlow/ - version - 0.01 - - - bundleIdentifier - com.natetrue.iphone.iphone_binkit - category - System - contact - apptapp@nullriver.com - date - 1206561559 - description - Unix tools for the iPhone. - location - http://home.cogeco.ca/~bsdsubsystem/BSD_Subsystem.zip - maintainer - Nullriver Software - name - BSD Subsystem - scripts - - install - - - Notice - Do not use passwd to change the password on 1.1.3, it is currently broken and will make SpringBoard crash continuously! - - - CopyPath - bin - /bin - - - CopyPath - sbin - /sbin - - - CopyPath - usr - /usr - - - CopyPath - var - /var - - - CopyPath - System - /System - - - CopyPath - etc - /etc - - - SetStatus - Removing terminfo... - - - RemovePath - /usr/share/terminfo - - - - size - 5336549 - source - http://repository.apptapp.com/ - version - 2.1 - - - bundleIdentifier - com.bigboss.Categories - category - System - contact - bigboss@thebigboss.org - date - 1204367287 - description - Organize your SpringBoard into categories rather than having a huge mess of icons. - hash - 7b94d2ca3ffc997915c1531c1e3741e8 - location - http://thebigboss.org/repofiles/bigboss/categories_1.72.zip - maintainer - Big Boss - name - Categories - scripts - - install - - - CopyPath - Categories.app/ - /Applications/Categories.app - - - Notice - If you use Poof, make sure you update to v1.10 or later to avoid hidden app list corruption. - - - uninstall - - - ExecNoError - /Applications/Categories.app/remover - - - RemovePath - /Applications/Categories.app - - - update - - - CopyPath - Categories.app/ - /Applications/Categories.app - - - Exec - /Applications/Categories.app/updater - - - Notice - If you use Poof, make sure you update to v1.10 or later to avoid hidden app list corruption. - - - - size - 1106273 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/categories.php - version - 1.72 - - - bundleIdentifier - com.natetrue.dock - category - System - contact - ttr@natetrue.com - date - 1204505035 - description - An addition to the iPhone UI. Drag from the bottom-right corner sunburst to switch between all of your apps. - hash - b0eca700671986f633ef579fdf69dc95 - location - http://repo.smxy.org/iphone-apps/zips/dock-2.06.zip - maintainer - Nate True - name - Dock - scripts - - install - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.natetrue.dock.plist - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the BSD Subsystem package first. - - - - - uninstall - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.natetrue.dock.plist - - - RemovePath - /usr/local/bin/dock - /Library/LaunchDaemons/com.natetrue.dock.plist - - - update - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.natetrue.dock.plist - - - RemovePath - /usr/local/bin/dock - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.natetrue.dock.plist - - - - size - 195614 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://cre.ations.net/creation/dock - version - 2.06 - - - bundleIdentifier - com.cybergreg.iLauncher - category - System - contact - iphone@conceitedsoftware.com - date - 1189052536 - description - A modified version of MobileLauncher to complement iSwitcher. - location - http://www.macminicolo.net/conceited/iphone/zips/iLauncher.zip - maintainer - Conceited Software - name - iLauncher - scripts - - install - - - CopyPath - Applications/ - /Applications - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - Please install the BSD Subsystem first. - - - - - uninstall - - - RemovePath - /Applications/iLauncher.app/ - - - - size - 155669 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.modmyiphone.com - version - 0.2p - - - bundleIdentifier - com.apptapp.Installer - category - System - contact - apptapp@nullriver.com - date - 1204393701 - description - The new AppTapp Installer. - hash - 6bdc740265767021755ea443b154cd3a - location - http://repository.apptapp.com/packages/System/Installer.zip - maintainer - Nullriver Software - name - Installer - scripts - - install - - - CopyPath - Installer.app - /Applications/Installer.app - - - - size - 121427 - source - http://repository.apptapp.com/ - version - 3.01 - - - bundleIdentifier - com.nullriver.iphone.Launcher - category - System - contact - apptapp@nullriver.com - date - 1206490384 - description - A simple third party application launcher. - hash - 0cb8371427bac76386a47ca7835aab6b - location - http://repository.apptapp.com/packages/System/Launcher.zip - maintainer - Nullriver Software - name - Launcher - scripts - - install - - - CopyPath - Launcher.app - /Applications/Launcher.app - - - preflight - - - If - - - InstalledPackage - com.kroo.mobilelauncher - - - - - AbortOperation - Please uninstall MobileLauncher first. - - - - - uninstall - - - RemovePath - /Applications/Launcher.app - - - - size - 14581 - source - http://repository.apptapp.com/ - version - 0.2 - - - bundleIdentifier - com.devteam.Update - category - System - contact - iphone@conceitedsoftware.com - date - 1201839861 - description - Upgrade your 1.1.2 iPhone/iPod Touch to 1.1.3. Official dev team release. - location - http://www.macminicolo.net/conceited/iphone/zips/113Upgrade.zip - maintainer - Conceited Software - name - Official 1.1.3 Upgrader - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - Notice - To update to 1.1.3, please exit Installer.app and run Upgrade from the Springboard. - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.2 - - - - - - AbortOperation - Firmware 1.1.2 is required to update to 1.1.3. - - - - - uninstall - - - RemovePath - /Applications/Upgrade.app/ - - - - size - 464325 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.conceitedsoftware.com/ - version - 1.1.3-3 - - - bundleIdentifier - org.smxy.iphone-apps.OpenSSH - category - System - contact - ste@psmxy.org - date - 1204505035 - description - OpenSSH Server & Client - hash - f8d71dfe2f7006d670e89c9568f1c066 - location - http://repo.smxy.org/iphone-apps/zips/openssh-4.6p1-2.zip - maintainer - Ste - name - OpenSSH - scripts - - install - - - CopyPath - Library - /Library - - - CopyPath - etc - /etc - - - CopyPath - usr - /usr - - - ExecNoError - /bin/launchctl load /Library/LaunchDaemons/com.openssh.sshd.plist - - - Notice - Your first login will take 30-35 seconds, while the host keys are being generated. - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the BSD Subsystem package first. - - - - - uninstall - - - ExecNoError - /bin/launchctl unload /Library/LaunchDaemons/com.openssh.sshd.plist - - - RemovePath - /etc/ssh_config - /etc/sshd_config - /Library/LaunchDaemons/com.openssh.sshd.plist - /usr/bin/scp - /usr/bin/sftp - /usr/bin/ssh - /usr/bin/ssh-add - /usr/bin/ssh-agent - /usr/bin/ssh-keygen - /usr/bin/ssh-keyscan - /usr/libexec/sftp-server - /usr/libexec/ssh-keysign - /usr/libexec/ssh-rand-helper - /usr/libexec/sshd-keygen-wrapper - /usr/sbin/sshd - - - RemovePath - /etc/ssh_host_key - /etc/ssh_host_key.pub - /etc/ssh_host_rsa_key - /etc/ssh_host_rsa_key.pub - /etc/ssh_host_dsa_key - /etc/ssh_host_dsa_key.pub - - - update - - - Notice - Please exit Installer and turn your iPhone off and on, after this update finishes. - - - RemovePath - /etc/ssh2 - /System/Library/LaunchDaemons/com.sshd.plist - /usr/bin/scp - /usr/bin/scp2 - /usr/bin/sftp-server2 - /usr/bin/sftp - /usr/bin/sftp2 - /usr/bin/ssh-add2 - /usr/bin/ssh-agent2 - /usr/bin/ssh-keygen2 - /usr/bin/ssh-probe2 - /usr/bin/ssh-signer2 - /usr/bin/ssh - /usr/bin/ssh2 - /usr/bin/sshd2 - /usr/bin/scp1 - - - CopyPath - Library - /Library - - - CopyPath - etc - /etc - - - CopyPath - usr - /usr - - - - size - 713039 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.psmxy.org/pkg-info/openssh - version - 4.6p1-2 - - - bundleIdentifier - com.steventroughtonsmith.stackcontroller - category - System - contact - psychochromatic@gmail.com - date - 1204702953 - description - Bring the power of Stacks to your iPhone's or iPod Touch's Dock. For 4-icon docks only. - hash - 81e5a146e612119ecb8b62e7f83ee297 - location - http://repo.smxy.org/iphone-apps/zips/stackcontroller-r196.zip - maintainer - Steven Troughton-Smith - name - Stack - restartSpringBoard - - scripts - - install - - - InstallApp - StackController.app - - - preflight - - - If - - - FirmwareVersionIs - - 1.0 - - - - - - AbortOperation - StackController requires manual installation on the 1.0 firmware. - - - - - uninstall - - - If - - - ExistsPath - /Library/LaunchDaemons/com.steventroughtonsmith.stack - - - - - AbortOperation - Please remove Stack, via StackController, before uninstalling StackController. - - - - - UninstallApp - StackController.app - - - update - - - If - - - ExistsPath - /System/Library/LaunchDaemons/com.steventroughtonsmith.stack - - - - - IfNot - - - Exec - /bin/launchctl unload /System/Library/LaunchDaemons/com.steventroughtonsmith.stack - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - - If - - - ExistsPath - /Library/LaunchDaemons/com.steventroughtonsmith.stack - - - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.steventroughtonsmith.stack - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - - UninstallApp - StackController.app - - - InstallApp - StackController.app - - - If - - - ExistsPath - /System/Library/LaunchDaemons/com.steventroughtonsmith.stack - - - - - IfNot - - - Exec - /bin/launchctl load /System/Library/LaunchDaemons/com.steventroughtonsmith.stack - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - - If - - - ExistsPath - /Library/LaunchDaemons/com.steventroughtonsmith.stack - - - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.steventroughtonsmith.stack - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - - - size - 52139 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/mobilestack/ - version - r196 - - - bundleIdentifier - com.apptapp.SummerBoard.113 - category - System - contact - apptapp@nullriver.com - date - 1206565103 - description - SummerBoard extends SpringBoard to add scrolling, wallpaper, themes and more! - hash - 91f2f246e0df9865949d71fd40ebc83c - location - http://repository.apptapp.com/packages/System/SummerBoard.zip - maintainer - Nullriver Software - name - SummerBoard - restartSpringBoard - - scripts - - install - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.3 or later is required for this version of SummerBoard! - - - - - If - - - InstalledPackage - com.nullriver.iphone.SummerBoard - - - - - AbortOperation - Please uninstall the old version of SummerBoard first! - - - - - CopyPath - SummerBoard.framework - /Library/Frameworks/SummerBoard.framework - - - CopyPath - plistedit - /Library/MobileEnhancer/libexec/plistedit - - - Exec - /Library/MobileEnhancer/libexec/plistedit /System/Library/LaunchDaemons/com.apple.SpringBoard.plist add /Library/Frameworks/SummerBoard.framework/SummerBoard.dylib - - - CopyPath - SMBPrefs.app - /Applications/SMBPrefs.app - - - CopyPath - Themes - /var/mobile/Library/SummerBoard/Themes - - - Notice - You must restart your iPhone for the changes to take effect! - - - uninstall - - - RemovePath - /Applications/SMBPrefs.app - - - Exec - /Library/MobileEnhancer/libexec/plistedit /System/Library/LaunchDaemons/com.apple.SpringBoard.plist delete /Library/Frameworks/SummerBoard.framework/SummerBoard.dylib - - - RemovePath - /var/mobile/Library/SummerBoard/Themes/Default - /var/mobile/Library/SummerBoard/Themes/SummerBoard - /var/mobile/Library/SummerBoard/Themes/Panther - /var/mobile/Library/SummerBoard/Themes/Leopard - /var/mobile/Library/SummerBoard/Themes/Louie Mantia - - - Notice - You must restart your iPhone for the changes to take effect! - - - update - - - CopyPath - SummerBoard.framework - /Library/Frameworks/SummerBoard.framework - - - CopyPath - SMBPrefs.app - /Applications/SMBPrefs.app - - - CopyPath - Themes - /var/mobile/Library/SummerBoard/Themes - - - - size - 712436 - source - http://repository.apptapp.com/ - version - 3.2 - - - bundleIdentifier - com.googlecode.mobileterminal.Term-vt100 - category - System - contact - iphone@conceitedsoftware.com - date - 1191939907 - description - vt100 terminal app. - location - http://www.macminicolo.net/conceited/iphone/zips/Term-vt100.zip - maintainer - Conceited Software - name - Term-vt100 - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/Term-vt100.app/ - - - - size - 83088 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://mobileterminal.googlecode.com - version - svn198 - - - bundleIdentifier - com.sadun.XLaunch - category - System - contact - apptapp@ericasadun.com - date - 1204689873 - description - An application launcher. - hash - e018bf006d6fa33af4fd3c3ba1d532d7 - location - http://repo.smxy.org/iphone-apps/zips/xlaunch-0.31.zip - maintainer - Erica Sadun - name - XLaunch - scripts - - install - - - InstallApp - XLaunch.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[34] is required for this version of XLaunch. - - - - - uninstall - - - UninstallApp - XLaunch.app - - - update - - - UninstallApp - XLaunch.app - - - InstallApp - XLaunch.app - - - - size - 71606 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Applications/XLaunch/ - version - 0.31 - - - RestartSpringBoard - - author - John L. Allen - bundleIdentifier - com.modmyifone.GarfCartoon - category - Themes (Apps) - contact - poetic_folly@modmyifone.com - date - 1199564047 - description - A cartoon theme for your Garf game. - hash - 8902f8af5681d5081ef67405e5ccaaab - location - http://installerzips.poeticfolly.com/Cartoon.zip - maintainer - ModMyiFone.com - name - Cartoon Garf Theme - scripts - - install - - - CopyPath - Cartoon - /private/var/root/Media/Skins/Garf/Cartoon - - - uninstall - - - RemovePath - /private/var/root/Media/Skins/Garf/Cartoon - - - update - - - RemovePath - /private/var/root/Media/Skins/Garf/Cartoon - - - CopyPath - Cartoon - /private/var/root/Media/Skins/Garf/Cartoon - - - - size - 98995 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/GarfCartoon.php - version - 1.0 - - - bundleIdentifier - com.touchrepo.izoo.chuzzle - category - Themes (Apps) - contact - TouchRepo@gmail.com - date - 1203464734 - description - A Chuzzle theme for iZoo. Created by RightOn. - hash - d04f90535c6d2d3f54a6fc98513d5476 - location - http://www.touchrepo.com/themes/iZoo/Chuzzle.zip - maintainer - Skylar - name - Chuzzle iZoo Theme - scripts - - install - - - CopyPath - Chuzzle/ - /Applications/iZoo.app/Themes/Chuzzle - - - uninstall - - - RemovePath - /Applications/iZoo.app/Themes/Chuzzle - - - - size - 407300 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - version - 1.0 - - - bundleIdentifier - com.eisenhauer.gweledskin - category - Themes (Apps) - contact - mail@stepheneisenhauer.com - date - 1205677039 - description - Bejeweled skin for gemlogic. - hash - a8e744e76845e060c59c15d5ba016552 - location - http://thebigboss.org/repofiles/other/gweledskin.zip - maintainer - Stephen Eisenhauer - name - Gemlogic Gweled Skin - scripts - - install - - - CopyPath - Gemlogic/ - ~/Media/Gemlogic - - - preflight - - - IfNot - - - InstalledPackage - com.spiffywareonline.iphone.Gemlogic - - - - - AbortOperation - You must install Gemlogic before you can theme it! - - - - - uninstall - - - RemovePath - ~/Media/Gemlogic/Themes/Default - - - - size - 65763 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/gweledskin.php - version - 1.00 - - - RestartSpringBoard - - author - zizzi - bundleIdentifier - com.modmyifone.GarfiMacG3 - category - Themes (Apps) - contact - poetic_folly@modmyifone.com - date - 1199775496 - description - An iMacG3 Theme for the game Garf. - hash - 022dcf3ff70388e19563965300d37486 - location - http://installerzips.poeticfolly.com/iMacG3.zip - maintainer - ModMyiFone.com - name - iMacG3 Garf Theme - scripts - - install - - - CopyPath - iMacG3 - /var/root/Media/Skins/Garf/iMacG3 - - - uninstall - - - RemovePath - /var/root/Media/Skins/Garf/iMacG3 - - - update - - - RemovePath - /var/root/Media/Skins/Garf/iMacG3 - - - CopyPath - iMacG3 - /var/root/Media/Skins/Garf/iMacG3 - - - - size - 221505 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/garfimacg3.php - version - 1.0 - - - RestartSpringBoard - - author - John L. Allen - bundleIdentifier - com.modmyifone.GarfPlayerPiano - category - Themes (Apps) - contact - poetic_folly@modmyifone.com - date - 1199564047 - description - A piano theme for your Garf game. - hash - c6b4218860a3080d94e5fbf7807cc40f - location - http://installerzips.poeticfolly.com/PlayerPiano.zip - maintainer - ModMyiFone.com - name - PlayerPiano Garf Theme - scripts - - install - - - CopyPath - PlayerPiano - /private/var/root/Media/Skins/Garf/PlayerPiano - - - uninstall - - - RemovePath - /private/var/root/Media/Skins/Garf/PlayerPiano - - - update - - - RemovePath - /private/var/root/Media/Skins/Garf/PlayerPiano - - - CopyPath - PlayerPiano - /private/var/root/Media/Skins/Garf/PlayerPiano - - - - size - 166843 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/GarfPlayerPiano.php - version - 1.0 - - - bundleIdentifier - com.touchrepo.izoo.simpsons - category - Themes (Apps) - contact - TouchRepo@gmail.com - date - 1203464734 - description - A Simpsons theme for iZoo. Created by timmartin15. - hash - 7a8bfbb47c0ff18d39e67bc72850c5b5 - location - http://www.touchrepo.com/themes/iZoo/Simpsons.zip - maintainer - Skylar - name - Simpsons iZoo Theme - scripts - - install - - - CopyPath - Simpsons/ - /Applications/iZoo.app/Themes/Simpsons - - - uninstall - - - RemovePath - /Applications/iZoo.app/Themes/Simpsons - - - - size - 387255 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - version - 1.0 - - - bundleIdentifier - com.touchrepo.izoo.theriseofatlantis - category - Themes (Apps) - contact - TouchRepo@gmail.com - date - 1203464734 - description - The Rise Of Atlantis, a theme for iZoo. Created by bindle. - hash - a17c6cc1e0bafabdf05f225966f9deec - location - http://www.touchrepo.com/themes/iZoo/TheRiseOfAtlantis.zip - maintainer - Skylar - name - The Rise Of Atlantis iZoo Theme - scripts - - install - - - CopyPath - TheRiseOfAtlantis/ - /Applications/iZoo.app/Themes/TheRiseOfAtlantis - - - uninstall - - - RemovePath - /Applications/iZoo.app/Themes/TheRiseOfAtlantis - - - - size - 525251 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - version - 1.0 - - - bundleIdentifier - com.touchrepo.izoo.zuma - category - Themes (Apps) - contact - TouchRepo@gmail.com - date - 1203464734 - description - Zuma, a theme for iZoo. Created by SunSeeker. - hash - 94c22dfff7058d2d073636fec2e9b253 - location - http://www.touchrepo.com/themes/iZoo/Zuma.zip - maintainer - Skylar - name - Zuma iZoo Theme - scripts - - install - - - CopyPath - Zuma/ - /Applications/iZoo.app/Themes/Zuma - - - uninstall - - - RemovePath - /Applications/iZoo.app/Themes/Zuma - - - - size - 327908 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - version - 1.0 - - - bundleIdentifier - com.tatonetti.iphone.Apple-Alpha - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505037 - description - Icon Order preset for "Customize". Stock Apple followed by 3rd-party in alpha order. - hash - 359233db9402ca6a32c148b4ee6bf9dd - location - http://repo.smxy.org/iphone-apps/zips/apple_alpha-0.01.zip - maintainer - Ste - name - Apple-Alpha Preset - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - - - - - - AbortOperation - Customize presets require Firmware 1.1.[12]. - - - - - uninstall - - - RemovePath - /var/root/Library/Customize/DOPresets/Apple Alpha.plist - - - update - - - RemovePath - /var/root/Library/Customize/DOPresets/Apple Alpha.plist - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 856 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.01 - - - bundleIdentifier - com.tatonetti.iphone.Baseball - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505038 - description - Images to use with the "Customize" application. - hash - fc549416b83f117839c44c286cb27cd2 - location - http://repo.smxy.org/iphone-apps/zips/baseball-0.1.zip - maintainer - Ste - name - Baseball Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/CarrierImages/Baseball - - - update - - - RemovePath - /var/root/Library/Customize/CarrierImages/Baseball - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 2905 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - com.tatonetti.iphone.Blank - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505038 - description - Images to use with the "Customize" application. - hash - 38cb790f8b12c6dcbb240b00f5ee30c7 - location - http://repo.smxy.org/iphone-apps/zips/blank-0.1.zip - maintainer - Ste - name - Blank Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/CarrierImages/Blank - - - update - - - RemovePath - /var/root/Library/Customize/CarrierImages/Blank - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 988 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - com.googlepages.iphonesounds.Borat - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505039 - description - Sounds to use with the "Customize" application. - hash - 6d861860a4b2da80e7d2b39c6950da33 - location - http://repo.smxy.org/iphone-apps/zips/borat-0.1.zip - maintainer - Ste - name - Borat Sound Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AudioFiles/Borat - - - update - - - RemovePath - /var/root/Library/Customize/AudioFiles/Borat - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 10381541 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphonesounds.googlepages.com/home - version - 0.1 - - - bundleIdentifier - com.bosscube.customize.bcimages - category - Themes (Customize) - contact - boxjuice@gmail.com - date - 1204505039 - description - Images to use with the "Customize" application. - hash - 943ff875c27e8d8977a61079af9d99ba - location - http://repo.smxy.org/iphone-apps/zips/bosscubeimageset-0.5.zip - maintainer - Justin - name - Bosscube Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AppleImages/Bosscube - /var/root/Library/Customize/BadgeImages/Bosscube - /var/root/Library/Customize/BatteryImages/Bosscube - /var/root/Library/Customize/CallSliderImages/Bosscube - /var/root/Library/Customize/CarrierImages/Bosscube - /var/root/Library/Customize/DialerImages/Bosscube - /var/root/Library/Customize/MainSliderImages/Bosscube - /var/root/Library/Customize/MaskSliderImages/Bosscube - /var/root/Library/Customize/PowerSliderImages/Bosscube - - - update - - - RemovePath - /var/root/Library/Customize/AppleImages/Bosscube - /var/root/Library/Customize/BadgeImages/Bosscube - /var/root/Library/Customize/BatteryImages/Bosscube - /var/root/Library/Customize/CallSliderImages/Bosscube - /var/root/Library/Customize/CarrierImages/Bosscube - /var/root/Library/Customize/DialerImages/Bosscube - /var/root/Library/Customize/MainSliderImages/Bosscube - /var/root/Library/Customize/MaskSliderImages/Bosscube - /var/root/Library/Customize/PowerSliderImages/Bosscube - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 1482387 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.bosscube.com - version - 0.5 - - - bundleIdentifier - com.tatonetti.iphone.British_Female_UK_English - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505040 - description - Sounds to use with the "Customize" application. - hash - f94aedce35975a33f9aeab8b05c31471 - location - http://repo.smxy.org/iphone-apps/zips/britishfemaleukenglish-0.1.zip - maintainer - Ste - name - British Female UK English Sound Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AudioFiles/British_Female_UK_English - - - update - - - RemovePath - /var/root/Library/Customize/AudioFiles/British_Female_UK_English - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 307624 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - com.tatonetti.iphone.Bryz - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505040 - description - Sounds to use with the "Customize" application. - hash - 352bf30807163ef198f2b95441c8621d - location - http://repo.smxy.org/iphone-apps/zips/bryz-0.1.zip - maintainer - Ste - name - Bryz Sound Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AudioFiles/Bryz - - - update - - - RemovePath - /var/root/Library/Customize/AudioFiles/Bryz - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 130922 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - com.touchrepo.themes.customtouch - category - Themes (Customize) - contact - TouchRepo@gmail.com - date - 1195164000 - description - A collection of Carrier Icons, and Battery Charging Images. Special thanks to bndeac and romeboards. - hash - 6993118c9f92c2a9cea3ca1291da74e1 - location - http://www.touchrepo.com/themes/CustomTouch.zip - maintainer - Skylar - name - Custom Touch - scripts - - install - - - CopyPath - Customize/ - ~/Library/Customize - - - uninstall - - - RemovePath - ~/Library/Customize/CarrierImages/CustomTouch - - - RemovePath - ~/Library/Customize/WiFiImages/SkyFi - - - RemovePath - ~/Library/Customize/BatteryImages/CustomTouch - - - - size - 2624394 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.tatonetti.iphone.Dash - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505041 - description - Images to use with the "Customize" application. - hash - d9194dfed7871ebb83bc4072d0ed95cf - location - http://repo.smxy.org/iphone-apps/zips/dash-0.1.zip - maintainer - Ste - name - Dash Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/MaskSliderImages/Dash - - - update - - - RemovePath - /var/root/Library/Customize/MaskSliderImages/Dash - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 154192 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - com.tatonetti.iphone.DefaultImageSet - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505041 - description - Images to use with the "Customize" application. - hash - fd3dd149e2a815e334237256ca5fbd2c - location - http://repo.smxy.org/iphone-apps/zips/defaultimageset-0.3.zip - maintainer - Ste - name - Default Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AppleImages/Default - /var/root/Library/Customize/BadgeImages/Default - /var/root/Library/Customize/BatteryImages/Default - /var/root/Library/Customize/CalculatorImages/Default - /var/root/Library/Customize/CallSliderImages/Default - /var/root/Library/Customize/CarrierImages/Default - /var/root/Library/Customize/Chat1Images/Default - /var/root/Library/Customize/Chat2Images/Default - /var/root/Library/Customize/DialerImages/Default - /var/root/Library/Customize/HudImages/Default - /var/root/Library/Customize/MainSliderImages/Default - /var/root/Library/Customize/NotePadImages/Default - /var/root/Library/Customize/PowerSliderImages/Default - /var/root/Library/Customize/SoundImages/Default - /var/root/Library/Customize/WeatherIconImages/Default - /var/root/Library/Customize/WiFiImages/Default - - - update - - - RemovePath - /var/root/Library/Customize/MuteImages/Default - /var/root/Library/Customize/RingImages/Default - /var/root/Library/Customize/SilentImages/Default - /var/root/Library/Customize/SpeakerImages/Default - - - RemovePath - /var/root/Library/Customize/AppleImages/Default - /var/root/Library/Customize/BadgeImages/Default - /var/root/Library/Customize/BatteryImages/Default - /var/root/Library/Customize/CalculatorImages/Default - /var/root/Library/Customize/CallSliderImages/Default - /var/root/Library/Customize/CarrierImages/Default - /var/root/Library/Customize/Chat1Images/Default - /var/root/Library/Customize/Chat2Images/Default - /var/root/Library/Customize/DialerImages/Default - /var/root/Library/Customize/HudImages/Default - /var/root/Library/Customize/MainSliderImages/Default - /var/root/Library/Customize/NotePadImages/Default - /var/root/Library/Customize/PowerSliderImages/Default - /var/root/Library/Customize/SoundImages/Default - /var/root/Library/Customize/WeatherIconImages/Default - /var/root/Library/Customize/WiFiImages/Default - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 2383281 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.3 - - - bundleIdentifier - com.tatonetti.iphone.DesignerImageSet - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505042 - description - Images to use with the "Customize" application. - hash - 0b0f657f9f3cb0cd441249bc938ca2a6 - location - http://repo.smxy.org/iphone-apps/zips/designerimageset-0.6.zip - maintainer - Ste - name - Designer Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AppleImages/Designer - /var/root/Library/Customize/BadgeImages/Designer - /var/root/Library/Customize/BatteryImages/Designer - /var/root/Library/Customize/CallSliderImages/Designer - /var/root/Library/Customize/CarrierImages/Designer - /var/root/Library/Customize/Chat1Images/Designer - /var/root/Library/Customize/Chat2Images/Designer - /var/root/Library/Customize/DialerImages/Designer - /var/root/Library/Customize/MainSliderImages/Designer - /var/root/Library/Customize/MaskSliderImages/Designer - /var/root/Library/Customize/PowerSliderImages/Designer - /var/root/Library/Customize/SoundImages/Designer - /var/root/Library/Customize/WiFiImages/Designer - - - update - - - RemovePath - /var/root/Library/Customize/BadgeImages/Apple - /var/root/Library/Customize/BadgeImages/ATT - /var/root/Library/Customize/BadgeImages/Colors - /var/root/Library/Customize/BadgeImages/Designer - /var/root/Library/Customize/BatteryImages/Designer - /var/root/Library/Customize/CarrierImages/Apple - /var/root/Library/Customize/CarrierImages/ATT - /var/root/Library/Customize/CarrierImages/Designer - /var/root/Library/Customize/MuteImages/Designer - /var/root/Library/Customize/RingImages/Designer - /var/root/Library/Customize/SilentImages/Designer - /var/root/Library/Customize/SpeakerImages/Designer - - - RemovePath - /var/root/Library/Customize/AppleImages/Designer - /var/root/Library/Customize/BadgeImages/Designer - /var/root/Library/Customize/BatteryImages/Designer - /var/root/Library/Customize/CallSliderImages/Designer - /var/root/Library/Customize/CarrierImages/Designer - /var/root/Library/Customize/Chat1Images/Designer - /var/root/Library/Customize/Chat2Images/Designer - /var/root/Library/Customize/DialerImages/Designer - /var/root/Library/Customize/MainSliderImages/Designer - /var/root/Library/Customize/MaskSliderImages/Designer - /var/root/Library/Customize/PowerSliderImages/Designer - /var/root/Library/Customize/SoundImages/Designer - /var/root/Library/Customize/WiFiImages/Designer - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 2362205 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.6 - - - bundleIdentifier - com.tatonetti.iphone.DesignerImageSet2 - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505042 - description - Images to use with the "Customize" application. - hash - dc0d1964662d3d22e84307b572c4fa3b - location - http://repo.smxy.org/iphone-apps/zips/designerimageset2-0.1.zip - maintainer - Ste - name - Designer Image Set 2 - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AirplaneImages/Designer2 - /var/root/Library/Customize/AlarmImages/Designer2 - /var/root/Library/Customize/BluetoothImages/Designer2 - /var/root/Library/Customize/CalculatorImages/Designer2 - /var/root/Library/Customize/CalculatorLCDImages/Designer2 - /var/root/Library/Customize/EdgeImages/Designer2 - /var/root/Library/Customize/HeaderBatteryImages/Designer2 - /var/root/Library/Customize/HudImages/Designer2 - /var/root/Library/Customize/LoadingImages/Designer2 - /var/root/Library/Customize/LockImages/Designer2 - /var/root/Library/Customize/NotePadImages/Designer2 - /var/root/Library/Customize/WeatherBackgroundImages/Designer2 - /var/root/Library/Customize/WeatherIconImages/Designer2 - - - update - - - RemovePath - /var/root/Library/Customize/AirplaneImages/Designer2 - /var/root/Library/Customize/AlarmImages/Designer2 - /var/root/Library/Customize/BluetoothImages/Designer2 - /var/root/Library/Customize/CalculatorImages/Designer2 - /var/root/Library/Customize/CalculatorLCDImages/Designer2 - /var/root/Library/Customize/EdgeImages/Designer2 - /var/root/Library/Customize/HeaderBatteryImages/Designer2 - /var/root/Library/Customize/HudImages/Designer2 - /var/root/Library/Customize/LoadingImages/Designer2 - /var/root/Library/Customize/LockImages/Designer2 - /var/root/Library/Customize/NotePadImages/Designer2 - /var/root/Library/Customize/WeatherBackgroundImages/Designer2 - /var/root/Library/Customize/WeatherIconImages/Designer2 - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 5444925 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - com.tatonetti.iphone.dsi-abstract - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505043 - description - Images to use with the "Customize" application. - hash - 26a919e6875c3679a6c592320659a7bc - location - http://repo.smxy.org/iphone-apps/zips/dsi-abstract-0.05.zip - maintainer - Ste - name - DSI: Abstract - scripts - - install - - - CopyPath - DockSwap - /var/root/Library/DockSwap - - - preflight - - - If - - - InstalledPackage - com.tatonetti.iphone.ds-images - - - - - AbortOperation - Please uninstall the obsolete DockSwap Images package, before installing this package. - - - - - uninstall - - - RemovePath - /var/root/Library/DockSwap/Abstract - - - - size - 724664 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/dockswap/ - version - 0.05-1 - - - bundleIdentifier - com.tatonetti.iphone.dsi-apple - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505043 - description - Images to use with the "Customize" application. - hash - 5e3b519caf81160a58a391dc684b54fa - location - http://repo.smxy.org/iphone-apps/zips/dsi-apple-0.05.zip - maintainer - Ste - name - DSI: Apple - scripts - - install - - - CopyPath - DockSwap - /var/root/Library/DockSwap - - - preflight - - - If - - - InstalledPackage - com.tatonetti.iphone.ds-images - - - - - AbortOperation - Please uninstall the obsolete DockSwap Images package, before installing this package. - - - - - uninstall - - - RemovePath - /var/root/Library/DockSwap/Apple - - - - size - 55256 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/dockswap/ - version - 0.05-1 - - - bundleIdentifier - com.tatonetti.iphone.dsi-nature - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505044 - description - Images to use with the "Customize" application. - hash - a73d2b85db1aeb88bc30dd1b65c21d9e - location - http://repo.smxy.org/iphone-apps/zips/dsi-nature-0.05.zip - maintainer - Ste - name - DSI: Nature - scripts - - install - - - CopyPath - DockSwap - /var/root/Library/DockSwap - - - preflight - - - If - - - InstalledPackage - com.tatonetti.iphone.ds-images - - - - - AbortOperation - Please uninstall the obsolete DockSwap Images package, before installing this package. - - - - - uninstall - - - RemovePath - /var/root/Library/DockSwap/Nature - - - - size - 2232801 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/dockswap/ - version - 0.05-1 - - - bundleIdentifier - com.tatonetti.iphone.dsi-transparent - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505044 - description - Images to use with the "Customize" application. - hash - 45848cb67c03bc76fd6baa5246bd60d5 - location - http://repo.smxy.org/iphone-apps/zips/dsi-transparent-0.06.zip - maintainer - Ste - name - DSI: Transparent - scripts - - install - - - If - - - ExistsPath - /var/root/Library/DockSwap/Special - - - - - RemovePath - /var/root/Library/DockSwap/Special - - - - - CopyPath - DockSwap - /var/root/Library/DockSwap - - - preflight - - - If - - - InstalledPackage - com.tatonetti.iphone.ds-images - - - - - AbortOperation - Please uninstall the obsolete DockSwap Images package, before installing this package. - - - - - uninstall - - - RemovePath - /var/root/Library/DockSwap/Transparent - - - - size - 15221 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/dockswap/ - version - 0.06-2 - - - bundleIdentifier - com.tatonetti.iphone.Football - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505045 - description - Images to use with the "Customize" application. - hash - b8ede77e61c33ec28fbfeca677fbf38d - location - http://repo.smxy.org/iphone-apps/zips/football-0.2.zip - maintainer - Ste - name - Football Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/CarrierImages/Football - - - update - - - RemovePath - /var/root/Library/Customize/CarrierImages/Football - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 23088 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.2 - - - bundleIdentifier - com.touchrepo.themes.grimmmasks - category - Themes (Customize) - contact - TouchRepo@gmail.com - date - 1196154000 - description - A collection of Slider Masks created by GrimmGreen. - hash - 8785e878e5bc389452c5551c09ac08d4 - location - http://www.touchrepo.com/themes/Grimm.zip - maintainer - Skylar - name - Grimm's Slider Masks - scripts - - install - - - CopyPath - MaskSliderImages/ - ~/Library/Customize/MaskSliderImages - - - uninstall - - - RemovePath - ~/Library/Customize/MaskSliderImages/Grimm - - - - size - 55523 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.tatonetti.iphone.Halo - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505045 - description - Images to use with the "Customize" application. - hash - 866e04bf91bf8d50946d27cc78acf148 - location - http://repo.smxy.org/iphone-apps/zips/halo-0.3.zip - maintainer - Ste - name - Halo Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/CarrierImages/Halo - - - update - - - RemovePath - /var/root/Library/Customize/CarrierImages/Halo - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 23066 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.3 - - - bundleIdentifier - com.touchrepo.themes.ipluff - category - Themes (Customize) - contact - TouchRepo@gmail.com - date - 1201903505 - description - A collection of Slider Masks created by matrixxx01. - hash - bba19b3f754e95ebbc200c0196aba5a6 - location - http://www.touchrepo.com/themes/iPluff.zip - maintainer - Skylar - name - iPluff Slider Images - scripts - - install - - - CopyPath - iPluff/ - ~/Library/Customize/CallSliderImages/iPluff - - - CopyPath - iPluff/ - ~/Library/Customize/MainSliderImages/iPluff - - - CopyPath - iPluff/ - ~/Library/Customize/PowerSliderImages/iPluff - - - uninstall - - - RemovePath - ~/Library/Customize/CallSliderImages/iPluff - - - RemovePath - ~/Library/Customize/MainSliderImages/iPluff - - - RemovePath - ~/Library/Customize/PowerSliderImages/iPluff - - - - size - 73622 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - version - 1.0 - - - bundleIdentifier - com.googlepages.iphonesounds.jpolynice - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505046 - description - Sounds to use with the "Customize" application. - hash - fc352e68dd09074699518fb198536da9 - location - http://repo.smxy.org/iphone-apps/zips/jpolynice-0.1.zip - maintainer - Ste - name - JPolynice Sound Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AudioFiles/JPolynice - - - update - - - RemovePath - /var/root/Library/Customize/AudioFiles/JPolynice - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 4988592 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphonesounds/googlepages.com/ - version - 0.1 - - - bundleIdentifier - com.tatonetti.iphone.Justin - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505046 - description - Images to use with the "Customize" application. - hash - f5780a44289da99561e9fb50d10c41b2 - location - http://repo.smxy.org/iphone-apps/zips/justin-0.3.zip - maintainer - Ste - name - Justin Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AudioFiles/Justin - /var/root/Library/Customize/BatteryImages/Justin - /var/root/Library/Customize/CallSliderImages/Justin - /var/root/Library/Customize/MainSliderImages/Justin - /var/root/Library/Customize/PowerSliderImages/Justin - - - update - - - RemovePath - /var/root/Library/Customize/AudioFiles/Justin - /var/root/Library/Customize/BatteryImages/Justin - /var/root/Library/Customize/CallSliderImages/Justin - /var/root/Library/Customize/MainSliderImages/Justin - /var/root/Library/Customize/PowerSliderImages/Justin - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 2693055 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.3 - - - bundleIdentifier - com.tatonetti.iphone.KillBill - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505047 - description - Sounds to use with the "Customize" application. - hash - f0d21b85b0cd404d771214e51fa88d23 - location - http://repo.smxy.org/iphone-apps/zips/killbill-0.1.zip - maintainer - Ste - name - KillBill Sound Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AudioFiles/KillBill - - - update - - - RemovePath - /var/root/Library/Customize/AudioFiles/KillBill - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 599830 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - com.tatonetti.iphone.LCARS - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505047 - description - Images to use with the "Customize" application. - hash - 9f4bbd1e2faf16a3d1f6bbb0f049ba42 - location - http://repo.smxy.org/iphone-apps/zips/lcars-0.1.zip - maintainer - Ste - name - LCARS Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library//Customize/AppleImages/LCARS - /var/root/Library//Customize/AudioFiles/LCARS - /var/root/Library//Customize/BadgeImages/LCARS - /var/root/Library//Customize/CallSliderImages/LCARS - /var/root/Library//Customize/CarrierImages/LCARS - /var/root/Library//Customize/Chat1Images/LCARS - /var/root/Library//Customize/Chat2Images/LCARS - /var/root/Library//Customize/MainSliderImages/LCARS - /var/root/Library//Customize/MaskSliderImages/LCARS - /var/root/Library//Customize/PowerSliderImages/LCARS - - - update - - - RemovePath - /var/root/Library//Customize/AppleImages/LCARS - /var/root/Library//Customize/AudioFiles/LCARS - /var/root/Library//Customize/BadgeImages/LCARS - /var/root/Library//Customize/CallSliderImages/LCARS - /var/root/Library//Customize/CarrierImages/LCARS - /var/root/Library//Customize/Chat1Images/LCARS - /var/root/Library//Customize/Chat2Images/LCARS - /var/root/Library//Customize/MainSliderImages/LCARS - /var/root/Library//Customize/MaskSliderImages/LCARS - /var/root/Library//Customize/PowerSliderImages/LCARS - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 1680283 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - com.googlepages.iphonesounds.Mamacita - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505048 - description - Sounds to use with the "Customize" application. - hash - d3e5b7dcff0cc392f7da594fa7b26836 - location - http://repo.smxy.org/iphone-apps/zips/mamacita-0.1.zip - maintainer - Ste - name - Mamacita Sound Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AudioFiles/Mamacita - - - update - - - RemovePath - /var/root/Library/Customize/AudioFiles/Mamacita - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 798015 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphonesounds.googlepages.com/home - version - 0.1 - - - bundleIdentifier - com.tatonetti.iphone.Nature - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505048 - description - Images to use with the "Customize" application. - hash - dcdcf12e0d400d18a9a4ec814190d0d6 - location - http://repo.smxy.org/iphone-apps/zips/nature-0.1.zip - maintainer - Ste - name - Nature Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/CarrierImages/Nature - /var/root/Library/Customize/WiFiImages/Nature - - - update - - - RemovePath - /var/root/Library/Customize/CarrierImages/Nature - /var/root/Library/Customize/WiFiImages/Nature - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 44786 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - com.tatonetti.iphone.NFL - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505049 - description - Images to use with the "Customize" application. - hash - 61c9129281daad562ccbcef1a45ef8a1 - location - http://repo.smxy.org/iphone-apps/zips/nfl-0.2.zip - maintainer - Ste - name - NFL Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/CarrierImages/NFL - - - update - - - RemovePath - /var/root/Library/Customize/CarrierImages/NFL - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 110150 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.2 - - - bundleIdentifier - com.tatonetti.iphone.PackageB - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505049 - description - Images to use with the "Customize" application. - hash - 4668b41ef8be99e13bfef66a8671b3b7 - location - http://repo.smxy.org/iphone-apps/zips/packageb-0.3.zip - maintainer - Ste - name - PackageB Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/BatteryImages/PackageB - /var/root/Library/Customize/CallSliderImages/PackageB - /var/root/Library/Customize/MainSliderImages/PackageB - /var/root/Library/Customize/PowerSliderImages/PackageB - - - update - - - RemovePath - /var/root/Library/Customize/BatteryImages/PackageB - /var/root/Library/Customize/CallSliderImages/PackageB - /var/root/Library/Customize/MainSliderImages/PackageB - /var/root/Library/Customize/PowerSliderImages/PackageB - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 4219876 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.3 - - - bundleIdentifier - com.googlepages.iphonesounds.Pancake - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505050 - description - Sounds to use with the "Customize" application. - hash - b437b8fc483378744d731c174a5be9c1 - location - http://repo.smxy.org/iphone-apps/zips/pancake-0.1.zip - maintainer - Ste - name - Pancake Sound Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AudioFiles/Pancake - - - update - - - RemovePath - /var/root/Library/Customize/AudioFiles/Pancake - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 876415 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphonesounds.googlepages.com/home - version - 0.1 - - - bundleIdentifier - mattdavis.customizetheme.plainjaincustom - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505050 - description - Images to use with the "Customize" application. - hash - 631210dd0c0e1555651d586c4122d63b - location - http://repo.smxy.org/iphone-apps/zips/plainjaincustom-0.1.zip - maintainer - Ste - name - PlainJain Image Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AppleImages/PlainJain - /var/root/Library/Customize/BadgeImages/PlainJain - /var/root/Library/Customize/BatteryImages/PlainJain - /var/root/Library/Customize/CallSliderImages/PlainJain - /var/root/Library/Customize/Chat1Images/PlainJain - /var/root/Library/Customize/Chat2Images/PlainJain - /var/root/Library/Customize/HudImages/PlainJain - /var/root/Library/Customize/MainSliderImages/PlainJain - /var/root/Library/Customize/MaskSliderImages/PlainJain - /var/root/Library/Customize/PowerSliderImages/PlainJain - /var/root/Library/Customize/SoundImages/PlainJain - - - update - - - RemovePath - /var/root/Library/Customize/AppleImages/PlainJain - /var/root/Library/Customize/BadgeImages/PlainJain - /var/root/Library/Customize/BatteryImages/PlainJain - /var/root/Library/Customize/CallSliderImages/PlainJain - /var/root/Library/Customize/Chat1Images/PlainJain - /var/root/Library/Customize/Chat2Images/PlainJain - /var/root/Library/Customize/HudImages/PlainJain - /var/root/Library/Customize/MainSliderImages/PlainJain - /var/root/Library/Customize/MaskSliderImages/PlainJain - /var/root/Library/Customize/PowerSliderImages/PlainJain - /var/root/Library/Customize/SoundImages/PlainJain - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 736562 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.1 - - - bundleIdentifier - org.psmxy.Ste-Alpha - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505051 - description - Ste's Icon Order preset for "Customize". - hash - 33e1351615f485fd82b49ee65a3e6d83 - location - http://repo.smxy.org/iphone-apps/zips/ste_alpha-0.03.zip - maintainer - Ste - name - Ste-Alpha Preset - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - - - - - - AbortOperation - Customize presets require Firmware 1.1.[12]. - - - - - uninstall - - - RemovePath - /var/root/Library/Customize/DOPresets/Ste Alpha.plist - - - update - - - RemovePath - /var/root/Library/Customize/DOPresets/Ste Alpha.plist - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 946 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 0.03 - - - bundleIdentifier - com.tatonetti.iphone.VideoGames - category - Themes (Customize) - contact - ste@psmxy.org - date - 1204505051 - description - Sounds to use with the "Customize" application. - hash - 43ca64da20e3f6ca89fcaa44d8ce3f95 - location - http://repo.smxy.org/iphone-apps/zips/videogames-0.1.zip - maintainer - Ste - name - VideoGames Sound Set - scripts - - install - - - CopyPath - Customize - /var/root/Library/Customize - - - uninstall - - - RemovePath - /var/root/Library/Customize/AudioFiles/VideoGames - - - update - - - RemovePath - /var/root/Library/Customize/AudioFiles/VideoGames - - - CopyPath - Customize - /var/root/Library/Customize - - - - size - 1619887 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.bugben.com/rvgss - version - 0.1 - - - bundleIdentifier - com.xadacka.greensensationc - category - Themes (Customize) - contact - xadacka@gmail.com - date - 1203540871 - description - Customize: All green theme by Xadacka. More info for screenshot. - hash - 4a950d4a91762f59d61daeb3ed3971bb - location - http://thebigboss.org/repofiles/other/greensensationcust.zip - maintainer - Xadacka - name - Xadacka's Green Sensation - scripts - - install - - - CopyPath - BadgeImages/ - ~/Library/Customize/BadgeImages - - - CopyPath - BarImages/ - ~/Library/Customize/BarImages - - - CopyPath - BarsImages/ - ~/Library/Customize/BarsImages - - - CopyPath - MainSliderImages/ - ~/Library/Customize/MainSliderImages - - - CopyPath - WiFiImages/ - ~/Library/Customize/WiFiImages - - - uninstall - - - RemovePath - ~/Library/Customize/BadgeImages/Xadacka's Green Sensation - ~/Library/Customize/BarImages/Xadacka's Green Sensation - ~/Library/Customize/BarsImages/Xadacka's Green Sensation - ~/Library/Customize/MainSliderImages/Xadacka's Green Sensation - ~/Library/Customize/WiFiImages/Xadacka's Green Sensation - - - - size - 728006 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/xadackasgreen.php - version - 1.0 - - - bundleIdentifier - com.xadacka.randomredc - category - Themes (Customize) - contact - xadacka@gmail.com - date - 1202729817 - description - Customize: All red theme by Xadacka. More info for screenshot. - hash - 13fad77b369c3ba6570ca75ceee21da9 - location - http://thebigboss.org/repofiles/other/randomredcust.zip - maintainer - Xadacka - name - Xadacka's Random Red - scripts - - install - - - CopyPath - BadgeImages/ - ~/Library/Customize/BadgeImages - - - CopyPath - BarImages/ - ~/Library/Customize/BarImages - - - CopyPath - BarsImages/ - ~/Library/Customize/BarsImages - - - CopyPath - MainSliderImages/ - ~/Library/Customize/MainSliderImages - - - CopyPath - WiFiImages/ - ~/Library/Customize/WiFiImages - - - uninstall - - - RemovePath - ~/Library/Customize/BadgeImages/Xadacka - ~/Library/Customize/BarImages/Xadacka - ~/Library/Customize/BarsImages/Xadacka - ~/Library/Customize/MainSliderImages/Xadacka - ~/Library/Customize/WiFiImages/Xadacka - - - - size - 701940 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/xadackasred.php - version - 1.0 - - - bundleIdentifier - mr_sparkles.theme.1984 - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505052 - description - A SummerBoard theme by Chris Reiff (Mr_Sparkle). - hash - 7bc5670b815f83f0842cc04557132fdf - location - http://repo.smxy.org/iphone-apps/zips/1984-1.2.zip - maintainer - Ste - name - 1984 - scripts - - install - - - CopyPath - 1984 - ~/Library/SummerBoard/Themes/1984 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/1984 - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/1984 - - - CopyPath - 1984 - ~/Library/SummerBoard/Themes/1984 - - - - size - 250965 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.2 - - - bundleIdentifier - com.touchrepo.themes.abcmsaj - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1203811210 - description - SummerBoard theme created by Abcmsaj. Includes Carrier Images. - hash - f963929c9914fcddd2b80e872c88e290 - location - http://www.touchrepo.com/themes/ABCMSAJ.zip - maintainer - Skylar - name - ABCMSAJ - scripts - - install - - - CopyPath - ABCMSAJ/ - ~/Library/SummerBoard/Themes/ABCMSAJ - - - CopyPath - CABCMSAJ - ~/Library/Customize/CarrierImages/ABCMSAJ - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/ABCMSAJ - - - RemovePath - ~/Library/Customize/CarrierImages/ABCMSAJ - - - - size - 493148 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/2on9yc - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.AndreasHarder - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195239840 - description - A red theme created by Andreas Harder. Theme includes an extra Status Bar. - hash - f1c6c044a1afb845cd8411f8fee7c768 - location - http://www.touchrepo.com/themes/AndreasHarder.zip - maintainer - Skylar - name - Andreas Harder's theme - scripts - - install - - - CopyPath - AndreasHarder/ - ~/Library/SummerBoard/Themes/AndreasHarder - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/AndreasHarder - - - - size - 532089 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.appState - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1203811200 - description - An Appalachian State Theme created by nclaxmiddy11 - hash - 5dfa622ca4a4e4ad295966790ea979c2 - location - http://www.touchrepo.com/themes/AppalachianState.zip - maintainer - Skylar - name - Appalachian State - scripts - - install - - - CopyPath - AppalachianState/ - ~/Library/SummerBoard/Themes/AppalachianState - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/AppalachianState - - - - size - 649244 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/2qjvoy - version - 1.0,1 - - - bundleIdentifier - com.nullriver.SummerBoard.theme.Arcade_Daze - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206676816 - description - A SummerBoard theme by Gedeon Maheux and the Iconfactory. - location - http://home.cogeco.ca/~zipfiles/sbtheme-Arcade_Daze.zip - maintainer - Nullriver Software - name - Arcade Daze - scripts - - install - - - CopyPath - Arcade Daze - /var/root/Library/SummerBoard/Themes/Arcade Daze - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Arcade Daze - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Arcade Daze - - - CopyPath - Arcade Daze - /var/root/Library/SummerBoard/Themes/Arcade Daze - - - - size - 88828 - source - http://repository.apptapp.com/ - version - 1.1 - - - bundleIdentifier - com.bigboss.themes1 - category - Themes (SummerBoard) - contact - bigboss@thebigboss.org - date - 1202729617 - description - 3 themes. See more info for preview. - hash - d69437ba981eed2fe18d2dcaef9fe20e - location - http://thebigboss.org/repofiles/bigboss/themes.zip - maintainer - BigBoss - name - Bigboss Themes Pack - scripts - - install - - - CopyPath - Skull - ~/Library/SummerBoard/Themes/Skull - - - CopyPath - BBblue/ - ~/Library/SummerBoard/Themes/BBblue - - - CopyPath - BBblue - 6 dock/ - ~/Library/SummerBoard/Themes/BBblue - 6 dock - - - CopyPath - BBblue - Prefs/ - ~/Library/SummerBoard/Themes/BBblue - Prefs - - - Notice - BBBlue - Prefs requires bossprefs in 4th row, left position. - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Skull - ~/Library/SummerBoard/Themes/BBblue - ~/Library/SummerBoard/Themes/BBblue - 6 dock - ~/Library/SummerBoard/Themes/BBblue - Prefs - - - - size - 598051 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bbthemes.php - version - 1.31 - - - bundleIdentifier - com.touchrepo.themes.blackvista - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by fercho99. This theme includes five wallpapers. - location - http://www.touchrepo.com/themes/blackvista.zip - maintainer - Skylar - name - Black Vista - scripts - - install - - - CopyPath - blackvista/ - ~/Library/SummerBoard/Themes/BlackVista - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/BlackVista - - - - size - 670449 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.dustlonely.blackwoodsb - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205810564 - description - Dark Wooden iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 3c575099dba1067ff10d948ab6905390 - location - http://thebigboss.org/repofiles/other/blackwoodsb.zip - maintainer - DustLonely - name - Black Wood - scripts - - install - - - CopyPath - Black Wood/ - ~/Library/SummerBoard/Themes/Black Wood - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Black Wood - - - - size - 307998 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/BlackWood.php - version - 1.00-1 - - - bundleIdentifier - mattdavis.theme.blackjaindim - category - Themes (SummerBoard) - contact - gametroll@gmail.com - date - 1204505052 - description - Same as PlainJainDim, but allows for brighter and lighter backgrounds. - hash - 41faa60fb4edc92fa5b832dca14d6cec - location - http://repo.smxy.org/iphone-apps/zips/blackjaindim-2.6.zip - maintainer - Matt Davis - name - BlackJainDim - scripts - - install - - - CopyPath - BlackJainDim - ~/Library/SummerBoard/Themes/BlackJainDim - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/BlackJainDim - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/BlackJainDim - - - CopyPath - BlackJainDim - ~/Library/SummerBoard/Themes/BlackJainDim - - - - size - 1773077 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://plainjain.wordpress.com/ - version - 2.6 - - - bundleIdentifier - com.dustlonely.bleach - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207657547 - description - Bleach Anime iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 1bb91556a4f5b35a05c398d0eedf4531 - location - http://thebigboss.org/repofiles/other/bleachsb.zip - maintainer - DustLonely - name - Bleach - scripts - - install - - - CopyPath - Bleach/ - ~/Library/SummerBoard/Themes/Bleach - - - CopyPath - Wallpaper/ - /Library/Wallpaper - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Bleach - /Library/Wallpaper/Bleach.png - - - - size - 921779 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Bleach.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themes.bloodelf - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A WoW theme created by Sly Ry. Theme includes two wallpapers. - location - http://www.touchrepo.com/themes/Bloodelf.zip - maintainer - Skylar - name - Bloodelf - scripts - - install - - - CopyPath - Bloodelf/ - ~/Library/SummerBoard/Themes/Bloodelf - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Bloodelf - - - - size - 858235 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.blueneon - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by fercho99. Theme contains two docks. - location - http://www.touchrepo.com/themes/blueneon.zip - maintainer - Skylar - name - Blue Neon - scripts - - install - - - CopyPath - blueneon/ - ~/Library/SummerBoard/Themes/BlueNeon - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/BlueNeon - - - - size - 705345 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.dustlonely.bluetearsb - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205827081 - description - Nice round blue iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 8047136a751b7816149b11631726685e - location - http://thebigboss.org/repofiles/other/bluetearsb_1.zip - maintainer - DustLonely - name - Blue Tear - scripts - - install - - - CopyPath - Blue Tear/ - ~/Library/SummerBoard/Themes/Blue Tear - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Blue Tear - - - - size - 612428 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/BlueTear.php - version - 1.10 - - - RestartSpringBoard - - author - iamnokiller - bundleIdentifier - com.modmyifone.bluedup - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196377935 - description - A blue theme in the Diameter legacy. - location - http://installerzips.poeticfolly.com/BluedUp.zip - maintainer - ModMyiFone.com - name - Blued Up - scripts - - install - - - CopyPath - BluedUp - ~/Library/SummerBoard/Themes/BluedUp - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/BluedUp - - - update - - - - RemovePath - ~/Library/SummerBoard/Themes/BluedUp - - - CopyPath - BluedUp - ~/Library/SummerBoard/Themes/BluedUp - - - - - size - 316016 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=17841&styleid=3 - version - 1.0 - - - RestartSpringBoard - - author - Rob Marquardt - bundleIdentifier - com.modmyifone.blueprint - category - Themes (SummerBoard) - contact - www.toastradio.com - date - 1199736331 - description - Hand-drawn blueprint theme by Rob Marquardt. - hash - 5da835170e7fd5957c9158a4af031082 - location - http://installerzips.poeticfolly.com/Blueprint.zip - maintainer - ModMyiFone.com - name - Blueprint - scripts - - install - - - CopyPath - Blueprint - ~/Library/SummerBoard/Themes/Blueprint - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Blueprint - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Blueprint - - - CopyPath - Doodles - ~/Library/SummerBoard/Themes/Blueprint - - - - size - 610899 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/blueprint.php - version - 1.1 - - - bundleIdentifier - com.touchrepo.themes.brightAcrylic - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1203811210 - description - Beautifully Vivid SMB theme created by TheAppleTree. Includes Badge Image. - hash - a742cee81fa25ed9a23619666d09a763 - location - http://www.touchrepo.com/themes/BrightAcrylic.zip - maintainer - Skylar - name - Bright Acrylic - scripts - - install - - - CopyPath - BrightAcrylic/ - ~/Library/SummerBoard/Themes/BrightAcrylic - - - CopyPath - CBrightAcrylic - ~/Library/Customize/BadgeImages/BrightAcrylic - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/BrightAcrylic - - - RemovePath - ~/Library/Customize/BadgeImages/BrightAcrylic - - - - size - 580237 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/2rjpvv - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.burgerKing - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1203811210 - description - Burger King flavored SummerBoard theme created by A A R O N. - hash - b2d2249a798d7f44fe20c5f97f4774a8 - location - http://www.touchrepo.com/themes/BurgerKing.zip - maintainer - Skylar - name - Burger King - scripts - - install - - - CopyPath - BurgerKing/ - ~/Library/SummerBoard/Themes/BurgerKing - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/BurgerKing - - - - size - 403897 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/3yuhjy - version - 1.0,1 - - - RestartSpringBoard - - author - aXero - bundleIdentifier - com.modmyifone.buuf2 - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1207530071 - description - Based on the Icons from Mattahan, by aXero. - hash - c56b8cc3629100805602720578c7449d - location - http://installerpackages.com/Buuf-2.0.1.zip - maintainer - ModMyiFone.com - name - Buuf2 - scripts - - install - - - CopyPath - Buuf2 - ~/Library/SummerBoard/Themes/Buuf2 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Buuf2 - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Buuf2 - - - CopyPath - Buuf2 - ~/Library/SummerBoard/Themes/Buuf2 - - - - size - 3304212 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/buuf2.php - version - 2.0.1 - - - bundleIdentifier - com.dustlonely.cetacean - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207918900 - description - Cetacean iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - e5124a357ed71d623c399ee66333e9fe - location - http://thebigboss.org/repofiles/other/cetaceansb.zip - maintainer - DustLonely - name - Cetacean - scripts - - install - - - CopyPath - Cetacean/ - ~/Library/SummerBoard/Themes/Cetacean - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Cetacean - - - - size - 491706 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Cetacean.php - version - 1.00 - - - author - corleno - bundleIdentifier - com.modmyifone.chellaga - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196015456 - description - Chellaga Summerboard theme. - location - http://installerzips.poeticfolly.com/Chellaga.zip - maintainer - ModMyiFone.com - name - Chellaga - scripts - - install - - - CopyPath - Chellaga/Chellaga/ - ~/Library/SummerBoard/Themes/Chellaga - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Chellaga - - - - size - 858594 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=13960 - version - 1.0 - - - RestartSpringBoard - - author - CedoNulli and Corleno - bundleIdentifier - com.modmyifone.chellagaantique - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196707840 - description - The pentagonal icon style Chellaga theme, with an antique feel. - hash - a84ca21a0ac947bf9b101b458c209cf2 - location - http://installerzips.poeticfolly.com/ChellagaAntique.zip - maintainer - ModMyiFone.com - name - ChellagaAntique - scripts - - install - - - CopyPath - ChellagaAntique - ~/Library/SummerBoard/Themes/ChellagaAntique - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/ChellagaAntique - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/ChellagaAntique - - - CopyPath - ChellagaAntique - ~/Library/SummerBoard/Themes/ChellagaAntique - - - - size - 594028 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=19550&styleid=3 - version - 1.0 - - - bundleIdentifier - com.dustlonely.chinawindsb - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205812351 - description - Classy Chinese iPhone/iPod Touch Theme for SummerBoard created by DustLonely. Includes gorgeous oriental bonus wallpaper. - hash - 4acf9ad41c0fc26d1c2cde69b34c11d2 - location - http://thebigboss.org/repofiles/other/chinawindsb.zip - maintainer - DustLonely - name - China Wind - scripts - - install - - - CopyPath - China Wind/ - ~/Library/SummerBoard/Themes/China Wind - - - CopyPath - Wallpaper/ - /Library/Wallpaper - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/China Wind - - - - size - 945362 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/ChinaWind.php - version - 1.00 - - - bundleIdentifier - com.dustlonely.chinawind2sb - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207029965 - description - Classy Chinese iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - d91f612d75d1f7d5d2515567176a890c - location - http://thebigboss.org/repofiles/other/chinawind2sb.zip - maintainer - DustLonely - name - China Wind 2 - scripts - - install - - - CopyPath - China Wind V2.0/ - ~/Library/SummerBoard/Themes/China Wind V2.0 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/China Wind V2.0 - - - - size - 727514 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/ChinaWind2.php - version - 1.00-1 - - - bundleIdentifier - com.touchrepo.themes.chinese2 - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A Chinese inspired theme by blackjak231 - hash - cd76aa0243aa5d1875bd088999d42064 - location - http://www.touchrepo.com/themes/Chinese2.zip - maintainer - Skylar - name - Chinese - scripts - - install - - - CopyPath - Chinese2/ - ~/Library/SummerBoard/Themes/Chinese - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Chinese - - - - size - 757579 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.chronotrigger - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - An Chrono Trigger theme by AzureBlack. - hash - 40a4a3c2ccc0249407b0bb94adc87c19 - location - http://www.touchrepo.com/themes/ChronoTrigger.zip - maintainer - Skylar - name - Chrono Trigger - scripts - - install - - - CopyPath - ChronoTrigger/ - ~/Library/SummerBoard/Themes/ChronoTrigger - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/ChronoTrigger - - - - size - 448311 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.computermatt - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195754400 - description - A theme created by computermatt. - hash - c01c582af403a47f9d0cb3bf07b428f2 - location - http://www.touchrepo.com/themes/ComputerMatt.zip - maintainer - Skylar - name - ComputerMatt's theme - scripts - - install - - - CopyPath - ComputerMatt/ - ~/Library/SummerBoard/Themes/ComputerMatt - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/ComputerMatt - - - - size - 80432 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.cuteBunnies - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1196614800 - description - A theme created by redroo. - hash - 96c0175cfe5376a42d2b9197e6bf64d1 - location - http://www.touchrepo.com/themes/CuteBunnies.zip - maintainer - Skylar - name - Cute Bunnies - scripts - - install - - - CopyPath - CuteBunnies/ - ~/Library/SummerBoard/Themes/CuteBunnies - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/CuteBunnies - - - - size - 341739 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.1 - - - RestartSpringBoard - - author - *anjuna - bundleIdentifier - com.modmyifone.damino - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1207509434 - description - Text-based, clean, simple theme. - hash - 44db69f3ce3552db92a3712d11889f66 - location - http://installerpackages.com/Damino-1.01.zip - maintainer - ModMyiFone.com - name - Damino - scripts - - install - - - CopyPath - Damino - ~/Library/SummerBoard/Themes/Damino - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Damino - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Damino - - - CopyPath - Damino - ~/Library/SummerBoard/Themes/Damino - - - - size - 527157 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/damino.php - version - 1.01 - - - bundleIdentifier - com.touchrepo.themes.darkApple - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by MossOnAroc. - hash - f5b3cac4ba23aceb241a0f11b653b29c - location - http://www.touchrepo.com/themes/Dark_Apple.zip - maintainer - Skylar - name - Dark Apple - scripts - - install - - - CopyPath - Dark_Apple/ - ~/Library/SummerBoard/Themes/Dark_Apple - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Dark_Apple - - - - size - 502532 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.dustlonely.deathnote - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207585287 - description - DeathNote iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 477698748c2c8f06cccfec7650660f5b - location - http://thebigboss.org/repofiles/other/deathnotesdb.zip - maintainer - DustLonely - name - DeathNote - scripts - - install - - - CopyPath - DeathNote/ - ~/Library/SummerBoard/Themes/DeathNote - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/DeathNote - - - - size - 273645 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/DeathNote.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themes.divinity20 - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by Geekgod4. - hash - a7a2f0865efb9d7d9679abda7ef0212a - location - http://www.touchrepo.com/themes/Divinity20.zip - maintainer - Skylar - name - Divinity 2.0 - scripts - - install - - - CopyPath - Divinity20/ - ~/Library/SummerBoard/Themes/Divinity-2 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Divinity-2 - - - - size - 1079048 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - RestartSpringBoard - - author - greenenvy - bundleIdentifier - com.modmyifone.doodles - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1200010378 - description - A hand-drawn looking theme. - hash - 96b87a24dc31530556588243506877e3 - location - http://installerzips.poeticfolly.com/Doodles-1.8.zip - maintainer - ModMyiFone.com - name - Doodles - scripts - - install - - - CopyPath - Doodles - ~/Library/SummerBoard/Themes/Doodles - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Doodles - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Doodles - - - CopyPath - Doodles - ~/Library/SummerBoard/Themes/Doodles - - - - size - 1843020 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/doodles.php - version - 1.8 - - - bundleIdentifier - com.dustlonely.doraemon - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205813411 - description - Doraemon iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - c05b31c237f016347be3430826716657 - location - http://thebigboss.org/repofiles/other/doraemonsb.zip - maintainer - DustLonely - name - Doraemon - scripts - - install - - - CopyPath - Doraemon/ - ~/Library/SummerBoard/Themes/Doraemon - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Doraemon - - - - size - 483450 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Doraemon.php - version - 1.00 - - - bundleIdentifier - com.dustlonely.dustlonely - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205814379 - description - Dustlonely very nice shelved iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - fafadb49508a63f3a998ec07e71ef11b - location - http://thebigboss.org/repofiles/other/dustlonelysb.zip - maintainer - DustLonely - name - Dustlonely - scripts - - install - - - CopyPath - Dustlonely/ - ~/Library/SummerBoard/Themes/Dustlonely - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Dustlonely - - - - size - 707105 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Dustlonely.php - version - 1.00 - - - RestartSpringboard - - author - m.clizzle - bundleIdentifier - com.modmyifone.eagles - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1197146981 - description - NFL Eagles Theme - hash - 8195d515cb260f2474fd003ad0c5b7d9 - location - http://installerzips.poeticfolly.com/Eagles.zip - maintainer - ModMyiFone.com - name - Eagles - scripts - - install - - - CopyPath - Eagles - ~/Library/SummerBoard/Themes/Eagles - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Eagles - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Eagles - - - CopyPath - Eagles - ~/Library/SummerBoard/Themes/Eagles - - - - size - 192112 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/forums/showthread.php?t=20047?styleid=3 - version - 1.0 - - - RestartSpringBoard - - author - exg5 - bundleIdentifier - com.modmyifone.eglass - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1206890833 - description - Dark, glassy theme. - hash - c47ae5a66854521842904ff7ec6a08b3 - location - http://installerpackages.com/eGlass-1.0.zip - maintainer - ModMyiFone.com - name - eGlass - scripts - - install - - - CopyPath - eGlass - ~/Library/SummerBoard/Themes/eGlass - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/eGlass - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/eGlass - - - CopyPath - eGlass - ~/Library/SummerBoard/Themes/eGlass - - - - size - 1482987 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/eglass.php - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.elemental - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195265220 - description - A theme created by Berzerker with CS3 inspired icons. Includes Battery Image - hash - 940c53658ca754e5716d47d5c862d9ef - location - http://www.touchrepo.com/themes/Elemental.zip - maintainer - Skylar - name - Elemental - scripts - - install - - - CopyPath - Elemental/ - ~/Library/SummerBoard/Themes/Elemental - - - CopyPath - CElemental/ - ~/Library/Customize - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Elemental - - - RemovePath - ~/Library/Customize/BatteryImages/CElemental - - - - size - 855230 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.eleni - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by Azure Black. - hash - a6d54811e3d864e6de17ad6d9864ff52 - location - http://www.touchrepo.com/themes/Eleni.zip - maintainer - Skylar - name - Eleni - scripts - - install - - - CopyPath - Eleni/ - ~/Library/SummerBoard/Themes/Eleni - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Eleni - - - - size - 1194866 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.fallout - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1196154000 - description - A theme by raediant. - hash - c9c88acc99b9faa36987ec05cbc162df - location - http://www.touchrepo.com/themes/Fallout.zip - maintainer - Skylar - name - Fallout Pipboy - scripts - - install - - - CopyPath - Fallout/ - ~/Library/SummerBoard/Themes/Fallout - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Fallout - - - - size - 539140 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.ferchorain - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195754400 - description - Two themes created by fercho99. Themes include two wallpapers each and bonus icons. - hash - 31366b29f130886b820758c4a41b8b94 - location - http://www.touchrepo.com/themes/ferchorain.zip - maintainer - Skylar - name - Fercho Rain - scripts - - install - - - CopyPath - ferchorain/ - ~/Library/SummerBoard/Themes - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Black_Red - - - RemovePath - ~/Library/SummerBoard/Themes/Black_Blue - - - - size - 1803696 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.1 - - - RestartSpringBoard - - author - Michael - bundleIdentifier - com.modmyifone.finalfantasy - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196707840 - description - Final Fantasy theme. - hash - af2255684becf5e1e4a1089619ed16dd - location - http://installerzips.poeticfolly.com/FinalFantasy.zip - maintainer - ModMyiFone.com - name - Final Fantasy - scripts - - install - - - CopyPath - FinalFantasy - ~/Library/SummerBoard/Themes/FinalFantasy - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/FinalFantasy - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/FinalFantasy - - - CopyPath - FinalFantasy - ~/Library/SummerBoard/Themes/FinalFantasy - - - - size - 1342622 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/?styleid=3 - version - 1.0 - - - bundleIdentifier - com.dustlonely.finalfantasy - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205818548 - description - Final Fantasy (DustLonely version) iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 6d756254cc5ba5be197e3787b41163fc - location - http://thebigboss.org/repofiles/other/finalfantasysb.zip - maintainer - DustLonely - name - Final Fantasy DL - scripts - - install - - - CopyPath - Final Fantasy DL/ - ~/Library/SummerBoard/Themes/Final Fantasy DL - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Final Fantasy DL - - - - size - 1745168 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/FinalFantasy.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themes.futurama - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1196614800 - description - A Futurama theme by rx8driver23. - hash - 0cb49a4aec561e07b8fdd387dcfeed8d - location - http://www.touchrepo.com/themes/Futurama.zip - maintainer - Skylar - name - Futurama - scripts - - install - - - CopyPath - Futurama/ - ~/Library/SummerBoard/Themes/Futurama - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Futurama - - - - size - 1424436 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.gameplaya3159 - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195149600 - description - A theme created by GamePlaya3159 - hash - e7e6bf5ddeb81f766b081be055e71619 - location - http://www.touchrepo.com/themes/GamePlaya3159.zip - maintainer - Skylar - name - GamePlaya3159's Theme - scripts - - install - - - CopyPath - GamePlaya3159/ - ~/Library/SummerBoard/Themes/GamePlaya3159 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/GamePlaya3159 - - - - size - 600773 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - net.gates.gatesbluize - category - Themes (SummerBoard) - contact - Gates@iPho.nu - date - 1204333540 - description - Summerboard: Nice bluish realized theme by Gates. - hash - e97ac487219ce5b636a034457a11237b - location - http://thebigboss.org/repofiles/other/gatesbluize.zip - maintainer - Gates - name - Gates Bluize - scripts - - install - - - CopyPath - Gates Bluize/ - ~/Library/SummerBoard/Themes/Gates Bluize - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Gates Bluize - - - - size - 1712682 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/gatesbluize.php - version - 1.0 - - - RestartSpringBoard - - author - toyvan - bundleIdentifier - com.modmyifone.sb - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1197677632 - description - Glass Orb theme by toyvan. - hash - 5acc9e145b3f7796390d8a60b6f25562 - location - http://installerzips.poeticfolly.com/ToyVan_GlassOrb-1.6.zip - maintainer - ModMyiFone.com - name - Glass Orb - scripts - - install - - - CopyPath - ToyVan_GlassOrb/ - ~/Library/SummerBoard/Themes/ToyVan_GlassOrb - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/ToyVan_GlassOrb - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/ToyVan_GlassOrb - - - CopyPath - ToyVan_GlassOrb/ - ~/Library/SummerBoard/Themes/ToyVan_GlassOrb - - - - size - 2346007 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/forums/showthread.php?t=17089 - version - 1.6 - - - RestartSpringBoard - - author - iamnokiller - bundleIdentifier - com.modmyifone.gradiameter - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196377935 - description - A gray scale theme in the Diameter legacy. - location - http://installerzips.poeticfolly.com/Gradiameter.zip - maintainer - ModMyiFone.com - name - Gradiameter - scripts - - install - - - CopyPath - Gradiameter - ~/Library/SummerBoard/Themes/Gradiameter - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Gradiameter - - - update - - - - RemovePath - ~/Library/SummerBoard/Themes/Gradiameter - - - CopyPath - BluedUp - ~/Library/SummerBoard/Themes/Gradiameter - - - - - size - 288075 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=17841&styleid=3 - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.NewTheme - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195489920 - description - A new name for "New Theme" created by a113524 and tomsabin. Includes Matching Customize Theme! - hash - 5126a66a961b785d298258b0dcf0189c - location - http://www.touchrepo.com/themes/NewTheme.zip - maintainer - Skylar - name - Green Cubes - scripts - - install - - - CopyPath - NewTheme/ - ~/Library/SummerBoard/Themes/GreenCubes - - - CopyPath - CNewTheme/ - ~/Library/Customize - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/NewTheme - - - RemovePath - ~/Library/Customize/BadgeImages/NewTheme - - - RemovePath - ~/Library/Customize/BatteryImages/NewTheme - - - RemovePath - ~/Library/Customize/CarrierImages/NewTheme - - - RemovePath - ~/Library/Customize/MainSliderImages/NewTheme - - - RemovePath - ~/Library/Customize/MaskSliderImages/NewTheme - - - update - - - If - - - InstalledPackage - com.touchrepo.themes.newtheme - - - - - CopyPath - ~/Library/SummerBoard/Themes/NewTheme - ~/Library/SummerBoard/Themes/GreenCubes - - - RemovePath - ~/Library/SummerBoard/Themes/NewTheme - - - - - - size - 508439 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 2.0 - - - bundleIdentifier - nathankoch.theme.greyday - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505053 - description - A SummerBoard theme by Nathan Koch. - hash - 1b1e12afb5cb3b466c2541d0a845a0a2 - location - http://repo.smxy.org/iphone-apps/zips/greyday-1.0.zip - maintainer - Ste - name - Greyday - scripts - - install - - - CopyPath - Greyday - ~/Library/SummerBoard/Themes/Greyday - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Greyday - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Greyday - - - CopyPath - Greyday - ~/Library/SummerBoard/Themes/Greyday - - - - size - 234986 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.0 - - - bundleIdentifier - com.habanero.habanero - category - Themes (SummerBoard) - contact - mbice@habaneros.com - date - 1205823436 - description - Habanero summerboard theme by Mark Bice (www.habaneros.com).. - hash - ef3c2a87e5641ba23401e22a49a8b312 - location - http://thebigboss.org/repofiles/other/habanerosb-2.zip - maintainer - Mark Bice - name - Habanero - scripts - - install - - - CopyPath - Habanero/ - ~/Library/SummerBoard/Themes/Habanero - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Habanero - - - - size - 85152 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Habanero.php - version - 1.00-2 - - - bundleIdentifier - com.touchrepo.themes.halo3 - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1203811210 - description - A Halo 3 theme by kingbullybs91 - hash - 3485afc707bbe5343900460b5c7f33bc - location - http://www.touchrepo.com/themes/Halo3.zip - maintainer - Skylar - name - Halo 3 - scripts - - install - - - CopyPath - Halo/ - ~/Library/SummerBoard/Themes/Halo3 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Halo3 - - - - size - 207219 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/35hsjv - version - 1.0 - - - RestartSpringBoard - - author - Doolang667 - bundleIdentifier - com.modmyifone.heavydoobie - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196376075 - description - Here's a theme for the heavy metal band HEAVY DOOBIE (myspace.com/heavydoobie) - location - http://installerzips.poeticfolly.com/HeavyDoobie.zip - maintainer - ModMyiFone.com - name - Heavy Doobie - scripts - - install - - - CopyPath - HeavyDoobie - ~/Library/SummerBoard/Themes/HeavyDoobie - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/HeavyDoobie - - - - size - 856777 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.myspace.com/heavydoobie - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.houseMD - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195265220 - description - A theme inspired by the TV show House. - hash - 87ed050b69074dc73317e18e141748cc - location - http://www.touchrepo.com/themes/HouseMD.zip - maintainer - Skylar - name - House - scripts - - install - - - CopyPath - HouseMD/ - ~/Library/SummerBoard/Themes/HouseMD - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/HouseMD - - - - size - 1512271 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - RestartSpringBoard - - author - BHSPitMonkey - bundleIdentifier - com.modmyifone.humantouch - category - Themes (SummerBoard) - contact - mail@stepheneisenhauer.com - date - 1207534137 - description - A SummerBoard theme based on artwork from Ubuntu 7.10 (Gutsy Gibbon). - hash - e900ab2634af72245e1629ac3f462c2e - location - http://installerpackages.com/HumanTouch-1.0.zip - maintainer - Stephen Eisenhauer - name - HumanTouch - scripts - - install - - - CopyPath - HumanTouch - ~/Library/SummerBoard/Themes/HumanTouch - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/HumanTouch - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/HumanTouch - - - CopyPath - HumanTouch - ~/Library/SummerBoard/Themes/HumanTouch - - - - size - 311985 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/humantouch.php - version - 1.0 - - - bundleIdentifier - com.nullriver.SummerBoard.theme.Icarus - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206676844 - description - A SummerBoard theme by Jorge Mancheno. - location - http://home.cogeco.ca/~zipfiles/sbtheme-Icarus.zip - maintainer - Nullriver Software - name - Icarus - scripts - - install - - - CopyPath - Icarus - /var/root/Library/SummerBoard/Themes/Icarus - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Icarus - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Icarus - - - CopyPath - Icarus - /var/root/Library/SummerBoard/Themes/Icarus - - - - size - 275910 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.ipsp - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A PSP inspired theme created by jaydem. - hash - d920d7b86896eeabb838bc3c0944fe10 - location - http://www.touchrepo.com/themes/ipsp.zip - maintainer - Skylar - name - iPSP - scripts - - install - - - CopyPath - ipsp/ - ~/Library/SummerBoard/Themes/iPSP - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/iPSP - - - - size - 244125 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.iSpidey - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1203811210 - description - Spiderman Theme for SummerBoard created by A a r o n. Includes extra wallpapers. - hash - 98af8acb94ec7fbe2a2c2d9167eef489 - location - http://www.touchrepo.com/themes/iSpidey.zip - maintainer - Skylar - name - iSpidey - scripts - - install - - - CopyPath - iSpidey/ - ~/Library/SummerBoard/Themes/iSpidey - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/iSpidey - - - - size - 848354 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/372jbt - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.itheme - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - An apple flavored theme by itouch101. Looks best when skipping the last row. - hash - 6fd4585cc09f3014153e0c1d17ead6d8 - location - http://www.touchrepo.com/themes/iTheme.zip - maintainer - Skylar - name - iTheme - scripts - - install - - - CopyPath - iTheme/ - ~/Library/SummerBoard/Themes/iTheme - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/iTheme - - - - size - 200669 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.japanese - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195239840 - description - A Japanese inspired theme by phoenix.stu. - hash - b47104ce36e7a41226ca11bff8ce416d - location - http://www.touchrepo.com/themes/Japanese.zip - maintainer - Skylar - name - Japanese - scripts - - install - - - CopyPath - Japanese/ - ~/Library/SummerBoard/Themes/Japanese - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Japanese - - - - size - 585639 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - jtrwallace.theme - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505054 - description - A SummerBoard theme by Joshua Wallace. - hash - ff93dd884da866bef8549ed170dcb8ef - location - http://repo.smxy.org/iphone-apps/zips/jtrwallace-2.0.zip - maintainer - Ste - name - JTRWallace - scripts - - install - - - CopyPath - JTRWallace - ~/Library/SummerBoard/Themes/JTRWallace - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/JTRWallace - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/JTRWallace - - - CopyPath - JTRWallace - ~/Library/SummerBoard/Themes/JTRWallace - - - - size - 1092289 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 2.0 - - - bundleIdentifier - com.touchrepo.themes.kanji - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by wamoinc. Includes Carrier Icons. Kanji is not exact. - hash - 1ddd5c5e804140d84cecdc834a6aff4a - location - http://www.touchrepo.com/themes/Kanji.zip - maintainer - Skylar - name - Kanji - scripts - - install - - - CopyPath - Kanji/ - ~/Library/SummerBoard/Themes/Kanji - - - CopyPath - CKanji/ - ~/Library/Customize - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Kanji - - - RemovePath - ~/Library/Customize/CarrierImages/Kanji - - - - size - 269640 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.dustlonely.katamari - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205815370 - description - Dustlonely very nice shelved iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 482bf57e20d442c8778f061f468fffc6 - location - http://thebigboss.org/repofiles/other/katamarisb.zip - maintainer - DustLonely - name - Katamari - scripts - - install - - - CopyPath - Katamari/ - ~/Library/SummerBoard/Themes/Katamari - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Katamari - - - - size - 454485 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Katamari.php - version - 1.00 - - - bundleIdentifier - com.artvandelay.lcars - category - Themes (SummerBoard) - contact - arthur_vandolay@hotmail.com - date - 1207918724 - description - Star Trek Console SummerBoard Theme. (Library Computer Access Retrieval System) - hash - d970bb17753c1f14b928a726684a1ca5 - location - http://thebigboss.org/repofiles/other/lcarssb-v1.1.zip - maintainer - Art Vandelay - name - LCARS - scripts - - install - - - CopyPath - LCARS/ - ~/Library/SummerBoard/Themes/LCARS - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/LCARS - - - - size - 141454 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/LCARS.php - version - 1.10 - - - RestartSpringBoard - - author - Sgt_Cala - bundleIdentifier - com.modmyifone. - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1207155365 - description - A green clean theme. - hash - a97a07a217d71adb7beb8853e329eaca - location - http://installerpackages.com/Leaf-3.0.zip - maintainer - ModMyiFone.com - name - Leaf - scripts - - install - - - CopyPath - Leaf - ~/Library/SummerBoard/Themes/Leaf - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Leaf - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Leaf - - - CopyPath - Leaf - ~/Library/SummerBoard/Themes/Leaf - - - - size - 4142955 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/leaf.php - version - 3.0 - - - bundleIdentifier - com.touchrepo.themes.osx10.5.1-leopard - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1196154000 - description - The Ultimate Leopard Theme, by DualCoreX. Includes Matching Customize Theme and eight Wallpapers! - hash - 7c5eb173ce934a866cdab8191db76752 - location - http://www.touchrepo.com/themes/Leopard10.5.1.zip - maintainer - Skylar - name - Leopard 10.5.1 - scripts - - install - - - CopyPath - Leopard10.5.1/ - ~/Library/SummerBoard/Themes/Leopard10.5.1 - - - CopyPath - CLeopard10.5.1/ - ~/Library/Customize - - - CopyPath - ~/Library/Customize/Leopard - ~/Library/DockSwap/Leopard10.5.1 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Leopard10.5.1 - - - RemovePath - ~/Library/Customize/CarrierImages/Leopard10.5.1 - - - RemovePath - ~/Library/Customize/MainSliderImages/Leopard10.5.1 - - - RemovePath - ~/Library/Customize/PowerSliderImages/Leopard10.5.1 - - - RemovePath - ~/Library/DockSwap/Leopard10.5.1 - - - - size - 1545077 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.nullriver.SummerBoard.theme.Litho - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206676865 - description - A SummerBoard theme by Theaumas. Icons created by Anthony Piraino & The Iconfactory. - location - http://home.cogeco.ca/~zipfiles/sbtheme-Litho.zip - maintainer - Nullriver Software - name - Litho - scripts - - install - - - CopyPath - Litho - /var/root/Library/SummerBoard/Themes/Litho - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Litho - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Litho - - - CopyPath - Litho - /var/root/Library/SummerBoard/Themes/Litho - - - - size - 461464 - source - http://repository.apptapp.com/ - version - 1.1 - - - bundleIdentifier - com.dustlonely.littledream - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205815985 - description - Dustlonely very nice shelved iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - ffb409c561726023d71ddea0c0f8edf6 - location - http://thebigboss.org/repofiles/other/littledreamsb.zip - maintainer - DustLonely - name - Little Dream - scripts - - install - - - CopyPath - Little Dream/ - ~/Library/SummerBoard/Themes/Little Dream - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Little Dream - - - - size - 651826 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/LittleDream.php - version - 1.00 - - - bundleIdentifier - com.dustlonely.locoroco - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205825613 - description - Locoroco iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - c164265cad7dd68f17be94a02ca5ac08 - location - http://thebigboss.org/repofiles/other/locorocosb.zip - maintainer - DustLonely - name - Locoroco - scripts - - install - - - CopyPath - Locoroco/ - ~/Library/SummerBoard/Themes/Locoroco - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Locoroco - - - - size - 354221 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Locoroco.php - version - 1.00 - - - bundleIdentifier - com.louiemantia.theme.Agua - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206676964 - description - A SummerBoard theme by Louie Mantia, inspired by David Lanham's Agua icons. - location - http://home.cogeco.ca/~zipfiles/sbtheme-LM-Agua.zip - maintainer - Nullriver Software - name - Louie Mantia (Agua) - scripts - - install - - - CopyPath - Louie Mantia - Agua - /var/root/Library/SummerBoard/Themes/Louie Mantia - Agua - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Agua - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Agua - - - CopyPath - Louie Mantia - Agua - /var/root/Library/SummerBoard/Themes/Louie Mantia - Agua - - - - size - 230902 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - com.louiemantia.theme.AltColors - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206676988 - description - A SummerBoard theme by Louie Mantia, the original theme with a few alternate colors. - location - http://home.cogeco.ca/~zipfiles/sbtheme-LM-Alt_Colors.zip - maintainer - Nullriver Software - name - Louie Mantia (Alt Colors) - scripts - - install - - - CopyPath - Louie Mantia - Alt Colors - /var/root/Library/SummerBoard/Themes/Louie Mantia - Alt Colors - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Alt Colors - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Alt Colors - - - CopyPath - Louie Mantia - Alt Colors - /var/root/Library/SummerBoard/Themes/Louie Mantia - Alt Colors - - - - size - 207026 - source - http://repository.apptapp.com/ - version - 1.1 - - - bundleIdentifier - com.louiemantia.theme.Black - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206677009 - description - A SummerBoard theme by Louie Mantia, in a dark black monochrome. - location - http://home.cogeco.ca/~zipfiles/sbtheme-LM-Black.zip - maintainer - Nullriver Software - name - Louie Mantia (Black) - scripts - - install - - - CopyPath - Louie Mantia - Black - /var/root/Library/SummerBoard/Themes/Louie Mantia - Black - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Black - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Black - - - CopyPath - Louie Mantia - Black - /var/root/Library/SummerBoard/Themes/Louie Mantia - Black - - - - size - 143503 - source - http://repository.apptapp.com/ - version - 1.1 - - - bundleIdentifier - com.louiemantia.theme.Buuf - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206677041 - description - A SummerBoard theme by Louie Mantia, inspired by Paul Davey's Buuf icons. - location - http://home.cogeco.ca/~zipfiles/sbtheme-LM-Buuf.zip - maintainer - Nullriver Software - name - Louie Mantia (Buuf) - scripts - - install - - - CopyPath - Louie Mantia - Buuf - /var/root/Library/SummerBoard/Themes/Louie Mantia - Buuf - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Buuf - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Buuf - - - CopyPath - Louie Mantia - Buuf - /var/root/Library/SummerBoard/Themes/Louie Mantia - Buuf - - - - size - 496293 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - com.louiemantia.theme.Holiday - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206677068 - description - A SummerBoard theme by Louie Mantia, with a hint of winter flair. For the holiday season? - location - http://home.cogeco.ca/~zipfiles/sbtheme-LM-Holiday.zip - maintainer - Nullriver Software - name - Louie Mantia (Holiday) - scripts - - install - - - CopyPath - Louie Mantia - Holiday - /var/root/Library/SummerBoard/Themes/Louie Mantia - Holiday - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Holiday - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Holiday - - - CopyPath - Louie Mantia - Holiday - /var/root/Library/SummerBoard/Themes/Louie Mantia - Holiday - - - - size - 205929 - source - http://repository.apptapp.com/ - version - 1.1 - - - bundleIdentifier - alexkim.theme.metallic - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505054 - description - An SMB theme by Alex Kim, w/credit to: Agwoah, Digital Kid, Loring, Mandara, modmyiphone.com and Apple Leopard Dock Pack. - hash - 05f432d6e53834257b78953732f4dc33 - location - http://repo.smxy.org/iphone-apps/zips/metallic-1.0.zip - maintainer - Ste - name - Metallic - scripts - - install - - - CopyPath - Metallic - ~/Library/SummerBoard/Themes/Metallic - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Metallic - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Metallic - - - CopyPath - Metallic - ~/Library/SummerBoard/Themes/Metallic - - - - size - 711646 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.migold - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by fercho99. This theme includes three wallpapers. - hash - 869196a263b7fc51a474724deb7d39f6 - location - http://www.touchrepo.com/themes/migold.zip - maintainer - Skylar - name - Mi Gold - scripts - - install - - - CopyPath - migold/ - ~/Library/SummerBoard/Themes/MiGold - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/MiGold - - - - size - 489850 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.minimal - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1196614800 - description - A minimalist theme created by rob21. Includes two Wallpapers. - hash - e1388223586d858a81fb4adcd5ec9bc8 - location - http://www.touchrepo.com/themes/minimal.zip - maintainer - Skylar - name - minimal - scripts - - install - - - CopyPath - minimal/ - ~/Library/SummerBoard/Themes/minimal - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/minimal - - - - size - 293309 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - RestartSpringBoard - - author - CedoNulli - bundleIdentifier - com.modmyifone.modernzen2 - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1197148053 - description - A Zen related theme. - hash - 04792e00021ad486bb2d3ab88862c4a9 - location - http://installerzips.poeticfolly.com/ModernZen2.zip - maintainer - ModMyiFone.com - name - ModernZen2 - scripts - - install - - - CopyPath - ModernZen2 - ~/Library/SummerBoard/Themes/ModernZen2 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/ModernZen2 - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/ModernZen2 - - - CopyPath - ModernZen2 - ~/Library/SummerBoard/Themes/ModernZen2 - - - - size - 711747 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=19893&styleid=3 - version - 1.0 - - - bundleIdentifier - com.tomburns.monodromesbpack - category - Themes (SummerBoard) - contact - tom@everythingburns.com - date - 1207296719 - description - A clean, monochromatic set of themes. See More Info for details and previews. - hash - 2f552b8a3107e12e0b76439db54f44ca - location - http://thebigboss.org/repofiles/other/monodrome_sb_pack.zip - maintainer - Tom Burns - name - Monodrome Theme Pack - scripts - - install - - - CopyPath - Monodrome BLACK/ - ~/Library/SummerBoard/Themes/Monodrome BLACK - - - CopyPath - Monodrome BLUE/ - ~/Library/SummerBoard/Themes/Monodrome BLUE - - - CopyPath - Monodrome GREEN/ - ~/Library/SummerBoard/Themes/Monodrome GREEN - - - CopyPath - Monodrome GREY/ - ~/Library/SummerBoard/Themes/Monodrome GREY - - - CopyPath - Monodrome ORANGE/ - ~/Library/SummerBoard/Themes/Monodrome ORANGE - - - CopyPath - Monodrome PINK/ - ~/Library/SummerBoard/Themes/Monodrome PINK - - - CopyPath - Monodrome PURPLE/ - ~/Library/SummerBoard/Themes/Monodrome PURPLE - - - CopyPath - Monodrome RED/ - ~/Library/SummerBoard/Themes/Monodrome RED - - - CopyPath - Monodrome WHITE/ - ~/Library/SummerBoard/Themes/Monodrome WHITE - - - CopyPath - Monodrome YELLOW/ - ~/Library/SummerBoard/Themes/Monodrome YELLOW - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Monodrome BLACK - ~/Library/SummerBoard/Themes/Monodrome BLUE - ~/Library/SummerBoard/Themes/Monodrome GREEN - ~/Library/SummerBoard/Themes/Monodrome GREY - ~/Library/SummerBoard/Themes/Monodrome ORANGE - ~/Library/SummerBoard/Themes/Monodrome PINK - ~/Library/SummerBoard/Themes/Monodrome PURPLE - ~/Library/SummerBoard/Themes/Monodrome RED - ~/Library/SummerBoard/Themes/Monodrome WHITE - ~/Library/SummerBoard/Themes/Monodrome YELLOW - - - - size - 4515059 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/Monodrome.php - version - 1.0 - - - bundleIdentifier - com.wsc.themes.moonlight - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1204598723 - description - SummerBoard theme by the AppleTree. Includes three wallpapers from Gregory Siegburg's Blue Wallpaper Pack. - hash - ddd2088bf8e61fa16f8b9e2892101190 - location - http://www.touchrepo.com/themes/Moonlight.zip - maintainer - Skylar - name - Moonlight - scripts - - install - - - CopyPath - Moonlight/ - ~/Library/SummerBoard/Themes/Moonlight - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Moonlight - - - - size - 850639 - source - http://www.touchrepo.com/repo.xml - sponsor - The AppleTree - url - http://www.whitneystcharles.com/glowingnightp2.png - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.mortalKombat - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1196614800 - description - A Mortal Kombat inspired theme created by magus7000. - hash - f88e0133ef05bb7da07db4da080e0808 - location - http://www.touchrepo.com/themes/MortalKombat.zip - maintainer - Skylar - name - Mortal Kombat! - scripts - - install - - - CopyPath - MortalKombat/ - ~/Library/SummerBoard/Themes/MortalKombat - - - Notice - FIGHT!!! - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/MortalKombat - - - Notice - FINISH HIM!!! - - - - size - 400027 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.MusicPirate - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by Buya. - hash - 82680457f3ac5ff8b6650074247ea499 - location - http://www.touchrepo.com/themes/MusicPirate.zip - maintainer - Skylar - name - Music Pirate - scripts - - install - - - CopyPath - MusicPirate/ - ~/Library/SummerBoard/Themes/MusicPirate - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/MusicPirate - - - - size - 168318 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - brendenpetersen.theme.myfirsttheem - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505055 - description - A SummerBoard theme by Brenden "bunbunfriedrice" Petersen. - hash - f87009e5f4b24fc03cee4a5659594d1b - location - http://repo.smxy.org/iphone-apps/zips/myfirsttheem-1.6.zip - maintainer - Ste - name - my fiRst tHeem - scripts - - install - - - CopyPath - my fiRst tHeem - ~/Library/SummerBoard/Themes/my fiRst tHeem - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/my fiRst tHeem - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/my fiRst tHeem - - - CopyPath - my fiRst tHeem - ~/Library/SummerBoard/Themes/my fiRst tHeem - - - - size - 541202 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.6 - - - bundleIdentifier - abeliever.theme.mystique - category - Themes (SummerBoard) - contact - abeliever@gmail.com - date - 1204505055 - description - Minimalistic, clean and suave iPhone theme. - hash - 0df32f1609d37286dc146ae50e83e82c - location - http://repo.smxy.org/iphone-apps/zips/mystique-1.2.zip - maintainer - A Believer - name - Mystique - scripts - - install - - - CopyPath - Mystique - ~/Library/SummerBoard/Themes/Mystique - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Mystique - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Mystique - - - CopyPath - Mystique - ~/Library/SummerBoard/Themes/Mystique - - - - size - 772118 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphonetheme.wordpress.com - version - 1.2 - - - bundleIdentifier - com.dustlonely.naruto - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207139619 - description - Naruto iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 52c5c66409fc1d755e1275aecd691132 - location - http://thebigboss.org/repofiles/other/narutosb.zip - maintainer - DustLonely - name - Naruto - scripts - - install - - - CopyPath - Naruto/ - ~/Library/SummerBoard/Themes/Naruto - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Naruto - - - - size - 572218 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Naruto.php - version - 1.00 - - - bundleIdentifier - com.dustlonely.nba - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205825735 - description - NBA based iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 1499ac5253d80048116f540167aea6de - location - http://thebigboss.org/repofiles/other/nbasb.zip - maintainer - DustLonely - name - NBA - scripts - - install - - - CopyPath - NBA/ - ~/Library/SummerBoard/Themes/NBA - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/NBA - - - - size - 385084 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/NBAsb.php - version - 1.00 - - - bundleIdentifier - brettrustin.theme.neonstandard - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505056 - description - A SummerBoard theme by Brett Rustin and JyriK. - hash - 068bc693946e542d91fec9662affcae9 - location - http://repo.smxy.org/iphone-apps/zips/neonstandard-1.01.zip - maintainer - Ste - name - NEONstandard - scripts - - install - - - CopyPath - NEONstandard - ~/Library/SummerBoard/Themes/NEONstandard - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/NEONstandard - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/NEONstandard - - - CopyPath - NEONstandard - ~/Library/SummerBoard/Themes/NEONstandard - - - - size - 300231 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://neontheme.blogspot.com/ - version - 1.01 - - - bundleIdentifier - leeliu.theme.neuroxleopard - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505056 - description - A SummerBoard theme by buzz and kitty. Cobbled together from other themes. - hash - affa154745cd946376a460f3a4055786 - location - http://repo.smxy.org/iphone-apps/zips/neuroxleopard-1.0-1.zip - maintainer - Ste - name - Neurox Leopard - scripts - - install - - - CopyPath - Neurox Leopard - ~/Library/SummerBoard/Themes/Neurox Leopard - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Neurox Leopard - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Neurox Leopard - - - CopyPath - Neurox Leopard - ~/Library/SummerBoard/Themes/Neurox Leopard - - - - size - 399791 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.0-1 - - - bundleIdentifier - com.touchrepo.themes.NHL - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1196614800 - description - An NHL theme ceated by fjompa666. Includes Bonus Icons. - hash - 62ff604e69d74e77f40b09d33eb8a121 - location - http://www.touchrepo.com/themes/NHL.zip - maintainer - Skylar - name - NHL - scripts - - install - - - CopyPath - NHL/ - ~/Library/SummerBoard/Themes/NHL - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/NHL - - - - size - 266359 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.notlouis - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A Louis Vuitton inspired theme created by thomashayes. - hash - ac6469558f91f69cf837e5db43edcdfb - location - http://www.touchrepo.com/themes/NotLouis.zip - maintainer - Skylar - name - Not Louis Vuitton - scripts - - install - - - CopyPath - NotLouisVuitton/ - ~/Library/SummerBoard/Themes/NotLouisVuitton - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/NotLouisVuitton - - - - size - 305654 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.dustlonely.notepad - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207139639 - description - Notepad iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - a8f300defcfb4da210362e8686d1df7a - location - http://thebigboss.org/repofiles/other/notepadsb.zip - maintainer - DustLonely - name - Notepad - scripts - - install - - - CopyPath - NotePad/ - ~/Library/SummerBoard/Themes/NotePad - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/NotePad - - - - size - 724931 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Notepad.php - version - 1.00 - - - RestartSpringBoard - - author - iamnokiller - bundleIdentifier - com.modmyifone.orangameter - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196377935 - description - An orange theme in the Diameter legacy. - location - http://installerzips.poeticfolly.com/Orangameter.zip - maintainer - ModMyiFone.com - name - Orangameter - scripts - - install - - - CopyPath - Orangameter - ~/Library/SummerBoard/Themes/Orangameter - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Orangameter - - - update - - - - RemovePath - ~/Library/SummerBoard/Themes/Orangameter - - - CopyPath - BluedUp - ~/Library/SummerBoard/Themes/Orangameter - - - - - size - 319969 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=17841&styleid=3 - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.orange - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1196614800 - description - A theme created by chadla. Includes two icon sets. - hash - 8e91844f3e8ef3536cf99e4fefad5de9 - location - http://www.touchrepo.com/themes/Orange.zip - maintainer - Skylar - name - Orange - scripts - - install - - - CopyPath - Orange/ - ~/Library/SummerBoard/Themes/Orange - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Orange - - - - size - 608494 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.orange-danish - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by moveteam. - hash - ff59c1652f64782ddb319ba2b83a10d2 - location - http://www.touchrepo.com/themes/Orange-Danish.zip - maintainer - Skylar - name - Orange Danish - scripts - - install - - - CopyPath - Orange-Danish/ - ~/Library/SummerBoard/Themes/Orange-Danish - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Orange-Danish - - - - size - 675263 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - RestartSpringBoard - - author - CedoNulli - bundleIdentifier - com.modmyifone.orbsoftheblue - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196707840 - description - A blue theme with blue orb icons. - hash - dfa698ebdbfd4b9b22f760af3d7c981b - location - http://installerzips.poeticfolly.com/orbsoftheblue.zip - maintainer - ModMyiFone.com - name - Orbs of the Blue - scripts - - install - - - CopyPath - Orbs of the Blue - ~/Library/SummerBoard/Themes/Orbs of the Blue - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Orbs of the Blue - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Orbs of the Blue - - - CopyPath - Orbs of the Blue - ~/Library/SummerBoard/Themes/Orbs of the Blue - - - - size - 385548 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=19380&styleid=3 - version - 1.0 - - - bundleIdentifier - oren.theme - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505057 - description - A SummerBoard theme by Oren Krinsky. - hash - 9cb1b712ee015a90be29ff347401533f - location - http://repo.smxy.org/iphone-apps/zips/oren-1.1.zip - maintainer - Ste - name - Oren - scripts - - install - - - CopyPath - Oren - ~/Library/SummerBoard/Themes/Oren - - - Notice - Set Alpha to 40%. Hide Dock Labels. Show Icons Under Dock. Love the world. - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Oren - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Oren - - - CopyPath - Oren - ~/Library/SummerBoard/Themes/Oren - - - Notice - Set Alpha to 40%. Hide Dock Labels. Show Icons Under Dock. Love the world. - - - - size - 257389 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.1-1 - - - RestartSpringBoard - - author - CedoNulli - bundleIdentifier - com.modmyifone.ornamentalredux - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196707840 - description - A holiday themed ornament theme. - hash - eea064a784f45e9a6c798c83aa7dd255 - location - http://installerzips.poeticfolly.com/OrnamentalRedux.zip - maintainer - ModMyiFone.com - name - OrnamentalRedux - scripts - - install - - - CopyPath - OrnamentalRedux - ~/Library/SummerBoard/Themes/OrnamentalRedux - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/OrnamentalRedux - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/OrnamentalRedux - - - CopyPath - OrnamentalRedux - ~/Library/SummerBoard/Themes/OrnamentalRedux - - - - size - 2220898 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=19205styleid=3 - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.pantone - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by mushpotato (looks best with icons in the correct order). - hash - e0dbd953503eb09d730e691729f94155 - location - http://www.touchrepo.com/themes/Pantone.zip - maintainer - Skylar - name - Pantone - scripts - - install - - - CopyPath - Pantone/ - ~/Library/SummerBoard/Themes/Pantone - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Pantone - - - - size - 150033 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.wsc.themes.patriots - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1204598723 - description - Patriots SummerBoard theme created by The AppleTree. Includes Slider Images and unlock screen. - hash - acb58a298d2fe9a31ae3b7368a8ab12c - location - http://www.touchrepo.com/themes/Patriots.zip - maintainer - Skylar - name - Patriots - scripts - - install - - - CopyPath - Patriots/ - ~/Library/SummerBoard/Themes/Patriots - - - CopyPath - CPatriots - ~/Library/Customize - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Patriots - - - RemovePath - ~/Library/Customize/CallSliderImages/Patriots - - - RemovePath - ~/Library/Customize/MainSliderImages/Patriots - - - RemovePath - ~/Library/Customize/PowerSliderImages/Patriots - - - - size - 886974 - source - http://www.touchrepo.com/repo.xml - sponsor - The AppleTree - url - http://www.whitneystcharles.com/IpodThemes/PatriotsSS.png - version - 1.0 - - - bundleIdentifier - com.nullriver.SummerBoard.theme.Paxman - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206677170 - description - A SummerBoard theme by Francisco Marco. - location - http://home.cogeco.ca/~zipfiles/sbtheme-Paxman.zip - maintainer - Nullriver Software - name - Paxman - scripts - - install - - - CopyPath - Paxman - /var/root/Library/SummerBoard/Themes/Paxman - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Paxman - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Paxman - - - CopyPath - Paxman - /var/root/Library/SummerBoard/Themes/Paxman - - - - size - 287260 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - phiberglass.theme - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505057 - description - A SummerBoard theme by Austin Grade. Includes alternate Wallpaper. - hash - 7aff7a3abf095aa9fc7c03d8d9f0fc98 - location - http://repo.smxy.org/iphone-apps/zips/phiberglass-1.7.zip - maintainer - Ste - name - Phiberglass - scripts - - install - - - CopyPath - Phiberglass - ~/Library/SummerBoard/Themes/Phiberglass - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Phiberglass - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Phiberglass - - - CopyPath - Phiberglass - ~/Library/SummerBoard/Themes/Phiberglass - - - - size - 1101349 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.7 - - - RestartSpringBoard - - author - iamnokiller - bundleIdentifier - com.modmyifone.pinkameter - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196377935 - description - A pink theme in the Diameter legacy. - location - http://installerzips.poeticfolly.com/Pinkameter.zip - maintainer - ModMyiFone.com - name - Pinkameter - scripts - - install - - - CopyPath - Pinkameter - ~/Library/SummerBoard/Themes/Pinkameter - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Pinkameter - - - update - - - - RemovePath - ~/Library/SummerBoard/Themes/Pinkameter - - - CopyPath - BluedUp - ~/Library/SummerBoard/Themes/Pinkameter - - - - - size - 312207 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=17841&styleid=3 - version - 1.0 - - - bundleIdentifier - mattdavis.theme.plainjain - category - Themes (SummerBoard) - contact - gametroll@gmail.com - date - 1204505058 - description - Same as PlainJainDim, but with slightly more opaque icons. - hash - 1b359911908b786ce6d038ff18cb36fe - location - http://repo.smxy.org/iphone-apps/zips/plainjain-2.6.zip - maintainer - Matt Davis - name - PlainJain - scripts - - install - - - CopyPath - PlainJain - ~/Library/SummerBoard/Themes/PlainJain - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/PlainJain - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/PlainJain - - - CopyPath - PlainJain - ~/Library/SummerBoard/Themes/PlainJain - - - - size - 1743244 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://plainjain.wordpress.com/ - version - 2.6 - - - bundleIdentifier - mattdavis.theme.plainjaindim - category - Themes (SummerBoard) - contact - gametroll@gmail.com - date - 1204505058 - description - A SummerBoard theme, designed by Matt "TARGET" Davis, to allow you to see your background wallpapers. - hash - cca0f364e219a1e8883832ef1f9d4236 - location - http://repo.smxy.org/iphone-apps/zips/plainjaindim-2.6.zip - maintainer - Matt Davis - name - PlainJainDim - scripts - - install - - - CopyPath - PlainJainDim - ~/Library/SummerBoard/Themes/PlainJainDim - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/PlainJainDim - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/PlainJainDim - - - CopyPath - PlainJainDim - ~/Library/SummerBoard/Themes/PlainJainDim - - - - size - 1734470 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://plainjain.wordpress.com/ - version - 2.6 - - - bundleIdentifier - com.touchrepo.themes.polaroid - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1203811210 - description - Polaroid SummerBoard theme created by lauzer. Includes extra wallpapers. - hash - 53b3e1986324995a7c0736644ea8389a - location - http://www.touchrepo.com/themes/Polaroid.zip - maintainer - Skylar - name - Polaroid - scripts - - install - - - CopyPath - Polaroid/ - ~/Library/SummerBoard/Themes/Polaroid - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Polaroid - - - - size - 1092337 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/2w9ewe - version - 1.0 - - - bundleIdentifier - com.nullriver.SummerBoard.theme.Prado - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206677204 - description - A SummerBoard theme by Sammy Truong. - location - http://home.cogeco.ca/~zipfiles/sbtheme-Prado.zip - maintainer - Nullriver Software - name - Prado - scripts - - install - - - CopyPath - Prado - /var/root/Library/SummerBoard/Themes/Prado - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Prado - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Prado - - - CopyPath - Prado - /var/root/Library/SummerBoard/Themes/Prado - - - - size - 37920 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.prettyInPink - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195754400 - description - A theme created by redroo. - hash - cb8de1195fc4da93a939f1bab392520a - location - http://www.touchrepo.com/themes/PrettyInPink.zip - maintainer - Skylar - name - Pretty In Pink - scripts - - install - - - CopyPath - PrettyInPink/ - ~/Library/SummerBoard/Themes/PrettyInPink - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/PrettyInPink - - - - size - 348244 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.pspEclipseRemix - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1203811210 - description - Remixed PSP SummerBoard theme, created be iAsian. - hash - 56b1f5b1e9a40090b54e4056ded3a3a5 - location - http://www.touchrepo.com/themes/PSPEclipseRemix.zip - maintainer - Skylar - name - PSP Eclipse (remix) - scripts - - install - - - CopyPath - PSPEclipseRemix/ - ~/Library/SummerBoard/Themes/PSPEclipseRemix - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/PSPEclipseRemix - - - - size - 175049 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/3dessh - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.punisher - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195754400 - description - A Punisher theme created by fjompa666. - hash - 2b19211a5d07a343d9bb27e6bee3854f - location - http://www.touchrepo.com/themes/Punisher.zip - maintainer - Skylar - name - Punisher - scripts - - install - - - CopyPath - Punisher/ - ~/Library/SummerBoard/Themes/Punisher - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Punisher - - - - size - 355580 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.1 - - - bundleIdentifier - com.touchrepo.themes.quicksilver - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by zackinaus. - hash - ae571f9a2c5cdc1e68d69289c03f00bf - location - http://www.touchrepo.com/themes/quicksilver.zip - maintainer - Skylar - name - quicksilver - scripts - - install - - - CopyPath - quicksilver/ - ~/Library/SummerBoard/Themes/quicksilver - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/quicksilver - - - - size - 509767 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.rabbids - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195265220 - description - Rabbids, a theme by r1tony. Low in icon support, but high in fun! - hash - b9b63465de65b0f44f29b61a25f76d68 - location - http://www.touchrepo.com/themes/Rabbids.zip - maintainer - Skylar - name - Rabbids - scripts - - install - - - CopyPath - Rabbids/ - ~/Library/SummerBoard/Themes/Rabbids - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Rabbids - - - - size - 275130 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - RestartSpringBoard - - author - antholyhotdamn - bundleIdentifier - com.modmyifone.racmaticpica - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1206674057 - description - Adobe CS3 icon based theme. - hash - 5432ebfa955821a69114148f07117e56 - location - http://installerpackages.com/RacmaticPica-2.0.zip - maintainer - ModMyiFone.com - name - RacmaticPica - scripts - - install - - - CopyPath - RacmaticPica-2.0 - ~/Library/SummerBoard/Themes/RacmaticPica-2.0 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/RacmaticPica-2.0 - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/RacmaticPica - ~/Library/SummerBoard/Themes/RacmaticPica-2.0 - - - CopyPath - RacmaticPica-2.0 - ~/Library/SummerBoard/Themes/RacmaticPica-2.0 - - - - size - 350180 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/racmaticpica.php - version - 2.0 - - - bundleIdentifier - com.dustlonely.rainbowbrains - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207029940 - description - Rainbow Brains iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - e9cfcec0447a19dd5fbc74a6ba16d26a - location - http://thebigboss.org/repofiles/other/rainbowbrainssb.zip - maintainer - DustLonely - name - Rainbow Brains - scripts - - install - - - CopyPath - Rainbow Brains/ - ~/Library/SummerBoard/Themes/Rainbow Brains - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Rainbow Brains - - - - size - 587535 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/RainbowBrains.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themes.realize - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195754400 - description - A theme created by takimata. - hash - c4d1f14bd9d90b3846fd55fd3442e95f - location - http://www.touchrepo.com/themes/REALIZE.zip - maintainer - Skylar - name - REALIZE - scripts - - install - - - CopyPath - REALIZE/ - ~/Library/SummerBoard/Themes/REALIZE - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/REALIZE - - - - size - 574260 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - RestartSpringBoard - - author - iamnokiller - bundleIdentifier - com.modmyifone.pf - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196379651 - description - Red orb theme by iamnokiller. - location - http://installerzips.poeticfolly.com/Rediameter-1.1.zip - maintainer - ModMyiFone.com - name - Rediameter - scripts - - install - - - CopyPath - Rediameter/ - ~/Library/SummerBoard/Themes/Rediameter - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Rediameter - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Rediameter - - - CopyPath - Rediameter/ - ~/Library/SummerBoard/Themes/Rediameter - - - - size - 305956 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/forums/showthread.php?t=17421 - version - 1.1 - - - bundleIdentifier - com.louiemantia.theme.Renaissance - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206677148 - description - A SummerBoard theme by Louie Mantia, in a Renaissance and da Vinci style. - location - http://home.cogeco.ca/~zipfiles/sbtheme-LM-Renaissance.zip - maintainer - Nullriver Software - name - Renaissance - scripts - - install - - - CopyPath - Louie Mantia - Renaissance - /var/root/Library/SummerBoard/Themes/Louie Mantia - Renaissance - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Renaissance - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Louie Mantia - Renaissance - - - CopyPath - Louie Mantia - Renaissance - /var/root/Library/SummerBoard/Themes/Louie Mantia - Renaissance - - - - size - 515626 - source - http://repository.apptapp.com/ - version - 1.0 - - - RestartSpringBoard - - author - pooty - bundleIdentifier - com.modmyifone.pooty - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1207529528 - description - Gray diagonal bg stripes, blue and white text icons. - hash - 197aeea76b86bcf81cb33e56a5efd6d4 - location - http://installerpackages.com/ReText-1.0.zip - maintainer - ModMyiFone.com - name - ReText - scripts - - install - - - CopyPath - ReText - ~/Library/SummerBoard/Themes/ReText - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/ReText - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/ReText - - - CopyPath - ReText - ~/Library/SummerBoard/Themes/ReText - - - - size - 419894 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/retext.php - version - 1.0 - - - bundleIdentifier - com.nullriver.SummerBoard.theme.Revolver - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206677228 - description - A SummerBoard theme by smoovie. - location - http://home.cogeco.ca/~zipfiles/sbtheme-Revolver.zip - maintainer - Nullriver Software - name - Revolver - scripts - - install - - - CopyPath - Revolver - /var/root/Library/SummerBoard/Themes/Revolver - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Revolver - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Revolver - - - CopyPath - Revolver - /var/root/Library/SummerBoard/Themes/Revolver - - - - size - 433512 - source - http://repository.apptapp.com/ - version - 1.0-1 - - - bundleIdentifier - com.dustlonely.rose - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205905900 - description - Rose iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 2eb148f44207acf9a1c250e2197eee97 - location - http://thebigboss.org/repofiles/other/rosesb.zip - maintainer - DustLonely - name - Rose - scripts - - install - - - CopyPath - Rose/ - ~/Library/SummerBoard/Themes/Rose - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Rose - - - - size - 317968 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Rose.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themes.scooby - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195597260 - description - A Scooby Doo theme created by jimmylvo. - hash - 23cc94d947b5c63c7e1488ff5d11e04b - location - http://www.touchrepo.com/themes/Scooby_Doo.zip - maintainer - Skylar - name - Scooby Doo - scripts - - install - - - CopyPath - Scooby_Doo/ - ~/Library/SummerBoard/Themes/Scooby_Doo - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Scooby_Doo - - - - size - 186334 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.serenity - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by SkylarEC (looks best with Dim Wallpaper). - hash - 2ebf831faa948356568a9d8adaa78706 - location - http://www.touchrepo.com/themes/serenity.zip - maintainer - Skylar - name - Serenity - scripts - - install - - - CopyPath - Serenity/ - ~/Library/SummerBoard/Themes/Serenity - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Serenity - - - - size - 252722 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.dustlonely.shutupandkissme - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205825735 - description - Love based iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 2c327099d819d4670524593f38710e38 - location - http://thebigboss.org/repofiles/other/shutupandkissmesb.zip - maintainer - DustLonely - name - Shut Up And Kiss Me - scripts - - install - - - CopyPath - Shut Up and Kiss Me/ - ~/Library/SummerBoard/Themes/Shut Up and Kiss Me - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Shut Up and Kiss Me - - - - size - 709357 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/ShutupandKissMe.php - version - 1.00 - - - RestartSpringBoard - - author - David Lanham and Turner - bundleIdentifier - com.modmyifone.simplesky - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196707840 - description - A sky blue theme with cartoonish icons. - hash - 25f09a2939e491632064e8ad1be1895e - location - http://installerzips.poeticfolly.com/SimpleSky.zip - maintainer - ModMyiFone.com - name - Simple Sky - scripts - - install - - - CopyPath - SimpleSky - ~/Library/SummerBoard/Themes/SimpleSky - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/SimpleSky - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/SimpleSky - - - CopyPath - SimpleSky - ~/Library/SummerBoard/Themes/SimpleSky - - - - size - 1053843 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=16732&styleid=3 - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.sketchesTheme - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195757760 - description - A Sketches inspired theme by a113524c. Includes Matching Customize Theme! - hash - 644f85a96f2e55a53bc02d312ca0d3e3 - location - http://www.touchrepo.com/themes/SketchesTheme.zip - maintainer - Skylar - name - Sketches Theme - scripts - - install - - - CopyPath - SketchesTheme/ - ~/Library/SummerBoard/Themes/SketchesTheme - - - CopyPath - CSketchesTheme/ - ~/Library/Customize - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/SketchesTheme - - - RemovePath - ~/Library/Customize/BadgeImages/SketchesTheme - - - RemovePath - ~/Library/Customize/LockImages/SketchesTheme - - - RemovePath - ~/Library/Customize/CarrierImages/SketchesTheme - - - RemovePath - ~/Library/Customize/MainSliderImages/SketchesTheme - - - RemovePath - ~/Library/Customize/MaskSliderImages/SketchesTheme - - - - size - 205713 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0.1 - - - bundleIdentifier - com.nullriver.SummerBoard.theme.Smooth - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206677249 - description - A SummerBoard theme by AdamJaz. Icons created by the IconFactory. - location - http://home.cogeco.ca/~zipfiles/sbtheme-Smooth.zip - maintainer - Nullriver Software - name - Smooth - scripts - - install - - - CopyPath - Smooth/SmoothByAdamJaz - /var/root/Library/SummerBoard/Themes/SmoothByAdamJaz - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/SmoothByAdamJaz - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/SmoothByAdamJaz - - - CopyPath - Smooth/SmoothByAdamJaz - /var/root/Library/SummerBoard/Themes/SmoothByAdamJaz - - - - size - 770726 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.sneszelda - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A SNES Zelda theme by AzureBlack. - hash - 2b96ddf1ed0686d0ad9867706ebb3f73 - location - http://www.touchrepo.com/themes/SNESZelda.zip - maintainer - Skylar - name - SNES Zelda - scripts - - install - - - CopyPath - SNESZelda/ - ~/Library/SummerBoard/Themes/SNESZelda - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/SNESZelda - - - - size - 359645 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.soft - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by lactias. Theme includes three wallpapers. - hash - e8e0034fe1bd626edfcfaea1c89d018c - location - http://www.touchrepo.com/themes/Soft.zip - maintainer - Skylar - name - Soft - scripts - - install - - - CopyPath - Soft/ - ~/Library/SummerBoard/Themes/Soft - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Soft - - - - size - 584356 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.dustlonely.spiritedawaysb - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207029945 - description - Spirited Away iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - c8d10151c19872bcbd82e080d1854a62 - location - http://thebigboss.org/repofiles/other/spiritedawaysb.zip - maintainer - DustLonely - name - Spirited Away - scripts - - install - - - CopyPath - Spirited Away/ - ~/Library/SummerBoard/Themes/Spirited Away - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Spirited Away - - - - size - 515941 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/SpiritedAway.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themes.SplitTheme - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195265220 - description - A theme created by split0101. Theme includes GNOME style icons, three Backgrounds, and Custom WiFi Images! - hash - 79acf22ef3828765710fa7e2c28ebcb9 - location - http://www.touchrepo.com/themes/SplitTheme.zip - maintainer - Skylar - name - Split Theme - scripts - - install - - - CopyPath - SplitTheme/ - ~/Library/SummerBoard/Themes/SplitTheme - - - CopyPath - CSplitTheme/ - ~/Library/Customize - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/SplitTheme - - - RemovePath - ~/Library/Customize/WiFiImages/SplitTheme - - - - size - 888069 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.stevThem - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1203811210 - description - SummerBoard theme for those who like to DJ and like Simple icons. Created by bobthehacker. - hash - 8c01f30ad1d5a060b5cdb57467930edc - location - http://www.touchrepo.com/themes/Stevthem.zip - maintainer - Skylar - name - stev them - scripts - - install - - - CopyPath - Stevthem/ - ~/Library/SummerBoard/Themes/StevThem - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/StevThem - - - - size - 1814127 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://tinyurl.com/2kg3zc - version - 1.0 - - - bundleIdentifier - com.dustlonely.sunshine - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205826046 - description - Sunshine iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 06be6b580c982289c7b37359fc65147f - location - http://thebigboss.org/repofiles/other/sunshinesb.zip - maintainer - DustLonely - name - Sunshine - scripts - - install - - - CopyPath - Sunshine/ - ~/Library/SummerBoard/Themes/Sunshine - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Sunshine - - - - size - 720405 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Sunshine.php - version - 1.00 - - - bundleIdentifier - com.dustlonely.supernova - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205826138 - description - Supernova iPhone/iPod Touch Theme for SummerBoard created by DustLonely - original concept by Yourthemes. - hash - 10fc82baf3dc32032bfd2d9c8b10d967 - location - http://thebigboss.org/repofiles/other/supernovasb.zip - maintainer - DustLonely - name - Super Nova - scripts - - install - - - CopyPath - Super Nova/ - ~/Library/SummerBoard/Themes/Super Nova - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Super Nova - - - - size - 1878841 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Supernova.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themes.Tango - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195265220 - description - A theme put together by toroy. Includes five Wallpapers by tangoprojects. - hash - e3cc66a62b9aaa7915834dae195d63b3 - location - http://www.touchrepo.com/themes/Tango.zip - maintainer - Skylar - name - Tango - scripts - - install - - - CopyPath - Tango/ - ~/Library/SummerBoard/Themes/Tango - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Tango - - - - size - 477041 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.mxweas.TB-Demo-Image-Pack - category - Themes (SummerBoard) - contact - Max@MxWeas.com - date - 1206672541 - description - Demo ThemeBuilder Image Pack. - hash - 8f1a1fffe1336f31329f258155aaeba4 - location - http://thebigboss.org/repofiles/other/TB-Demo-Image-Pack.zip - maintainer - mxweas - name - TB Demo Image Pack - scripts - - install - - - CopyPath - Wallpaper/Demo Image Pack - ~/Library/ThemeBuilder/Wallpaper/Demo Image Pack - - - CopyPath - Dock/Demo Image Pack - ~/Library/ThemeBuilder/Dock/Demo Image Pack - - - CopyPath - Icons/Demo Image Pack - ~/Library/ThemeBuilder/Icons/Demo Image Pack - - - preflight - - - IfNot - - - InstalledPackage - com.mxweas.ThemeBuilder - - - - - AbortOperation - You must install ThemeBuilder first - - - - - uninstall - - - RemovePath - ~/Library/ThemeBuilder/Wallpaper/Demo Image Pack - ~/Library/ThemeBuilder/Dock/Demo Image Pack - ~/Library/ThemeBuilder/Icons/Demo Image Pack - - - - size - 3500616 - source - http://thebigboss.org/repo.xml - url - http://thebigboss.org/moreinfo/ThemeBuilderPack1.php - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.CommunistParty - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195265220 - description - A theme by Azure Black. Communism, it's a Party! - hash - a8106f5f0eefadf316f73acaaa6505b6 - location - http://www.touchrepo.com/themes/Communist.zip - maintainer - Skylar - name - The Communist Party - scripts - - install - - - CopyPath - Communist/ - ~/Library/SummerBoard/Themes/CommunistParty - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/CommunistParty - - - - size - 348342 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.thezeroyear. - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by The Zero Year. Looks best without apps in the dock. Includes 12 extra icons. - hash - 210d6dd5514a381cdfe2b0faa060f0d0 - location - http://www.touchrepo.com/themes/TheZeroYear.zip - maintainer - Skylar - name - The Zero Year - scripts - - install - - - CopyPath - TheZeroYear/ - ~/Library/SummerBoard/Themes/TheZeroYear - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/TheZeroYear - - - - size - 527004 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - defor.theme.tiger - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505059 - description - A SummerBoard theme by "defor". - hash - 16c919387552c6c3af19cfbe753f11f2 - location - http://repo.smxy.org/iphone-apps/zips/defor-tiger-1.0.zip - maintainer - Ste - name - Tiger - scripts - - install - - - CopyPath - Tiger - ~/Library/SummerBoard/Themes/Tiger - - - preflight - - - Notice - After switching to this theme, you must hide Icon and Dock labels, and restart the SpringBoard. - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Tiger - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Tiger - - - CopyPath - Tiger - ~/Library/SummerBoard/Themes/Tiger - - - - size - 334494 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.0-1 - - - bundleIdentifier - defor.theme.tigerbasic - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505059 - description - A SummerBoard theme by "defor". - hash - 1124077dd40ece8c2be6f12345ba2f5e - location - http://repo.smxy.org/iphone-apps/zips/defor-tigerbasic-1.0-1.zip - maintainer - Ste - name - Tiger Basic - scripts - - install - - - CopyPath - Tiger Basic - ~/Library/SummerBoard/Themes/Tiger Basic - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Tiger Basic - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Tiger Basic - - - CopyPath - Tiger Basic - ~/Library/SummerBoard/Themes/Tiger Basic - - - - size - 304531 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.0-1 - - - bundleIdentifier - timemachine.theme - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505060 - description - A SummerBoard theme by "digitalkid56". - hash - 123e79bb06d49767633121f4ad7adbe0 - location - http://repo.smxy.org/iphone-apps/zips/timemachine-2.2.0-1.zip - maintainer - Ste - name - Time Machine - scripts - - install - - - CopyPath - Time Machine - ~/Library/SummerBoard/Themes/Time Machine - - - preflight - - - Notice - Includes alternate Wallpaper and icons for Phone, Mail, Safari, iPod, Installer, Apollo and Calendar - just rename them. - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Time Machine - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Time Machine - - - CopyPath - Time Machine - ~/Library/SummerBoard/Themes/Time Machine - - - - size - 1745344 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 2.2.0-1 - - - bundleIdentifier - com.dustlonely.tokidoki - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207984834 - description - Tokidoki toy iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 047e53b11c5011c42d9e037df57e3624 - location - http://thebigboss.org/repofiles/other/tokidokisb.zip - maintainer - DustLonely - name - Tokidoki - scripts - - install - - - CopyPath - Tokidoki/ - ~/Library/SummerBoard/Themes/Tokidoki - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Tokidoki - - - - size - 719865 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/TokiDoki.php - version - 1.00 - - - bundleIdentifier - touch.theme - category - Themes (SummerBoard) - contact - ste@psmxy.org - date - 1204505060 - description - A SummerBoard theme by Dan Rubin. - hash - be91bf6e78057999fc2fc2e13dc020aa - location - http://repo.smxy.org/iphone-apps/zips/touch-1.0.zip - maintainer - Ste - name - Touch - scripts - - install - - - CopyPath - Touch - ~/Library/SummerBoard/Themes/Touch - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Touch - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/Touch - - - CopyPath - Touch - ~/Library/SummerBoard/Themes/Touch - - - - size - 34444 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.apptapp.com/summerboard/ - version - 1.0 - - - bundleIdentifier - com.dustlonely.toy1 - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205826216 - description - Toy iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 17dffd1acb367f7c04954645bb404e99 - location - http://thebigboss.org/repofiles/other/toysb.zip - maintainer - DustLonely - name - Toy - scripts - - install - - - CopyPath - Toy/ - ~/Library/SummerBoard/Themes/Toy - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Toy - - - - size - 465739 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Toy.php - version - 1.00 - - - bundleIdentifier - com.dustlonely.toy2 - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205826220 - description - Toy 2 iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 49e27809df5feec8a87e58b5ee1c5ceb - location - http://thebigboss.org/repofiles/other/toy2sb.zip - maintainer - DustLonely - name - Toy 2 - scripts - - install - - - CopyPath - Toy 2/ - ~/Library/SummerBoard/Themes/Toy 2 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Toy 2 - - - - size - 1076213 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Toy2.php - version - 1.00 - - - bundleIdentifier - com.dustlonely.toy3 - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1205826230 - description - Toy 3 iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 2782e8c482b56180838158ef7e18c38a - location - http://thebigboss.org/repofiles/other/toy3sb.zip - maintainer - DustLonely - name - Toy 3 - scripts - - install - - - CopyPath - Toy 3/ - ~/Library/SummerBoard/Themes/Toy 3 - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Toy 3 - - - - size - 1037782 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/Toy3.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themes.toyJoy - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1196154000 - description - A theme by raediant. - hash - 5d3df32663a9e6f9c43bf545a1010efd - location - http://www.touchrepo.com/themes/ToyJoy.zip - maintainer - Skylar - name - Toy Joy - scripts - - install - - - CopyPath - ToyJoy/ - ~/Library/SummerBoard/Themes/ToyJoy - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/ToyJoy - - - - size - 806671 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.nullriver.SummerBoard.theme.TransLeo - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206677275 - description - A SummerBoard theme by "Felix The Cat". - location - http://home.cogeco.ca/~zipfiles/sbtheme-TransLeo.zip - maintainer - Nullriver Software - name - TransLeo - scripts - - install - - - CopyPath - TransLeo - /var/root/Library/SummerBoard/Themes/TransLeo - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/TransLeo - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/TransLeo - - - CopyPath - TransLeo - /var/root/Library/SummerBoard/Themes/TransLeo - - - - size - 402906 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.trees - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A tree theme created by emb531. - hash - 25af93066a679088599c441dc80eb5b6 - location - http://www.touchrepo.com/themes/Trees.zip - maintainer - Skylar - name - Trees - scripts - - install - - - CopyPath - Trees/ - ~/Library/SummerBoard/Themes/Trees - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Trees - - - - size - 1167013 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.nullriver.SummerBoard.theme.Tubs - category - Themes (SummerBoard) - contact - apptapp@nullriver.com - date - 1206676907 - description - A SummerBoard theme by Theaumas. - location - http://home.cogeco.ca/~zipfiles/sbtheme-Tubs.zip - maintainer - Nullriver Software - name - Tubs - scripts - - install - - - CopyPath - Tubs - /var/root/Library/SummerBoard/Themes/Tubs - - - uninstall - - - RemovePath - /var/root/Library/SummerBoard/Themes/Tubs - - - update - - - RemovePath - /var/root/Library/SummerBoard/Themes/Tubs - - - CopyPath - Tubs - /var/root/Library/SummerBoard/Themes/Tubs - - - - size - 355335 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.twoPikamookie - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195597260 - description - A theme created by pikamookie. Includes 11 wallpapers. Eleven! - hash - acbd39bec214449a3acc6d4b8af0d517 - location - http://www.touchrepo.com/themes/TwoPikamookie.zip - maintainer - Skylar - name - Two Pikamookie - scripts - - install - - - CopyPath - TwoPikamookie/ - ~/Library/SummerBoard/Themes/TwoPikamookie - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/TwoPikamookie - - - - size - 1239494 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.dustlonely.tycorc - category - Themes (SummerBoard) - contact - hunterludi@gmail.com - date - 1207826442 - description - TycoRC car iPhone/iPod Touch Theme for SummerBoard created by DustLonely. - hash - 4191bd2e29bca92ac5a57e7ec617dbc4 - location - http://thebigboss.org/repofiles/other/tycorcsb.zip - maintainer - DustLonely - name - TycoRC - scripts - - install - - - CopyPath - TycoRC/ - ~/Library/SummerBoard/Themes/TycoRC - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/TycoRC - - - - size - 620159 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/TycoRC.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themes.undead - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A WoW theme created by Sly Ry. - hash - 7cbe174808a98389a6fa8ca23aacbdf0 - location - http://www.touchrepo.com/themes/Undead.zip - maintainer - Skylar - name - Undead - scripts - - install - - - CopyPath - Undead/ - ~/Library/SummerBoard/Themes/Undead - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Undead - - - - size - 541562 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - mauricioaraujo.theme.UnL0CkER - category - Themes (SummerBoard) - contact - admin@unl0cker.com - date - 1204505061 - description - A popular SummerBoard theme by Mauricio Araujo (UnL0CkER). - hash - 3d8c07a931eb6b6a0d5e3b798f66506d - location - http://repo.smxy.org/iphone-apps/zips/unlocker-1.1.zip - maintainer - UnL0CkER - name - UnL0CkER - scripts - - install - - - CopyPath - UnL0CkER - ~/Library/SummerBoard/Themes/UnL0CkER - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/UnL0CkER - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/UnL0CkER - - - CopyPath - UnL0CkER - ~/Library/SummerBoard/Themes/UnL0CkER - - - - size - 1043915 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.unl0cker.com/itheme/ - version - 1.1 - - - bundleIdentifier - com.touchrepo.themes.vistaUltimate - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A Vista inspired theme created by a113524c. - hash - 3a61b63b7c70920a5b2293be1e267b79 - location - http://www.touchrepo.com/themes/Vista_Ultimate.zip - maintainer - Skylar - name - Vista Ultimate - scripts - - install - - - CopyPath - Vista_Ultimate/ - ~/Library/SummerBoard/Themes/Vista_Ultimate - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Vista_Ultimate - - - - size - 308838 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.Warcraft - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by spiritslug. Theme includes 16 bonus icons! - hash - 2403f237252e97567a2ff9c7de40b0ba - location - http://www.touchrepo.com/themes/Warcraft.zip - maintainer - Skylar - name - Warcraft - scripts - - install - - - CopyPath - Warcraft/ - ~/Library/SummerBoard/Themes/Warcraft - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Warcraft - - - - size - 806007 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - RestartSpringBoard - - author - axero - bundleIdentifier - com.modmyifone.whitepressure - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1205302118 - description - A white and gray theme. - hash - dc2812facfe52c391983487a24e195ad - location - http://installerpackages.com/WhitePressure.zip - maintainer - ModMyiFone.com - name - WhitePressure - scripts - - install - - - CopyPath - WhitePressure - ~/Library/SummerBoard/Themes/WhitePressure - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/WhitePressure - - - update - - - RemovePath - ~/Library/SummerBoard/Themes/WhitePressure - - - CopyPath - WhitePressure - ~/Library/SummerBoard/Themes/WhitePressure - - - - size - 423120 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/whitepressure.php - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.winter - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195239840 - description - A winter theme featuring the Louis Mantia Holiday icons. Pieced together by ihaveanipodtouch - hash - 58c9b16d0940f01c280a88580cad4a5f - location - http://www.touchrepo.com/themes/Winter.zip - maintainer - Skylar - name - Winter - scripts - - install - - - CopyPath - Winter/ - ~/Library/SummerBoard/Themes/Winter - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Winter - - - - size - 264294 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - bundleIdentifier - com.xadacka.greensensation - category - Themes (SummerBoard) - contact - xadacka@gmail.com - date - 1203540871 - description - Summerboard: All green theme by Xadacka. More info for screenshot. - hash - ed814a65f3b2bb5563c5d66879074c14 - location - http://thebigboss.org/repofiles/other/greensensationsb.zip - maintainer - Xadacka - name - Xadacka's Green Sensation - scripts - - install - - - CopyPath - Themes/ - ~/Library/SummerBoard/Themes - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Xadacka's Green Sensation - - - - size - 1787306 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/xadackasgreen.php - version - 1.0 - - - bundleIdentifier - com.xadacka.mysticbluesb - category - Themes (SummerBoard) - contact - xadacka@gmail.com - date - 1203680518 - description - Summerboard: All blue theme by Xadacka. More info for screenshot. - hash - 6e1f8dc03433effc31271b7113b071a0 - location - http://thebigboss.org/repofiles/other/mysticbluesb.zip - maintainer - Xadacka - name - Xadacka's Mystic Blue - scripts - - install - - - CopyPath - Themes/ - ~/Library/SummerBoard/Themes - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Xadacka's Mystic Blue - - - - size - 2224588 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/xadackasblue.php - version - 1.1 - - - bundleIdentifier - com.xadacka.randomreds - category - Themes (SummerBoard) - contact - xadacka@gmail.com - date - 1202729817 - description - Summerboard: All red theme by Xadacka. More info for screenshot. - hash - 285c2545619144af59c2fb652d4eb216 - location - http://thebigboss.org/repofiles/other/randomredsb.zip - maintainer - Xadacka - name - Xadacka's Random Red - scripts - - install - - - CopyPath - Themes/ - ~/Library/SummerBoard/Themes - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Xadacka's Random Red - - - - size - 325741 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/xadackasred.php - version - 1.0 - - - bundleIdentifier - com.xadacka.shockorange - category - Themes (SummerBoard) - contact - xadacka@gmail.com - date - 1204018691 - description - Summerboard: All orange theme by Xadacka. More info for screenshot. - hash - e6a6c04d636bdd0837de99849db83c50 - location - http://thebigboss.org/repofiles/other/shockorangesb.zip - maintainer - Xadacka - name - Xadacka's Shock Orange - scripts - - install - - - CopyPath - Themes/ - ~/Library/SummerBoard/Themes - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Xadacka's Shock Orange - - - - size - 2290197 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/orange.php - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.yellow - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1195023660 - description - A theme created by jimmylvo. - hash - 40062f4b2b911b08eff23542ef9f587b - location - http://www.touchrepo.com/themes/Yellow.zip - maintainer - Skylar - name - Yellow - scripts - - install - - - CopyPath - Yellow/ - ~/Library/SummerBoard/Themes/Yellow - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Yellow - - - - size - 143647 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0 - - - RestartSpringBoard - - author - iamnokiller - bundleIdentifier - com.modmyifone.yellowameter - category - Themes (SummerBoard) - contact - poetic_folly@modmyifone.com - date - 1196377935 - description - A yellow theme in the Diameter legacy. - location - http://installerzips.poeticfolly.com/Yellowameter.zip - maintainer - ModMyiFone.com - name - Yellowameter - scripts - - install - - - CopyPath - Yellowameter - ~/Library/SummerBoard/Themes/Yellowameter - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/Yellowameter - - - update - - - - RemovePath - ~/Library/SummerBoard/Themes/Yellowameter - - - CopyPath - BluedUp - ~/Library/SummerBoard/Themes/Yellowameter - - - - - size - 331326 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/forums/showthread.php?t=17841&styleid=3 - version - 1.0 - - - bundleIdentifier - com.touchrepo.themes.yourtheme - category - Themes (SummerBoard) - contact - TouchRepo@gmail.com - date - 1204980669 - description - Incredibly versatile SMB theme created by TheAppleTree. Requires work, see MORE INFO link. - hash - 7986404b0231545758647ed90b62e30b - location - http://www.touchrepo.com/themes/YourTheme/YourTheme.zip - maintainer - Skylar - name - Your Theme - scripts - - install - - - CopyPath - YourTheme/ - ~/Library/SummerBoard/Themes/YourTheme - - - CopyPath - CYourTheme - ~/Library/Customize - - - uninstall - - - RemovePath - ~/Library/SummerBoard/Themes/YourTheme - - - RemovePath - ~/Library/Customize/BadgeImages/YourTheme - - - - size - 4010365 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/themes/YourTheme - version - 1.0 - - - bundleIdentifier - org.akamatsu.10x10 - category - Toys - contact - aka@iamas.ac.jp - date - 1204522080 - description - A browser of 100 words and pictures that define now. The original Web site is www.tenbyten.org. - hash - 25dc0e2d9c6df13d618e2618deec6dc7 - location - http://installerpackages.com/10x10-011.zip - maintainer - Masayuki Akamatsu - name - 10x10 - scripts - - install - - - CopyPath - 10x10.app/ - /Applications/10x10.app - - - uninstall - - - RemovePath - /Applications/10x10.app - - - - size - 24829 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#10x10.app - version - 0.1.1 - - - bundleIdentifier - net.schine.ants - category - Toys - contact - ste@psmxy.org - date - 1205184844 - description - Interactive "game" which involves ants crawling around on your screen. - hash - 860427fac23bf26ed82bff50e66c486a - location - http://repo.smxy.org/iphone-apps/zips/ants-1.2.0.zip - maintainer - Ste - name - Ants - restartSpringBoard - - scripts - - install - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - InstallApp - Ants.app - - - uninstall - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/net.schine.ants.plist - - - - - Notice - Please restart your device after this uninstall finishes. - - - - - UninstallApp - Ants.app - - - RemovePath - /Library/LaunchDaemons/net.schine.ants.plist - /usr/local/bin/ants_daemon - /usr/local/share/ants - - - update - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/net.schine.ants.plist - - - - - Notice - Please restart your device after this update finishes. - - - - - UninstallApp - Ants.app - - - RemovePath - /Library/LaunchDaemons/net.schine.ants.plist - /usr/local/bin/ants - /usr/local/bin/ants_daemon - /usr/local/share/ants - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - InstallApp - Ants.app - - - - size - 42440 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphone-ants/ - version - 1.2.0-1 - - - bundleIdentifier - org.akamatsu.avTracks - category - Toys - contact - aka@iamas.ac.jp - date - 1204689783 - description - An audio trace visualizer through the microphone. - hash - 3896da8c1c849797192665cc1925a55f - location - http://installerpackages.com/avTracks-010.zip - maintainer - Masayuki Akamatsu - name - avTracks - scripts - - install - - - CopyPath - avTracks.app/ - /Applications/avTracks.app - - - uninstall - - - RemovePath - /Applications/avTracks.app - - - - size - 29773 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#avTracks.app - version - 0.1 - - - bundleIdentifier - com.sadun.blinkyLight - category - Toys - contact - apptapp@ericasadun.com - date - 1204702954 - description - Turn your iPhone into an Emergency blinker. - hash - c25bc8c416b8b9039d679f0336f9c5ff - location - http://repo.smxy.org/iphone-apps/zips/blinker-0.1.zip - maintainer - Erica Sadun - name - Blink - scripts - - install - - - InstallApp - Blinker.app - - - uninstall - - - UninstallApp - Blinker.app - - - update - - - UninstallApp - Blinker.app - - - InstallApp - Blinker.app - - - - size - 22588 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Misc/Light/ - version - 0.1 - - - bundleIdentifier - com.skylarcantu.toys.bluetoothsb - category - Toys - contact - TouchRepo@gmail.com - date - 1201729500 - description - This toy will add the Bluetooth icon to the iPod Touch's StatusBar. Fool your friends! - hash - 0d378848a5a50777c9c275748e2e88cc - location - http://www.touchrepo.com/toys/Bluetooth.app.zip - maintainer - Skylar - name - Bluetooth - scripts - - install - - - InstallApp - Bluetooth.app - - - Exec - /bin/chmod -R 755 /Applications/Bluetooth.app - - - Exec - /bin/chmod +s /Applications/Bluetooth.app/Bluetooth - - - Notice - This app will ONLY put the bluetooth icon in the StatusBar. It does not magically give your iPod Bluetooth capabilities. - - - uninstall - - - UninstallApp - Bluetooth.app - - - - size - 15204 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 0.1.1 - - - bundleIdentifier - cedsoft.prog.BounceAppDemo - category - Toys - contact - cedric.villa@gmail.com - date - 1204702954 - description - iPhone.fr bouncing app demo using accelerometer - hash - 4a035d2eb4c57f14f9510aa31089b00c - location - http://repo.smxy.org/iphone-apps/zips/bounceapp-1.1.zip - maintainer - CedSoft - name - Bouncing App - restartSpringBoard - - scripts - - install - - - InstallApp - BounceApp.app - - - uninstall - - - UninstallApp - BounceApp.app - - - update - - - UninstallApp - BounceApp.app - - - InstallApp - BounceApp.app - - - - size - 195313 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://cedsoft.blogspot.com/2007/11/dveloppement-iphone-utilisation-de.html#links - version - 1.1 - - - bundleIdentifier - com.mauvila.cowbell - category - Toys - contact - poetic_folly@modmyifone.com - date - 1204693835 - description - A trinket - I need more cowbell! - hash - 7547658fec7bf36e79b6855ed2eb316b - location - http://installerpackages.com/Cowbell-0.10.zip - maintainer - ModMyiFone.com - name - Cowbell - scripts - - install - - - CopyPath - Cowbell.app/ - /Applications/Cowbell.app - - - uninstall - - - RemovePath - /Applications/Cowbell.app - - - - size - 182307 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/cowbell.php - version - 0.10 - - - bundleIdentifier - ch.mozartdesign.hm - category - Toys - contact - iphone@conceitedsoftware.com - date - 1192767081 - description - A snow globe with beautiful Swiss alps background. Just turn your iphone or better yet shake it to see some cool snow (I mean crossy) falls. For all feature requests please mail mert@mertyentur.net - location - http://www.macminicolo.net/conceited/iphone/zips/Crossy.zip - maintainer - Conceited Software - name - Crossy - scripts - - install - - - CopyPath - Applications/ - /Applications/ - - - uninstall - - - RemovePath - /Applications/Crossy.app - - - - size - 255462 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.mertyentur.net/ - version - 0.1a - - - bundleIdentifier - com.sadun.dressup - category - Toys - contact - apptapp@ericasadun.com - date - 1205880298 - description - Like Pirates and Halloween, but theme-able. - hash - 3abfa18a38711fdf44dc49d04b301bc0 - location - http://repo.smxy.org/iphone-apps/zips/dressup-0.02.zip - maintainer - Erica Sadun - name - DressUp - restartSpringBoard - - scripts - - install - - - InstallApp - DressUp.app - - - uninstall - - - UninstallApp - DressUp.app - - - update - - - UninstallApp - DressUp.app - - - InstallApp - DressUp.app - - - - size - 412895 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Pirate/ - version - 0.02 - - - bundleIdentifier - com.moocowmusic.drummer - category - Toys - contact - moo@moocowmusic.com - date - 1204750052 - description - A drum pad. - hash - c39bc2bb04fbdcfac90ddbb614bcbe74 - location - http://www.touchrepo.com/toys/Drummer-0.0.4.zip - maintainer - Moo - name - Drummer - scripts - - install - - - CopyPath - Drummer.app - /Applications/Drummer.app - - - CopyPath - Media - ~/Media/MooCowMusic/Drummer - - - Exec - /bin/chmod -R 755 /Applications/Drummer.app/ - - - uninstall - - - RemovePath - /Applications/Drummer.app - - - RemovePath - ~/Media/MooCowMusic/Drummer - - - - size - 3221739 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://moocowmusic.com/ - version - 1.0 - - - bundleIdentifier - com.googlecode.EvolutionRGB - category - Toys - contact - florianlink@gmail.com - date - 1204702955 - description - A senseless and beautiful game of fire, plants and water. - hash - eb94be7a4b14c52c43df8af3f09aec0d - location - http://repo.smxy.org/iphone-apps/zips/evolutionrgb-1.0.zip - maintainer - Florian Link - name - EvolutionRGB - restartSpringBoard - - scripts - - install - - - InstallApp - EvolutionRGB.app - - - CopyPath - var - /var - - - uninstall - - - UninstallApp - EvolutionRGB.app - - - RemovePath - /var/root/Media/EvolutionRGB - - - update - - - UninstallApp - EvolutionRGB.app - - - RemovePath - /var/root/Media/EvolutionRGB/Title.png - /var/root/Media/EvolutionRGB/Waterfall.png - /var/root/Media/EvolutionRGB/YinYang.png - - - InstallApp - EvolutionRGB.app - - - CopyPath - var - /var - - - - size - 118535 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/evolutionrgb/ - version - 1.0 - - - bundleIdentifier - com.prometheus.flashlight - category - Toys - contact - prometheus.fire25@gmail.com - date - 1206292426 - description - Turn your iPhone into a flashlight. - hash - f80f345d1ebd4ecb735c164bc3bea8ac - location - http://repo.smxy.org/iphone-apps/zips/flashlight-1.0.zip - maintainer - Brent Jensen - name - Flashlight - scripts - - install - - - InstallApp - Flashlight.app - - - uninstall - - - UninstallApp - Flashlight.app - - - update - - - UninstallApp - Flashlight.app - - - InstallApp - Flashlight.app - - - - size - 14955 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/flashlight-iphone/ - version - 1.0 - - - bundleIdentifier - org.akamatsu.Gangsa - category - Toys - contact - aka@iamas.ac.jp - date - 1204522080 - description - A fake simulator of "Gangsa" which is one of Bali Gamelan instruments. - hash - b3837c1e3cceef9c70cbde36269a6679 - location - http://installerpackages.com/Gangsa-011.zip - maintainer - Masayuki Akamatsu - name - Gangsa - scripts - - install - - - CopyPath - Gangsa.app/ - /Applications/Gangsa.app - - - uninstall - - - RemovePath - /Applications/Gangsa.app - - - - size - 3717984 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#Gangsa.app - version - 0.1.1 - - - bundleIdentifier - com.nullriver.iphone.glMD2Test - category - Toys - contact - adam@nullriver.com - date - 1206562114 - description - An OpenGL ES demo that displays a Quake 2 (md2) model. - location - http://home.cogeco.ca/~zipfiles/glMD2Test.zip - maintainer - Nullriver, Inc. - name - glMD2Test - scripts - - install - - - CopyPath - glMD2Test.app - /Applications/glMD2Test.app - - - uninstall - - - RemovePath - /Applications/glMD2Test.app - - - - size - 474001 - source - http://repository.apptapp.com/ - url - http://iphone.nullriver.com/glMD2Test - version - 1.0-1 - - - bundleIdentifier - com.moocowmusic.guitarist - category - Toys - contact - moo@moocowmusic.com - date - 1205280893 - description - A guitar simulator. - hash - edcfa80c9b9f7163abc6180628e92995 - location - http://installerpackages.com/Guitarist-1.0.zip - maintainer - Moo - name - Guitarist - scripts - - install - - - CopyPath - Guitarist.app - /Applications/Guitarist.app - - - CopyPath - Media - ~/Media/MooCowMusic/Guitarist - - - uninstall - - - RemovePath - /Applications/Guitarist.app - - - RemovePath - ~/Media/MooCowMusic/Guitarist - - - - size - 3673814 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/guitarist.php - version - 1.0 - - - bundleIdentifier - com.sadun.halloween - category - Toys - contact - apptapp@ericasadun.com - date - 1204702956 - description - Like Pirate, but with different costumes. - hash - ce1d9448d4aa1986780096be538efda5 - location - http://repo.smxy.org/iphone-apps/zips/halloween-0.1.zip - maintainer - Erica Sadun - name - Halloween - restartSpringBoard - - scripts - - install - - - InstallApp - Halloween.app - - - uninstall - - - UninstallApp - Halloween.app - - - update - - - UninstallApp - Halloween.app - - - InstallApp - Halloween.app - - - - size - 157951 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Pirate/ - version - 0.1-1 - - - bundleIdentifier - com.ibrate - category - Toys - contact - ste@psmxy.org - date - 1204702957 - description - Puts the "V" into iPhone. - hash - d304ab879a9df3f1772313248a3c4bf2 - location - http://repo.smxy.org/iphone-apps/zips/ibrate-0.1.zip - maintainer - Ste - name - ibrate - scripts - - install - - - InstallApp - ibrate.app - - - uninstall - - - UninstallApp - ibrate.app - - - update - - - UninstallApp - ibrate.app - - - InstallApp - ibrate.app - - - - size - 14093 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - version - 0.1 - - - bundleIdentifier - com.copycoders.iBurpz - category - Toys - contact - copycoder@roadrunner.com - date - 1204702957 - description - A lip smackin' good app. Flip Phone Over and Enjoy. - hash - 9b0c2d048c0ae85e9f061057fb83d41d - location - http://repo.smxy.org/iphone-apps/zips/iburpz-2.2.0.zip - maintainer - Greg Hartstein - name - iBurpz - restartSpringBoard - - scripts - - install - - - InstallApp - iBurpz.app - - - uninstall - - - UninstallApp - iBurpz.app - - - update - - - UninstallApp - iBurpz.app - - - InstallApp - iBurpz.app - - - - size - 432436 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.iFartz.com - version - 2.2.0 - - - bundleIdentifier - com.copycoders.iFartz - category - Toys - contact - copycoder@roadrunner.com - date - 1204702957 - description - An iPhone application so real you can taste it. Flip Phone Over and Enjoy. - hash - 8a4f6b64cf2d756e18d0922a1f2b01e0 - location - http://repo.smxy.org/iphone-apps/zips/ifartz-2.2.0.zip - maintainer - Greg Hartstein - name - iFartz - restartSpringBoard - - scripts - - install - - - InstallApp - iFartz.app - - - uninstall - - - UninstallApp - iFartz.app - - - update - - - UninstallApp - iFartz.app - - - InstallApp - iFartz.app - - - - size - 274515 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.iFartz.com - version - 2.2.0 - - - bundleIdentifier - com.copycoders.iGiggle - category - Toys - contact - copycoder@roadrunner.com - date - 1204702958 - description - You'll laugh your app off. Flip Phone Over and Enjoy. - hash - bc0e8fc6d2c76c0fbd43f7dd5a77c2aa - location - http://repo.smxy.org/iphone-apps/zips/igiggle-1.0.zip - maintainer - Greg Hartstein - name - iGiggle - restartSpringBoard - - scripts - - install - - - InstallApp - iGiggle.app - - - uninstall - - - UninstallApp - iGiggle.app - - - update - - - UninstallApp - iGiggle.app - - - InstallApp - iGiggle.app - - - - size - 1547078 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.iFartz.com - version - 1.0 - - - RestartSpringBoard - - author - roventskij.net - bundleIdentifier - com.yourcompany.iPhoneSynth - category - Toys - contact - poetic_folly@modmyifone.com - date - 1195677691 - description - iPhoneSynth is a very simple synth for the iPhone. - location - http://installerzips.poeticfolly.com/iPhoneSynth.zip - maintainer - ModMyiFone.com - name - iPhoneSynth - scripts - - install - - - CopyPath - iPhoneSynth.app - /Applications/iPhoneSynth.app - - - CopyPath - wavetable.dat - /var/root/Media/ - - - uninstall - - - RemovePath - /Applications/iPhoneSynth.app - - - RemovePath - /var/root/Media/wavetable.dat - - - - size - 262880 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://roventskij.net/index.php?page=3 - version - alpha .02 - - - RestartSpringBoard - - author - linear - bundleIdentifier - com.yourcompany.Jiggles - category - Toys - contact - linear@linearlabs.net - date - 1204678758 - description - A little toy about breasts. Note this IS the SFW version ;) - hash - a52ef86bcff65df4650210875275aa05 - location - http://installerpackages.com/Jiggles-0.12.zip - maintainer - linear - name - Jiggles - scripts - - install - - - CopyPath - Jiggles.app - /Applications/Jiggles.app - - - uninstall - - - RemovePath - /Applications/Jiggles.app - - - update - - - RemovePath - /Applications/Jiggles.app - - - CopyPath - Jiggles.app - /Applications/Jiggles.app - - - - size - 159370 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.linearlabs.net - version - 1.2 - - - bundleIdentifier - org.akamatsu.LEDBanner - category - Toys - contact - aka@iamas.ac.jp - date - 1204522080 - description - A LED-matrix-like display which you can put any message. - hash - 90d8767efe4e5b3a67a18824d1b931a8 - location - http://installerpackages.com/LEDBanner.zip - maintainer - Masayuki Akamatsu - name - LEDBanner - scripts - - install - - - CopyPath - LEDBanner.app/ - /Applications/LEDBanner.app - - - uninstall - - - RemovePath - /Applications/LEDBanner.app - - - - size - 32682 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#LEDBanner.app - version - 0.1 - - - bundleIdentifier - com.sadun.ilight - category - Toys - contact - apptapp@ericasadun.com - date - 1204702958 - description - Turn your iPhone into a flashlight. - hash - 7a925d14550dd0d4f1ddd39944eb7fe0 - location - http://repo.smxy.org/iphone-apps/zips/light-0.3.zip - maintainer - Erica Sadun - name - Light - scripts - - install - - - InstallApp - Light.app - - - uninstall - - - UninstallApp - Light.app - - - update - - - UninstallApp - Light.app - - - InstallApp - Light.app - - - - size - 13394 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Misc/Light/ - version - 0.3 - - - author - Steve Saxon - bundleIdentifier - net.ruxp.Magic8 - category - Toys - contact - iphone@ruxp.net - date - 1207063496 - description - Magic 8 Ball - hash - 473fd7fe5459440239cc633ae4fbab7e - location - http://installerpackages.com/Magic8-1.0.zip - maintainer - Steve Saxon - name - Magic8 - scripts - - install - - - CopyPath - Magic8.app - /Applications/Magic8.app - - - uninstall - - - RemovePath - /Applications/Magic8.app - - - update - - - RemovePath - /Applications/Magic8.app - - - CopyPath - Magic8.app - /Applications/Magic8.app - - - - size - 173783 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/magic8.php - version - 1.0 - - - bundleIdentifier - com.sadun.moo - category - Toys - contact - apptapp@ericasadun.com - date - 1204702959 - description - An entirely useless application. - hash - 8a33ab30977c965487ea151a73b25778 - location - http://repo.smxy.org/iphone-apps/zips/moo-0.2.zip - maintainer - Erica Sadun - name - Moo - restartSpringBoard - - scripts - - install - - - InstallApp - Moo.app - - - uninstall - - - UninstallApp - Moo.app - - - update - - - UninstallApp - Moo.app - - - InstallApp - Moo.app - - - - size - 880604 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/?p=109 - version - 0.2 - - - bundleIdentifier - org.cedsoft.multitouch - category - Toys - contact - cedric.villa@gmail.com - date - 1204702959 - description - Minority report like interface browser for image rotation and scaling - hash - f18b2f126347634b7c1a6faa31535111 - location - http://repo.smxy.org/iphone-apps/zips/multitouch-0.1.1.zip - maintainer - CedSoft - name - Multitouch - restartSpringBoard - - scripts - - install - - - InstallApp - Multitouch.app - - - uninstall - - - UninstallApp - Multitouch.app - - - update - - - UninstallApp - Multitouch.app - - - InstallApp - Multitouch.app - - - - size - 333338 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://cedsoft.blogspot.com/search/label/multitouch - version - 0.1.1 - - - bundleIdentifier - com.moocowmusic.pianist - category - Toys - contact - moo@moocowmusic.com - date - 1204324042 - description - A piano simulator. - hash - f8cf74e5cf93e752aa4464d2c9a76408 - location - http://installerpackages.com/Pianist-2.0.zip - maintainer - Moo - name - Pianist - scripts - - install - - - CopyPath - Pianist.app - /Applications/Pianist.app - - - CopyPath - Media/ - ~/Media/MooCowMusic/Pianist/ - - - Notice - This application replaces the application "iAno", and contains additional sound fixes. You should uninstall "iAno" (and potentially "iAno Spanish Patch") manually via the uninstall tab. For support visit- http://moocowmusic.com/ - - - uninstall - - - RemovePath - /Applications/Pianist.app - - - RemovePath - ~/Media/MooCowMusic/Pianist - - - - size - 5316517 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/pianist.php - version - 2.0 - - - bundleIdentifier - com.sadun.pirate - category - Toys - contact - apptapp@ericasadun.com - date - 1204702960 - description - Turn yer landlubber friends into authentic Pirates. Yarrrrrrrr. - hash - 489368f1de673ec40fcb78972447bf99 - location - http://repo.smxy.org/iphone-apps/zips/pirate-0.2.zip - maintainer - Erica Sadun - name - Pirate - restartSpringBoard - - scripts - - install - - - InstallApp - Pirate.app - - - uninstall - - - UninstallApp - Pirate.app - - - update - - - UninstallApp - Pirate.app - - - InstallApp - Pirate.app - - - - size - 126343 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Games/Pirate/ - version - 0.2 - - - RestartSpringBoard - - author - shinya - bundleIdentifier - net.podmap.pocketguitar - category - Toys - contact - poetic_folly@modmyifone.com - date - 1207882136 - description - A virtual guitar app - now 1.1.4 compatible! - hash - 1209255fd9c97782992c589782e49767 - location - http://installerpackages.com/PocketGuitar-0.3.zip - maintainer - ModMyiFone.com - name - PocketGuitar - scripts - - install - - - CopyPath - PocketGuitar.app - /Applications/PocketGuitar.app - - - CopyPath - Media - ~/Media/PocketGuitar - - - SetStatus - Extracting samples... - - - Exec - /Applications/PocketGuitar.app/extract_samples - - - uninstall - - - RemovePath - /Applications/PocketGuitar.app - - - RemovePath - ~/Media/PocketGuitar - - - update - - - RemovePath - /Applications/PocketGuitar.app - - - RemovePath - ~/Media/PocketGuitar - - - CopyPath - PocketGuitar.app - /Applications/PocketGuitar.app - - - CopyPath - Media - ~/Media/PocketGuitar - - - SetStatus - Extracting samples... - - - Exec - /Applications/PocketGuitar.app/extract_samples - - - - size - 2660081 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/pocketguitar.php - version - 0.3 - - - RestartSpringBoard - - author - NetMage - bundleIdentifier - us.scw.rainbowlight - category - Toys - contact - scw@gamewood.net - date - 1196368967 - description - A multi-color, multi-brightness flashlight from scw.us. - hash - 55374f1578de7c36f79a50e904487ddb - location - http://installerzips.poeticfolly.com/RainbowLight-2.5.zip - maintainer - ModMyiFone.com - name - RainbowLight - scripts - - install - - - CopyPath - RainbowLight.app - /Applications/RainbowLight.app - - - uninstall - - - RemovePath - /Applications/RainbowLight.app - - - update - - - RemovePath - /Applications/RainbowLight.app - - - CopyPath - RainbowLight.app - /Applications/RainbowLight.app - - - - size - 17984 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/forums/showthread.php?t=17095 - version - 2.5 - - - bundleIdentifier - com.imimux.RealArtist - category - Toys - contact - michael@krause-software.de - date - 1204702960 - description - Photo manipulation with a smile. Touch and drag to distort image (last photo taken or Steve). - hash - 92e9b295dbe330c115099da86f8f22a7 - location - http://repo.smxy.org/iphone-apps/zips/realartist-0.3.zip - maintainer - Michael - name - RealArtist - scripts - - install - - - InstallApp - RealArtist.app - - - uninstall - - - UninstallApp - RealArtist.app - - - update - - - UninstallApp - RealArtist.app - - - InstallApp - RealArtist.app - - - - size - 56441 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://imimux.com - version - 0.3 - - - bundleIdentifier - com.sadun.redLight - category - Toys - contact - apptapp@ericasadun.com - date - 1204702960 - description - A red version of the flashlight for amateur astronomers who need to preserve their night vision. - hash - 792502883762f088285277f4eac341d4 - location - http://repo.smxy.org/iphone-apps/zips/redlight-0.2.zip - maintainer - Erica Sadun - name - RedLight - scripts - - install - - - InstallApp - redLight.app - - - uninstall - - - UninstallApp - redLight.app - - - update - - - UninstallApp - redLight.app - - - InstallApp - redLight.app - - - - size - 16169 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Misc/Light/ - version - 0.2 - - - bundleIdentifier - com.insanelyme.sdlsand - category - Toys - contact - ell2sm@aol.com - date - 1205203596 - description - Fun falling sand game. - hash - 6fc3239e76ee94fd1f06a3fa7265eb02 - location - http://repo.smxy.org/iphone-apps/zips/sand-1.1.zip - maintainer - vball - name - Sand - restartSpringBoard - - scripts - - install - - - InstallApp - Sand.app - - - uninstall - - - UninstallApp - Sand.app - - - update - - - UninstallApp - Sand.app - - - InstallApp - Sand.app - - - - size - 100251 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://sourceforge.net/projects/sdlsand/ - version - 1.1-1 - - - bundleIdentifier - org.akamatsu.Shaver - category - Toys - contact - aka@iamas.ac.jp - date - 1204522080 - description - A fake shaver simulator with a sound and a vibration. - hash - 99b845f0b0a73a2720a681508d66d59a - location - http://installerpackages.com/Shaver-010.zip - maintainer - Masayuki Akamatsu - name - Shaver - scripts - - install - - - CopyPath - Shaver.app/ - /Applications/Shaver.app - - - uninstall - - - RemovePath - /Applications/Shaver.app - - - - size - 204919 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#Shaver.app - version - 0.1 - - - bundleIdentifier - com.beebe.spoofapp - category - Toys - contact - alan.beebe@gmail.com - date - 1206599975 - description - Fake Your Caller ID Number, Voice Changer, and Call Recording! - hash - 1ac57ef1afa6ef813671495c1f002efb - location - http://thebigboss.org/repofiles/other/spoof_1.0.1.zip - maintainer - SpoofApp.com - name - SpoofApp - scripts - - install - - - CopyPath - SpoofApp.app - /Applications/SpoofApp.app - - - preflight - - - IfNot - - - InstalledPackage - com.psykoh.jiggy-rt - - - - - AbortOperation - You must install the 'Jiggy Runtime' package first. You can find it in Installer under the 'Development' category. - - - - - uninstall - - - RemovePath - /Applications/SpoofApp.app - - - - size - 260011 - source - http://thebigboss.org/repo.xml - url - http://thebigboss.org/moreinfo/SpoofApp.php - version - 1.0.1 - - - bundleIdentifier - org.akamatsu.TapTheBeat - category - Toys - contact - aka@iamas.ac.jp - date - 1204689783 - description - A BPM/time counter measuring by tapping. - hash - 51e8ba47ad6feca9298cadc9517c6a47 - location - http://installerpackages.com/TapTheBeat-010.zip - maintainer - Masayuki Akamatsu - name - TapTheBeat - scripts - - install - - - CopyPath - TapTheBeat.app/ - /Applications/TapTheBeat.app - - - uninstall - - - RemovePath - /Applications/TapTheBeat.app - - - - size - 37387 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#TapTheBeat.app - version - 0.10 - - - bundleIdentifier - com.sadun.vista - category - Toys - contact - apptapp@ericasadun.com - date - 1204702961 - description - Vista, for the iPhone! - hash - df9817f2c8f44cb2a9cb3a20f842f4a3 - location - http://repo.smxy.org/iphone-apps/zips/vista-0.2.zip - maintainer - Erica Sadun - name - Vista - scripts - - install - - - InstallApp - Vista.app - - - uninstall - - - UninstallApp - Vista.app - - - update - - - UninstallApp - Vista.app - - - InstallApp - Vista.app - - - - size - 196494 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/PumpkinUtilities/ - version - 0.2 - - - bundleIdentifier - com.gnese.waves - category - Toys - contact - gnese@laposte.net - date - 1204702962 - description - A fun screen distortion toy. - hash - 615dca7fda2bad27f48a6c1492d767d8 - location - http://repo.smxy.org/iphone-apps/zips/waves-1.2.zip - maintainer - Francis Bonnin - name - Waves - restartSpringBoard - - scripts - - install - - - InstallApp - Waves.app - - - uninstall - - - UninstallApp - Waves.app - - - RemovePath - ~/Library/Preferences/com.gnese.waves.plist - - - update - - - If - - - ExistsPath - /Library/LaunchDaemons/com.gnese.wavesdaemons.plist - - - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.gnese.wavesdaemons.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - - UninstallApp - Waves.app - - - RemovePath - /Library/LaunchDaemons/com.gnese.wavesdaemons.plist - /usr/local/bin/WavesDaemon - - - InstallApp - Waves.app - - - - size - 252642 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://gnese.free.fr/iPhone/Waves/ - version - 1.2 - - - bundleIdentifier - net.orkutando.repo.xmas - category - Toys - contact - bibivallim@terra.com.br - date - 1204702962 - description - Erica Sadun's "Halloween", but with a different costume. - hash - 7a7d6b31b3432a5a61484eaaefca035b - location - http://repo.smxy.org/iphone-apps/zips/xmas-0.1.zip - maintainer - Sabrina Vallim - name - Xmas - restartSpringBoard - - scripts - - install - - - InstallApp - Xmas.app - - - uninstall - - - UninstallApp - Xmas.app - - - update - - - UninstallApp - Xmas.app - - - InstallApp - Xmas.app - - - - size - 286316 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - version - 0.1 - - - bundleIdentifier - org.akamatsu.YesNo - category - Toys - contact - aka@iamas.ac.jp - date - 1204522080 - description - A simple decision maker that answers Yes or No. - hash - 3acc2924853298ed7a2ad9d8b70fce69 - location - http://installerpackages.com/YesNo.zip - maintainer - Masayuki Akamatsu - name - Yes|No - scripts - - install - - - CopyPath - Yes|No.app/ - /Applications/Yes|No.app - - - uninstall - - - RemovePath - /Applications/Yes|No.app - - - - size - 22695 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#Yes|No.app - version - 0.1 - - - bundleIdentifier - com.bigboss.patchsafari111 - category - Tweaks (1.1.1) - contact - bigboss@thebigboss.org - date - 1201659078 - description - Adds file:// support for local file viewing to safari. - hash - 6a8dac3c610e50d5e9d2847cdf589b0e - location - http://thebigboss.org/repofiles/bigboss/patchsafari111.zip - maintainer - Big Boss - name - 1.1.1 Safari Patch - scripts - - install - - - CopyPath - usr/bin/ - /usr/bin - - - CopyPath - bin/ - /bin - - - Exec - /usr/bin/patchsafari - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - - - - - - AbortOperation - Firmware 1.1.1 is required for this patch. - - - - - uninstall - - - CopyPath - /var/MobileSafari - /Applications/MobileSafari.app/MobileSafari - - - RemovePath - /var/MobileSafari - - - - size - 8797 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/safaripatch.php - version - 1.00 - - - bundleIdentifier - com.edgefix.iphone - category - Tweaks (1.1.1) - contact - bigboss@thebigboss.org - date - 1190875320 - description - Fix your edge on 1.1.1 so the APN settings are saved after reboot. - hash - f72c3ca0d18da3e0945c255c9094f5a1 - location - http://thebigboss.org/repofiles/bigboss/edgefix.zip - maintainer - Big Boss - name - Edgefix 1.1.1 - scripts - - install - - - CopyPath - /System/Library/Frameworks/CoreTelephony.framework/Support/UnknownCarrier.plist - /var/root/UnknownCarrier.plist - - - RemovePath - /System/Library/Frameworks/CoreTelephony.framework/Support/UnknownCarrier.plist - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - - - - - - AbortOperation - Firmware 1.1.1 is required for this fix. It is not needed for 1.0.2 or 1.1.2! - - - - - uninstall - - - CopyPath - /var/root/UnknownCarrier.plist - /System/Library/Frameworks/CoreTelephony.framework/Support/UnknownCarrier.plist - - - RemovePath - /var/root/UnknownCarrier.plist - - - - size - 15459 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/edge111.php - version - 1.00 - - - bundleIdentifier - org.psmxy.iPod2 - category - Tweaks (1.1.1) - contact - jtrwallace2@mac.com - date - 1204505074 - description - Removes the iPod icon, adding Music and Videos icons, like the iPod Touch. (By JTRWallace.) - hash - 09f96bc626474e3dd3b240f18b0b9924 - location - http://repo.smxy.org/iphone-apps/zips/ipod2-0.01.zip - maintainer - JTRWallace - name - iPod2 - restartSpringBoard - - scripts - - install - - - CopyPath - /Applications/MobileMusicPlayer.app/Info.plist - /Applications/MobileMusicPlayer.app/Info.plist.bak - - - CopyPath - Applications - /Applications - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[1-4] is required for the iPod2 tweak. - - - - - If - - - InstalledPackage - org.psmxy.iPod3 - - - - - AbortOperation - You must uninstall the iPod3 tweak before installing this package. - - - - - uninstall - - - MovePath - /Applications/MobileMusicPlayer.app/Info.plist.bak - /Applications/MobileMusicPlayer.app/Info.plist - - - update - - - CopyPath - Applications - /Applications - - - - size - 1066 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.psmxy.org/pkg-info/ipod23 - version - 0.01 - - - bundleIdentifier - org.psmxy.iPod3 - category - Tweaks (1.1.1) - contact - jtrwallace2@mac.com - date - 1204505075 - description - Keeps the iPod icon, but adds Music and Videos icons, like the iPod Touch. (By JTRWallace.) - hash - 7e1c3dd69d40f2fb41bbf0028cb50c84 - location - http://repo.smxy.org/iphone-apps/zips/ipod3-0.01.zip - maintainer - JTRWallace - name - iPod3 - restartSpringBoard - - scripts - - install - - - CopyPath - /Applications/MobileMusicPlayer.app/Info.plist - /Applications/MobileMusicPlayer.app/Info.plist.bak - - - CopyPath - Applications - /Applications - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[1-4] is required for the iPod3 tweak. - - - - - If - - - InstalledPackage - org.psmxy.iPod2 - - - - - AbortOperation - You must uninstall the iPod2 tweak before installing this package. - - - - - uninstall - - - MovePath - /Applications/MobileMusicPlayer.app/Info.plist.bak - /Applications/MobileMusicPlayer.app/Info.plist - - - update - - - CopyPath - Applications - /Applications - - - - size - 1086 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.psmxy.org/pkg-info/ipod23 - version - 0.01 - - - bundleIdentifier - org.smxy.Kb2 - category - Tweaks (1.1.1) - contact - ste@psmxy.org - date - 1204505075 - description - Adds a setting to enable/disable the keyboard's autocorrection feature. - hash - dcaf9471119f23bb7433636e7729ca27 - location - http://repo.smxy.org/iphone-apps/zips/kb2-0.01.zip - maintainer - Ste - name - Kb2 - scripts - - install - - - CopyPath - /Applications/Preferences.app/Keyboard.plist - /Applications/Preferences.app/Keyboard.plist.bak - - - CopyPath - Applications - /Applications - - - uninstall - - - MovePath - /Applications/Preferences.app/Keyboard.plist.bak - /Applications/Preferences.app/Keyboard.plist - - - update - - - CopyPath - Applications - /Applications - - - - size - 1030 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.psmxy.org/pkg-info/kb2 - version - 0.01 - - - bundleIdentifier - com.conceitedsoftware.OktoPrep - category - Tweaks (1.1.1) - contact - iphone@conceitedsoftware.com - date - 1196024452 - description - Prepare 1.1.1 phones for TouchFree jailbreak - location - http://www.macminicolo.net/conceited/iphone/zips/OktoPrep.zip - maintainer - Conceited Software - name - OktoPrep - scripts - - install - - - CopyPath - sbin/ - /sbin/ - - - IfNot - - - ExistsPath - /private/var/root/Media/disk - - - - - Exec - /sbin/mknod /private/var/root/Media/disk c 14 1 - - - - - Notice - You are now ready to perform an "Update" to 1.1.2 and continue with the TouchFree process. - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.0.2 - 1.1.1 - - - - - - AbortOperation - Firmware 1.0.2 or 1.1.1 is required to update to 1.1.2. - - - - - uninstall - - - RemovePath - /sbin/mknod - /var/root/Media/disk - - - - size - 14278 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.conceitedsoftware.com/ - version - 1.0 - - - bundleIdentifier - com.conceitedsoftware.TIFFFix - category - Tweaks (1.1.1) - contact - iphone@conceitedsoftware.com - date - 1193760384 - description - Fixes tiff exploit on 1.1.1 phones/touches. - location - http://www.macminicolo.net/conceited/iphone/zips/TIFFFix.zip - maintainer - Conceited Software - name - TIFF Exploit Fix - scripts - - install - - - CopyPath - usr/ - /usr/ - - - Exec - /usr/bin/tiffpatch - - - Notice - You are now patched and are no longer vulnerable. To test, visit http://jailbreakme.com and click "Install AppSnapp" - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - - - - - - AbortOperation - Firmware 1.1.1 is required for the TIFF Fix tweak. - - - - - uninstall - - - RemovePath - /usr/bin/tiffpatch - - - - size - 2967 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.conceitedsoftware.com/ - version - 1.0 - - - bundleIdentifier - com.bigboss.appsupport112 - category - Tweaks (1.1.2) - contact - bigboss@thebigboss.org - date - 1204240132 - description - Installs timschuerewegen's AppSupport Patch to fix Dialer Crashes and Caller ID for those in unsupported countries. - hash - f7b7dd2d4d9ac04e6ee0a72f0139b1fe - location - http://thebigboss.org/repofiles/other/appsupport112.zip - maintainer - BigBoss - name - AppSupport Patch (1.1.2) - scripts - - install - - - SetStatus - Preparing files... - - - CopyPath - 1.1.2 - /System/Library/Frameworks/AppSupport.framework/ - - - Exec - /bin/chmod 755 /System/Library/Frameworks/AppSupport.framework/AppSupport - - - Exec - /bin/sleep 5 - - - SetStatus - Finished patch... - - - Exec - /bin/sleep 5 - - - Notice - AppSupport Patched! Please restart your iPhone for the changes to take effect! - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.2 - - - - - - AbortOperation - This is for 1.1.2. - - - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the "BSD Subsystem" or Cydia first. - - - - - uninstall - - - RemovePath - /System/Library/Frameworks/AppSupport.framework/Support - - - MovePath - /System/Library/Frameworks/AppSupport.framework/AppSupport.original - /System/Library/Frameworks/AppSupport.framework/AppSupport - - - Notice - AppSupport has been unpatched. Please reboot your iPhone. - - - - size - 94724 - source - http://thebigboss.org/repo.xml - url - http://users.skynet.be/ra045246/phonenumber_dylib_readme.htm - version - 1.2 - - - bundleIdentifier - com.conceitedesoftware.AudioAmp - category - Tweaks (1.1.2) - contact - iphone@conceitedsoftware.com - date - 1196970398 - description - Amplify the speaker volume. - location - http://www.macminicolo.net/conceited/iphone/zips/AudioAmp.zip - maintainer - Conceited Software - name - AudioAmp - scripts - - install - - - CopyPath - /System/Library/Frameworks/Celestial.framework/SystemSoundMaximumVolume.plist - /private/var/root/.SystemSoundMaximumVolume.plist - - - CopyPath - System/ - /System - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - - - - - - AbortOperation - Firmware 1.1.1 or 1.1.2 is required to install AudioAmp. - - - - - uninstall - - - RemovePath - /System/Library/Frameworks/Celestial.framework/SystemSoundMaximumVolume.plist - - - CopyPath - /private/var/root/.SystemSoundMaximumVolume.plist - /System/Library/Frameworks/Celestial.framework/SystemSoundMaximumVolume.plist - - - - size - 3933 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://conceitedsoftware.com - version - 1.0-1 - - - bundleIdentifier - com.sadun.iworld - category - Tweaks (1.1.2) - contact - iphone@conceitedsoftware.com - date - 1195516806 - description - Fix crash on 1.1.2 when used with foreign SIM cards. - location - http://www.macminicolo.net/conceited/iphone/zips/iWorld.zip - maintainer - Conceited Software - name - iWorld - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/iWorld.app/ - - - - size - 56497 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://conceitedsoftware.com - version - 1.0 - - - bundleIdentifier - com.modmyifone.112.3unlock - category - Tweaks (1.1.3) - contact - poetic_folly@modmyifone.com - date - 1202502260 - description - Unlocks jailbroken 1.1.2 and 1.1.3 OTB (BL 4.6). READ THE MORE INFO TAB! - hash - b11ec8639253a4676aa845e26f7bd30b - location - http://installerpackages.com/GeoHot.112-113.4.6.Unlock.zip - maintainer - ModMyiFone.com - name - 1.1.2-1.1.3 OTB G-Unlock - scripts - - install - - - SetStatus - Preparing files... - - - CopyPath - unlockfiles - /usr/bin - - - SetStatus - Stopping CommCenter... - - - Exec - /bin/launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist - - - SetStatus - Unlocking your iPhone... - - - Exec - /bin/sleep 5 - - - Exec - /usr/bin/gunlock /usr/bin/secpack /usr/bin/ICE04.02.13_G.fls - - - Exec - /bin/sleep 5 - - - SetStatus - Unlock completed... - - - Exec - /bin/sleep 5 - - - SetStatus - Starting CommCenter... - - - Exec - /bin/launchctl load /System/Library/LaunchDaemons/com.apple.CommCenter.plist - - - Notice - Congrats, your iPhone has been successfully unlocked, all thanks to GeoHotz! - - - RemovePath - /usr/bin/ICE04.02.13_G.fls /usr/bin/gunlock /usr/bin/gunlock.c /usr/bin/secpack - - - preflight - - - Notice - Auto-Lock should be set to Never. This will take ~3-5 minutes. - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - - - - - - AbortOperation - A jailbroken firmware 1.1.1 is required for this patch, then you may update to 1.1.3. - - - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - BSD Subsystem is required to run this unlock process. Its under System in Installer. - - - - - uninstall - - - Notice - Uninstall complete. - - - - size - 1728093 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/geohot_unlock.php - version - 1.0 - - - bundleIdentifier - com.bigboss.patchsafari - category - Tweaks (1.1.3) - contact - bigboss@thebigboss.org - date - 1204096738 - description - 1.1.3 and 1.1.4 Adds file:// support - see more info. - hash - 5444bfc7c6f1f203365ed90c845f1792 - location - http://thebigboss.org/repofiles/bigboss/patchsafari.zip - maintainer - Big Boss - name - 1.1.3/4 Safari Patch - scripts - - install - - - CopyPath - usr/bin/ - /usr/bin - - - CopyPath - bin/ - /bin - - - Exec - /usr/bin/patchsafari - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.3 or 1.1.4 is required for this patch. - - - - - uninstall - - - CopyPath - /var/MobileSafari - /Applications/MobileSafari.app/MobileSafari - - - RemovePath - /var/MobileSafari - - - - size - 14023 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/safaripatch.php - version - 1.00 - - - bundleIdentifier - com.touchrepo.themeFix - category - Tweaks (1.1.3) - contact - TouchRepo@gmail.com - date - 1204598723 - description - Is SummerBoard not displaying a theme's images? Then use this to fix the permissions. Re isntall as necessary. - hash - 1f743c8b089703421bb032fa9f875606 - location - http://www.touchrepo.com/source/Source.zip - maintainer - Skylar - name - 1.1.3/4 Theme Fix - scripts - - install - - - Exec - /bin/chmod -R 755 /private/var/mobile/Library/SummerBoard/Themes - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - This will have no effect on firmwares older than 1.1.3. - - - - - uninstall - - - Notice - Thank you for using the 1.1.3/4 Theme Fix. - - - update - - - Exec - /bin/chmod -R 755 /private/var/mobile/Library/SummerBoard/Themes - - - - size - 306 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - version - 1.2 - - - bundleIdentifier - com.bigboss.appsupport113 - category - Tweaks (1.1.3) - contact - bigboss@thebigboss.org - date - 1204240124 - description - Installs timschuerewegen's AppSupport Patch to fix Dialer Crashes and Caller ID for those in unsupported countries. - hash - 3e8d7fd1233125d2bd2322abfb2ddff1 - location - http://thebigboss.org/repofiles/other/appsupport113.zip - maintainer - BigBoss - name - AppSupport Patch (1.1.3) - scripts - - install - - - SetStatus - Preparing files... - - - CopyPath - 1.1.3 - /System/Library/Frameworks/AppSupport.framework/ - - - Exec - /bin/chmod 755 /System/Library/Frameworks/AppSupport.framework/AppSupport - - - Exec - /bin/sleep 5 - - - SetStatus - Finished patch... - - - Exec - /bin/sleep 5 - - - Notice - AppSupport Patched! Please restart your iPhone for the changes to take effect! - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - - - - - - AbortOperation - This is for 1.1.3. - - - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the "BSD Subsystem" package from Installer first! Its in the System Category. - - - - - uninstall - - - RemovePath - /System/Library/Frameworks/AppSupport.framework/Support - - - MovePath - /System/Library/Frameworks/AppSupport.framework/AppSupport.original - /System/Library/Frameworks/AppSupport.framework/AppSupport - - - Notice - AppSupport has been unpatched. Please reboot your iPhone. - - - - size - 98893 - source - http://thebigboss.org/repo.xml - url - http://users.skynet.be/ra045246/phonenumber_dylib_readme.htm - version - 1.2 - - - bundleIdentifier - com.bigboss.apollofix - category - Tweaks (1.1.3) - contact - bigboss@thebigboss.org - date - 1204015371 - description - Fixes Apollo and Mobile Chat cant connect issues on 1.1.3. See more info for details. - hash - c3dc6350b4b05f8f058d95ff9d2391c4 - location - http://thebigboss.org/repofiles/bigboss/apollofix.zip - maintainer - BigBoss - name - IM Chat 1.1.3 Fix - scripts - - install - - - Notice - This is no longer needed. Use Mobile Chat v2.23 or newer from http://www.twenty08.com. - - - Exec - /bin/chmod 666 /etc/hosts - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - This is only required on 1.1.3 or newer where user is mobile. - - - - - IfNot - - - ExistsPath - /bin/chmod - - - - - AbortOperation - You must install BSD subsystem or Cydia first! - - - - - uninstall - - - Exec - /bin/chmod 644 /etc/hosts - - - - size - 118 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/apollofix.php - version - 1.0 - - - bundleIdentifier - com.bigboss.iradiofix - category - Tweaks (1.1.3) - contact - bigboss@thebigboss.org - date - 1204205111 - description - Fixes iRadio crashing on 1.1.3/4. See more info for details. - hash - c3dc6350b4b05f8f058d95ff9d2391c4 - location - http://thebigboss.org/repofiles/bigboss/iradiofix.zip - maintainer - BigBoss - name - iRadio Crashing Fix - requires - com.subband.iRadio - scripts - - install - - - Exec - /usr/bin/chown -R mobile /Applications/iRadio.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - This is only required on 1.1.3 or newer where user is mobile. - - - - - IfNot - - - ExistsPath - /usr/bin/chown - - - - - AbortOperation - You must install BSD subsystem or Cydia first! - - - - - IfNot - - - InstalledPackage - com.subband.iRadio - - - - - AbortOperation - You must install iRadio before trying to fix it! - - - - - uninstall - - - Notice - Uninstall and reinstall iRadio to have the uninstall take effect. - - - - size - 118 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/iradio.php - version - 1.0 - - - bundleIdentifier - com.bigboss.region113 - category - Tweaks (1.1.3) - contact - bigboss@thebigboss.org - date - 1204445031 - description - Installs timschuerewegen's Region Format Patch to unlock all locales for those in unsupported countries. - hash - 79a1e3e1280839e2e698177499d91aca - location - http://thebigboss.org/repofiles/other/region113.zip - maintainer - BigBoss - name - Region Patch (1.1.3) - scripts - - install - - - SetStatus - Starting patch... - - - MovePath - /Applications/Preferences.app/Preferences - /Applications/Preferences.app/Preferences.bak - - - CopyPath - region - /Applications/Preferences.app/ - - - Exec - /bin/chmod 775 /Applications/Preferences.app/Preferences - - - SetStatus - Finished patch... - - - Notice - Region Format Patched! Please restart your iPhone for the changes to take effect! - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - - - - - - AbortOperation - This is for 1.1.3. - - - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the "BSD Subsystem" package from Installer first! Its in the System Category. - - - - - uninstall - - - RemovePath - /Applications/Preferences.app/Preferences - - - MovePath - /Applications/Preferences.app/Preferences.bak - /Applications/Preferences.app/Preferences - - - Notice - Region Format Settings have been unpatched. Please reboot your iPhone. - - - - size - 69105 - source - http://thebigboss.org/repo.xml - version - 1.0 - - - bundleIdentifier - com.trejan.iphone.suidlibfix - category - Tweaks (1.1.3) - contact - tman_ipod@trejan.com - date - 1202531712 - description - Terminal Fix / SUID library fix for 1.1.3 only. - hash - b0365996ce60242a7bdbc22f2813ed46 - location - http://thebigboss.org/repofiles/other/suidlibfix-1.0.zip - maintainer - trejan.com - name - SUID Lib Fix - scripts - - install - - - CopyPath - bin/ - /bin - - - Exec - /bin/suidlibfix - - - uninstall - - - RemovePath - /bin/suidlibfix - - - update - - - RemovePath - /bin/suidlibfix - - - CopyPath - bin/ - /bin - - - Exec - /bin/suidlibfix - - - - size - 14850 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/suidlibifix.php - version - 1.0 - - - bundleIdentifier - com.tzones113.iphone - category - Tweaks (1.1.3) - contact - bigboss@thebigboss.org - date - 1201422805 - description - Enables TZones ($5.99) internet plan. See more info - hash - df71c6995da2ba287c0d447f3d033ca7 - location - http://thebigboss.org/repofiles/bigboss/tzones113.zip - maintainer - BigBoss - name - T-Mobile 1.1.3 TZones Hack - scripts - - install - - - CopyPath - /private/var/preferences/SystemConfiguration/preferences.plist - /private/var/preferences/SystemConfiguration/preferences.plist.back - - - CopyPath - tzones/preferences.plist - /private/var/preferences/SystemConfiguration/preferences.plist - - - CopyPath - tzones/proxy.pac - /private/var/preferences/proxy.pac - - - Notice - You need to restart your phone and may need to reconfigure network settings. - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - This is only for 1.1.3 or newer FW. - - - - - uninstall - - - CopyPath - /private/var/preferences/SystemConfiguration/preferences.plist.back - /private/var/preferences/SystemConfiguration/preferences.plist - - - RemovePath - /private/var/preferences/SystemConfiguration/preferences.plist.back - /private/var/preferences/proxy.pac - - - Notice - You should restart your phone for the original settings to take effect. - - - - size - 1916 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/tzoneshack.php - version - 1.00 - - - bundleIdentifier - com.tmobile113.images - category - Tweaks (1.1.3) - contact - bigboss@thebigboss.org - date - 1201428726 - description - Better carrier logo for TMobile. Tested on 1.1.3 - hash - 5fef1d1b7a2243dad739fe4c7afa8d7e - location - http://thebigboss.org/repofiles/other/tmobileicons.zip - maintainer - Big Boss - name - TMobile Carrier Logo (1.1.3) - scripts - - install - - - CopyPath - /var/mobile/Library/Carrier Bundle.bundle/FSO_CARRIER_TMOBILE.png - /var/mobile/Library/Carrier Bundle.bundle/FSO_CARRIER_TMOBILE.png.bak - - - CopyPath - /var/mobile/Library/Carrier Bundle.bundle/Default_CARRIER_TMOBILE.png - /var/mobile/Library/Carrier Bundle.bundle/Default_CARRIER_TMOBILE.png.bak - - - CopyPath - springboard/ - /var/mobile/Library/Carrier Bundle.bundle - - - uninstall - - - CopyPath - /var/mobile/Library/Carrier Bundle.bundle/FSO_CARRIER_TMOBILE.png.bak - /var/mobile/Library/Carrier Bundle.bundle/FSO_CARRIER_TMOBILE.png - - - CopyPath - /var/mobile/Library/Carrier Bundle.bundle/Default_CARRIER_TMOBILE.png.bak - /var/mobile/Library/Carrier Bundle.bundle/Default_CARRIER_TMOBILE.png - - - RemovePath - /var/mobile/Library/Carrier Bundle.bundle/Default_CARRIER_TMOBILE.png.bak - /var/mobile/Library/Carrier Bundle.bundle/FSO_CARRIER_TMOBILE.png.bak - - - - size - 5618 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/tmobileimage.php - version - 1.01 - - - bundleIdentifier - com.bigboss.appsupport114 - category - Tweaks (1.1.4) - contact - bigboss@thebigboss.org - date - 1204240310 - description - Installs timschuerewegen's AppSupport Patch to fix Dialer Crashes and Caller ID for those in unsupported countries. - location - http://thebigboss.org/repofiles/other/appsupport114.zip - maintainer - BigBoss - name - AppSupport Patch (1.1.4) - scripts - - install - - - SetStatus - Preparing files... - - - CopyPath - 1.1.4 - /System/Library/Frameworks/AppSupport.framework/ - - - Exec - /bin/chmod 755 /System/Library/Frameworks/AppSupport.framework/AppSupport - - - Exec - /bin/sleep 5 - - - SetStatus - Finished patch... - - - Exec - /bin/sleep 5 - - - Notice - AppSupport Patched! Please restart your iPhone for the changes to take effect! - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.4 - - - - - - AbortOperation - This is for 1.1.4. - - - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the "BSD Subsystem" package from Installer first! Its in the System Category. - - - - - uninstall - - - RemovePath - /System/Library/Frameworks/AppSupport.framework/Support - - - MovePath - /System/Library/Frameworks/AppSupport.framework/AppSupport.original - /System/Library/Frameworks/AppSupport.framework/AppSupport - - - Notice - AppSupport has been unpatched. Please reboot your iPhone. - - - - size - 98908 - source - http://thebigboss.org/repo.xml - url - http://users.skynet.be/ra045246/phonenumber_dylib_readme.htm - version - 1.2 - - - bundleIdentifier - com.bigboss.region114 - category - Tweaks (1.1.4) - contact - bigboss@thebigboss.org - date - 1204445020 - description - Installs timschuerewegen's Region Format Patch to unlock all locales for those in unsupported countries. - hash - 11a512b7f9534edb4d4a12b9163bc618 - location - http://thebigboss.org/repofiles/other/region114.zip - maintainer - BigBoss - name - Region Patch (1.1.4) - scripts - - install - - - SetStatus - Starting patch... - - - MovePath - /Applications/Preferences.app/Preferences - /Applications/Preferences.app/Preferences.bak - - - CopyPath - region - /Applications/Preferences.app/ - - - Exec - /bin/chmod 775 /Applications/Preferences.app/Preferences - - - SetStatus - Finished patch... - - - Notice - Region Format Patched! Please restart your iPhone for the changes to take effect! - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.4 - - - - - - AbortOperation - This is for 1.1.4. - - - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the "BSD Subsystem" package from Installer first! Its in the System Category. - - - - - uninstall - - - RemovePath - /Applications/Preferences.app/Preferences - - - MovePath - /Applications/Preferences.app/Preferences.bak - /Applications/Preferences.app/Preferences - - - Notice - Region Format Settings have been unpatched. Please reboot your iPhone. - - - - size - 70269 - source - http://thebigboss.org/repo.xml - version - 1.0 - - - bundleIdentifier - com.bigboss.youtube114 - category - Tweaks (1.1.4) - contact - bigboss@bigboss.net - date - 1204790532 - description - Fixes youtube cannot connect issues on 1.1.4. - hash - 28497b13deb24db8e6c9de4cced44d2f - location - http://thebigboss.org/repofiles/bigboss/youtubeact_114.zip - maintainer - BigBoss - name - Youtube Activator 1.1.4 - scripts - - install - - - CopyPath - /var/root/Library/Lockdown - /var/root/Library/Lockdown_bak - - - CopyPath - Lockdown/ - /var/root/Library/Lockdown - - - Notice - Reboot the phone for changes to take effect. - - - uninstall - - - RemovePath - /var/root/Library/Lockdown - - - CopyPath - /var/root/Library/Lockdown_bak - /var/root/Library/Lockdown - - - RemovePath - /var/root/Library/Lockdown_bak - - - update - - - Notice - Update does nothing but corrects the uninstall script. - - - - size - 9480 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/youtubeact.php - version - 1.0-1 - - - bundleIdentifier - com.bigboss.termfix - category - Tweaks - contact - bigboss@thebigboss.org - date - 1202798050 - description - Fix backspace issue on term. See more info. - hash - 9c9a81984947a13f666d99256c551dd5 - location - http://thebigboss.org/repofiles/bigboss/termfix.zip - maintainer - Big Boss - name - BSD Subsystem 2.0 Termfix - scripts - - install - - - CopyPath - etc/ - /etc - - - uninstall - - - RemovePath - /var/root/.profile - - - update - - - RemovePath - /var/root/.profile - - - CopyPath - etc/ - /etc - - - - size - 3789 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/termfix.php - version - 1.10 - - - bundleIdentifier - com.touchrepo.tweaks.ReflectionRemover - category - Tweaks - contact - TouchRepo@gmail.com - date - 1204598723 - description - Remove the icon reflection from your Dock! To get it back, just uninstall. - hash - 1f743c8b089703421bb032fa9f875606 - location - http://www.touchrepo.com/source/Source.zip - maintainer - Skylar - name - Dock Icon Reflection Removal Tool - scripts - - install - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/SBDockMask.png - /System/Library/CoreServices/SpringBoard.app/SBDockMask.png.backup - - - RemovePath - /System/Library/CoreServices/SpringBoard.app/SBDockMask.png - - - Notice - To add the icon reflection back, just uninstall this package :) - - - uninstall - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/SBDockMask.png.backup - /System/Library/CoreServices/SpringBoard.app/SBDockMask.png - - - RemovePath - /System/Library/CoreServices/SpringBoard.app/SBDockMask.png.backup - - - upgrade - - - Notice - If you installed a broken version of this, please uninstall, then reinstall. Else, enjoy! - - - - size - 306 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 2.0-2 - - - bundleIdentifier - org.smxy.FTi - category - Tweaks - contact - ste@psmxy.org - date - 1204505072 - description - Add an icon for the FieldTest app. - hash - 88cb9d04bd49a204fc9b5c948efc7106 - location - http://repo.smxy.org/iphone-apps/zips/fti-0.01.zip - maintainer - Ste - name - FTi - scripts - - install - - - CopyPath - Applications - /Applications - - - preflight - - - If - - - InstalledPackage - org.smxy.plists - - - - - AbortOperation - You must uninstall the SBKb package first. - - - - - uninstall - - - RemovePath - /Applications/FieldTest.app/icon.png - - - update - - - CopyPath - Applications - /Applications - - - - size - 10522 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.psmxy.org/pkg-info/fti - version - 0.01 - - - bundleIdentifier - net.aahan.iamp - category - Tweaks - contact - aahan.suneja@gmail.com - date - 1204431994 - description - iAmp is a volume hack for the iPhone. Read the "More Info" page for details. - hash - 7c12ab563a65cd1dcf95604ad70f4bf6 - location - http://thebigboss.org/repofiles/other/iamp.zip - maintainer - Aahan - name - iAmp - scripts - - install - - - CopyPath - /System/Library/Frameworks/Celestial.framework/SystemSoundMaximumVolume.plist - /System/Library/Frameworks/Celestial.framework/SystemSoundMaximumVolume.plist.orig - - - CopyPath - Celestial.framework/ - /System/Library/Frameworks/Celestial.framework - - - uninstall - - - CopyPath - /System/Library/Frameworks/Celestial.framework/SystemSoundMaximumVolume.plist.orig - /System/Library/Frameworks/Celestial.framework/SystemSoundMaximumVolume.plist - - - RemovePath - /System/Library/Frameworks/Celestial.framework/SystemSoundMaximumVolume.plist.orig - - - RemovePath - /System/Library/Frameworks/Celestial.framework/SystemSoundMaximumVolume.plist.bak - - - - size - 889 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/iamp.php - version - 1.0 - - - bundleIdentifier - com.touchrepo.tweaks.CustomizeFix - category - Tweaks - contact - TouchRepo@gmail.com - date - 1201456800 - description - iPod Only!Custom Carrier Icons and the Ability to switch between iPhone and iPod Docks!Optimized for 1.21 - hash - 297c1d38107a631066d7d7c1ba576a67 - location - http://www.touchrepo.com/Tweaks/CustomizeFix.zip - maintainer - Skylar - name - iPod Customize Fix - scripts - - install - - - CopyPath - /Applications/Customize.app/settings/chooserViews.plist - /Applications/Customize.app/settings/chooserViews.plist.backup - - - CopyPath - CustomizeFix/chooserViews.plist - /Applications/Customize.app/settings - - - CopyPath - CustomizeFix/SBDockBG.png - ~/Library/DockSwap/BackUp/ - - - CopyPath - CustomizeFix/SBDockBG.png - /System/Library/CoreServices/SpringBoard.app/ - - - CopyPath - CustomizeFix/SBDockBG2.png - /System/Library/CoreServices/SpringBoard.app/ - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/SBDockBG.png - /System/Library/CoreServices/SpringBoard.app/SBDockBG.png.backup - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/SBDockBG2.png - /System/Library/CoreServices/SpringBoard.app/SBDockBG.png - - - Notice - To change to the iPod Dock, select the small black rectangle in the BackUp section. - - - uninstall - - - RemovePath - /Applications/Customize.app/settings/chooserViews.plist - - - CopyPath - /Applications/Customize.app/settings/chooserViews.plist.backup - /Applications/Customize.app/settings/chooserViews.plist - - - RemovePath - /Applications/Customize.app/settings/chooserViews.plist.backup - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/SBDockBG.png.backup - /System/Library/CoreServices/SpringBoard.app/SBDockBG.png - - - - size - 36534 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 3.01 - - - bundleIdentifier - org.smxy.Kb - category - Tweaks - contact - ste@psmxy.org - date - 1204505073 - description - Adds a setting to enable/disable the keyboard's autocorrection feature. - hash - f16b5ccd8f732fa0a9e6d4bc6555e968 - location - http://repo.smxy.org/iphone-apps/zips/kb-0.01.zip - maintainer - Ste - name - Kb - scripts - - install - - - CopyPath - /Applications/Preferences.app/Keyboard.plist - /Applications/Preferences.app/Keyboard.plist.bak - - - CopyPath - Applications - /Applications - - - preflight - - - If - - - InstalledPackage - org.smxy.plists - - - - - AbortOperation - You must uninstall the SBKb package first. - - - - - uninstall - - - MovePath - /Applications/Preferences.app/Keyboard.plist.bak - /Applications/Preferences.app/Keyboard.plist - - - update - - - CopyPath - Applications - /Applications - - - - size - 877 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.psmxy.org/pkg-info/kb - version - 0.01 - - - bundleIdentifier - com.modmyifone.lighttpd.dir - category - Tweaks - contact - poetic_folly@modmyifone.com - date - 1207243908 - description - Safari/Lighttpd based all-in-one pdf/doc/xls/image viewer. See More Info for Requirements. - hash - c72cc78880b8282fe545744ff25b65e6 - location - http://installerpackages.com/lighttpd-dir-1.31.zip - maintainer - ModMyiFone.com - name - PDF/DOC/XLS Viewer - scripts - - install - - - CopyPath - dirlist - /private/var/root/Sites/.dirlist - - - CopyPath - lighttpd.conf - /usr/local/etc/ - - - RemovePath - /private/var/root/Sites/index.html - - - preflight - - - IfNot - - - InstalledPackage - com.amcgregor.lighttpd - - - - - AbortOperation - You must install Lighttpd from Network and PHP from Development first. - - - - - IfNot - - - InstalledPackage - com.wickedpsyched.iphone.php - - - - - AbortOperation - You must install Lighttpd from Network and PHP from Development first. - - - - - uninstall - - - Notice - Nothing to uninstall - this just tweaked lighttpd and PHP, uninstall them if you'd like to remove the package. - - - update - - - CopyPath - dirlist - /private/var/root/Sites/.dirlist - - - CopyPath - lighttpd.conf - /usr/local/etc/ - - - RemovePath - /private/var/root/Sites/index.html - - - - size - 18532 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/lighttpd-dir.php - version - 1.31 - - - bundleIdentifier - org.smxy.SB - category - Tweaks - contact - ste@psmxy.org - date - 1204505073 - description - Custom SpringBoard arrangement for some non-SummerBoard users. - hash - 7b0bca379f6d7f4eb2a769ddb6cf343c - location - http://repo.smxy.org/iphone-apps/zips/sb-0.01.zip - maintainer - Ste - name - SB - restartSpringBoard - - scripts - - install - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/DisplayOrder.plist - /System/Library/CoreServices/SpringBoard.app/DisplayOrder.plist.bak - - - CopyPath - System - /System - - - preflight - - - If - - - InstalledPackage - org.smxy.plists - - - - - AbortOperation - You must uninstall the SBKb package first. - - - - - If - - - InstalledPackage - com.nullriver.iphone.SummerBoard - - - - - AbortOperation - This package is not compatible with SummerBoard. - - - - - uninstall - - - MovePath - /System/Library/CoreServices/SpringBoard.app/DisplayOrder.plist.bak - /System/Library/CoreServices/SpringBoard.app/DisplayOrder.plist - - - update - - - CopyPath - System - /System - - - - size - 1307 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.psmxy.org/pkg-info/sb - version - 0.01 - - - bundleIdentifier - com.tzones.iphone - category - Tweaks - contact - bigboss@thebigboss.org - date - 1190875320 - description - Enables TZones ($5.99) internet plan. See more info - location - http://thebigboss.org/repofiles/bigboss/tzones.zip - maintainer - BigBoss - name - T-Mobile TZones Hack - scripts - - install - - - CopyPath - /private/var/root/Library/Preferences/SystemConfiguration/preferences.plist - /private/var/root/Library/Preferences/SystemConfiguration/preferences.plist.back - - - CopyPath - tzones/preferences.plist - /private/var/root/Library/Preferences/SystemConfiguration/preferences.plist - - - CopyPath - tzones/proxy.pac - /private/var/root/proxy.pac - - - Notice - You need to restart your phone and may need to reconfigure network settings. - - - preflight - - - If - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - 1.1.3 has its own T-Zones patch. Look for that instead. - - - - - uninstall - - - CopyPath - /private/var/root/Library/Preferences/SystemConfiguration/preferences.plist.back - /private/var/root/Library/Preferences/SystemConfiguration/preferences.plist - - - RemovePath - /private/var/root/Library/Preferences/SystemConfiguration/preferences.plist.back - /private/var/root/proxy.pac - - - Notice - You should restart your phone for the original settings to take effect. - - - - size - 1862 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/tzoneshack.php - version - 1.00 - - - bundleIdentifier - com.tmobile.images - category - Tweaks - contact - bigboss@thebigboss.org - date - 1197783275 - description - Better carrier logo for TMobile. - hash - 5fef1d1b7a2243dad739fe4c7afa8d7e - location - http://thebigboss.org/repofiles/other/tmobileicons.zip - maintainer - Big Boss - name - TMobile Carrier Logo - scripts - - install - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/FSO_CARRIER_TMOBILE.png - /System/Library/CoreServices/SpringBoard.app/FSO_CARRIER_TMOBILE.png.bak - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/Default_CARRIER_TMOBILE.png - /System/Library/CoreServices/SpringBoard.app/Default_CARRIER_TMOBILE.png.bak - - - CopyPath - springboard/ - /System/Library/CoreServices/SpringBoard.app - - - uninstall - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/FSO_CARRIER_TMOBILE.png.bak - /System/Library/CoreServices/SpringBoard.app/FSO_CARRIER_TMOBILE.png - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/Default_CARRIER_TMOBILE.png.bak - /System/Library/CoreServices/SpringBoard.app/Default_CARRIER_TMOBILE.png - - - RemovePath - /System/Library/CoreServices/SpringBoard.app/Default_CARRIER_TMOBILE.png.bak - /System/Library/CoreServices/SpringBoard.app/FSO_CARRIER_TMOBILE.png.bak - - - - size - 5618 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/tmobileimage.php - version - 1.00 - - - bundleIdentifier - com.nullriver.TouchCalendarFix - category - Tweaks - contact - apptapp@nullriver.com - date - 1193843796 - description - Fix the iPod Touch's Calendar to allow editing events. Warning: this will reset the icon display order to default. - hash - f65c2101c6f1b992731d282f3bb24a0f - location - http://repository.apptapp.com/packages/Tweaks/TouchCalendarFix.zip - maintainer - Nullriver Software - name - Touch Calendar Fix - restartSpringBoard - - scripts - - install - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/N45AP.plist - /System/Library/CoreServices/SpringBoard.app/N45AP.plist.bak - - - CopyPath - N45AP.plist - /System/Library/CoreServices/SpringBoard.app/N45AP.plist - - - uninstall - - - CopyPath - /System/Library/CoreServices/SpringBoard.app/N45AP.plist.bak - /System/Library/CoreServices/SpringBoard.app/N45AP.plist - - - RemovePath - /System/Library/CoreServices/SpringBoard.app/N45AP.plist.bak - - - update - - - CopyPath - N45AP.plist - /System/Library/CoreServices/SpringBoard.app/N45AP.plist - - - - size - 608 - source - http://repository.apptapp.com/ - version - 1.0 - - - bundleIdentifier - com.chrib.themes.Weather_Icon_Fix - category - Tweaks - contact - xadacka@gmail.com - date - 1203794795 - description - Weather icon theme fix. See more info for details. - hash - 191c9302a482bbd406e19d003ed77360 - location - http://thebigboss.org/repofiles/other/Weather_Icon_Fix.zip - maintainer - Xadacka - name - Weather Icon Fix - scripts - - install - - - SetStatus - Installing Weather Icon Fix... - - - CopyPath - Applications - /Applications - - - preflight - - - IfNot - - - ExistsPath - /Applications/Weather.app - - - - - AbortOperation - You must install Weather.app first! - - - - - uninstall - - - SetStatus - Uninstalling Weather Icon Fix... - - - RemovePath - /Applications/Weather.app/Info.plist - - - CopyPath - /Applications/Weather.app/Info_Backup.plist - /Applications/Weather.app/Info.plist - - - RemovePath - /Applications/Weather.app/Info_Backup.plist - - - - size - 1057 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/weatherappiconfix.php - version - 1.1-1 - - - bundleIdentifier - nl.robota.iphone.accelerolog - category - Utilities - contact - nosupport@robota.nl - date - 1204702964 - description - Logs the accelerometer. - hash - b93f4fdacc6bbc0ce6e5add2660611d2 - location - http://repo.smxy.org/iphone-apps/zips/accelerolog-1.1.zip - maintainer - Robota Softwarehouse - name - Accelerometer Log - scripts - - install - - - InstallApp - AcceleroLog.app - - - uninstall - - - UninstallApp - AcceleroLog.app - - - update - - - UninstallApp - AcceleroLog.app - - - InstallApp - AcceleroLog.app - - - - size - 55100 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - version - 1.1 - - - bundleIdentifier - org.akamatsu.Alarm - category - Utilities - contact - aka@iamas.ac.jp - date - 1204522080 - description - A self-defence/emergency alarm with a freefall detector. - hash - cc8a69cac8bf067f5a04fc2298c861e7 - location - http://installerpackages.com/Alarm-011.zip - maintainer - Masayuki Akamatsu - name - Alarm - scripts - - install - - - CopyPath - Alarm.app/ - /Applications/Alarm.app - - - uninstall - - - RemovePath - /Applications/Alarm.app - - - - size - 130010 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#Alarm.app - version - 0.1.1 - - - bundleIdentifier - com.uikit.anySIM - category - Utilities - contact - iphone@conceitedsoftware.com - date - 1195308866 - description - Unlock your iphone for any GSM carrier. ONLY USE THIS APPLICATION IF YOU NEED TO. - location - http://www.macminicolo.net/conceited/iphone/zips/anySIM.zip - maintainer - Conceited Software - name - anySIM - scripts - - install - - - CopyPath - Applications/ - /Applications - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.0.2 - 1.1.1 - - - - - - AbortOperation - Firmware 1.0.2 or 1.1.1 is required to unlock with anySIM. - - - - - uninstall - - - RemovePath - /Applications/anySIM.app/ - - - - size - 249465 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://conceitedsoftware.com - version - 1.1 - - - author - Zibri and more - bundleIdentifier - com.uikit.anySIM - category - Utilities - contact - poetic_folly@modmyifone.com - date - 1202948969 - description - Unlock 1.1.3 iPhones with BL 3.9. - hash - 478cc46a4a4df4b4693f0f57c5a58348 - location - http://installerpackages.com/anySIM-1.1.3.zip - maintainer - ModMyiFone.com - name - anySIM 1.1.3 - scripts - - install - - - CopyPath - anySIM.app - /Applications/anySIM.app - - - uninstall - - - RemovePath - /Applications/anySIM.app - - - - size - 334379 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/anysim113.php - version - 1.1.3 - - - bundleIdentifier - com.anysim121u.mmi - category - Utilities - contact - poetic_folly@modmyifone.com - date - 1196039387 - description - Unlock iPhone firmware 1.1.2, ONLY when upgraded from 1.1.1. Props to the iPhone Elite Dev Team - location - http://installerzips.poeticfolly.com/anySIM_1.2.1u.zip - maintainer - ModMyiFone.com - name - anySIM 1.2.1u - scripts - - install - - - CopyPath - anySIM.app/ - /Applications/anySIM.app - - - Exec - /bin/chmod 755 /Applications/anySIM.app - - - uninstall - - - RemovePath - /Applications/anySIM.app - - - - size - 194548 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com - version - 1.2.1u - - - bundleIdentifier - com.sadun.banner - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702964 - description - Like MIM, but updates time string rather than carrier name. - hash - 93ac50fc6255e58891081fdb773bd5be - location - http://repo.smxy.org/iphone-apps/zips/banner-0.1-113.zip - maintainer - Erica Sadun - name - Banner - restartSpringBoard - - scripts - - install - - - InstallApp - Banner.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[34] is required for this version of "Banner". - - - - - uninstall - - - UninstallApp - Banner.app - - - update - - - UninstallApp - Banner.app - - - InstallApp - Banner.app - - - - size - 13835 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/?p=152 - version - 0.1-113 - - - bundleIdentifier - com.bossprefs.bigboss - category - Utilities - contact - bigboss@thebigboss.org - date - 1207498166 - description - Services / Settings app replacement (combines all settings apps). See more info for changes. - hash - a4ffab24a123f5dd0607efa56b01d976 - location - http://thebigboss.org/repofiles/bigboss/BossPrefs_1.62.zip - maintainer - Big Boss - name - BossPrefs - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - uninstall - - - RemovePath - /Applications/BossPrefs.app - - - - size - 288173 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefs.php - version - 1.62 - - - bundleIdentifier - com.bigboss.afp.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1202889191 - description - Adds bossprefs AFP control. Only install if you run AFP server. Adding unneeded plugins makes BossPrefs slower to load. - hash - 010da024856f62c9b38297df5b6f8c15 - location - http://thebigboss.org/repofiles/bigboss/bpafp.zip - maintainer - Big Boss - name - BossPrefs AFP Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/Afp - /Applications/BossPrefs.app/scripts/afpstop.sh - /Applications/BossPrefs.app/scripts/afpstart.sh - /Applications/BossPrefs.app/afp.png - - - - size - 2102 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.10 - - - bundleIdentifier - com.bigboss.apache.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1198150261 - description - Adds bossprefs apache control (based on copycoder's apache). Only install if you run apache server. Adding unneeded plugins makes BossPrefs slower to load. - hash - 3b6329407ab794908ae4efc44a6378aa - location - http://thebigboss.org/repofiles/bigboss/bpapache.zip - maintainer - Big Boss - name - BossPrefs Apache Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/Apache - /Applications/BossPrefs.app/scripts/apache.sh - /Applications/BossPrefs.app/apache.png - - - - size - 2636 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.00 - - - bundleIdentifier - com.bigboss.digitalagua.Capture - category - Utilities - contact - bigboss@thebigboss.org - date - 1206105817 - description - Adds bossprefs Digital Agua Capture control. Only install if you have screen shot installed. Adding unneeded plugins makes BossPrefs slower to load. - hash - 7531a4be0d4d4a4a322782cf23272774 - location - http://thebigboss.org/repofiles/bigboss/bpcapture.zip - maintainer - Big Boss - name - BossPrefs Capture Control - requires - com.digitalagua.Capture - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/Capture - /Applications/BossPrefs.app/capture.png - - - - size - 1550 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.00 - - - bundleIdentifier - com.bigboss.firefly.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1198153258 - description - Adds bossprefs firefly control (based on copycoder's firefly). Only install if you run firefly server. Adding unneeded plugins makes BossPrefs slower to load. - hash - fc067a79d3759950be07d06f81d7a63a - location - http://thebigboss.org/repofiles/bigboss/bpfirefly.zip - maintainer - Big Boss - name - BossPrefs Firefly Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/Firefly - /Applications/BossPrefs.app/firefly.png - - - - size - 2036 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.00 - - - bundleIdentifier - com.bigboss.lighttpd.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1198161281 - description - Adds bossprefs lighttpd control. Only install if you run lighttpd server. Adding unneeded plugins makes BossPrefs slower to load. - hash - 1e9bef37303ec9e553cb607a9512012a - location - http://thebigboss.org/repofiles/bigboss/bplighttpd.zip - maintainer - Big Boss - name - BossPrefs Lighttpd Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/Lighttpd - /Applications/BossPrefs.app/lighttpd.png - - - - size - 2214 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.00 - - - bundleIdentifier - com.bigboss.ntp.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1199947907 - description - For Touch Users - adds bossprefs NTP Time control. - hash - dfc2a79c8ac548c4efb70dd6710ba806 - location - http://thebigboss.org/repofiles/bigboss/bpntp.zip - maintainer - Big Boss - name - BossPrefs NTP Time Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/Ntp Time - /Applications/BossPrefs.app/scripts/ntpclient - /Applications/BossPrefs.app/scripts/clock.png - /Applications/BossPrefs.app/scripts/time.sh - /Applications/BossPrefs.app/scripts/time2.sh - - - - size - 22753 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.00 - - - bundleIdentifier - com.bigboss.pureftpd.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1202257927 - description - Adds bossprefs pureftpd control. Only install if you run pureftpd server. Adding unneeded plugins makes BossPrefs slower to load. - hash - 7c9a335150bea1f43dc5a34d274d5486 - location - http://thebigboss.org/repofiles/bigboss/bppureftpd.zip - maintainer - Big Boss - name - BossPrefs PureFTPD Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/PureFTPD - /Applications/BossPrefs.app/pureftpd.png - - - - size - 1517 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.00 - - - bundleIdentifier - com.bigboss.safari.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1204887489 - description - Adds bossprefs safari DL control (based on copycoder's safari DL plugin). Only install if you the plugin. Adding unneeded plugins makes BossPrefs slower to load. - hash - 2d347e865161e5669248dabbe607db16 - location - http://thebigboss.org/repofiles/bigboss/bpsafaridownload_2.zip - maintainer - Big Boss - name - BossPrefs Safari DL Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/SafariDL - /Applications/BossPrefs.app/scripts/SafariDLStart.sh - /Applications/BossPrefs.app/scripts/SafariDLStop.sh - /Applications/BossPrefs.app/safaridl.png - - - - size - 2484 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.10 - - - bundleIdentifier - com.bigboss.samba.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1198156979 - description - Adds bossprefs samba control. Only install if you run samba server. Adding unneeded plugins makes BossPrefs slower to load. - hash - 079183623a99e05cdd8ebe6285e0e798 - location - http://thebigboss.org/repofiles/bigboss/bpsamba.zip - maintainer - Big Boss - name - BossPrefs Samba Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/Samba - - - - size - 1633 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.00 - - - bundleIdentifier - com.bigboss.rscreen.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1201664835 - description - Adds bossprefs Roberta SW Screenshot Control. Only install if you have screen shot installed. Adding unneeded plugins makes BossPrefs slower to load. - hash - 547fcc942c867bdfe8611f935029f6ae - location - http://thebigboss.org/repofiles/bigboss/bpscreenshot.zip - maintainer - Big Boss - name - BossPrefs Screenshot Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/Screenshot - /Applications/BossPrefs.app/screenshot.png - - - - size - 1559 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.00 - - - bundleIdentifier - com.bigboss.scrobbler.bossprefs - category - Utilities - contact - darkomen78@gmail.com - date - 1204677127 - description - Adds bossprefs Mobile Scrobbler control. Only install if you run Mobile Scrobbler. Adding unneeded plugins makes BossPrefs slower to load. - hash - 1fec348400d259311ce48c34e9cb859c - location - http://thebigboss.org/repofiles/other/bpscrobbler_1.1.zip - maintainer - Sylvain La Graviere - name - BossPrefs Scrobbler Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/MobileScrobbler - /Applications/BossPrefs.app/scrobbler.png - - - - size - 4561 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.10 - - - bundleIdentifier - com.bigboss.srelay.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1204733541 - description - Adds bossprefs SRelay control (based on Cydia's SRelay). Only install if you run SRelay server. Adding unneeded plugins makes BossPrefs slower to load. - hash - 1278b0ac7cc3391f20ec6ab99808a4ca - location - http://thebigboss.org/repofiles/bigboss/bpsrelay.zip - maintainer - Big Boss - name - BossPrefs SRelay Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/SRelay - /Applications/BossPrefs.app/scripts/srelay.sh - /Applications/BossPrefs.app/srelay.png - - - - size - 1916 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 0.50 - - - bundleIdentifier - com.bigboss.tinyproxy.bossprefs - category - Utilities - contact - bigboss@thebigboss.org - date - 1198161681 - description - Adds bossprefs tinyproxy control. Only install if you run tinyproxy server. Adding unneeded plugins makes BossPrefs slower to load. - hash - 3f4bd43bc5e91d32fabf0cb97b0520cf - location - http://thebigboss.org/repofiles/bigboss/bptinyproxy.zip - maintainer - Big Boss - name - BossPrefs Tinyproxy Control - requires - com.bossprefs.bigboss - scripts - - install - - - CopyPath - BossPrefs.app/ - /Applications/BossPrefs.app - - - preflight - - - IfNot - - - ExistsPath - /Applications/BossPrefs.app/BossPrefs - - - - - AbortOperation - You must install BossPrefs first. - - - - - uninstall - - - RemovePath - /Applications/BossPrefs.app/services/Tinyproxy - /Applications/BossPrefs.app/tinyproxy.png - - - - size - 1662 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bossprefscontrols.php - version - 1.00 - - - bundleIdentifier - com.bigboss.bosstool - category - Utilities - contact - bigboss@thebigboss.org - date - 1201419979 - description - Move applications to free disk space, jailbreak prep, etc. - hash - 262446cefc97c2da4ed970140c6c2394 - location - http://thebigboss.org/repofiles/bigboss/bosstool.zip - maintainer - Big Boss - name - BossTool - scripts - - install - - - CopyPath - BossTool.app/ - /Applications/BossTool.app - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install BSD subsystem or Cydia first! - - - - - uninstall - - - RemovePath - /Applications/BossTool.app - - - update - - - RemovePath - /Applications/BossTool.app - - - CopyPath - BossTool.app/ - /Applications/BossTool.app - - - - size - 138215 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bosstool.php - version - 0.35 - - - bundleIdentifier - com.amrut.iphone.CallD - category - Utilities - contact - amrut.joshi@gmail.com - date - 1204702965 - description - A tool for deleting individual Call records. - hash - 87e2689738bc93d6b2695430f4375191 - location - http://repo.smxy.org/iphone-apps/zips/calld-0.01.zip - maintainer - Amrut Joshi - name - CallD - scripts - - install - - - InstallApp - CallD.app - - - uninstall - - - UninstallApp - CallD.app - - - update - - - UninstallApp - CallD.app - - - InstallApp - CallD.app - - - - size - 16928 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphone-calld/ - version - 0.01 - - - bundleIdentifier - com.digitalagua.Capture - category - Utilities - contact - support@digitalagua.com - date - 1205488964 - description - A screenshot utility for iPhone. - hash - 8e736141ff9669445e932fa8b10da3a9 - location - http://thebigboss.org/repofiles/other/capture0.1.0-6.zip - maintainer - Digital Agua - name - Capture - scripts - - install - - - CopyPath - Capture.app/ - /Applications/Capture.app - - - CopyPath - capture/ - /usr/local/bin/capture - - - CopyPath - LaunchDaemons/ - /Library/LaunchDaemons - - - ExecNoError - /bin/chown root /Library/LaunchDaemons/com.digitalagua.capture.plist - - - preflight - - - If - - - FirmwareVersionIs - - 1.0.0 - 1.0.1 - 1.0.2 - 1.1.1 - 1.1.2 - - - - - - AbortOperation - This is only required on 1.1.3 or newer where user is mobile. - - - - - uninstall - - - RemovePath - /Applications/Capture.app - - - RemovePath - /usr/local/bin/capture/Info.plist - - - RemovePath - /usr/local/bin/capture - - - RemovePath - /Library/LaunchDaemons/com.digitalagua.capture.plist - - - - size - 283953 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/relay.php?src=http://iphone.digitalagua.com/capture/ - version - 0.1.0-6 - - - bundleIdentifier - org.akamatsu.Compass - category - Utilities - contact - aka@iamas.ac.jp - date - 1204522080 - description - A compass which indicates the cardinal points under the sunlight. - hash - 92fed805256545dd7e0a4453edbd5095 - location - http://installerpackages.com/Compass.zip - maintainer - Masayuki Akamatsu - name - Compass - scripts - - install - - - CopyPath - Compass.app/ - /Applications/Compass.app - - - uninstall - - - RemovePath - /Applications/Compass.app - - - - size - 124223 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#Compass.app - version - 0.1 - - - bundleIdentifier - com.frazermclean.convert - category - Utilities - contact - frazergmclean@gmail.com - date - 1207649412 - description - Full featured units converter for iPhone with Wizard like interface. Very easy to use. - hash - e49c73267c99373307d65c7a547a58b0 - location - http://thebigboss.org/repofiles/other/convert_1.1.zip - maintainer - Frazer McLean - name - Convert - scripts - - install - - - CopyPath - Convert.app/ - /Applications/Convert.app - - - preflight - - - IfNot - - - InstalledPackage - com.psykoh.jiggy-rt - - - - - AbortOperation - You must install the 'Jiggy Runtime' package first. You can find it in Installer under the 'Development' category. - - - - - uninstall - - - RemovePath - /Applications/Convert.app - - - - size - 33464 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/Convert.php - version - 1.1 - - - RestartSpringBoard - - author - vladimirk - bundleIdentifier - iphone-converter.googlecode.com - category - Utilities - contact - poetic_folly@modmyifone.com - date - 1206548032 - description - Unit Converter for iPhone - hash - adb7db635a1df58de29aea6bab782711 - location - http://installerpackages.com/Converter-0.22b.zip - maintainer - ModMyiFone.com - name - Converter - scripts - - install - - - CopyPath - Converter.app - /Applications/Converter.app - - - uninstall - - - RemovePath - /Applications/Converter.app - - - update - - - RemovePath - /Applications/Converter.app - - - CopyPath - Converter.app - /Applications/Converter.app - - - - size - 386766 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/converter.php - version - 0.22b - - - bundleIdentifier - com.tatonetti.iphone.dockswap - category - Utilities - contact - thespicychicken@gmail.com - date - 1204702965 - description - Take control of your iPhone. With much much more to come... - hash - 28801e5eae155ca6d486d276fecb2adc - location - http://repo.smxy.org/iphone-apps/zips/customize-1.21.zip - maintainer - SpicyChicken - name - Customize - restartSpringBoard - - scripts - - install - - - InstallApp - Customize.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - 1.1.3 - - - - - - AbortOperation - This version of Customize requires Firmware 1.1.[123]. - - - - - uninstall - - - UninstallApp - Customize.app - - - update - - - UninstallApp - Customize.app - - - InstallApp - Customize.app - - - - size - 331483 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 1.21 - - - bundleIdentifier - com.tatonetti.iphone.dockswap.old - category - Utilities - contact - thespicychicken@gmail.com - date - 1204702971 - description - Take control of your iPhone. With much much more to come... - hash - 025644e684d6e58adeba4fe0adce6bbb - location - http://repo.smxy.org/iphone-apps/zips/customize-1.13.zip - maintainer - SpicyChicken - name - Customize (Old) - restartSpringBoard - - scripts - - install - - - InstallApp - Customize.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.0.2 - - - - - - AbortOperation - This version of Customize requires Firmware 1.0.2. - - - - - uninstall - - - UninstallApp - Customize.app - - - update - - - UninstallApp - Customize.app - - - InstallApp - Customize.app - - - - size - 286370 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/customize/ - version - 1.13 - - - bundleIdentifier - org.jwz.daliclock - category - Utilities - contact - mike@michaelakers.net - date - 1204702965 - description - An iPhone port of Dali Clock. (Tap once, for the date.) - hash - 2d4da54acbc10338c4b500f5d3f285a8 - location - http://repo.smxy.org/iphone-apps/zips/daliclock-svn7.zip - maintainer - Mike Akers - name - Dali Clock - scripts - - install - - - InstallApp - DaliClock.app - - - uninstall - - - UninstallApp - DaliClock.app - - - update - - - UninstallApp - DaliClock.app - - - InstallApp - DaliClock.app - - - - size - 45286 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphone-daliclock/ - version - svn7 - - - RestartSpringBoard - - author - Mobin Zadeh Koochak - bundleIdentifier - com.mobinzk.dateconvert - category - Utilities - contact - poetic_folly@modmyifone.com - date - 1204691214 - description - SHAMSI , GREGORIAN , QAMARI Date Convertor. - hash - 7ae2ae987b34f5f84b82f7cda706fdf9 - location - http://installerpackages.com/DateConvert-3.4.zip - maintainer - ModMyiFone.com - name - DateConvert - scripts - - install - - - CopyPath - DateConvert.app - /Applications/DateConvert.app - - - CopyPath - date - /Library/WebServer/Documents/date - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.apache - - - - - AbortOperation - You must install Apache WebServer before installing this package. - - - - - uninstall - - - RemovePath - /Applications/DateConvert.app - - - RemovePath - /Library/WebServer/Documents/date - - - update - - - RemovePath - /Applications/DateConvert.app - - - CopyPath - DateConvert.app - /Applications/DateConvert.app - - - RemovePath - /Library/WebServer/Documents/date - - - CopyPath - date - /Library/WebServer/Documents/date - - - - size - 145733 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://MobinZk.com/iphone - version - 3.4 - - - bundleIdentifier - com.stinkbot.iphone.dial911 - category - Utilities - contact - ste@psmxy.org - date - 1204702963 - description - Tap twice to dial 911, in an emergency. Mis-use WILL get you in serious trouble with The Authorities. USE WISELY. Do NOT test. - hash - d689c45f90eb6b3b011739689d7bb50f - location - http://repo.smxy.org/iphone-apps/zips/911-1.0.zip - maintainer - Ste - name - Dial 911 - scripts - - install - - - InstallApp - 911.app - - - preflight - - - Notice - Tap twice to dial 911, in an emergency. Do NOT test this application. Mis-use of this application WILL get you in serious trouble with The Authorities. USE WISELY. If the application fails, dial 911 manually. If accidentally pressed, press the Home Button to cancel the call. - - - uninstall - - - UninstallApp - 911.app - - - update - - - UninstallApp - 911.app - - - InstallApp - 911.app - - - - size - 8172 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://stinkbot.com/blog/archives/25/ - version - 1.0 - - - bundleIdentifier - com.10base-t.iphone.DropCopy - category - Utilities - contact - Tellmemore@10base-t.com - date - 1207520588 - description - Share files and apps wirelessly. - hash - 638d16245a6994b6c6ae5a8a04b01e6d - location - http://repo.smxy.org/iphone-apps/zips/dropcopy-0.48.zip - maintainer - Eric Redlinger - name - DropCopy - scripts - - install - - - InstallApp - DropCopy.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - 1.1.3 - 1.1.4 - - - - - - AbortOperation - DropCopy requires Firmware 1.1.[1-4]. - - - - - uninstall - - - UninstallApp - DropCopy.app - - - update - - - UninstallApp - DropCopy.app - - - InstallApp - DropCopy.app - - - - size - 355981 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://10base-t.com/iphone - version - 0.48 - - - bundleIdentifier - com.sadun.ephu - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702966 - description - A collection of handy command-line utilities for the iPhone (ONLY). - hash - 9f4896371cc5a63abfa14230f3bc20f3 - location - http://repo.smxy.org/iphone-apps/zips/ephu-0.11.zip - maintainer - Erica Sadun - name - Erica's iPhone Utils - scripts - - install - - - CopyPath - bin - /var/root/bin - - - Notice - Add /var/root/bin to your PATH. - - - uninstall - - - RemovePath - /var/root/bin/abquery - /var/root/bin/alarms - /var/root/bin/getvmails - /var/root/bin/intl - /var/root/bin/noteit - /var/root/bin/oldvrecord - /var/root/bin/picSnap - /var/root/bin/pumpkin - /var/root/bin/recaudio - /var/root/bin/snap2vid - - - update - - - RemovePath - /var/root/bin/abquery - /var/root/bin/alarms - /var/root/bin/getvmails - /var/root/bin/intl - /var/root/bin/noteit - /var/root/bin/oldvrecord - /var/root/bin/picSnap - /var/root/bin/pumpkin - /var/root/bin/recaudio - /var/root/bin/snap2vid - - - CopyPath - bin - /var/root/bin - - - - size - 57182 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/EricaUtilsForiPhone/ - version - 0.11 - - - bundleIdentifier - com.sadun.epou - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702966 - description - Utilities ported to the iPhone and iPod touch. - hash - 1631ef7b2b20f2d1aecc2b064b3a8767 - location - http://repo.smxy.org/iphone-apps/zips/epou-0.06.zip - maintainer - Erica Sadun - name - Erica's Ported Utils - scripts - - install - - - CopyPath - bin - /var/root/bin - - - CopyPath - share - /usr/share - - - Notice - Add /var/root/bin to your PATH. - - - uninstall - - - RemovePath - /var/root/bin/cal - /var/root/bin/ed - /var/root/bin/ffmpeg - /var/root/bin/leave - /var/root/bin/sqlite3 - /var/root/bin/sqlutils/copy2vmail - /var/root/bin/sqlutils/ctime - /var/root/bin/sqlutils/dumpcalls - /var/root/bin/sqlutils/dumpnotes - /var/root/bin/sqlutils/dumpsms - /var/root/bin/units - /var/root/bin/wget - /usr/share/misc/units.lib - - - update - - - RemovePath - /var/root/bin/cal - /var/root/bin/ed - /var/root/bin/ffmpeg - /var/root/bin/leave - /var/root/bin/sqlite3 - /var/root/bin/sqlutils/copy2vmail - /var/root/bin/sqlutils/ctime - /var/root/bin/sqlutils/dumpcalls - /var/root/bin/sqlutils/dumpnotes - /var/root/bin/sqlutils/dumpsms - /var/root/bin/units - /var/root/bin/wget - /usr/share/misc/units.lib - - - CopyPath - bin - /var/root/bin - - - CopyPath - share - /usr/share - - - - size - 2617918 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/PortedUtilities/ - version - 0.06 - - - bundleIdentifier - com.sadun.eu - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702967 - description - A collection of handy command-line utilities. - hash - fa9c7729d5dd3a6ad9e089763c55ee38 - location - http://repo.smxy.org/iphone-apps/zips/eu-0.55.zip - maintainer - Erica Sadun - name - Erica's Utilities - scripts - - install - - - CopyPath - bin - /var/root/bin - - - Notice - Add /var/root/bin to your PATH. - - - uninstall - - - RemovePath - /var/root/bin/alert - /var/root/bin/autosnap - /var/root/bin/catch - /var/root/bin/doAlert - /var/root/bin/doPrompt - /var/root/bin/doQuery - /var/root/bin/doSafari - /var/root/bin/ip-print - /var/root/bin/phoneCheck - /var/root/bin/phonetime - /var/root/bin/playaudio - /var/root/bin/plutil - /var/root/bin/restart - /var/root/bin/sendFileByMail - /var/root/bin/showPic - /var/root/bin/snap - /var/root/bin/snap2album - /var/root/bin/snapngo - /var/root/bin/sound - /var/root/bin/startafp - /var/root/bin/throw - /var/root/bin/timedAlert - /var/root/bin/toggle - /var/root/bin/toJPEG - /var/root/bin/xwidg - - - update - - - RemovePath - /var/root/bin/alert - /var/root/bin/autosnap - /var/root/bin/catch - /var/root/bin/doAlert - /var/root/bin/doPrompt - /var/root/bin/doQuery - /var/root/bin/doSafari - /var/root/bin/Info.plist - /var/root/bin/ip-print - /var/root/bin/phoneCheck - /var/root/bin/phonetime - /var/root/bin/playaudio - /var/root/bin/plutil - /var/root/bin/restart - /var/root/bin/sendFileByMail - /var/root/bin/showPic - /var/root/bin/snap - /var/root/bin/snap2album - /var/root/bin/snapngo - /var/root/bin/sound - /var/root/bin/startafp - /var/root/bin/throw - /var/root/bin/timedAlert - /var/root/bin/toggle - /var/root/bin/toJPEG - /var/root/bin/xwidg - - - CopyPath - bin - /var/root/bin - - - - size - 91997 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/EricaUtilities/ - version - 0.55 - - - RestartSpringBoard - - author - John L. Allen - bundleIdentifier - com.mauvila.funiculus - category - Utilities - contact - Software@Mauvila.com - date - 1204326578 - description - Guitar tuner (microphone-based). For iPhone only. - hash - 721e0ac3a9f5791ce5541bcdc84b7237 - location - http://installerpackages.com/Funiculus-0.60.zip - maintainer - ModMyiFone.com - name - Funiculus - scripts - - install - - - CopyPath - Funiculus.app - /Applications/Funiculus.app - - - uninstall - - - RemovePath - /Applications/Funiculus.app - - - update - - - RemovePath - /Applications/Funiculus.app - - - CopyPath - Funiculus.app - /Applications/Funiculus.app - - - - size - 239363 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/funiculus.php - version - 0.60 - - - bundleIdentifier - cl.saint-jean.geopedia - category - Utilities - contact - felipe.saint-jean@yale.edu - date - 1207743151 - description - Access Wikipedia in a location-aware way. - hash - d650a8048e44611b9554cb142e4a1144 - location - http://thebigboss.org/repofiles/other/GeoPedia.zip - maintainer - Trivialware - name - GeoPedia - scripts - - install - - - CopyPath - GeoPedia.app - /Applications/GeoPedia.app - - - uninstall - - - RemovePath - /Applications/GeoPedia.app - - - - size - 41723 - source - http://thebigboss.org/repo.xml - url - http://thebigboss.org/moreinfo/GeoPedia.php - version - 0.11 - - - bundleIdentifier - nl.robota.iphone.guitartuner - category - Utilities - contact - nosupport@robota.nl - date - 1204702967 - description - Very basic but free Guitar Tuner for default 6 string guitar tuning. - hash - 43464e31841d12e1213a8e043a9b067d - location - http://repo.smxy.org/iphone-apps/zips/guitartuner-1.1.zip - maintainer - Robota Softwarehouse - name - Guitar Tuner - restartSpringBoard - - scripts - - install - - - InstallApp - GuitarTuner.app - - - uninstall - - - UninstallApp - GuitarTuner.app - - - update - - - UninstallApp - GuitarTuner.app - - - InstallApp - GuitarTuner.app - - - - size - 97631 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - version - 1.1 - - - bundleIdentifier - com.hidepod.HidePod - category - Utilities - contact - info@hidepod.com - date - 1207445365 - description - Hide Media (Videos) and applications behind a Calculator. - hash - 51c561765024f4b18ab0d89c98b1f254 - location - http://thebigboss.org/repofiles/other/hidepod-1.zip - maintainer - HidePod.com - name - HidePod - scripts - - install - - - CopyPath - HidePod.app/ - /Applications/HidePod.app - - - uninstall - - - RemovePath - /Applications/HidePod.app - - - - size - 996170 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/HidePod.php - version - 1.0-1 - - - bundleIdentifier - net.fors.iphone.hp11c - category - Utilities - contact - tom@fors.net - date - 1202792324 - description - HP-11C scientific programmable calculator emulator. See More Info for changes. - hash - 69ea13f2da71031607876e7453f5e021 - location - http://hpcalc-iphone.googlecode.com/files/hp11c-1.0.7.zip - maintainer - Thomas Fors - name - HP-11C - scripts - - install - - - CopyPath - HP-11C.app - /Applications/HP-11C.app - - - Exec - /Applications/HP-11C.app/hp11c --init - - - uninstall - - - Exec - /Applications/HP-11C.app/hp11c --reset - - - RemovePath - /Applications/HP-11C.app - - - update - - - RemovePath - /Applications/HP-11C.app - - - CopyPath - HP-11C.app - /Applications/HP-11C.app - - - Exec - /Applications/HP-11C.app/hp11c --init - - - - size - 247524 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://hpcalc-iphone.googlecode.com/svn/repo/hp11c.html - version - 1.0.7 - - - bundleIdentifier - net.fors.iphone.hp12c - category - Utilities - contact - tom@fors.net - date - 1202792204 - description - HP-12C financial programmable calculator emulator. v1.0.3 fixes keypad and display issues. - hash - 7052c2577a03a63ab306c4234a4b0402 - location - http://hpcalc-iphone.googlecode.com/files/hp12c-1.0.6.zip - maintainer - Thomas Fors - name - HP-12C - scripts - - install - - - CopyPath - HP-12C.app - /Applications/HP-12C.app - - - Exec - /Applications/HP-12C.app/hp12c --init - - - uninstall - - - Exec - /Applications/HP-12C.app/hp12c --reset - - - RemovePath - /Applications/HP-12C.app - - - update - - - RemovePath - /Applications/HP-12C.app - - - CopyPath - HP-12C.app - /Applications/HP-12C.app - - - Exec - /Applications/HP-12C.app/hp12c --init - - - - size - 233742 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://hpcalc-iphone.googlecode.com/svn/repo/hp12c.html - version - 1.0.6 - - - bundleIdentifier - net.fors.iphone.hp15c - category - Utilities - contact - tom@fors.net - date - 1202792204 - description - HP-15C advanced scientific programmable calculator emulator. See More Info for changes. - hash - 87c552fab8fb4312759a35142c23300c - location - http://hpcalc-iphone.googlecode.com/files/hp15c-1.0.9.zip - maintainer - Thomas Fors - name - HP-15C - scripts - - install - - - CopyPath - HP-15C.app - /Applications/HP-15C.app - - - Exec - /Applications/HP-15C.app/hp15c --init - - - uninstall - - - Exec - /Applications/HP-15C.app/hp15c --reset - - - RemovePath - /Applications/HP-15C.app - - - update - - - RemovePath - /Applications/HP-15C.app - - - CopyPath - HP-15C.app - /Applications/HP-15C.app - - - Exec - /Applications/HP-15C.app/hp15c --init - - - - size - 273374 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://hpcalc-iphone.googlecode.com/svn/repo/hp15c.html - version - 1.0.9 - - - bundleIdentifier - net.fors.iphone.hp16c - category - Utilities - contact - tom@fors.net - date - 1202792324 - description - HP-16C computer scientist programmable calculator emulator. v1.0.2 fixes keypad and display issues. - hash - 898db9ac2977288f1ac0d534cb6cb810 - location - http://hpcalc-iphone.googlecode.com/files/hp16c-1.0.5.zip - maintainer - Thomas Fors - name - HP-16C - scripts - - install - - - CopyPath - HP-16C.app - /Applications/HP-16C.app - - - Exec - /Applications/HP-16C.app/hp16c --init - - - uninstall - - - Exec - /Applications/HP-16C.app/hp16c --reset - - - RemovePath - /Applications/HP-16C.app - - - update - - - RemovePath - /Applications/HP-16C.app - - - CopyPath - HP-16C.app - /Applications/HP-16C.app - - - Exec - /Applications/HP-16C.app/hp16c --init - - - - size - 244087 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://hpcalc-iphone.googlecode.com/svn/repo/hp16c.html - version - 1.0.5 - - - RestartSpringBoard - - author - NetMage - bundleIdentifier - us.scw.idialer - category - Utilities - contact - wilsonpm@gamewood.net - date - 1205547945 - description - Dialer replacement. - hash - f68a416c7c7222135261e260f8194d8a - location - http://installerpackages.com/iDialer-3.0.zip - maintainer - ModMyiFone.com - name - iDialer - scripts - - install - - - CopyPath - iDialer.app - /Applications/iDialer.app - - - uninstall - - - RemovePath - /Applications/iDialer.app - - - update - - - RemovePath - /Applications/iDialer.app - - - CopyPath - iDialer.app - /Applications/iDialer.app - - - - size - 50223 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/idialer.php - version - 3.0-1 - - - bundleIdentifier - org.vonnieda.iphone.iGXP2 - category - Utilities - contact - iphone@conceitedsoftware.com - date - 1193761312 - description - iPhone version of GXP2, the OS X Golf Scoring Application. - location - http://www.macminicolo.net/conceited/iphone/zips/iGXP2.zip - maintainer - Conceited Software - name - iGolfXP2 - scripts - - install - - - CopyPath - Applications/ - /Applications - - - uninstall - - - RemovePath - /Applications/iGXP2.app/ - - - - size - 73363 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://www.spoon.com.br - version - 1.0 - - - bundleIdentifier - nl.iphone.iLevel - category - Utilities - contact - nosupport@robota.nl - date - 1204702968 - description - Make a Level out of your iPhone. - hash - 4beceaf682795d9a940af14e0ba1093e - location - http://repo.smxy.org/iphone-apps/zips/ilevel-0.01.zip - maintainer - Robota Softwarehouse - name - iLevel - restartSpringBoard - - scripts - - install - - - InstallApp - iLevel.app - - - uninstall - - - UninstallApp - iLevel.app - - - update - - - UninstallApp - iLevel.app - - - InstallApp - iLevel.app - - - - size - 65571 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.robota.nl/ - version - 0.01 - - - bundleIdentifier - com.chrismiles.iMapIdle - category - Utilities - contact - iphone@rustyredwagon.com - date - 1204505082 - description - Simulates "Push Email" with your IMAP server. - hash - 8bac87de4089187ccd9327382b007fa1 - location - http://repo.smxy.org/iphone-apps/zips/imapidle-0.6.zip - maintainer - Chris Miles - name - iMapIdle - scripts - - install - - - InstallApp - iMapIdle.app - - - uninstall - - - UninstallApp - iMapIdle.app - - - update - - - UninstallApp - iMapIdle.app - - - InstallApp - iMapIdle.app - - - - size - 31142 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphone.rustyredwagon.com/ - version - 0.6 - - - bundleIdentifier - com.imalc.insomnia - category - Utilities - contact - mh@imalc.com - date - 1205341512 - description - Allows applications to continue to run and WiFi to work long after the screen has been switched off. - hash - 1a7412c2727ef140d720fefb5486af38 - location - http://repo.smxy.org/iphone-apps/zips/insomnia-1.0.zip - maintainer - Malcolm Hall - name - Insomnia - scripts - - install - - - InstallApp - Insomnia.app - - - uninstall - - - UninstallApp - Insomnia.app - - - update - - - UninstallApp - Insomnia.app - - - InstallApp - Insomnia.app - - - - size - 23603 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/iphone-insomnia/ - version - 1.0 - - - bundleIdentifier - com.mxweas.InstaFresh - category - Utilities - contact - Max@MxWeas.com - date - 1207202042 - description - Auto Refresh Installer Sources & Disable Installer's Auto-Refresh. - hash - 0148db19ecf3838ca0837ea6637f85e8 - location - http://thebigboss.org/repofiles/other/InstaFresh-1.0a.zip - maintainer - mxweas - name - InstaFresh - scripts - - install - - - CopyPath - InstaFresh.app - /Applications/InstaFresh.app - - - CopyPath - InstaFreshd - /usr/bin/InstaFreshd - - - uninstall - - - ExecNoError - /bin/launchctl unload -w /System/Library/LaunchDaemons/com.mxweas.InstaFreshd.plist - - - RemovePath - /Applications/InstaFresh.app - /usr/bin/InstaFreshd - /System/Library/LaunchDaemons/com.mxweas.InstaFreshd.plist - - - - size - 38258 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/Instafresh.php - version - 1.0a - - - bundleIdentifier - com.wahkiz.app.iPark - category - Utilities - contact - wahkiz@gmail.com - date - 1206891057 - description - Dude, where's my car? - hash - 122a374c5892a3bbdbceef03b1f0e27b - location - http://installerpackages.com/iPark-0.2.zip - maintainer - wahkiz - name - iPark - scripts - - install - - - CopyPath - iPark.app/ - /Applications/iPark.app - - - uninstall - - - RemovePath - /Applications/iPark.app - - - update - - - RemovePath - /Applications/iPark.app - - - CopyPath - iPark.app/ - /Applications/iPark.app - - - - size - 155573 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/ipark.php - version - 0.2 - - - bundleIdentifier - com.jjones.iPhoneHome - category - Utilities - contact - dashbuster@gmail.com - date - 1204702968 - description - only. - hash - d18be0740cd3a6d50435362aef1e536d - location - http://repo.smxy.org/iphone-apps/zips/iphonehome-0.7.3.zip - maintainer - Jerry Jones - name - iPhoneHome - scripts - - install - - - InstallApp - iPhoneHome.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - - - - - - AbortOperation - iPhoneHome requires Firmware 1.1.[12]. - - - - - uninstall - - - UninstallApp - iPhoneHome.app - - - update - - - UninstallApp - iPhoneHome.app - - - InstallApp - iPhoneHome.app - - - - size - 67177 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://iphone.dashbuster.com/iphonehome.html - version - 0.7.3 - - - bundleIdentifier - nl.robota.iphone.ispit - category - Utilities - contact - nosupport@robota.nl - date - 1204702969 - description - Tiny and fast http server to browse and download files from your iPhone using your favorite browser. - hash - 7cacea4db4180a3bfd50f1c33de570e1 - location - http://repo.smxy.org/iphone-apps/zips/ispit-1.5.zip - maintainer - Robota Softwarehouse - name - iSpit - restartSpringBoard - - scripts - - install - - - InstallApp - iSpit.app - - - CopyPath - Library - /Library - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/nl.robota.iphone.ispit.plist - - - - - Notice - Please restart your iPhone after this install finishes. - - - - - uninstall - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/nl.robota.iphone.ispit.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - UninstallApp - iSpit.app - - - RemovePath - /Library/LaunchDaemons/nl.robota.iphone.ispit.plist - - - update - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/nl.robota.iphone.ispit.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - UninstallApp - iSpit.app - - - RemovePath - /Library/LaunchDaemons/nl.robota.iphone.ispit.plist - /usr/bin/mini80 - - - InstallApp - iSpit.app - - - CopyPath - Library - /Library - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/nl.robota.iphone.ispit.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - size - 55175 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - version - 1.5 - - - bundleIdentifier - com.kroo.iSplit - category - Utilities - contact - ste@psmxy.org - date - 1204702969 - description - Quickly split up a bill among multiple parties. - hash - 6d3e6772beb6a5c0543c8b2df90e9974 - location - http://repo.smxy.org/iphone-apps/zips/isplit-0.981beta.zip - maintainer - Ste - name - iSplit - scripts - - install - - - InstallApp - iSplit.app - - - uninstall - - - UninstallApp - iSplit.app - - - update - - - UninstallApp - iSplit.app - - - InstallApp - iSplit.app - - - - size - 30218 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/isplit/ - version - 0.981beta-1 - - - RestartSpringBoard - - author - Marcio - bundleIdentifier - com.mca.iphone-apps.toggle - category - Utilities - contact - poetic_folly@modmyifone.com - date - 1196367900 - description - UPDATED TO WORK WITH 1.1.2! Allows you to toggle Phone, EDGE, Bluetooth, SSH, and more. - location - http://installerzips.poeticfolly.com/iToggle.zip - maintainer - ModMyiFone.com - name - iToggle - scripts - - install - - - CopyPath - iToggle.app - /Applications/iToggle.app - - - uninstall - - - RemovePath - /Applications/iToggle.app - - - update - - - RemovePath - /Applications/iToggle.app - - - CopyPath - iToggle.app - /Applications/iToggle.app - - - - size - 46206 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://web.newsguy.com/marcio/iphone/itoggle/ - version - 1.0.5 - - - bundleIdentifier - com.codealistic.itrac - category - Utilities - contact - mail@codealistic.com - date - 1204505084 - description - Track UPS/FedEx/USPS packages. - hash - 51baa106ad01e7946c364a3214131499 - location - http://repo.smxy.org/iphone-apps/zips/itrac-1.0rc1.zip - maintainer - Raquel Galan - name - iTrac - scripts - - install - - - InstallApp - iTrac.app - - - uninstall - - - UninstallApp - iTrac.app - - - update - - - UninstallApp - iTrac.app - - - InstallApp - iTrac.app - - - - size - 59621 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - version - 1.0rc1 - - - bundleIdentifier - com.persian.ja - category - Utilities - contact - hfarnoud@aol.com - date - 1207143401 - description - Jalali Date can convert Georgian date to Jalali Date. - hash - 8e0780995f7062fdcb525e93e21c4260 - location - http://thebigboss.org/repofiles/other/jalali_0.01.zip - maintainer - Hadi Farnoud - name - Jalali Date - scripts - - install - - - CopyPath - Jalali date.app/ - /Applications/Jalali date.app - - - preflight - - - IfNot - - - InstalledPackage - com.psykoh.jiggy-rt - - - - - AbortOperation - You must install the 'Jiggy Runtime' package first. You can find it in Installer under the 'Development' category. - - - - - uninstall - - - RemovePath - /Applications/Jalali date.app - - - - size - 221510 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/JalaliDate.php - version - 0.01b - - - bundleIdentifier - com.sadun.JohnTool - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702969 - description - Disables SummerBoard power management, so network connections stay alive. - hash - a6fba1126fec226cbc6605f2caf8a1bc - location - http://repo.smxy.org/iphone-apps/zips/johntool-0.1.zip - maintainer - Erica Sadun - name - JohnTool - scripts - - install - - - InstallApp - JohnTool.app - - - uninstall - - - UninstallApp - JohnTool.app - - - update - - - UninstallApp - JohnTool.app - - - InstallApp - JohnTool.app - - - - size - 45892 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Misc/JohnTool/ - version - 0.1-1 - - - bundleIdentifier - com.skylarcantu.utilities.killBoard - category - Utilities - contact - TouchRepo@gmail.com - date - 1201729500 - description - Simple tool to Respring. Helpful for experimenting with 1.1.3 - hash - 7927b3a61ba39c29d624d27020c63e35 - location - http://www.touchrepo.com/Utilities/killBoard.app.zip - maintainer - Skylar - name - killBoard - scripts - - install - - - InstallApp - killBoard.app/ - - - Exec - /bin/chmod -R 755 /Applications/killBoard.app - - - Exec - /bin/chmod +s /Applications/killBoard.app/killBoard - - - uninstall - - - UninstallApp - killBoard.app - - - - size - 13976 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - url - http://www.touchrepo.com/placeholder.html - version - 1.0.1 - - - RestartSpringBoard - - author - Netmage - bundleIdentifier - us.scw.laps2note - category - Utilities - contact - scw@gamewood.net - date - 1204088173 - description - Paste your Laps info into your Notes. - hash - 7318f4bdcb02d94cd214f8c9fb3c5a2b - location - http://installerpackages.com/Laps2Note-1.01.zip - maintainer - Netmage - name - Laps2Note - scripts - - install - - - CopyPath - Laps2Note.app - /Applications/Laps2Note.app - - - uninstall - - - RemovePath - /Applications/Laps2Note.app - - - update - - - RemovePath - /Applications/Laps2Note.app - - - CopyPath - Laps2Note.app - /Applications/Laps2Note.app - - - - size - 23305 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/laps2note.php - version - 1.10 - - - bundleIdentifier - com.sonseo.locateme - category - Utilities - contact - soneso@mac.com - date - 1204702970 - description - Show your current location in a map, using information from cell towers. - hash - 44eb2f9da06befabbc28af87b159705a - location - http://repo.smxy.org/iphone-apps/zips/locateme-0.5.zip - maintainer - Chris - name - LocateMe - restartSpringBoard - - scripts - - install - - - InstallApp - LocateMe.app - - - uninstall - - - UninstallApp - LocateMe.app - - - update - - - UninstallApp - LocateMe.app - - - InstallApp - LocateMe.app - - - - size - 186339 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.soneso.com/ - version - 0.5 - - - bundleIdentifier - com.mca.iphone-apps.macalc - category - Utilities - contact - buzios@pobox.com - date - 1205278158 - description - RPN/Algebraic multi function calculator. - hash - 2b7a49b8b9d7558488709ca0754e9aa7 - location - http://installerpackages.com/MACalc-0.1.7.zip - maintainer - Marcio Almeida - name - MACalc - restartSpringBoard - - scripts - - install - - - If - - - ExistsPath - /Applications/MACalc.app/b_blue.png - - - - - RemovePath - /Applications/MACalc.app - - - RemovePath - /var/root/Library/MACalc - - - - - CopyPath - MACalc.app - /Applications/MACalc.app - - - uninstall - - - RemovePath - /Applications/MACalc.app - - - RemovePath - /var/root/Library/MACalc - - - update - - - CopyPath - MACalc.app - /Applications/MACalc.app - - - - size - 483724 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/macalc.php - version - 0.1.7 - - - bundleIdentifier - com.sadun.makeitmine - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702970 - description - Lets you set a fake carrier. - hash - 0bdf3f80c9348047fa28fb05c58a9d78 - location - http://repo.smxy.org/iphone-apps/zips/mim-0.03-113.zip - maintainer - Erica Sadun - name - Make It Mine - restartSpringBoard - - scripts - - install - - - InstallApp - MIM.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[34] is required for this version of "Make It Mine". - - - - - uninstall - - - UninstallApp - MIM.app - - - update - - - UninstallApp - MIM.app - - - InstallApp - MIM.app - - - - size - 14017 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/?p=86 - version - 0.03-113 - - - bundleIdentifier - com.nambrot.mapsoffline - category - Utilities - contact - nambrot@googlemail.com - date - 1207989250 - description - Maps Offline lets you store your Map app maps to use when there is no internet. - hash - 95d6c1c55ae353d832bf8f0a0ecc1a30 - location - http://thebigboss.org/repofiles/other/mapsoffline.zip - maintainer - Nam Chu Hoai - name - Maps Offline - scripts - - install - - - CopyPath - Maps Offline.app/ - /Applications/Maps Offline.app - - - preflight - - - If - - - FirmwareVersionIs - - 1.0.0 - 1.0.1 - 1.0.2 - 1.1.1 - 1.1.2 - - - - - - AbortOperation - This requires 1.1.3 or newer for google maps with locator. - - - - - IfNot - - - InstalledPackage - com.psykoh.jiggy-rt - - - - - AbortOperation - You must install the 'Jiggy Runtime' package first. You can find it in Installer under the 'Development' category. - - - - - uninstall - - - RemovePath - /Applications/Maps Offline.app - - - - size - 19276 - source - http://thebigboss.org/repo.xml - sponsor - http://thebigboss.org/ - url - http://thebigboss.org/moreinfo/MapsOffline.php - version - 0.1 - - - bundleIdentifier - com.sadun.pdfviewer - category - Utilities - contact - iphone@conceitedsoftware.com - date - 1194444758 - description - PDF Viewer for the iPhone. - location - http://www.macminicolo.net/conceited/iphone/zips/PDFViewer.zip - maintainer - Conceited Software - name - PDFViewer - scripts - - install - - - CopyPath - Applications/ - /Applications - - - Notice - Please place PDF files in /var/root/Media/PDF - - - preflight - - - Notice - NOTE: This program is in the alpha stage of development. - - - uninstall - - - RemovePath - /Applications/PDFViewer.app/ - - - - size - 55852 - source - http://www.macminicolo.net/conceited/iphone/cache.plist - url - http://iphone.natetrue.com - version - 0.03 - - - bundleIdentifier - org.akamatsu.picocalc - category - Utilities - contact - aka@iamas.ac.jp - date - 1207544555 - description - A tiny number memo which can be added and subtracted. - hash - 75be37213b9216eabcbd79d00554b9d3 - location - http://installerpackages.com/picocalc-0.1.zip - maintainer - Masayuki Akamatsu - name - picocalc - scripts - - install - - - CopyPath - picocalc.app/ - /Applications/picocalc.app - - - uninstall - - - RemovePath - /Applications/picocalc.app - - - - size - 11658 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/picocalc.php - version - 0.1 - - - bundleIdentifier - org.akamatsu.picomemo - category - Utilities - contact - aka@iamas.ac.jp - date - 1204522080 - description - A tiny memo which is shown on the home screen. - hash - 6ee1b7fe5205ed949ce3b536f23cb967 - location - http://installerpackages.com/picomemo.zip - maintainer - Masayuki Akamatsu - name - picomemo - scripts - - install - - - CopyPath - picomemo.app/ - /Applications/picomemo.app - - - uninstall - - - RemovePath - /Applications/picomemo.app - - - - size - 36855 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#picomemo.app - version - 0.1 - - - bundleIdentifier - com.bigboss.poof - category - Utilities - contact - bigboss@thebigboss.org - date - 1204169346 - description - Hide/show applications on springboard (desktop) on 1.1.3. - hash - d600522db25712c54f0279f618180af1 - location - http://thebigboss.org/repofiles/bigboss/poof_1.11.zip - maintainer - BigBoss - name - Poof - scripts - - install - - - CopyPath - Poof.app/ - /Applications/Poof.app - - - Notice - Make sure if you use Categories that you also update to v1.70 or greater. Otherwise the hidden list can become corrupted. - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Poof's method of hiding icons is all that works on 1.1.3, but it is incompabible to customize's method. So use customize on less than 1.1.3 devices. - - - - - uninstall - - - RemovePath - /Applications/Poof.app - - - Notice - Your apps will not be unhiden by uninstalling this. If you want them unhidden you need to reinstall this and unhide them first. - - - - size - 29825 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/poof.php - version - 1.11 - - - bundleIdentifier - com.jrobinsonmedia.remotenote - category - Utilities - contact - jrobinsonmedia@gmail.com - date - 1207733132 - description - Edit your notes from your pc web browser. - hash - a4b376c6ff1c4a36d57584d8cca61ca5 - location - http://thebigboss.org/repofiles/other/remotenote_1.0.zip - maintainer - John Robinson - name - RemoteNote - scripts - - install - - - CopyPath - RemoteNote.app/ - /Applications/RemoteNote.app - - - preflight - - - IfNot - - - InstalledPackage - com.psykoh.jiggy-rt - - - - - AbortOperation - You must install the 'Jiggy Runtime' package first. You can find it in Installer under the 'Development' category. - - - - - uninstall - - - RemovePath - /Applications/RemoteNote.app - - - - size - 312882 - source - http://thebigboss.org/repo.xml - sponsor - thebigboss.org - url - http://thebigboss.org/moreinfo/RemoteNote.php - version - 1.0.0 - - - bundleIdentifier - com.bigboss.respring - category - Utilities - contact - bigboss@thebigboss.org - date - 1206709061 - description - This app resets springboard for you. On 1.1.3 or newer, it uses the set language mode to do a respring without a lock. - hash - 21e6ac237844a5172d16a504937d488f - location - http://thebigboss.org/repofiles/bigboss/respring.zip - maintainer - Big Boss - name - Respring - scripts - - install - - - CopyPath - Respring.app/ - /Applications/Respring.app - - - uninstall - - - RemovePath - /Applications/Respring.app - - - - size - 17521 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/respring.php - version - 1.0 - - - bundleIdentifier - org.akamatsu.Respring - category - Utilities - contact - aka@iamas.ac.jp - date - 1204522080 - description - A simple utility to restart the Springboard. - hash - 15cb0f734624af0f268822bf7d33382b - location - http://installerpackages.com/Respring-010.zip - maintainer - Masayuki Akamatsu - name - Respring - scripts - - install - - - CopyPath - Respring.app/ - /Applications/Respring.app - - - uninstall - - - RemovePath - /Applications/Respring.app - - - - size - 39887 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.iamas.ac.jp/~aka/iphone/index.html#Respring.app - version - 0.1 - - - bundleIdentifier - nl.robota.iphone.screenshotcontroller - category - Utilities - contact - nosupport@robota.nl - date - 1204702971 - description - Screenshots by tapping floating buttons. JPG, PNG or PDF and to the camera dir and email, easy to use. - hash - b827ed72606ad29b82ee1785a4631e87 - location - http://repo.smxy.org/iphone-apps/zips/screenshot-1.2.1.zip - maintainer - Robota Softwarehouse - name - ScreenShot - restartSpringBoard - - scripts - - install - - - InstallApp - ScreenShot.app - - - CopyPath - usr - /usr - - - CopyPath - Library - /Library - - - uninstall - - - UninstallApp - ScreenShot.app - - - RemovePath - /Library/LaunchDaemons/nl.robota.iphone.screenshot.plist - /usr/bin/screenshot - - - update - - - UninstallApp - ScreenShot.app - - - RemovePath - /Library/LaunchDaemons/nl.robota.iphone.screenshot.plist - /usr/bin/screenshot - - - InstallApp - ScreenShot.app - - - CopyPath - usr - /usr - - - CopyPath - Library - /Library - - - - size - 149973 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.robota.nl/products/iPhone%20Screenshot.html - version - 1.2.1 - - - bundleIdentifier - com.polarbearfarm.search - category - Utilities - contact - layton@polarbearfarm.com - date - 1204702972 - description - Search your contacts and call them. Dial up a date and go straight to it in Calendar. - hash - 841905fd92f9d2a47912b703bb98c9ac - location - http://repo.smxy.org/iphone-apps/zips/search-1.08.1b.zip - maintainer - Layton Duncan - name - Search - scripts - - install - - - InstallApp - Search.app - - - uninstall - - - UninstallApp - Search.app - - - update - - - UninstallApp - Search.app - - - InstallApp - Search.app - - - - size - 84331 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.polarbearfarm.com/installerabout.php - version - 1.08.1b - - - bundleIdentifier - com.sadun.SendFile - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702972 - description - SendFile allows you to email any file placed into ~/Media/Documents. - hash - f7888bbfb3af4d50634537e1922ca41e - location - http://repo.smxy.org/iphone-apps/zips/sendfile-0.37.zip - maintainer - Erica Sadun - name - SendFile - scripts - - install - - - InstallApp - SendFile.app - - - preflight - - - Notice - READ the info page for this tool. SendFile is charity-ware. If you use this program, please make a contribution to http://www.faithinpractice.org. - - - uninstall - - - UninstallApp - SendFile.app - - - update - - - UninstallApp - SendFile.app - - - InstallApp - SendFile.app - - - - size - 31207 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Applications/SendFile/ - version - 0.37 - - - bundleIdentifier - com.sadun.sensors - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702972 - description - Utility to monitor and measure live accelerometer values. - hash - 4a963e61d3c95aaac34e374b74a59c9c - location - http://repo.smxy.org/iphone-apps/zips/sensors-0.2.zip - maintainer - Erica Sadun - name - Sensors - restartSpringBoard - - scripts - - install - - - InstallApp - Sensors.app - - - uninstall - - - UninstallApp - Sensors.app - - - update - - - UninstallApp - Sensors.app - - - InstallApp - Sensors.app - - - - size - 21355 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/DevTools/Sensors/ - version - 0.2-1 - - - bundleIdentifier - com.byhoffman.iphone-apps.services - category - Utilities - contact - ste@psmxy.org - date - 1204702973 - description - Turn Edge, Bluetooth, Wifi, and OpenSSH on and off. - hash - 2694b80a7805e0add7e6081198751c4f - location - http://repo.smxy.org/iphone-apps/zips/services-0.6.7.zip - maintainer - Ste - name - Services - scripts - - install - - - InstallApp - Services.app - - - uninstall - - - UninstallApp - Services.app - - - update - - - UninstallApp - Services.app - - - InstallApp - Services.app - - - - size - 52366 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://hackint0sh.org/forum/showthread.php?t=8177 - version - 0.6.7 - - - bundleIdentifier - com.natetrue.smsnotify - category - Utilities - contact - ttr@natetrue.com - date - 1204505089 - description - Vibrates every 15 seconds when you have an unread SMS. - hash - 54e8b50e90fe92b4a3c0b9b50cc8e437 - location - http://repo.smxy.org/iphone-apps/zips/smsnotify-0.01.zip - maintainer - Nate True - name - SMSNotify - scripts - - install - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/net.ations.cre.smsnotify.plist - - - - - Notice - Please restart your iPhone after this install finishes. - - - - - preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - You must install the BSD Subsystem package first. - - - - - uninstall - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/net.ations.cre.smsnotify.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - RemovePath - /usr/local/smsnotify - /Library/LaunchDaemons/net.ations.cre.smsnotify.plist - - - update - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/net.ations.cre.smsnotify.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - RemovePath - /usr/local/smsnotify - /Library/LaunchDaemons/net.ations.cre.smsnotify.plist - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/net.ations.cre.smsnotify.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - size - 203022 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://cre.ations.net/blog/post/smsnotify--keeps-your-iphone-vibrating-when-theres-an-unread-sm - version - 0.01 - - - bundleIdentifier - org.snapture - category - Utilities - contact - contact@snapture.org - date - 1207734595 - description - Snapture is full featured advanced camera app that extends the possibilities for iPhone photography. - hash - 5112702dd257db84a6ffe581e5913ce9 - location - http://thebigboss.org/repofiles/other/snapture_1.2.zip - maintainer - snapture.org - name - Snapture - scripts - - install - - - CopyPath - Snapture.app/ - /Applications/Snapture.app - - - CopyPath - Preferences/ - ~/Library/Preferences - - - uninstall - - - RemovePath - /Applications/Snapture.app - ~/Library/Preferences/org.snapture.plist - - - - size - 177743 - source - http://thebigboss.org/repo.xml - sponsor - thebigboss.org - url - http://thebigboss.org/moreinfo/Snapture.php - version - 1.2-1 - - - bundleIdentifier - com.bigboss.SpeedDial - category - Utilities - contact - bigboss@thebigboss.org - date - 1204206479 - description - Set up speed dials for commonly dialed numbers. - hash - 1557b835cd275dc31f724c1fd3330c26 - location - http://thebigboss.org/repofiles/bigboss/speeddial_0.61.zip - maintainer - Big Boss - name - SpeedDial - scripts - - install - - - CopyPath - SpeedDial.app - /Applications/SpeedDial.app - - - uninstall - - - RemovePath - /Applications/SpeedDial.app - - - update - - - RemovePath - /Applications/SpeedDial.app - - - CopyPath - SpeedDial.app - /Applications/SpeedDial.app - - - - size - 54015 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/SpeedDial.php - version - 0.61 - - - bundleIdentifier - com.iphonedevdocs.Splitter - category - Utilities - contact - aaronmiller@gmail.com - date - 1204702973 - description - Quickly split up a bill among multiple parties. - hash - 9ae58bcc1a8ea9187c117caaa594bce3 - location - http://repo.smxy.org/iphone-apps/zips/splitter-0.4.0.zip - maintainer - Aaron Miller - name - Splitter - scripts - - install - - - InstallApp - Splitter.app - - - uninstall - - - UninstallApp - Splitter.app - - - update - - - UninstallApp - Splitter.app - - - InstallApp - Splitter.app - - - - size - 47090 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://code.google.com/p/isplitter/ - version - 0.4.0 - - - bundleIdentifier - com.skylarcantu.utilities.statusStyle - category - Utilities - contact - TouchRepo@gmail.com - date - 1204760631 - description - Tool to change SpringBoard's Default StatusBar. - hash - a750b77a12de52e0bea8176de0bc8788 - location - http://www.touchrepo.com/Utilities/StatusStyle.app.zip - maintainer - Skylar - name - StatusStyle - scripts - - Preflight - - - IfNot - - - InstalledPackage - com.natetrue.iphone.iphone_binkit - - - - - AbortOperation - StatusStyle requires the BSD Subsystem package. Please install it first. - - - - - install - - - InstallApp - StatusStyle.app - - - SetStatus - Setting 1.1.3 Compatibility. - - - Exec - /bin/chmod +s /Applications/StatusStyle.app/StatusStyle - - - uninstall - - - UninstallApp - StatusStyle.app - - - - size - 42375 - source - http://www.touchrepo.com/repo.xml - sponsor - ipodtouchfans.com - version - 2.4.1 - - - RestartSpringBoard - - author - yomommanow - bundleIdentifier - org.shaialud.swapPhotoLibrary - category - Utilities - contact - poetic_folly@modmyifone.com - date - 1197677140 - description - Similar to SwapMusicLibrary, this app allows you to have more then one photo library on your iPhone. Simpley sync the first photo library, run this app, then sync the second. Then you can swap between them when ever you choose by running this app. - hash - a08212fa65bac61955ad0362b8fc21e3 - location - http://installerzips.poeticfolly.com/SwapPhoto.zip - maintainer - ModMyiFone.com - name - SwapPhoto - scripts - - install - - - CopyPath - SwapPhoto.app - /Applications/SwapPhoto.app - - - uninstall - - - RemovePath - /Applications/SwapPhoto.app - - - update - - - RemovePath - /Applications/SwapPhoto.app - - - CopyPath - SwapPhoto.app - /Applications/SwapPhoto.app - - - - size - 29035 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/forums/showthread.php?t=3303&styleid=3 - version - 1.0 - - - bundleIdentifier - org.shaialud.swapTunes - category - Utilities - contact - ste@psmxy.org - date - 1204702974 - description - Swaps the iTunes library on your iPhone, with another, so that you can sync with two computers. - hash - 91a72fc431774bc540ecec6197c5b8e9 - location - http://repo.smxy.org/iphone-apps/zips/swaptunes-0.02.zip - maintainer - Ste - name - SwapTunes - scripts - - install - - - InstallApp - SwapTunes.app - - - preflight - - - If - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.2, or earlier, is required for this version of SwapTunes. - - - - - uninstall - - - UninstallApp - SwapTunes.app - - - update - - - UninstallApp - SwapTunes.app - - - InstallApp - SwapTunes.app - - - - size - 20565 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://blog.psmxy.org/pkg-info/swaptunes - version - 0.02 - - - bundleIdentifier - nl.robota.iphone.sysinfo - category - Utilities - contact - nosupport@robota.nl - date - 1204702974 - description - Lets you see and control all processes running on your iPhone. - hash - 3d56d15c795ca9db64de3ae1717ce5fd - location - http://repo.smxy.org/iphone-apps/zips/sysinfo-1.0b.zip - maintainer - Robota Softwarehouse - name - SysInfo - scripts - - install - - - InstallApp - SysInfo.app - - - uninstall - - - UninstallApp - SysInfo.app - - - update - - - UninstallApp - SysInfo.app - - - InstallApp - SysInfo.app - - - - size - 49333 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://www.robota.nl/products/SysInfo.html - version - 1.0b - - - bundleIdentifier - com.sadun.tableapp - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702975 - description - Command line shortcuts. - hash - 5b7932445ab834717893108ce0bd3fc1 - location - http://repo.smxy.org/iphone-apps/zips/tapp-0.41-beta-113.zip - maintainer - Erica Sadun - name - Tapp - scripts - - install - - - InstallApp - Tapp.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[34] is required for this version of "Tapp". - - - - - uninstall - - - UninstallApp - Tapp.app - - - update - - - UninstallApp - Tapp.app - - - InstallApp - Tapp.app - - - - size - 22382 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Applications/Tapp/ - version - 0.41-beta-113 - - - bundleIdentifier - com.JC.SMST - category - Utilities - contact - ste@psmxy.org - date - 1204505182 - description - Adds icons to Status bar if you have unread SMS or email messages or missed calls. - hash - 944a4d103f03340146511ba64c795cf2 - location - http://repo.smxy.org/iphone-apps/zips/taskbar-notifier-0.9.6-1.zip - maintainer - Ste - name - Taskbar Notifier - scripts - - install - - - CopyPath - System - /System - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - If - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - - - - - - MovePath - /Library/LaunchDaemons/com.JC.SMST.plist.PRE-1.1.3 - /Library/LaunchDaemons/com.JC.SMST.plist - - - RemovePath - /Library/LaunchDaemons/com.JC.SMST.plist.1.1.3-AND-UP - - - - - If - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - MovePath - /Library/LaunchDaemons/com.JC.SMST.plist.1.1.3-AND-UP - /Library/LaunchDaemons/com.JC.SMST.plist - - - RemovePath - /Library/LaunchDaemons/com.JC.SMST.plist.PRE-1.1.3 - - - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.JC.SMST.plist - - - - - Notice - Please restart your iPhone after this install finishes. - - - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Taskbar Notifier requires firmware 1.1.[1-4]. - - - - - uninstall - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.JC.SMST.plist - - - - - Notice - Please restart your iPhone after this uninstall finishes. - - - - - RemovePath - /Library/LaunchDaemons/com.JC.SMST.plist - /System/Library/CoreServices/SpringBoard.app/Default_CALLT.png - /System/Library/CoreServices/SpringBoard.app/Default_EMAILT.png - /System/Library/CoreServices/SpringBoard.app/Default_SMST.png - /System/Library/CoreServices/SpringBoard.app/FSO_CALLT.png - /System/Library/CoreServices/SpringBoard.app/FSO_EMAILT.png - /System/Library/CoreServices/SpringBoard.app/FSO_SMST.png - /usr/local/bin/SMST - - - update - - - IfNot - - - Exec - /bin/launchctl unload /Library/LaunchDaemons/com.JC.SMST.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - RemovePath - /Library/LaunchDaemons/com.JC.SMST.plist - /System/Library/CoreServices/SpringBoard.app/Default_CALLT.png - /System/Library/CoreServices/SpringBoard.app/Default_EMAILT.png - /System/Library/CoreServices/SpringBoard.app/Default_SMST.png - /System/Library/CoreServices/SpringBoard.app/FSO_CALLT.png - /System/Library/CoreServices/SpringBoard.app/FSO_EMAILT.png - /System/Library/CoreServices/SpringBoard.app/FSO_SMST.png - /usr/local/bin/SMST - - - CopyPath - System - /System - - - CopyPath - Library - /Library - - - CopyPath - usr - /usr - - - If - - - FirmwareVersionIs - - 1.1.1 - 1.1.2 - - - - - - MovePath - /Library/LaunchDaemons/com.JC.SMST.plist.PRE-1.1.3 - /Library/LaunchDaemons/com.JC.SMST.plist - - - RemovePath - /Library/LaunchDaemons/com.JC.SMST.plist.1.1.3-AND-UP - - - - - If - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - MovePath - /Library/LaunchDaemons/com.JC.SMST.plist.1.1.3-AND-UP - /Library/LaunchDaemons/com.JC.SMST.plist - - - RemovePath - /Library/LaunchDaemons/com.JC.SMST.plist.PRE-1.1.3 - - - - - IfNot - - - Exec - /bin/launchctl load /Library/LaunchDaemons/com.JC.SMST.plist - - - - - Notice - Please restart your iPhone after this update finishes. - - - - - - size - 28141 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://mallard.yellowbill.co.uk/~taskbar-notifier/installer/ - version - 0.9.6-1 - - - bundleIdentifier - com.mxweas.ThemeBuilder - category - Utilities - contact - Max@MxWeas.com - date - 1206672541 - description - SummerBoard Native Theme Maker. - hash - 25d051692d267f1be799b8e0b762e19c - location - http://thebigboss.org/repofiles/other/ThemeBuilder-1.0a.zip - maintainer - mxweas - name - ThemeBuilder - scripts - - install - - - CopyPath - ThemeBuilder.app - /Applications/ThemeBuilder.app - - - uninstall - - - RemovePath - /Applications/ThemeBuilder.app - - - - size - 171032 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/ThemeBuilder.php - version - 1.0a - - - bundleIdentifier - com.peeinmypantz.timecapsule - category - Utilities - contact - peeInMyPantz@gmail.com - date - 1207783430 - description - Backup and Restore states of different applications. - hash - 1925ddba582f199695c879265dea7352 - location - http://installerpackages.com/TimeCapsule-0.23b1.zip - maintainer - hon cheng - name - TimeCapsule - scripts - - install - - - CopyPath - TimeCapsule.app - /Applications/TimeCapsule.app - - - preflight - - - IfNot - - - ExistsPath - /usr/bin/chown - - - - - IfNot - - - ExistsPath - /bin/chown - - - - - AbortOperation - TimeCapsule requires BSD Subsystem or Cydia to run properly, please install one of these first! - - - - - - - uninstall - - - RemovePath - /Applications/TimeCapsule.app - - - Notice - This keeps any backups made, but removes TimeCapsule. If you would like to delete the backups as well, delete ~/Library/TimeCapsule. - - - - size - 263709 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/timecapsule.php - version - 0.23b1 - - - bundleIdentifier - com.sadun.TodoApp - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702975 - description - Make a ToDo list. - hash - 8cfd658997132b85cdf8f120cda29f24 - location - http://repo.smxy.org/iphone-apps/zips/todo-0.04-beta-113.zip - maintainer - Erica Sadun - name - ToDo - scripts - - install - - - InstallApp - ToDo.app - - - preflight - - - IfNot - - - FirmwareVersionIs - - 1.1.3 - 1.1.4 - - - - - - AbortOperation - Firmware 1.1.[34] is required for this version of "ToDo". - - - - - uninstall - - - UninstallApp - ToDo.app - - - update - - - UninstallApp - ToDo.app - - - InstallApp - ToDo.app - - - - size - 21347 - source - http://repo.smxy.org/iphone-apps/ - sponsor - Freeit4Less.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/Test/ - version - 0.04-beta-113 - - - bundleIdentifier - com.jsherwan.touchpad - category - Utilities - contact - jahanzeb@gmail.com - date - 1206810091 - description - Wireless Touchpad / Remote Control www.touchpadpro.com - hash - d5543caca2b331132dbb3bf04c2b9dca - location - http://thebigboss.org/repofiles/other/touchpadpro3.0.zip - maintainer - J Sherwani - name - Touchpad Pro - scripts - - install - - - CopyPath - Touchpad.app/ - /Applications/Touchpad.app - - - uninstall - - - RemovePath - /Applications/Touchpad.app - - - - size - 555787 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/touchpadpro.php - version - 3.0 - - - bundleIdentifier - com.sadun.launchctlui - category - Utilities - contact - apptapp@ericasadun.com - date - 1204702975 - description - UI for launchctl. - hash - 8a74d03bf224867d14fabd103ed7e4df - location - http://repo.smxy.org/iphone-apps/zips/uictl-0.35.zip - maintainer - Erica Sadun - name - UIctl - scripts - - install - - - InstallApp - UIctl.app - - - preflight - - - Notice - READ the info page for this tool. Misuse will mess up your iPhone and likely require a restore. May cause baldness and affect sexual performance. - - - uninstall - - - UninstallApp - UIctl.app - - - update - - - UninstallApp - UIctl.app - - - InstallApp - UIctl.app - - - - size - 26521 - source - http://repo.smxy.org/iphone-apps/ - sponsor - PolarBearFarm.com - url - http://repo.smxy.org/iphone-apps/info/info.php?url=http://ericasadun.com/ftp/System/UIctl/ - version - 0.35 - - - RestartSpringBoard - - author - Aaron Jang - bundleIdentifier - com.weiphone.weTool - category - Utilities - contact - poetic_folly@modmyifone.com - date - 1205708525 - description - Lets you selectively delete individual Call History entries and SMS Messages,now supporting 113+. - hash - deec368d775177b7e9a6154232b6efe0 - location - http://installerpackages.com/weTool-0.3.9.zip - maintainer - ModMyiFone.com - name - weTool - scripts - - install - - - CopyPath - weTool.app - /Applications/weTool.app - - - uninstall - - - RemovePath - /Applications/weTool.app - - - update - - - RemovePath - /Applications/weTool.app - - - CopyPath - weTool.app - /Applications/weTool.app - - - - size - 527759 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://www.modmyifone.com/info/wetool.php - version - 0.3.9 - - - bundleIdentifier - com.peeinmypantz.wildeyes - category - Utilities - contact - poetic_folly@modmyifone.com - date - 1207783430 - description - Use safari to view your pdf, xls, doc, txt, etc.. browse through your files and launch them in Safari - hash - 6ce66c5103406e6d7a6f632b7237927c - location - http://installerpackages.com/WildEyes-0.08b2.zip - maintainer - ModMyiFone.com - name - WildEyes! for Safari - scripts - - install - - - CopyPath - WildEyes.app - /Applications/WildEyes.app - - - IfNot - - - FirmwareVersionIs - - 1.0.0 - 1.0.1 - 1.0.2 - 1.1.1 - 1.1.2 - - - - - - Exec - /bin/cp /usr/local/etc/lighttpd.conf /usr/local/etc/lighttpd.conf.bak - - - CopyPath - mobile.lighttpd.conf - /usr/local/etc/lighttpd.conf - - - - - If - - - FirmwareVersionIs - - 1.0.0 - 1.0.1 - 1.0.2 - 1.1.1 - 1.1.2 - - - - - - Exec - /bin/cp /usr/local/etc/lighttpd.conf /usr/local/etc/lighttpd.conf.bak - - - CopyPath - root.lighttpd.conf - /usr/local/etc/lighttpd.conf - - - - - postflight - - - Notice - Please restart your iPhone/iPod for changes to take effect - - - preflight - - - IfNot - - - ExistsPath - /usr/bin/chown - - - - - IfNot - - - ExistsPath - /bin/chown - - - - - AbortOperation - WildEyes! requires BSD Subsystem or Cydia to run properly, please install one of these first! - - - - - - - IfNot - - - InstalledPackage - com.amcgregor.lighttpd - - - - - AbortOperation - You need to have LightTPD installed for WildEyes! to work properly - - - - - uninstall - - - RemovePath - /Applications/WildEyes.app - - - Exec - /bin/cp /usr/local/etc/lighttpd.conf.bak /usr/local/etc/lighttpd.conf - - - - size - 340296 - source - http://modmyifone.com/installer.xml - sponsor - ModMyiFone.com - url - http://modmyifone.com/info/wildeyes.php - version - 0.08b2 - - - bundleIdentifier - com.bigboss.wallpapers - category - Wallpaper - contact - bigboss@thebigboss.org - date - 1197134370 - description - Additional wallpapers (science fiction and abstract). - hash - 0e06a61b724e932e01c17261f1210e5a - location - http://thebigboss.org/repofiles/other/bbwallpapers.zip - maintainer - BigBoss - name - BigBoss Wallpaper Pack - scripts - - install - - - CopyPath - Wallpaper/ - /Library/Wallpaper - - - uninstall - - - RemovePath - /Library/Wallpaper/Abstract1.png - /Library/Wallpaper/Abstract2.png - /Library/Wallpaper/Abstract3.png - /Library/Wallpaper/Abstract4.png - /Library/Wallpaper/Abstract5.png - /Library/Wallpaper/Abstract6.png - /Library/Wallpaper/Abstract7.png - /Library/Wallpaper/bbblue.png - /Library/Wallpaper/City.png - /Library/Wallpaper/flamingskull.png - /Library/Wallpaper/GalaxyApple.png - /Library/Wallpaper/Planet.png - /Library/Wallpaper/Space.png - /Library/Wallpaper/waterworld.png - /Library/Wallpaper/Wreckage.png - - - - size - 2634189 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/bbwallpaper.php - version - 1.00 - - - bundleIdentifier - com.nullriver.iphone.OSXWallpaperPack - category - Wallpaper - contact - apptapp@nullriver.com - date - 1206572331 - description - A collection of OS X wallpapers for the iPhone. - location - http://home.cogeco.ca/~zipfiles/OSXWallpaperPack-1.01.zip - maintainer - Nullriver Software - name - OS X Wallpaper Pack - scripts - - install - - - CopyPath - . - /var/root/Library/Wallpaper - - - uninstall - - - RemovePath - /var/root/Library/Wallpaper/osx01.png - /var/root/Library/Wallpaper/osx01.thumbnail.png - /var/root/Library/Wallpaper/osx02.png - /var/root/Library/Wallpaper/osx02.thumbnail.png - /var/root/Library/Wallpaper/osx03.png - /var/root/Library/Wallpaper/osx03.thumbnail.png - /var/root/Library/Wallpaper/osx04.png - /var/root/Library/Wallpaper/osx04.thumbnail.png - /var/root/Library/Wallpaper/osx05.png - /var/root/Library/Wallpaper/osx05.thumbnail.png - /var/root/Library/Wallpaper/osx06.png - /var/root/Library/Wallpaper/osx06.thumbnail.png - /var/root/Library/Wallpaper/osx07.png - /var/root/Library/Wallpaper/osx07.thumbnail.png - /var/root/Library/Wallpaper/osx08.png - /var/root/Library/Wallpaper/osx08.thumbnail.png - /var/root/Library/Wallpaper/osx09.png - /var/root/Library/Wallpaper/osx09.thumbnail.png - /var/root/Library/Wallpaper/osx10.png - /var/root/Library/Wallpaper/osx10.thumbnail.png - /var/root/Library/Wallpaper/osx11.png - /var/root/Library/Wallpaper/osx11.thumbnail.png - /var/root/Library/Wallpaper/osx12.png - /var/root/Library/Wallpaper/osx12.thumbnail.png - /var/root/Library/Wallpaper/osx13.png - /var/root/Library/Wallpaper/osx13.thumbnail.png - - - - size - 755064 - source - http://repository.apptapp.com/ - url - http://www.nullriver.com/ - version - 1.01 - - - bundleIdentifier - com.simpsons.Aahan - category - Wallpaper - contact - aahan.suneja@gmail.com - date - 1201057296 - description - 7 wallpapers based on The Simpsons. - hash - 77ed5aa75fdf2f5a51aac680ea43145a - location - http://thebigboss.org/repofiles/other/simpsons.zip - maintainer - Aahan Suneja - name - Simpsons Wallpaper Pack - scripts - - install - - - CopyPath - Wallpaper/ - /Library/Wallpaper - - - uninstall - - - RemovePath - /Library/Wallpaper/50bart.png - /Library/Wallpaper/apu.png - /Library/Wallpaper/bart.png - /Library/Wallpaper/family.png - /Library/Wallpaper/lisa.png - /Library/Wallpaper/maggie.png - /Library/Wallpaper/medalhomer.png - - - - size - 557946 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/simpsons.php - version - 1.00 - - - bundleIdentifier - com.vio.viogirls1 - category - Wallpaper - contact - comp5676@hotmail.com - date - 1206270515 - description - Compilation of #ilounge's favourite girls. See more info for samples. - hash - 68534af0bdbe15c292186fd3ab2871f8 - location - http://thebigboss.org/repofiles/other/viowallpaperpack.zip - maintainer - ViO - name - ViO's Girls Wallpaper - scripts - - install - - - CopyPath - Wallpaper/ - /Library/Wallpaper - - - uninstall - - - RemovePath - /Library/Wallpaper/ViosGirls-1.png - /Library/Wallpaper/ViosGirls-2.png - /Library/Wallpaper/ViosGirls-3.png - /Library/Wallpaper/ViosGirls-4.png - /Library/Wallpaper/ViosGirls-5.png - - - - size - 669329 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/ViOGirls.php - version - 1.00 - - - bundleIdentifier - com.vio.viogirls2 - category - Wallpaper - contact - comp5676@hotmail.com - date - 1206530280 - description - Compilation of #ilounge's favorite girls #2. See more info for samples. - hash - 3a107de19d59af16923d14c938286ec1 - location - http://thebigboss.org/repofiles/other/viowallpaperpack2.zip - maintainer - ViO - name - ViO's Girls Wallpaper #2 - scripts - - install - - - CopyPath - Wallpaper/ - /Library/Wallpaper - - - uninstall - - - RemovePath - /Library/Wallpaper/v6.thumbnail.png - /Library/Wallpaper/v7.thumbnail.png - /Library/Wallpaper/v8.thumbnail.png - /Library/Wallpaper/v9.thumbnail.png - /Library/Wallpaper/v10.thumbnail.png - /Library/Wallpaper/v11.thumbnail.png - /Library/Wallpaper/v6.png - /Library/Wallpaper/v7.png - /Library/Wallpaper/v8.png - /Library/Wallpaper/v9.png - /Library/Wallpaper/v10.png - /Library/Wallpaper/v11.png - - - - size - 1036632 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/ViOGirls2.php - version - 1.00 - - - bundleIdentifier - com.xadacka.greensensationw - category - Wallpaper - contact - xadacka@gmail.com - date - 1203540871 - description - Wallpaper: All green theme by Xadacka. More info for screenshot. - hash - b8543b282079f8104aa3237ee481f5d6 - location - http://thebigboss.org/repofiles/other/greensensationwall.zip - maintainer - Xadacka - name - Xadacka's Green Sensation - scripts - - install - - - CopyPath - Wallpaper/ - /Library/Wallpaper - - - uninstall - - - RemovePath - /Library/Wallpaper/greensensation.png - - - - size - 649303 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/xadackasgreen.php - version - 1.0 - - - bundleIdentifier - com.xadacka.mysticbluew - category - Wallpaper - contact - xadacka@gmail.com - date - 1203653621 - description - Wallpaper: All blue theme by Xadacka. More info for screenshot. - hash - 8f16fde27f0e3ab68cf5a262f0289c89 - location - http://thebigboss.org/repofiles/other/mysticbluewall.zip - maintainer - Xadacka - name - Xadacka's Mystic Blue - scripts - - install - - - CopyPath - Wallpaper/ - /Library/Wallpaper - - - uninstall - - - RemovePath - /Library/Wallpaper/mysticblue.png - - - - size - 523562 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/xadackasbluewp.php - version - 1.0 - - - bundleIdentifier - com.xadacka.randomredw - category - Wallpaper - contact - xadacka@gmail.com - date - 1202729917 - description - Wallpaper: All red theme by Xadacka. More info for screenshot. - hash - ba5760ff8b3ee76843374902da39d3a9 - location - http://thebigboss.org/repofiles/other/randomredwall.zip - maintainer - Xadacka - name - Xadacka's Random Red - scripts - - install - - - CopyPath - Wallpaper/ - /Library/Wallpaper - - - uninstall - - - RemovePath - /Library/Wallpaper/randomred.png - - - - size - 305611 - source - http://thebigboss.org/repo.xml - sponsor - iphone.sleepers.net - url - http://thebigboss.org/moreinfo/xadackasredwp.php - version - 1.0 - - - diff --git a/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/TrustedSources.plist b/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/TrustedSources.plist deleted file mode 100644 index 2609ee96..00000000 --- a/ipsw-patch/bundles/Installer.bundle/files/var/mobile/Library/Installer/TrustedSources.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - http://repository.apptapp.com - http://repo.smxy.org/iphone-apps - http://www.macminicolo.net/conceited/iphone/cache.plist - http://iphone.blurgle.ca/repo - http://www.iphonesimfree.com/iphonesimfree/apps - http://repository.ripdev.com - http://www.iappaday.com/install - http://urbanfanatics.com/scummvm.xml - http://modmyifone.com/installer.xml - http://thebigboss.org/repo.xml - http://www.touchrepo.com/repo.xml - - diff --git a/ipsw-patch/bundles/OpenSSH.bundle/Info.plist b/ipsw-patch/bundles/OpenSSH.bundle/Info.plist deleted file mode 100644 index cb13742a..00000000 --- a/ipsw-patch/bundles/OpenSSH.bundle/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Name - OpenSSH - Identifier - org.smxy.iphone-apps.OpenSSH - Description - SSH server and client utilities. - SupportedFirmware - - iPhone1,1_1.1.4_4A102 - iPod1,1_1.1.4_4A102 - - Commands - - - Size - 1724837 - - diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/Library/LaunchDaemons/com.openssh.sshd.plist b/ipsw-patch/bundles/OpenSSH.bundle/files/Library/LaunchDaemons/com.openssh.sshd.plist deleted file mode 100644 index faab3937..00000000 --- a/ipsw-patch/bundles/OpenSSH.bundle/files/Library/LaunchDaemons/com.openssh.sshd.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - Label - com.openssh.sshd - Program - /usr/libexec/sshd-keygen-wrapper - ProgramArguments - - /usr/sbin/sshd - -i - - SessionCreate - - Sockets - - Listeners - - Bonjour - - ssh - sftp-ssh - - SockServiceName - ssh - - - StandardErrorPath - /dev/null - inetdCompatibility - - Wait - - - - diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/etc/ssh_config b/ipsw-patch/bundles/OpenSSH.bundle/files/etc/ssh_config deleted file mode 100644 index 177521ca..00000000 --- a/ipsw-patch/bundles/OpenSSH.bundle/files/etc/ssh_config +++ /dev/null @@ -1,44 +0,0 @@ -# $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $ - -# This is the ssh client system-wide configuration file. See -# ssh_config(5) for more information. This file provides defaults for -# users, and the values can be changed in per-user configuration files -# or on the command line. - -# Configuration data is parsed as follows: -# 1. command line options -# 2. user-specific file -# 3. system-wide file -# Any configuration value is only changed the first time it is set. -# Thus, host-specific definitions should be at the beginning of the -# configuration file, and defaults at the end. - -# Site-wide defaults for some commonly used options. For a comprehensive -# list of available options, their meanings and defaults, please see the -# ssh_config(5) man page. - -# Host * -# ForwardAgent no -# ForwardX11 no -# RhostsRSAAuthentication no -# RSAAuthentication yes -# PasswordAuthentication yes -# HostbasedAuthentication no -# GSSAPIAuthentication no -# GSSAPIDelegateCredentials no -# BatchMode no -# CheckHostIP yes -# AddressFamily any -# ConnectTimeout 0 -# StrictHostKeyChecking ask -# IdentityFile ~/.ssh/identity -# IdentityFile ~/.ssh/id_rsa -# IdentityFile ~/.ssh/id_dsa -# Port 22 -# Protocol 2,1 -# Cipher 3des -# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc -# EscapeChar ~ -# Tunnel no -# TunnelDevice any:any -# PermitLocalCommand no diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/etc/sshd_config b/ipsw-patch/bundles/OpenSSH.bundle/files/etc/sshd_config deleted file mode 100644 index 8c91b7f2..00000000 --- a/ipsw-patch/bundles/OpenSSH.bundle/files/etc/sshd_config +++ /dev/null @@ -1,119 +0,0 @@ -# $OpenBSD: sshd_config,v 1.74 2006/07/19 13:07:10 dtucker Exp $ - -# This is the sshd server system-wide configuration file. See -# sshd_config(5) for more information. - -# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin - -# The strategy used for options in the default sshd_config shipped with -# OpenSSH is to specify options with their default value where -# possible, but leave them commented. Uncommented options change a -# default value. - -#Port 22 -#Protocol 2,1 -Protocol 2 -#AddressFamily any -#ListenAddress 0.0.0.0 -#ListenAddress :: - -# HostKey for protocol version 1 -#HostKey /etc/ssh/ssh_host_key -HostKey /etc/ssh_host_key -# HostKeys for protocol version 2 -#HostKey /etc/ssh/ssh_host_rsa_key -HostKey /etc/ssh_host_rsa_key -#HostKey /etc/ssh/ssh_host_dsa_key -HostKey /etc/ssh_host_dsa_key - -# Lifetime and size of ephemeral version 1 server key -#KeyRegenerationInterval 1h -#ServerKeyBits 768 - -# Logging -# obsoletes QuietMode and FascistLogging -#SyslogFacility AUTH -#LogLevel INFO - -# Authentication: - -#LoginGraceTime 2m -#PermitRootLogin yes -#StrictModes yes -#MaxAuthTries 6 - -#RSAAuthentication yes -#PubkeyAuthentication yes -#AuthorizedKeysFile .ssh/authorized_keys - -# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts -#RhostsRSAAuthentication no -# similar for protocol version 2 -#HostbasedAuthentication no -# Change to yes if you don't trust ~/.ssh/known_hosts for -# RhostsRSAAuthentication and HostbasedAuthentication -#IgnoreUserKnownHosts no -# Don't read the user's ~/.rhosts and ~/.shosts files -#IgnoreRhosts yes - -# To disable tunneled clear text passwords, change to no here! -#PasswordAuthentication yes -#PermitEmptyPasswords no - -# Change to no to disable s/key passwords -#ChallengeResponseAuthentication yes -ChallengeResponseAuthentication no - -# Kerberos options -#KerberosAuthentication no -#KerberosOrLocalPasswd yes -#KerberosTicketCleanup yes -#KerberosGetAFSToken no - -# GSSAPI options -#GSSAPIAuthentication no -#GSSAPICleanupCredentials yes - -# Set this to 'yes' to enable PAM authentication, account processing, -# and session processing. If this is enabled, PAM authentication will -# be allowed through the ChallengeResponseAuthentication and -# PasswordAuthentication. Depending on your PAM configuration, -# PAM authentication via ChallengeResponseAuthentication may bypass -# the setting of "PermitRootLogin without-password". -# If you just want the PAM account and session checks to run without -# PAM authentication, then enable this but set PasswordAuthentication -# and ChallengeResponseAuthentication to 'no'. -#UsePAM no - -#AllowTcpForwarding yes -#GatewayPorts no -#X11Forwarding no -#X11DisplayOffset 10 -#X11UseLocalhost yes -#PrintMotd yes -#PrintLastLog yes -#TCPKeepAlive yes -#UseLogin no -#UsePrivilegeSeparation yes -UsePrivilegeSeparation no -#PermitUserEnvironment no -#Compression delayed -#ClientAliveInterval 0 -#ClientAliveCountMax 3 -#UseDNS yes -UseDNS no -#PidFile /var/run/sshd.pid -#MaxStartups 10 -#PermitTunnel no - -# no default banner path -#Banner /some/path - -# override default of no subsystems -Subsystem sftp /usr/libexec/sftp-server - -# Example of overriding settings on a per-user basis -#Match User anoncvs -# X11Forwarding no -# AllowTcpForwarding no -# ForceCommand cvs server diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/scp b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/scp deleted file mode 100644 index 0b409687..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/scp and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/sftp b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/sftp deleted file mode 100644 index 3ee9469d..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/sftp and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh deleted file mode 100644 index 4d8bf917..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-add b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-add deleted file mode 100644 index 2318d650..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-add and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-agent b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-agent deleted file mode 100644 index e48128a5..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-agent and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-keygen b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-keygen deleted file mode 100644 index faefd93f..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-keygen and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-keyscan b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-keyscan deleted file mode 100644 index ecc8e21b..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/bin/ssh-keyscan and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/sftp-server b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/sftp-server deleted file mode 100644 index 00dd1d15..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/sftp-server and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/ssh-keysign b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/ssh-keysign deleted file mode 100644 index 5bddd336..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/ssh-keysign and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/ssh-rand-helper b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/ssh-rand-helper deleted file mode 100644 index 62e75df6..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/ssh-rand-helper and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/sshd-keygen-wrapper b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/sshd-keygen-wrapper deleted file mode 100755 index 6b9ffeee..00000000 --- a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/libexec/sshd-keygen-wrapper +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -[ ! -f /etc/ssh_host_key ] && ssh-keygen -q -t rsa1 -f /etc/ssh_host_key -N "" -C "" < /dev/null > /dev/null 2> /dev/null -[ ! -f /etc/ssh_host_rsa_key ] && ssh-keygen -q -t rsa -f /etc/ssh_host_rsa_key -N "" -C "" < /dev/null > /dev/null 2> /dev/null -[ ! -f /etc/ssh_host_dsa_key ] && ssh-keygen -q -t dsa -f /etc/ssh_host_dsa_key -N "" -C "" < /dev/null > /dev/null 2> /dev/null - -exec /usr/sbin/sshd $@ diff --git a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/sbin/sshd b/ipsw-patch/bundles/OpenSSH.bundle/files/usr/sbin/sshd deleted file mode 100644 index a5fbcbb1..00000000 Binary files a/ipsw-patch/bundles/OpenSSH.bundle/files/usr/sbin/sshd and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/Info.plist b/ipsw-patch/bundles/OpenSSH_2.bundle/Info.plist deleted file mode 100644 index 4b6a06c0..00000000 --- a/ipsw-patch/bundles/OpenSSH_2.bundle/Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - - Name - OpenSSH - Identifier - org.iphone-dev.OpenSSH - Description - SSH server and client utilities. - SupportedFirmware - - iPhone1,1_2.0_5A240d - iPhone1,1_1.2.0_5A225c - iPhone1,1_1.2.0_5A147p - iPod1,1_2.0_5A240d - iPod1,1_2.0_5A225c - - Commands - - - Size - 2274388 - - diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/System/Library/LaunchDaemons/com.devteam.openssh.sshd.plist b/ipsw-patch/bundles/OpenSSH_2.bundle/files/System/Library/LaunchDaemons/com.devteam.openssh.sshd.plist deleted file mode 100644 index 4d86dadc..00000000 --- a/ipsw-patch/bundles/OpenSSH_2.bundle/files/System/Library/LaunchDaemons/com.devteam.openssh.sshd.plist +++ /dev/null @@ -1,15 +0,0 @@ - - - - - KeepAlive - - SuccessfulExit - - - Label - com.devteam.openssh.sshd - Program - /usr/local/libexec/sshd-keygen-wrapper - - diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/scp b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/scp deleted file mode 100644 index 3e149cfe..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/scp and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/sftp b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/sftp deleted file mode 100644 index 4ece45f4..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/sftp and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh deleted file mode 100644 index 36090eb2..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-add b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-add deleted file mode 100644 index 92cee150..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-add and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-agent b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-agent deleted file mode 100644 index 9a31d99d..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-agent and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-keygen b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-keygen deleted file mode 100644 index 6d544450..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-keygen and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-keyscan b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-keyscan deleted file mode 100644 index ded917b8..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/bin/ssh-keyscan and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/moduli b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/moduli deleted file mode 100644 index a12de219..00000000 --- a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/moduli +++ /dev/null @@ -1,200 +0,0 @@ -# $OpenBSD: moduli,v 1.3 2005/01/24 10:29:06 dtucker Exp $ -# Time Type Tests Tries Size Generator Modulus -20040225025212 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7AFFE86A7 -20040225025304 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B01F83CB -20040225025357 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B03F2B73 -20040225025411 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B041C8C7 -20040225025444 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0546E93 -20040225025458 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0573767 -20040225025522 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0629E73 -20040225025545 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B06CD95B -20040225025616 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B07C93A3 -20040225025655 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B093C72B -20040225025710 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B096450B -20040225025750 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0AF2C83 -20040225025830 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0C7F1FF -20040225025845 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0CB565B -20040225025858 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0CD8557 -20040225025915 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0D20473 -20040225025934 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0D924F7 -20040225025952 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0DFD8BB -20040225030015 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0E8E59F -20040225030039 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0F43B0B -20040225030104 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B0FEB103 -20040225030130 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B10AC3DB -20040225030149 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1122527 -20040225030214 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B11E494B -20040225030245 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B12E727B -20040225030319 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1416743 -20040225030347 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1507F2B -20040225030404 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1560FE3 -20040225030418 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1591CF7 -20040225030432 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B15B57FF -20040225030455 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B165D0AF -20040225030511 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B169C97F -20040225030551 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B182715B -20040225030621 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1920737 -20040225030648 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B19FB54B -20040225030718 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1AFAE87 -20040225030736 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1B5A7AF -20040225030753 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1BC3C47 -20040225030815 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1C6AF33 -20040225030831 2 6 100 1023 2 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1CAD9FB -20040225030902 2 6 100 1023 5 CAADDDEC1667FC68B5FA15D53C4E1532DD24561A1A2D47A12C01ABEA1E00731F6921AAC40742311FDF9E634BB7131BEE1AF240261554389A910425E044E88C8359B010F5AD2B80E29CB1A5B027B19D9E01A6F63A6F45E5D7ED2FF6A2A0085050A7D0CF307C3DB51D2490355907B4427C23A98DF1EB8ABEF2BA209BB7B1DC6A8F -20040225035226 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844800C47CAB -20040225035359 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844800D3866B -20040225035635 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844800F43DFF -20040225035846 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF8448010B4D93 -20040225040147 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF8448013094F3 -20040225040301 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF8448013AA0FB -20040225040619 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF84480163EC83 -20040225040718 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF8448016AEB8F -20040225041023 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF84480190871F -20040225041328 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844801B5F1B3 -20040225041740 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844801ED6FBB -20040225041921 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844801FEC44F -20040225042229 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844802245FF7 -20040225042513 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF84480246F93B -20040225042547 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844802473F4F -20040225042707 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF84480253B03B -20040225043111 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF84480287CD9B -20040225043513 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844802BC32FB -20040225043609 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844802C2125B -20040225043847 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844802E1B733 -20040225043925 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844802E2E963 -20040225044335 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF8448031AC423 -20040225045303 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844803A10E07 -20040225045443 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844803B0EF43 -20040225045518 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844803B15033 -20040225045923 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844803E58317 -20040225050120 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844803F9EB4F -20040225050333 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF8448041304B3 -20040225050524 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844804279B2F -20040225050559 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844804281047 -20040225050810 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF8448043F454F -20040225051113 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844804672F1F -20040225051335 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844804809CB3 -20040225051442 2 6 100 1535 5 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF84480489545F -20040225052303 2 6 100 1535 2 FC4601920ABD76FF37FDC717EDFFEC0E539D5F7697882432A53085C95B040175503AEBD8A0FDF38D5F4EAA8EB1A22389D2CF2070F4DD47E2E8F89F4DD4ACACE4593F762DB92C479EBF1BBD4EF450A7FFAA15F75FB921B42B62466C29A993E7C7D8FD8412A4869D867E2765C2CBA0BC0F31E625B9BE1FF5421FDC2E097E0EF66F1CC9FF04AEB9341327D3468630C4E049530EF12350D51A71FDF9B6DB3CE56ED8C9FE61148F8098722A43C4F0AE29855BC9E06068D3898146ACFF844804FE918B -20040225062215 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6B9F68B3E7 -20040225063823 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6B9FD47307 -20040225064402 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6B9FF43C0F -20040225065646 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA04740DB -20040225065825 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA04B01BF -20040225070116 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA056DD47 -20040225074027 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA172E1B3 -20040225080343 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA217422F -20040225081159 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA24927DB -20040225081331 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA24C058B -20040225082528 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA2993EBF -20040225084537 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA3242BE3 -20040225085012 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA33EF643 -20040225085829 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA3729D77 -20040225090710 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA3AC0143 -20040225091002 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA3B8AE6B -20040225092648 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA42B65D7 -20040225093120 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA4442793 -20040225093517 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA459441F -20040225094409 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA491BE4B -20040225095209 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA4C4E437 -20040225095548 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA4D5D7AB -20040225100531 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA51404EB -20040225100644 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA5145C87 -20040225101834 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA5609CBB -20040225102317 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA57AC86F -20040225103220 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA5B631A3 -20040225103355 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA5B98D2F -20040225103756 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA5CEBAFB -20040225104020 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA5D77CDF -20040225104557 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA5F6FD9F -20040225110302 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA66A70DF -20040225110515 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA6721A43 -20040225110913 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA6879A53 -20040225111338 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA69FE2FB -20040225111911 2 6 100 2047 5 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA6C04F47 -20040225112902 2 6 100 2047 2 F8F54DA4E1F232A9D05104B807DCBEA553C1E606FEB1CF149DEBB99243AAA7A354616FD95368EBCC1A58C8BCB87FB993F731400A413E07E35B1ADDD6484973E1734835FEFDC214DACA8C0844285A670D03BB3E1A5B5E14DC6F3B20EAAC8F18EB6C48AA5604F21EBEEA3C867F6CFA010858DFD589DCDEFBE8996A42F5BA00BEDFF6743F4D4E2808806965258C4E17D1B2BF371814696A2CC7C5C6548ED480AA7491A9DE16D2B12F15471B192295AA27F6D047EC2BA7547ED70674F52B4934D846712B1EA87E7FE12C5A210DEF5B3A14DBC8E712AA7192D877B4E6479F3CD69F82127E7352C19191B036A86BCF2D7D7CC687C25C5E4620295F10DCCE6BA7007CD3 -20040225143208 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8968A91B -20040225144922 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8987DF6B -20040225150309 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD899E0F8B -20040225161716 2 6 100 3071 5 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8A3A91CF -20040225163012 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8A4CED2B -20040225175457 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8B02C5DB -20040225182539 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8B3E9D13 -20040225194030 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8BDE269B -20040225201420 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8C203553 -20040225203219 2 6 100 3071 5 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8C40B747 -20040225203908 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8C46ED83 -20040225210230 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8C72586B -20040225212746 2 6 100 3071 5 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8CA15F2F -20040225214624 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8CC34833 -20040225223007 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8D1B23AB -20040225234913 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8DC36C9B -20040226001353 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8DF174B3 -20040226004101 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8E24518B -20040226010652 2 6 100 3071 5 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8E543397 -20040226015415 2 6 100 3071 5 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8EB6152F -20040226022931 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8EFD1773 -20040226025740 2 6 100 3071 5 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD8F3376D7 -20040226053010 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD90786CE3 -20040226054156 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD908AC36B -20040226081600 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD91D61A43 -20040226083039 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD91ED4AE3 -20040226092910 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD9265F7DB -20040226112913 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD93696533 -20040226115826 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD93A210A3 -20040226135326 2 6 100 3071 5 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD949596D7 -20040226145128 2 6 100 3071 5 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD95096CCF -20040226153142 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD95582C7B -20040226164905 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD95FACE7B -20040226171921 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD9633F443 -20040226182347 2 6 100 3071 5 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD96BAC3A7 -20040226200555 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD97972EFB -20040226202801 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD97C0B5C3 -20040226214755 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD9868011B -20040226215843 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD9876E7FB -20040226220422 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD987B4983 -20040226222346 2 6 100 3071 2 EDDA2E6520E6A915FE821EA06B4E19C95EBA8092F521CDE778B7B6CCA0FD89E935C904E2FA83E37DD49C1C52120C0958B85AAEE0B1A0E36C89836CE6C5509D50ABA58C154289C129B4A12A9249589496A5381CEA2105D818DB8790C4913BAD3C4C5ADB6BE036BD44B8AFB9F607017277FA36C971E5F10D7D062354FAB31BA97B376D723451478D1BA7D2C213A2E377E6826FF2F0695A2EDF9F8107DE4FF78DD0C2EF3A715084592623C58D2B2775FC7C0CF8F745EA1C75BEA8E574B9747207357DE143B0A803829E418B8F4BB44C40481CBB086B8AC6B93CC0E989E1336A010529F5D0FC4E077F778672646C62B7371965D60822C871F97C03913DB5CE080F67A348DD1722DD7BFA0761B2BF16A925FB9FCB6DCD1BC959A8794ACAEA984E1E9AE7BB2276B9C866CC890D8A8C51A17C479DA689DAA065C019CF9B082ED67D9CF1C9753E2A4030CCC27BE34280F042384597CEA223D5FA6631E109D5A23C60312F1D4783C3403D67A0D67665F7C5BEABF0BC30514DB07D7EF2A8E07CDD989D61D3 -20040227091438 2 6 100 4095 5 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFC5737ECF -20040227101541 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFC5AE7363 -20040227160657 2 6 100 4095 5 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFC7295F4F -20040227180410 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFC7A46573 -20040227225950 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFC8E6D5E3 -20040227233727 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFC9079B33 -20040228032633 2 6 100 4095 5 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFCA006227 -20040228060859 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFCAAE6E63 -20040228101703 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFCBBC54FB -20040228192850 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFCE191D13 -20040229084451 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD1804AF3 -20040229164933 2 6 100 4095 5 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD3887E07 -20040229210220 2 6 100 4095 5 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD49457B7 -20040229222958 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD4EA3223 -20040301003324 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD566C79B -20040301030228 2 6 100 4095 5 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD6032D8F -20040301040042 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD63B1113 -20040301073501 2 6 100 4095 5 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD71C4A67 -20040301133631 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD8A0BBD3 -20040301165652 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD96E4053 -20040301184021 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFD9D662FB -20040302045553 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFDC5FE8E3 -20040302112648 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFDDFE9D13 -20040302120026 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFDE1A5AD3 -20040302130757 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFDE5E4073 -20040302142004 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFDEA4AA9B -20040302145603 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFDEC2C32B -20040302212946 2 6 100 4095 5 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFE0652EC7 -20040303003544 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFE127CF63 -20040303072925 2 6 100 4095 2 C7FE661FF2675517258B6E893FE81DFC29EDFB28FFE325C4F929BFAF5D0203DF5D75D966B0886A4197CC8F2EE339349DF88E73C54A315C402DF609DA61A237435167524F8EA37E5AB33E8A0C80E36DF4F6B9D6141958CC784CDDB6E2543038C9966D62AC2474786F2E2890E4935AD47BB005A6FC309817807EC9597B69858F1FBD6A1B28E897EFB6219F9FF83BEAFFD448C9F2F8C33CEA7C08242428FD75D218411E41523B688BF3D9311374E43D8963C821611BBBC91CA23968E60FB143FA0B36120657734D5C83C1C58A5A229CCDDC27875E51C358F0C8FEDDE4A11C50E0A154C80127B6FF92F496F7F2FA41D601A3EA88A3A53569AA3F3ABA5761757AC553CF57578800379C5F06082DD6088841D7BA48A58D1422B0DEC088279655C2D6380CF7097CD39565E9998785CBEB300AFFADEACA285201CBB27F48456EF7E49DE75380D0D1B4CCC28ADB8E12903473548D74A8847DAADC34315F157351C4CD507FF9B03CA6DD1C954BB75C9FD3C425FEFA76FC03FB346BE11E61B67A3AD374C1843ECA636CC7454249AB2A08B645DADCBFB48A470B1206ED20020FF0A0F5C2253187BBC2BC7F449AD58D35746E5A47B4A7BB404592C0A1F4E3BA34938C1E3C32464E1A52D3E722FA1165B72E8B438C11CFD0DB42A4081ED09F468A2E17C8D3F2BB689DC0CC831F889D7BAFC39D2A7F6C9A362E9BAE48B12FBACF34F9DFE2D793F3 -20040305011518 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080E4CE974B -20040305043124 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080E5050933 -20040305084728 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080E54C7783 -20040306205350 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080E809C413 -20040309221333 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080ED7F9CFB -20040311222059 2 6 100 6143 5 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080F103209F -20040312160304 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080F247861B -20040312210904 2 6 100 6143 5 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080F29D939F -20040316074005 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080F8B1F7DB -20040317113309 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080FAAE1F73 -20040317195246 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080FB3F2B93 -20040319025848 2 6 100 6143 2 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C7080FD81741B -20040323194658 2 6 100 6143 5 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C708105AF04AF -20040324041535 2 6 100 6143 5 E95A4131F86234D27EE1E51791599559EEDB618912E4FE36B81B80CDA4D497959DBFAEE929317A66BE64A328BAB6183EA5A5CBB3581490B4B613B225ADD00EFD38540356E0F4716229CDDB260283AF044FDAF1EF9248BB0CE9031C117CF15D3259B3E7B0301CA1AAC91AFA7A57CCDEED2DA4EFC2DBC7A9FC53BB4D3CB2D57D209D5DDEF25DE14F8226404296BD504EC14F6340F0AA2A1A943B9552C4B91D3EB48C08A13671C36EE5042857625DD2CB58965C0975EB775057FF82BC2B8B69D0BF26E2F80115B3E1A984D1D73D9D02AD69C3A1AF90EC915DE6FC9F574BD755B2EF6BBE62F3717E128DC797A06FE35C1C28CED57A0F64F61A4439ACFE7A7B95A1A948417A5B8B69916A32989B00E2C3FB7C74139A4DA9E533C439E59FC7C4F90780D2BBCDF012C499C15A1E0B5C318F84FB17DF97AB3EC356FD0072CFA3884EFBED319009DE6DBF2A5C7C87A93DEB04CCD9147EF8C9BEC2FD713793E4F0BF8C4EFCEBFBF95D555E523AB5D742808C4E425979A1C216C8CB2B42C7715B8CA5907E84E6FBC35DA7BFBFC892870B659C882C6E3697E0DCC6C24771F26D51A890786DA516DBC2D161680B134F1715B32F734E667650398EC2241AF78877BB3D61D83D0158DDE894862EE6E1BEE278724EA7B34C74F0A5D6B7F79F1322E20AD5757E11D9AC31BFE27C56ABB23A275130533433DC41DDBA1081E3A018E0D0B55DF33ECAE104909DC74F1CA2256CFD423A859B0AC2112A0AE684396C0029AD07D0D30AC84FFD2C2E80B74DE29310FCAFE7D0CB8864729B6FD1F86052D7DD9A9CB085A186259A67C175B3F81C5DA19AFED1BF9C5C07F40A29ED47ED4F1C7DE878B8411E3239ED15AC0E4CCC1D7F8842E9FD9C989F301E2689F800C3D14A38810906A36EEA34207014E99C843C599D56FCFBC14278A2A009C13B6E4AC7460B54D2C7EF38D72AC450540097D2AF609D3FFF874D14582FA8FF21027DEC92844BD22A9A7EC14C66BCC8DB1E058B95AF87ACB60A5725767A76C9185744E483BCCD9278ED9FF15A04061D0F6E32D98B6853A39AA498673C7DD012982B1913B3C3CE2C70810643E737 diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/ssh_config b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/ssh_config deleted file mode 100644 index 8cb0698a..00000000 --- a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/ssh_config +++ /dev/null @@ -1,45 +0,0 @@ -# $OpenBSD: ssh_config,v 1.23 2007/06/08 04:40:40 pvalchev Exp $ - -# This is the ssh client system-wide configuration file. See -# ssh_config(5) for more information. This file provides defaults for -# users, and the values can be changed in per-user configuration files -# or on the command line. - -# Configuration data is parsed as follows: -# 1. command line options -# 2. user-specific file -# 3. system-wide file -# Any configuration value is only changed the first time it is set. -# Thus, host-specific definitions should be at the beginning of the -# configuration file, and defaults at the end. - -# Site-wide defaults for some commonly used options. For a comprehensive -# list of available options, their meanings and defaults, please see the -# ssh_config(5) man page. - -# Host * -# ForwardAgent no -# ForwardX11 no -# RhostsRSAAuthentication no -# RSAAuthentication yes -# PasswordAuthentication yes -# HostbasedAuthentication no -# GSSAPIAuthentication no -# GSSAPIDelegateCredentials no -# BatchMode no -# CheckHostIP yes -# AddressFamily any -# ConnectTimeout 0 -# StrictHostKeyChecking ask -# IdentityFile ~/.ssh/identity -# IdentityFile ~/.ssh/id_rsa -# IdentityFile ~/.ssh/id_dsa -# Port 22 -# Protocol 2,1 -# Cipher 3des -# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc -# MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160 -# EscapeChar ~ -# Tunnel no -# TunnelDevice any:any -# PermitLocalCommand no diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/sshd_config b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/sshd_config deleted file mode 100644 index 03824950..00000000 --- a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/etc/sshd_config +++ /dev/null @@ -1,116 +0,0 @@ -# $OpenBSD: sshd_config,v 1.75 2007/03/19 01:01:29 djm Exp $ - -# This is the sshd server system-wide configuration file. See -# sshd_config(5) for more information. - -# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin - -# The strategy used for options in the default sshd_config shipped with -# OpenSSH is to specify options with their default value where -# possible, but leave them commented. Uncommented options change a -# default value. - -#Port 22 -#AddressFamily any -#ListenAddress 0.0.0.0 -#ListenAddress :: - -# Disable legacy (protocol version 1) support in the server for new -# installations. In future the default will change to require explicit -# activation of protocol 1 -Protocol 2 - -# HostKey for protocol version 1 -#HostKey /usr/local/etc/ssh_host_key -# HostKeys for protocol version 2 -#HostKey /usr/local/etc/ssh_host_rsa_key -#HostKey /usr/local/etc/ssh_host_dsa_key - -# Lifetime and size of ephemeral version 1 server key -#KeyRegenerationInterval 1h -#ServerKeyBits 768 - -# Logging -# obsoletes QuietMode and FascistLogging -#SyslogFacility AUTH -#LogLevel INFO - -# Authentication: - -#LoginGraceTime 2m -#PermitRootLogin yes -#StrictModes yes -#MaxAuthTries 6 - -#RSAAuthentication yes -#PubkeyAuthentication yes -#AuthorizedKeysFile .ssh/authorized_keys - -# For this to work you will also need host keys in /usr/local/etc/ssh_known_hosts -#RhostsRSAAuthentication no -# similar for protocol version 2 -#HostbasedAuthentication no -# Change to yes if you don't trust ~/.ssh/known_hosts for -# RhostsRSAAuthentication and HostbasedAuthentication -#IgnoreUserKnownHosts no -# Don't read the user's ~/.rhosts and ~/.shosts files -#IgnoreRhosts yes - -# To disable tunneled clear text passwords, change to no here! -#PasswordAuthentication yes -#PermitEmptyPasswords no - -# Change to no to disable s/key passwords -#ChallengeResponseAuthentication yes - -# Kerberos options -#KerberosAuthentication no -#KerberosOrLocalPasswd yes -#KerberosTicketCleanup yes -#KerberosGetAFSToken no - -# GSSAPI options -#GSSAPIAuthentication no -#GSSAPICleanupCredentials yes - -# Set this to 'yes' to enable PAM authentication, account processing, -# and session processing. If this is enabled, PAM authentication will -# be allowed through the ChallengeResponseAuthentication and -# PasswordAuthentication. Depending on your PAM configuration, -# PAM authentication via ChallengeResponseAuthentication may bypass -# the setting of "PermitRootLogin without-password". -# If you just want the PAM account and session checks to run without -# PAM authentication, then enable this but set PasswordAuthentication -# and ChallengeResponseAuthentication to 'no'. -#UsePAM no - -#AllowTcpForwarding yes -#GatewayPorts no -#X11Forwarding no -#X11DisplayOffset 10 -#X11UseLocalhost yes -#PrintMotd yes -#PrintLastLog yes -#TCPKeepAlive yes -#UseLogin no -UsePrivilegeSeparation no -#PermitUserEnvironment no -#Compression delayed -#ClientAliveInterval 0 -#ClientAliveCountMax 3 -#UseDNS yes -#PidFile /var/run/sshd.pid -#MaxStartups 10 -#PermitTunnel no - -# no default banner path -#Banner /some/path - -# override default of no subsystems -Subsystem sftp /usr/local/libexec/sftp-server - -# Example of overriding settings on a per-user basis -#Match User anoncvs -# X11Forwarding no -# AllowTcpForwarding no -# ForceCommand cvs server diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/sftp-server b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/sftp-server deleted file mode 100644 index 02fe3c5e..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/sftp-server and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/ssh-keysign b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/ssh-keysign deleted file mode 100644 index 4f2059e8..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/ssh-keysign and /dev/null differ diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/sshd-keygen-wrapper b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/sshd-keygen-wrapper deleted file mode 100755 index 34a36e59..00000000 --- a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/libexec/sshd-keygen-wrapper +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -[ ! -f /usr/local/etc/ssh_host_key ] && /usr/local/bin/ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N "" -[ ! -f /usr/local/etc/ssh_host_rsa_key ] && /usr/local/bin/ssh-keygen -q -t rsa -f /usr/local/etc/ssh_host_rsa_key -N "" -C "" -[ ! -f /usr/local/etc/ssh_host_dsa_key ] && /usr/local/bin/ssh-keygen -q -t dsa -f /usr/local/etc/ssh_host_dsa_key -N "" -C "" - -/usr/local/sbin/sshd - -exit 0 diff --git a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/sbin/sshd b/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/sbin/sshd deleted file mode 100644 index f052d5a2..00000000 Binary files a/ipsw-patch/bundles/OpenSSH_2.bundle/files/usr/local/sbin/sshd and /dev/null differ diff --git a/ipsw-patch/bundles/YoutubeActivation.bundle/Info.plist b/ipsw-patch/bundles/YoutubeActivation.bundle/Info.plist deleted file mode 100644 index d9efe2a7..00000000 --- a/ipsw-patch/bundles/YoutubeActivation.bundle/Info.plist +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Name - Youtube Activation - Identifier - org.iphone-dev.youtube.activation - Description - Activates Youtube application. - Hidden - - SupportedFirmware - - iPhone1,1_2.0_5A240d - iPhone1,1_1.2.0_5A225c - iPhone1,1_1.2.0_5A147p - iPhone1,1_1.1.4_4A102 - iPod1,1_2.0_5A240d - iPod1,1_2.0_5A225c - iPod1,1_1.1.4_4A102 - - Commands - - - Size - 3571 - - diff --git a/ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/data_ark.plist b/ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/data_ark.plist deleted file mode 100644 index aee7d214..00000000 --- a/ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/data_ark.plist +++ /dev/null @@ -1,53 +0,0 @@ - - - - - -ActivationStateAcknowledged - - -BrickState - - -DeviceCertificate - - LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURQekNDQXFpZ0F3SUJBZ0lLQTRC - UllCOVBRUms3NlRBTkJna3Foa2lHOXcwQkFRc0ZBREJhTVFzd0NRWUQKVlFRR0V3SlZV - ekVUTUJFR0ExVUVDaE1LUVhCd2JHVWdTVzVqTGpFVk1CTUdBMVVFQ3hNTVFYQndiR1Vn - YVZCbwpiMjVsTVI4d0hRWURWUVFERXhaQmNIQnNaU0JwVUdodmJtVWdSR1YyYVdObElF - TkJNQjRYRFRBM01EY3dOekl6Ck1EZ3dNMW9YRFRFd01EY3dOekl6TURnd00xb3dnWWN4 - TVRBdkJnTlZCQU1US0RNNE5URmhOamRqT0dFM01ETTMKTnpjek9HWXhOVEJsTTJGaFlU - WTJOV1U1TkRFNU5tUXpOekV4Q3pBSkJnTlZCQVlUQWxWVE1Rc3dDUVlEVlFRSQpFd0pE - UVRFU01CQUdBMVVFQnhNSlEzVndaWEowYVc1dk1STXdFUVlEVlFRS0V3cEJjSEJzWlNC - SmJtTXVNUTh3CkRRWURWUVFMRXdacFVHaHZibVV3Z1o4d0RRWUpLb1pJaHZjTkFRRUJC - UUFEZ1kwQU1JR0pBb0dCQU9XTEIxejYKMEI0M0l3SVRudFFNS0JacW51YmkxSjR4cnJO - SmtvWC9GUmtjS1NoemQwZnBTRXplNi9ZcTE2ZDVjaTg1dUt0agpUSnRHRFpjcTltaFlt - TWc2anZUelB4b3g1Z09ib0h1NGFVeGNlZ2NHUDhtRFpUcjdPM21rZU1rV0RRVkd2Z3NL - CkwwdWE0WGJZVXdiYnB6aFJTN041aWZERXJSWUt3UlljWXovVkFnTUJBQUdqZ2Qwd2dk - b3dnWUlHQTFVZEl3UjcKTUhtQUZMTCtJU05FaHBWcWVkV0JKbzV6RU5pblRJNTBvVjZr - WERCYU1Rc3dDUVlEVlFRR0V3SlZVekVUTUJFRwpBMVVFQ2hNS1FYQndiR1VnU1c1akxq - RVZNQk1HQTFVRUN4TU1RWEJ3YkdVZ2FWQm9iMjVsTVI4d0hRWURWUVFECkV4WkJjSEJz - WlNCcFVHaHZibVVnUkdWMmFXTmxJRU5CZ2dFQk1CMEdBMVVkRGdRV0JCVHBsVTJrZE5z - eFpFbmEKTXFUSnVaVWdaQzM1WHpBTUJnTlZIUk1CQWY4RUFqQUFNQTRHQTFVZER3RUIv - d1FFQXdJRm9EQVdCZ05WSFNVQgpBZjhFRERBS0JnZ3JCZ0VGQlFjREFUQU5CZ2txaGtp - Rzl3MEJBUXNGQUFPQmdRQ3FjbVNyTnFnWldGdkZJYzluCkNwMktacUVRK0ozdTNLS2h4 - ZUwzR05KZ2twS3JQa3R3RC8rRGhIMlFDRUNtRUNMNTI0MHVLWGkvTzFlZjZZMkIKWjM4 - SVFuOHVoci9oYkRXUWFpV1o2OFhQWUEvTzRFZ3lKMHp6cmlzMks3UzBPSG9vTm1uZVow - cEVMMElib2ZaOApKRjhHbjRaK0I2dHR6MEtQSDdJWTJ3LzRYZz09Ci0tLS0tRU5EIENF - UlRJRklDQVRFLS0tLS0K - - -DeviceName - - -FirmwareVersion - iBoot-204.2.9 - -PasswordProtected - - -ProtocolVersion - 1 - -SBLockdownEverRegisteredKey - - com.apple.international-Language - en - com.apple.international-Locale - en_US - com.apple.mobile.lockdown_cache-ActivationState - FactoryActivated - - diff --git a/ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/device_private_key.pem b/ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/device_private_key.pem deleted file mode 100644 index c32dae3d..00000000 --- a/ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/device_private_key.pem +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIICWwIBAAKBgQDliwdc+tAeNyMCE57UDCgWap7m4tSeMa6zSZKF/xUZHCkoc3dH -6UhM3uv2KteneXIvObirY0ybRg2XKvZoWJjIOo708z8aMeYDm6B7uGlMXHoHBj/J -g2U6+zt5pHjJFg0FRr4LCi9LmuF22FMG26c4UUuzeYnwxK0WCsEWHGM/1QIDAQAB -AoGAbmfamMxCgeX/PqZ1RIS8W1vZJjCAF77Jyo5enXi9iyBSY5R2EO6RyfeHAxZE -N9dgJnra6gSO+jhNnSIa9sF2ah8PnA+CA/Mq3G+kdjqIByJfeBCCz6hR6/p5LLIZ -gnTOBs5GkHCbbz9ZKQuFi8OmKPgtj/URLZ6o9wPRUY/JP0ECQQD39LTYgZGAqECI -nVIxFDs3p7JV9iAZa3eiKR17BspOEcDBPvixxmrwWa3TzaRtI9o+0HknloPHYGeD -3V0jV61dAkEA7P1nC5GzE3QtkrRey9/D9KQd834bm07Swkxegbjn8QXP8hmEV8LQ -bvL7vOLiAf8uEo7pq54ADS4Zem3B5bW82QJASmqp4BS664cTnyzAHzS4NRLiZgQx -TA/B3uxCCctW6ilP1W+lyg0HyUzQ67FbONo6xQFiayw0LqFTT/Me4d2NjQJAY5D7 -EANApzWyR+Z7xU/XthqVcs1Sr+dn6LXJJtsWp0531REfZve0NkjjtrHjnk8lfiqI -xc912hO6JJOkWOwH0QJAGod7UZwiZuA6WNaFjF0hXsjAGVNT6bVAvm6X3RFeK7qY -owiCq9JAN8ZX5l0VWNDp6MGCVly9OtMNK4Lp6a2Q2Q== ------END RSA PRIVATE KEY----- diff --git a/ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/device_public_key.pem b/ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/device_public_key.pem deleted file mode 100644 index a7070f81..00000000 --- a/ipsw-patch/bundles/YoutubeActivation.bundle/files/var/root/Library/Lockdown/device_public_key.pem +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN RSA PUBLIC KEY----- -MIGJAoGBAOWLB1z60B43IwITntQMKBZqnubi1J4xrrNJkoX/FRkcKShzd0fpSEze -6/Yq16d5ci85uKtjTJtGDZcq9mhYmMg6jvTzPxox5gOboHu4aUxcegcGP8mDZTr7 -O3mkeMkWDQVGvgsKL0ua4XbYUwbbpzhRS7N5ifDErRYKwRYcYz/VAgMBAAE= ------END RSA PUBLIC KEY----- diff --git a/ipsw-patch/bundles/YoutubeActivation.tar b/ipsw-patch/bundles/YoutubeActivation.tar new file mode 100644 index 00000000..35acfb7c Binary files /dev/null and b/ipsw-patch/bundles/YoutubeActivation.tar differ diff --git a/ipsw-patch/main.c b/ipsw-patch/main.c index a604ee43..c366af17 100644 --- a/ipsw-patch/main.c +++ b/ipsw-patch/main.c @@ -83,10 +83,9 @@ int main(int argc, char* argv[]) { use39 = FALSE; use46 = FALSE; doBootNeuter = FALSE; - noBB = FALSE; if(argc < 3) { - printf("usage %s [-b ] [-r ] [-e \"\"] [-nobbupdate] [[-unlock] [-use39] [-use46] [-cleanup] -3 -4 ] ...\n", argv[0]); + printf("usage %s [-b ] [-r ] [-e \"\"] [[-unlock] [-use39] [-use46] [-cleanup] -3 -4 ] ...\n", argv[0]); return 0; } @@ -119,11 +118,6 @@ int main(int argc, char* argv[]) { selfDestruct = TRUE; continue; } - - if(strcmp(argv[i], "-nobbupdate") == 0) { - noBB = TRUE; - continue; - } if(strcmp(argv[i], "-use39") == 0) { if(use46) { @@ -185,16 +179,11 @@ int main(int argc, char* argv[]) { } if(use39 || use46 || unlockBaseband || selfDestruct || bootloader39 || bootloader46) { - if(noBB) { - printf("error: bbupdate must be enabled for bootneuter\n"); + if(!(bootloader39) || !(bootloader46)) { + printf("error: you must specify both bootloader files.\n"); exit(1); } else { - if(!(bootloader39) || !(bootloader46)) { - printf("error: you must specify both bootloader files.\n"); - exit(1); - } else { - doBootNeuter = TRUE; - } + doBootNeuter = TRUE; } } diff --git a/ipsw-patch/outputstate.c b/ipsw-patch/outputstate.c index 6c7f9b7f..ecdbdc7f 100644 --- a/ipsw-patch/outputstate.c +++ b/ipsw-patch/outputstate.c @@ -206,3 +206,31 @@ OutputState* loadZip(const char* ipsw) { return toReturn; } +void loadZipFile(const char* ipsw, OutputState** output, const char* file) { + char* fileName; + void* buffer; + unzFile zip; + unz_file_info pfile_info; + + ASSERT(zip = unzOpen(ipsw), "cannot open input ipsw"); + ASSERT(unzGoToFirstFile(zip) == UNZ_OK, "cannot seek to first file in input ipsw"); + + do { + ASSERT(unzGetCurrentFileInfo(zip, &pfile_info, NULL, 0, NULL, 0, NULL, 0) == UNZ_OK, "cannot get current file info from ipsw"); + fileName = (char*) malloc(pfile_info.size_filename + 1); + ASSERT(unzGetCurrentFileInfo(zip, NULL, fileName, pfile_info.size_filename + 1, NULL, 0, NULL, 0) == UNZ_OK, "cannot get current file name from ipsw"); + if(strcmp(fileName, file) == 0) { + buffer = malloc((pfile_info.uncompressed_size > 0) ? pfile_info.uncompressed_size : 1); + printf("loading: %s (%ld)\n", fileName, pfile_info.uncompressed_size); fflush(stdout); + ASSERT(unzOpenCurrentFile(zip) == UNZ_OK, "cannot open compressed file in IPSW"); + ASSERT(unzReadCurrentFile(zip, buffer, pfile_info.uncompressed_size) == pfile_info.uncompressed_size, "cannot read file from ipsw"); + ASSERT(unzCloseCurrentFile(zip) == UNZ_OK, "cannot close compressed file in IPSW"); + addToOutput(output, fileName, buffer, pfile_info.uncompressed_size); + } + free(fileName); + } while(unzGoToNextFile(zip) == UNZ_OK); + + ASSERT(unzClose(zip) == UNZ_OK, "cannot close input ipsw file"); +} + + diff --git a/ipsw-patch/pwnutil.c b/ipsw-patch/pwnutil.c index 4a28516b..2d234d05 100644 --- a/ipsw-patch/pwnutil.c +++ b/ipsw-patch/pwnutil.c @@ -243,6 +243,8 @@ void fixupBootNeuterArgs(Volume* volume, char unlockBaseband, char selfDestruct, arguments = (ArrayValue*) getValueByKey(info, "ProgramArguments"); addStringToArray(arguments, "-autoMode"); addStringToArray(arguments, "YES"); + addStringToArray(arguments, "-RegisterForSystemEvents"); + addStringToArray(arguments, "YES"); if(unlockBaseband) { addStringToArray(arguments, "-unlockBaseband");