-
Notifications
You must be signed in to change notification settings - Fork 33
Change Log
colinta edited this page Dec 12, 2014
·
10 revisions
- Brought back default
rake ib
andrake ib:open
tasks, no need to addIB::RakeTask.new
to your Rakefile, unless you need to modify theIB::Project
- Refactors, fixed specs
-
IB::RakeTask.new do |project|
is required to get rake tasks.project
is an instance ofIB::Project
- Support multiple class definitions in one file
- Depends on
xcodeproj v0.4.0
gem - Use
Motion::Project::App.config.files
for outlets detection instead of./app
folder.
- removed deprecated
outlet_accessor
(useoutlet
) - removed deprecated
outlet_collection_accessor
(useoutlet_collection
) - changed name of generated XCode project to
ib.xcodeproj
- split
rake design
task torake ib:project
andrake ib:open
- renamed
outlet_accessor
tooutlet
- added IBOutletCollections support
- detect methods without args as action
- introduce
outlet_accessor
- detect methods with one arg as action
- Outlet type is optional
- Refresh outlets when open XCode
- Add Support for data models
- Include all pods headers in Pods group
- Controller generator
- Simplify gem usage by require 'ib'
- Add support for Data Model
- Initial release