Skip to content

thiagoppo/isomorphic-apk-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isomorphic-apk-reader

Read IOS/Android package's(.apk/.ipa ) manifest info, for NodeJS/Webpack/Browserify.

Introduction

For .apk, parse the AndroidManifest.xml and resources.arsc files, read all values listed in AndroidManifest.xml(both primitive and reference type), also you can get and show the icon of the apk file directly from the parsed result.

For .ipa, parse the info.plist and embedded.mobileprovision files, read all basic information in info.plist file, including the icon of the ipa file(already handled the crushed pngs).

About

Read IOS/Android package's(.apk/.ipa ) manifest info, for NodeJS/Webpack/Browserify.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.7%
  • HTML 1.7%
  • CSS 0.6%