theappbusiness / ConfigGenerator

Configuration file code generator for use in Xcode projects
MIT License
157 stars 19 forks source link

Fix Array support #42

Closed theblixguy closed 4 years ago

theblixguy commented 4 years ago

This PR fixes some bugs with Array support. Now, the arrays are printed correctly and it can deal with nested arrays defined in plist/map file as well.

agarwalmukund commented 4 years ago

Love the comments. :)