Git Product home page Git Product logo

Comments (8)

AliSoftware avatar AliSoftware commented on May 23, 2024

Care to make a PR? Should be pretty easy to fix the StoryboardParser to detect such nodes I think.

from swiftgen.

vkaramov avatar vkaramov commented on May 23, 2024

I guess so, but I'm pretty busy in 2 projects. I'll probably make a PR later this week.

from swiftgen.

AliSoftware avatar AliSoftware commented on May 23, 2024

Fine by me, I'm busy too so you'll probably beat me to it anyway 😉 👍

from swiftgen.

vkaramov avatar vkaramov commented on May 23, 2024

Hello, when are you going to merge or reject my PR?
And one more question: why swiftgen crashes when launched from the debugger?

from swiftgen.

AliSoftware avatar AliSoftware commented on May 23, 2024

Sorry I've been super super busy this month both at work and in personal life and I admit I totally forgot your PR, so thanks for reminding me! I commented on it as I wish that code to be tested before merging anything.

Regarding the debugger, I'm not sure I understand your question. You mean when you try to run the SwiftGen.xcodeproj from Xcode, right? If so, yeah that's an issue with Xcode which is not yet really fit for Command Line projects (= that produce a single binary without a bundle) written in Swift (as projects written in Swift depend on Swift dynamic libs and the Swift dylibs are normally copied by Xcode in the app bundle — inside YourApp.app/Frameworks — but for CLI tools there is no bundle). So for CLI apps I mostly use Xcode so that I have syntax highlighting and code completion but building require a custom string.
Hopefully this will change soon with Swift becoming OpenSource and the Swift Package Manager and Apple wanting to make Swift apps working on Linux (which means no bundles but flat binaries and no frameworks or done differently) and a future version of Xcode supporting that.

from swiftgen.

vkaramov avatar vkaramov commented on May 23, 2024

Hello,
I've updated unit tests, so please take a look.

from swiftgen.

AliSoftware avatar AliSoftware commented on May 23, 2024

Version 0.7.4 release submitted to Homebrew :)

from swiftgen.

vkaramov avatar vkaramov commented on May 23, 2024

Great! Thanks!

from swiftgen.

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.