Sha256: 184fc24d3a5cfa91f3a1d0cc54771aeca3a1cd3fcd99e19122b13f3e585572c0
Contents?: true
Size: 831 Bytes
Versions: 4
Compression:
Stored size: 831 Bytes
Contents
Feature: Can build a customised DMG image from application build In order to reduce cost of building DMG images for each release of an application As a Cocoa developer or release manager I want a rake task to generate a DMG based on custom settings Scenario: Build a DMG with default custom DMG config Given a Cocoa app with choctop installed When task 'rake dmg' is invoked Then file 'appcast/build/SampleApp-0.1.0.dmg' is created When dmg 'appcast/build/SampleApp-0.1.0.dmg' is mounted as 'SampleApp' Then folder 'SampleApp.app' in mounted volume is created And file 'Applications' in mounted volume is created And file 'background.jpg' in mounted volume is created And file 'background.jpg' in mounted volume is invisible And file '.VolumeIcon.icns' in mounted volume is created
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
choctop-0.9.1 | features/dmg.feature |
choctop-0.9.0 | features/dmg.feature |
choctop-0.9.2 | features/dmg.feature |
choctop-0.9.3 | features/dmg.feature |