Creating iOS 5 Apps Discussion > NSUbiquitiousKeyValueStore limit changed in iOS5.1
Thanks for the heads up. I thought I remembered hearing about this, but when I checked the documentation it still said 64 kb. I've since done some digging, and I was looking at the Lion docs, not the iOS 5.1 docs.
In other news, does anyone know how to customize the search results in Xcode's organizer? We used to be able to turn different libraries on and off--but I can't seem to find that option any longer.
-Rich-

not sure but since i started using DocSets (by Ole Zorn) on my iPad i almost stopped reading anything from Organizer -> Library! and the developer has the entire code on github!. but I guess you would know already :D
Im not sure what you mean by turning library on/off but if you mean by 5.1, 5.0, OSX 10.7 i think if I click on Find button drop down (magnifier) and click on Doc Sets combo box and i select or unselect it....Im may be talking irrelevant here but i just found out to filter the results

Ah, that's it, exactly. Click on the magnifying glass, then select "Show Find Options." From within that, I can uncheck the iOS 5 and Mac OS X DocSets. Then, when I search, I only get results from iOS 5.1.
Those options used to be up on the toolbar. I knew they had to have hidden them somewhere.
I'll have to check out the DocSets app you mentioned as well.
-Rich-

:) here is the link https://github.com/omz/DocSets-for-iOS
I could have just paid 4 bucks for it but then i saw he made it available for everyone !

This is really trivial post but the limit to store values for keys changed in iOS5.1 to 1MB from 64kb (pg. 289) but book is all about 5.0 so yes it's not typo or errata but thought to mention. Though lenghth of key string is still same 64bytes.