igor-makarov / xcake

:cake: Describe Xcode projects in a human readable format and (re)generate one on demand.
MIT License
634 stars 48 forks source link

Wrong behavior in scheme generator #182

Closed happiness9721 closed 6 years ago

happiness9721 commented 6 years ago

I'm using xcake with the Cakefile below in Xcode 9.2

project.class_prefix = "APP"
application_for :ios, 8.0 do |target|
    target.name = "YourApp"
    target.all_configurations.each { |c| c.product_bundle_identifier = "com.yourcompany.yourapp"}
    unit_tests_for target
    ui_tests_for target
end

it generate redundant UITest scheme like below

2017-12-26 2 37 09