From fafb60329581b4ab663c183a9cb90d57c443a2d3 Mon Sep 17 00:00:00 2001 From: Paul Colton Date: Wed, 4 Sep 2013 11:31:48 -0700 Subject: [PATCH] update version number and docs --- README.md | 8 +++++++- motion-pixate.gemspec | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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"