-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I experimented a bit with this plugin and when merging the pods BonMot and SnapKit the deployment target is set to 8.0 even though the pod BonMot only supports 9.0 and this results in SDK availability errors.
Example project: https://github.com/KaiOelfke/MergeTest
Either the MergeFile should specify a deployment target per group, take the deployment target from the Podfile or just automatically set it to the highest common target (in this case 9.0)
Also Podfile supports comments with # and strings with double quotes "" and MergeFile doesn't which would have saved me some time, if it would be mentioned in the documentation.
Otherwise it's a good idea. The launch time of the app I was experimenting with is improving quite a bit. Thanks for your work!