Giter Site home page Giter Site logo

Comments (7)

adamwaite avatar adamwaite commented on August 14, 2024

That's a much better idea actually since it's a gem too, forgot that it existed! I will work on a new version as soon as get a little time. Should be able to release a version at some point next week, in Spain at the moment.

from ios-build-kit.

delebedev avatar delebedev commented on August 14, 2024

I have some time to get this feature to work, the idea to use it something like this:

      def build_command
        workspace_arg = "-workspace \"#{@config.workspace}\""
        scheme_arg = "-scheme \"#{@config.scheme}\""
        "xcodebuild #{workspace_arg} #{scheme_arg} -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test | xcpretty"
      end

or do you want to manually capture xcodebuild output and pass it to XCPretty::Printer.new?

from ios-build-kit.

adamwaite avatar adamwaite commented on August 14, 2024

Your solution sounds good to me. Up to you though, whatever you think is best.

from ios-build-kit.

delebedev avatar delebedev commented on August 14, 2024

As easy first step, I simply added xcpretty to script command. In the future we can use it as object to configure reporters and output in more OOD way.

from ios-build-kit.

nemesis avatar nemesis commented on August 14, 2024

Hello, guys! Maybe use xcpretty -c? Formats the output with color. :octocat:

from ios-build-kit.

delebedev avatar delebedev commented on August 14, 2024

@nemesis yep, forgot about it

from ios-build-kit.

adamwaite avatar adamwaite commented on August 14, 2024

fixed with #14

from ios-build-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.