erdemolkun / plist

Automatically exported from code.google.com/p/plist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to parse Info.plist file extracted from Hike.ipa file using r111 version, It is getting parsed in earlier versions.

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Extract Hike.ipa file
2. Find Info.plist in extracted content. It is binary plist file.
3. extract using PropertyListParser.parse(Info.plist);

What is the expected output? What do you see instead?
Parse successfully and able to read App Metadata.

What version of the product are you using? On what operating system?
r111 on both linux and windows

Please provide any additional information below.
Could not attach ipa file as it was 28 MB. Let me know if you need the IPA file 
through other services like Google Drive.

Stack Trace:
Caused by: java.lang.IndexOutOfBoundsException
    at java.io.ByteArrayOutputStream.write(Unknown Source)
    at com.dd.plist.PropertyListParser.readAll(PropertyListParser.java:134)
    at com.dd.plist.BinaryPropertyListParser.parse(BinaryPropertyListParser.java:165)
    at com.dd.plist.BinaryPropertyListParser.parse(BinaryPropertyListParser.java:181)
    at oracle.idm.msm.apps.utils.IOSAppMetaDataExtractor.extract(IOSAppMetaDataExtractor.java:106)

Original issue reported on code.google.com by karanbvp@gmail.com on 14 Nov 2014 at 2:03

Could you please check whether that issues is fixed in r112?

Original comment by daniel.dreibrodt on 14 Nov 2014 at 4:21

  • Changed state: Started
The file got parsed in latest trunk code.
Thanks for fixing it. :)
It will be really great, If you can publish official jar file. I will be able 
to use latest version( i.e. r112) instead of r108 in my project.
Thanks Again!!!

Original comment by karanbvp@gmail.com on 16 Nov 2014 at 8:56

I uploaded the official files for r113.

Original comment by daniel.dreibrodt on 17 Nov 2014 at 4:36

  • Changed state: Done
Really grateful for your work and quick turnaround time.
Thumbs up!!!

Original comment by karanbvp@gmail.com on 17 Nov 2014 at 6:17