NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

fix(metadata-generator): Static frameworks from .o #1271

Closed mbektchiev closed 4 years ago

mbektchiev commented 4 years ago

Take into account static frameworks composed of a single object file such as GoogleMaps.

Fix taken from: https://github.com/NativeScript/ns-v8ios-runtime/commit/f34d4e9e6b30edf567421167179e9014695dbcc9#diff-752cd2355f79b442571e27326e7bb4a6R251

PR Checklist

What is the current behavior?

refs https://github.com/NativeScript/ns-v8ios-runtime/issues/25