Coder Social home page Coder Social logo

Comments (4)

stackotter avatar stackotter commented on August 25, 2024 2

Thanks, that should be enough info for now πŸ‘

Once I've gotten very basic iOS support working (a sponsor wants that) I'll try implementing support for XPC services. Basic iOS support isn't too far away so you shouldn't have to wait too long :)

from swift-bundler.

stackotter avatar stackotter commented on August 25, 2024

Would you be able to provide an example xcode project with an xpc service so that I can see how the resulting app bundle should look? I haven’t worked with xpc services before so I don’t know how they work.

from swift-bundler.

bo0ts avatar bo0ts commented on August 25, 2024

I've started my project using https://github.com/rderik/XPCSquirrel as a template. The resulting app folder looks like this:

$ tree MyApp.app
MyApp.app/
└── Contents
    β”œβ”€β”€ Info.plist
    β”œβ”€β”€ MacOS
    β”‚Β Β  └── MyApp
    └── XPCServices
        └── ServiceProvider.xpc
            └── Contents
                β”œβ”€β”€ Info.plist
                └── MacOS
                    └── ServiceProvider

Happy to provide more information if you need it.

from swift-bundler.

stackotter avatar stackotter commented on August 25, 2024

I'm finally working on Swift Bundler again after not really working on it much at all for probably over 6 months. The early access version currently has support for expressing any possible plist entries in the configuration file. I will be merging the early access version into this repo soon after a few more improvements. After that I'll be looking into supporting a big chunk of the kinds of Apple-specific app content that Xcode supports (iMessage extensions, XPC services, etc.)

from swift-bundler.

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.