Sha256: b9f2fb80126b4c090d41e078444ce69bcbbd11f7bf774f99b88e3649059c109a
Contents?: true
Size: 249 Bytes
Versions: 6
Compression:
Stored size: 249 Bytes
Contents
require 'bundler' Bundler.require app = Helios::Application.new { service :data, model: Dir['*.xcdatamodel*'].first rescue false service :push_notification service :in_app_purchase service :passbook } run app
Version data entries
6 entries across 6 versions & 2 rubygems