Sha256: 97c1c8f992275767c589e6bc352cfb3d5717d770d64b43bdce313f5a761e6a08

Contents?: true

Size: 377 Bytes

Versions: 24

Compression:

Stored size: 377 Bytes

Contents

project :TestProject 
target 	:TestProject
config 	:Release
version "#{ENV['BUILD_NUMBER']}"
#profile ''
#identity ''

#testflight_api_token ''
#testflight_team_token ''
#testflight_notes `git log -n 1`
#testflight_list 'Internal'

before :clean do |builder|
  `rm -Rf Local.vendorbackup*`
end

before :build do |builder| 
  #`vendor install`
  `rm -Rf Local.vendorbackup*`
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
xcoder-0.1.18 spec/TestProject/Buildfile
xcoder-0.1.15 spec/TestProject/Buildfile
xcoder-0.1.14 spec/TestProject/Buildfile
xcoder-0.1.13 spec/TestProject/Buildfile
xcoder-0.1.12 spec/TestProject/Buildfile
xcoder-0.1.11 spec/TestProject/Buildfile
xcoder-0.1.10 spec/TestProject/Buildfile
xcoder-0.1.9 spec/TestProject/Buildfile
xcoder-0.1.8 spec/TestProject/Buildfile
xcoder-0.1.7 spec/TestProject/Buildfile
xcoder-0.1.6 spec/TestProject/Buildfile
xcoder-0.1.4 spec/TestProject/Buildfile
xcoder-0.1.3 spec/TestProject/Buildfile
xcoder-0.1.2 spec/TestProject/Buildfile
xcoder-0.1.1 spec/TestProject/Buildfile
xcoder-0.1.0 spec/TestProject/Buildfile
xcoder-0.0.21 spec/TestProject/Buildfile
xcoder-0.0.20 spec/TestProject/Buildfile
xcoder-0.0.19 spec/TestProject/Buildfile
xcoder-0.0.18 spec/TestProject/Buildfile