fermoya / cocoapods-catalyst-support

Ruby extensions to help you configure your pods project so that pods not compiled for Catalyst can still be used for iOS devices
MIT License
111 stars 18 forks source link

Using match instead of include #23

Closed tibiiii closed 3 years ago

tibiiii commented 3 years ago

Found a bug when using MKStoreKit as a pod in the project. When for any reason the script tries to remove StoreKit.framework, it does so by looking for a line containing "StoreKit.framework". This will result in finding the line with MKStoreKit.framework as well.

install_framework "${BUILT_PRODUCTS_DIR}/MKStoreKit/MKStoreKit.framework" will be picked up.

tibiiii commented 3 years ago

closed with opening #24