zhangao0086 / DKImagePickerController

Image Picker Controller for iOS written in Swift 4 & 5.
MIT License
1.49k stars 471 forks source link

Add tags to dependend packages in order to be able to fetch DKImagePickerController with a versioned rule #716

Open richardtop opened 12 months ago

richardtop commented 12 months ago

Similarly to #715, the Package.manifest file in this project still uses branches instead of tags, so it is not possible to use a versioned release rule in order to install this package.

Proposed solution:

Add tags for each of the dependent packages and ensure that not a single package installed with the .branch rule, then update the Package.swift file in this repository and bump the tag here too: https://github.com/zhangao0086/DKImagePickerController/blob/develop/Package.swift#L18-L19