Code Monkey home page Code Monkey logo

Comments (4)

pcolby avatar pcolby commented on May 18, 2024 1

So it looks like I'm going to have to convert the macOS app from a single executable, to an app bundle instead. This is mostly done already, but it does mean that that the CLI invocation will look a little different, ie instead of:

./build/src/cli/dokit status

it will become:

./build/src/cli.app/Contents/MacOS/dokit status

It might be possible to make it nicer with a symlink? (I thought for later).

I'll also package the app into a *.dmg file, but that will take a little longer, but you can test before that's done.

Anyway, work in progress... 😄

from dokit.

pcolby avatar pcolby commented on May 18, 2024

Thanks @KorvinSzanto, I'll take a look 😊

from dokit.

KorvinSzanto avatar KorvinSzanto commented on May 18, 2024

This was working for me for awhile with #10 applied but it has decided to stop working for some reason. Instead of the behavior originally described I see a panic showing essentially the same failure:

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothAlwaysUsageDescription key with a string value explaining to the user how the app uses this data.

from dokit.

pcolby avatar pcolby commented on May 18, 2024

This was working for me for awhile with #10 applied

Thanks @KorvinSzanto, I've merged, moved to a CMake variable, and populated the rest of the Info.plist file.

but it has decided to stop working ... I see a panic showing essentially the same failure

That is really odd. I'll do some digging 🤔

from dokit.

Related Issues (7)

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.