AbsaOSS / rn-indy-sdk

This code was starting point of https://github.com/hyperledger/indy-sdk-react-native where the work continues.
Apache License 2.0
11 stars 6 forks source link

remove framework search paths, update docs #38

Closed TimoGlastra closed 3 years ago

TimoGlastra commented 3 years ago

I added the following to rn-indy-sdk.podspec:

s.pod_target_xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/Frameworks" }

This removes the need to do the manual echo every time, but automatically adds it to the file on pod install :)

Signed-off-by: Timo Glastra timo@animo.id