GithubHelp home page GithubHelp logo

Configuring Mac files about nativeshell HOT 2 CLOSED

nativeshell avatar nativeshell commented on July 4, 2024 1
Configuring Mac files

from nativeshell.

Comments (2)

knopp avatar knopp commented on July 4, 2024 1

The Podfile is internally generated during build from flutter plugins. You can add macos_extra_pods argument to FlutterOptions inside build.rs if you want to add additional pods to the build, i.e.

    Flutter::build(FlutterOptions {
        macos_extra_pods: &[
            "pod 'Sparkle'", //
            "pod 'LetsMove'",
        ],
        ..Default::default()
    })?;

There is no code-signing during cargo build, so there is no entitlements file. There is bundle_tool project that you can install using

cargo install bundle_tool

and which can create self contained bundles as well as codesign and notarize them, but I haven't had much time to document it. After installing you can run cargo bundle-tool --help and see the available options.

from nativeshell.

wilsonowilson avatar wilsonowilson commented on July 4, 2024 1

I see. On a side note would be really helpful if there was documentation highlighting the process of building and releasing Desktop apps with Nativeshell.

from nativeshell.

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.