Sha256: 485d6d477160c0fce83327f097dbbab02eab7586f848e03511840a0c102efb53

Contents?: true

Size: 389 Bytes

Versions: 42

Compression:

Stored size: 389 Bytes

Contents

# Project-level Buildfile

# required because this buildfile lives inside of the source dir which itself
# has a Buildfile
project! 

# This is the generic requirement for most apps.  Of course SproutCore will
# override this for itself, so you don't have to worry about it causing 
# trouble.
config :all, :required => :sproutcore

config :mobile_photos, :required => 'sproutcore/mobile'

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
sproutcore-1.0.1008 spec/fixtures/real_world/Buildfile
sproutcore-1.0.1003 spec/fixtures/real_world/Buildfile