chenquincy / app-info-parser

A javascript parser for parsing .ipa or .apk files. IPA/APK文件 js 解析器
MIT License
492 stars 116 forks source link

Keep printable characters for version name #100

Open sunnylqm opened 6 months ago

sunnylqm commented 6 months ago

The current logic would truncate version name like 1.0.2(1) to 1.0.21. Try to raise the limit to all printable characters from https://www.ascii-code.com/characters/printable-characters