diff --git a/README.md b/README.md index 361172e..33adeb5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,13 @@ Motion::Project::App.setup do |app| end ``` -4. Create the `default.css` in `resources` directory. +4. Note: As of Pixate 1.1 beta 4, you need to add the following line to your `app_delegate` file in the `application(application, didFinishLaunchingWithOptions:launchOptions)` method before the `@window.makeKeyAndVisible` call: + +```ruby + @window.styleMode = PXStylingNormal +``` + +5. Create the `default.css` in `resources` directory. Note: To install the motion-pixate gem, see the [RubyGems site](https://rubygems.org/gems/motion-pixate). diff --git a/motion-pixate.gemspec b/motion-pixate.gemspec index 84935fe..fc76fa9 100644 --- a/motion-pixate.gemspec +++ b/motion-pixate.gemspec @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -Version = "1.2" +Version = "1.3" Gem::Specification.new do |gem| gem.name = "motion-pixate"