Sha256: c6964a84c38c39feef90b5b9a5e60a9fa9f57f2377ccba7b11ceb0254ad511c5

Contents?: true

Size: 358 Bytes

Versions: 8

Compression:

Stored size: 358 Bytes

Contents

require 'bacon'
require 'pretty_bacon'
require 'mocha-on-bacon'
require 'xcres'
require 'pathname'

def fixture_path
  @fixture_path ||= Pathname(File.expand_path('../../fixtures', __FILE__))
end

def xcodeproj
  Xcodeproj::Project.open(fixture_path + 'Example/Example.xcodeproj')
end

def app_target
  xcodeproj.targets.find { |t| t.name == 'Example' }
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
xcres-0.6.1 spec/unit/spec_helper.rb
xcres-0.6.0 spec/unit/spec_helper.rb
xcres-0.5.0 spec/unit/spec_helper.rb
xcres-0.4.4 spec/unit/spec_helper.rb
xcres-0.4.3 spec/unit/spec_helper.rb
xcres-0.4.2 spec/unit/spec_helper.rb
xcres-0.4.1 spec/unit/spec_helper.rb
xcres-0.4.0 spec/unit/spec_helper.rb