Update of /cvsroot/paranoidandroid/paranoidandroid/Resources/APE
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28798/Resources/APE
Modified Files:
Info.plist
Log Message:
The path of the custom app might not be null-terminated.
Index: Info.plist
===================================================================
RCS file: /cvsroot/paranoidandroid/paranoidandroid/Resources/APE/Info.plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Info.plist 21 Feb 2006 22:16:32 -0000 1.2
--- Info.plist 22 Feb 2006 00:51:15 -0000 1.3
***************
*** 7,10 ****
--- 7,12 ----
<key>APEPantherCertified</key>
<true/>
+ <key>APETigerCertified</key>
+ <true/>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
|