You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Automatically adds the `MergeFile` to your generated Pods project (just like your `Podfile`)
- Adds support for fixing Swift modular imports (`import xxxx`) when the `has_dependencies!` flag is specified
- Adds a group using `swift_version!` & `has_dependencies!` flags in the example project
- Automatically adds the `MergeFile` to your generated Pods project (just like your `Podfile`)
8
+
- Adds support for fixing Swift modular imports (`import xxxx`) when the `has_dependencies!` flag is specified [#10](https://github.com/grab/cocoapods-pod-merge/issues/10)
9
+
- Adds a group using `swift_version!` & `has_dependencies!` flags in the [example project](https://github.com/grab/cocoapods-pod-merge/tree/master/PodMergeExample)
- Adds a new flag `swift_version!` to manually set the Swift version of a merge group [#5](https://github.com/grab/cocoapods-pod-merge/issues/5)
8
-
- Fixes an issue with the `.modulemap` unable to compile when a pod contains `+` in it's name.[#8](https://github.com/grab/cocoapods-pod-merge/issues/8)
16
+
- Fixes an issue with the `.modulemap` unable to compile when a pod contains `+` in it's name [#8](https://github.com/grab/cocoapods-pod-merge/issues/8)
0 commit comments