icyleaf/app-info

Reduce namespace

Closed this issue · 0 comments

From 2.0 version, AppInfo will remove Parser module level to reduce namespace.

before:

AppInfo::Parser::IPA.new file
AppInfo::Parser::Platform::Android

after

AppInfo::IPA.new file
AppInfo::Platform::Android