Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Feb 3, 2015
2 parents 6162820 + 21f7fa9 commit 2743d94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions SUBMODULES-NOTES.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit 2743d94

Please sign in to comment.