mirror of
https://github.com/zhigang1992/RubyMotion-PixateFreestyle.git
synced 2026-01-12 22:51:56 +08:00
update version number and docs
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
Version = "1.2"
|
||||
Version = "1.3"
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = "motion-pixate"
|
||||
|
||||
Reference in New Issue
Block a user