gabrielrobert / xavtool

Xplat Automating Version Tool
https://gabrielrobert.github.io/xavtool/
MIT License
35 stars 2 forks source link

Reader and processing should be separated #2

Closed gabrielrobert closed 6 years ago

gabrielrobert commented 6 years ago

Actually, we send an object of type packageInfo to android/iOS handler. We should work with []byte parameters for testability purposes.

gabrielrobert commented 6 years ago

The same applies to the reading process.

gabrielrobert commented 6 years ago

Done!