New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

motion-pixate-observer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

motion-pixate-observer

  • 0.6
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Motion::Pixate::Observer

This gem provides a function that you changes css files, apply changes into your application that uses Pixate Framework immediately.

You do not need rebuild your application and any operations. Only update your css files.

この gem は、CSS ファイルを変更すると即座に Pixate Framework を利用したアプリに変更内容を適用するという機能を提供します。

CSS ファイルを変更するたびにアプリをビルドし直す必要も、アプリ上での操作も一切必要ありません。CSS ファイルをエディタで編集し保存するだけです。

Requirements

  • RubyMotion 1.0 or greater (see http://www.rubymotion.com).
  • Pixate Framework 1.0 or greater (see http://www.pixate.com/).
  • MacRuby 0.12+ (see http://macruby.org/)

Installation

$ gem install motion-pixate-observer

Usage

  • Add require motion-pixate-observer to your Rakefile
require 'rubygems'
require 'motion-pixate-observer'
  • include Motion::Pixate::Observer in Main Controller. Call startObserving in viewDidLoad.
class MainViewController < UIViewController
  include Motion::Pixate::Observer  # include Motion::Pixate::Observer in Main Controller

  def viewDidLoad
    super

    startObserving # start searching and communicate with server

    ....
  end
  • First, you have to start server. Depends on MacRuby when start server.
$  pixate_server css_file_path

After started server, run your RubyMotion application.

  • update css files, apply changes immediately.

FAQs

Package last updated on 12 Jul 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc