Sha256: 05564a963d82e50e3e32982d840cfca051b6353fa90290b57fc983b955267764
Contents?: true
Size: 266 Bytes
Versions: 4
Compression:
Stored size: 266 Bytes
Contents
require 'bundler' Bundler.require app = Helios::Application.new { service :data, model: Dir['*.xcdatamodel*'].first if Dir['*.xcdatamodel*'].any? service :push_notification service :in_app_purchase service :passbook } run app
Version data entries
4 entries across 4 versions & 1 rubygems