David Starke

Results 3 issues of David Starke

When built from master, the framework cannot be included in an app store submission. ITMS returns the error ITMS-90056 and reports that the Info.plist file is missing the `CFBundleVersion` key....

The standard Array iterator functions like forEach() and map() take a callback function with the signature: function(element, index, array). The Lazy Array here takes a callback with the signature: function(element)....

This pull request adds support for arrays within data structures. This addresses issue #4.