Rakefile in motion-xray-1.0.7 vs Rakefile in motion-xray-1.0.8
- old
+ new
@@ -8,6 +8,7 @@
# Use `rake config' to see complete project settings.
app.name = 'motion-xray'
app.detect_dependencies = false
app.frameworks << 'MessageUI'
app.device_family = [:iphone, :ipad]
+ app.info_plist['UIViewControllerBasedStatusBarAppearance'] = false
end