Sha256: 4ecb5ff84dde83b465b3e3b57a69bb788e5480bb11f5958b56bd499fbb7c0c87
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
# -*- coding: utf-8 -*- $:.unshift("/Library/RubyMotion/lib") require 'motion/project' $:.unshift("../../lib") require '../../lib/walt' Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'Apple' app.pods do pod "AFNetworking" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
walt-0.1.2 | examples/Apple/Rakefile |
walt-0.1 | examples/Apple/Rakefile |