diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b35ba5a8..118a9cc5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,6 @@ +### v2.9.0 +* [#64](https://github.com/chiunam/CTAssetsPickerController/issues/64) Put resources into a bundle + ### v2.8.1 * [#81](https://github.com/chiunam/CTAssetsPickerController/issues/81) Fix: Update `collectionView` after calling `de/selectAsset` methods. * [#77](https://github.com/chiunam/CTAssetsPickerController/issues/77) Fix: When assets group changed, the asset filter is not re-applied diff --git a/SUBMODULES-NOTES.md b/SUBMODULES-NOTES.md new file mode 100644 index 00000000..8c6c2663 --- /dev/null +++ b/SUBMODULES-NOTES.md @@ -0,0 +1,9 @@ +To use this control via git submodule, please follow the steps below:- + +````bash +$ git submodule add http://github.com/chiunam/CTAssetsPickerController +```` + +1. Run `create_bundle` script to create a resource bundle in `CTAssetsPickerController/CTAssetsPickerController.bundle`. You will have to run this script to create a new bundle **every time** you update this library. +2. Drag `CTAssetsPickerController` folder in your project and add to your targets. +3. Add `AssetsLibrary.framework` and `MediaPlayer.framework`.