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

Fix Issue #115 #174

Closed asifmohd closed 7 years ago

asifmohd commented 7 years ago

Fixes Issue #115

UITests would not run after generating a project from Cakefile, because of TEST_HOST and BUNDLE_LOADER in Target settings

This PR removes these two keys, so that UITests can be built

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.002%) to 96.937% when pulling 15a9c3d9f21ebde27e89649d9d9244b978fe56ee on asifmohd:issue-115 into 0f293fc1f49e03c8bc7bcb9d943c79fcb20d062b on jcampbell05:master.

jcampbell05 commented 7 years ago

Sweet :) will merge.