crosswalk-project / crosswalk-ios

Crosswalk Project for iOS
https://crosswalk-project.org/
BSD 3-Clause "New" or "Revised" License
117 stars 77 forks source link

Read extension configuration from extensions.plist #60

Closed jondong closed 9 years ago

jondong commented 9 years ago

This feature will help the extensions which are published through CocoaPods to define the JavaScript namespace to native class mapping, as we cannot modify the Info.plist by the definitions of podfile.

If the extension provides the extensions.plist, we'll read the mapping from it; otherwise we will read them from the Info.plist.