-
-
Notifications
You must be signed in to change notification settings - Fork 35
Roadmap
You shall not pass edited this page Dec 16, 2015
·
4 revisions
- add tvos and watchos into podspec
- change logo
- use protocol extension to remove some code on
PreferenceType
and allow to create custom one without implementing all the methods
- operator or subscript to archive/convert object
-
PreferencesController
to allow binding on allPreferencesType
(inspired fromNSUserDefaultsController
) for OSX - any object could conform to
PreferencesType
by extendingReflectingPreferences
- NSBundle and application informations
- Carthage
- Collection adapter : Element of collection, using closure, must be able to return a key and a value
- add example projects to close #3
- change
func dictionary()
tovar
? - add dependency on https://github.com/phimage/Arithmosophi