mirror of
https://github.com/zhigang1992/RubyMotion-PixateFreestyle.git
synced 2026-04-29 13:15:38 +08:00
added new example
This commit is contained in:
19
Examples/HelloWorld/Rakefile
Normal file
19
Examples/HelloWorld/Rakefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
$:.unshift("/Library/RubyMotion/lib")
|
||||
require 'motion/project/template/ios'
|
||||
require 'rubygems'
|
||||
require 'motion-pixate'
|
||||
|
||||
begin
|
||||
require 'bundler'
|
||||
Bundler.require
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
Motion::Project::App.setup do |app|
|
||||
# Use `rake config' to see complete project settings.
|
||||
app.name = 'HelloWorld'
|
||||
app.pixate.key = 'KEY CODE'
|
||||
app.pixate.user = 'USER ID'
|
||||
app.pixate.framework = 'vendor/PXEngine.framework'
|
||||
end
|
||||
Reference in New Issue
Block a user