From 52004af70f0ec40c2f0637914c914aacac8f1040 Mon Sep 17 00:00:00 2001 From: Clement T Date: Tue, 3 Feb 2015 11:28:08 +0800 Subject: [PATCH 1/3] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 3 +++ 1 file changed, 3 insertions(+) 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 From 9cb2b8368a923e7648321495bd6950cdaacde53c Mon Sep 17 00:00:00 2001 From: Clement T Date: Tue, 3 Feb 2015 11:31:52 +0800 Subject: [PATCH 2/3] Create SUBMODULES-NOTES.md --- SUBMODULES-NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SUBMODULES-NOTES.md diff --git a/SUBMODULES-NOTES.md b/SUBMODULES-NOTES.md new file mode 100644 index 00000000..9896297f --- /dev/null +++ b/SUBMODULES-NOTES.md @@ -0,0 +1,5 @@ +To use this control with submodules, please follow the steps below:- + +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`. From 21f7fa929758faeb5c99cd0329998f802ddb7020 Mon Sep 17 00:00:00 2001 From: Clement T Date: Tue, 3 Feb 2015 11:47:56 +0800 Subject: [PATCH 3/3] Update SUBMODULES-NOTES.md --- SUBMODULES-NOTES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SUBMODULES-NOTES.md b/SUBMODULES-NOTES.md index 9896297f..8c6c2663 100644 --- a/SUBMODULES-NOTES.md +++ b/SUBMODULES-NOTES.md @@ -1,4 +1,8 @@ -To use this control with submodules, please follow the steps below:- +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.