Rakefile in motion-objection-0.6.3 vs Rakefile in motion-objection-0.6.4

- old
+ new

@@ -7,10 +7,12 @@ require './lib/motion-objection' Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'motion-objection' + app.identifier = 'com.atomicobject.motion-objection' + app.pods do pod "Objection", "~>1.0.3" end end