expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
445 stars 95 forks source link

Fix optional status in withXcodeLinkBinaryWithLibraries #36

Closed Kerumen closed 2 years ago

Kerumen commented 2 years ago

The xcode module used to update the XCode files is directly setting the ATTRIBUTES key for us:

https://github.com/apache/cordova-node-xcode/blob/8b98cabc5978359db88dc9ff2d4c015cba40f150/lib/pbxFile.js#L215-L216

In that case, we simply need to pass weak: true instead of the full settings object.