Rakefile in motion-objection-0.5 vs Rakefile in motion-objection-0.6

- old
+ new

@@ -7,9 +7,10 @@ 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