GithubHelp home page GithubHelp logo

Comments (9)

estella144 avatar estella144 commented on May 18, 2024

@Asher- Codesign is okay for me (Adium 1.5.10.4 on macOS 11.2.2).

from adium.

Asher- avatar Asher- commented on May 18, 2024

I'm not sure what you mean.

This issue concerns deployment of compiled sources to bundle a new Adium.app.

The problem is that the (very old) build scripts create the dylibs and then frameworkerize them without any code signing. When Xcode performs its copy phase and goes to sign the frameworks, it does so by signing the bundled /A file, expecting everything else to already be signed; instead, it finds that nothing is signed and bails.

Adium used to handle this by using --force --deep, but this is improper (and has been clarified as such by Apple more recently) and further did not work properly in all cases.

The proper solution is to codesign the dylibs as they are generated. This is not of itself difficult, but it requires the build scripts to be in working orderβ€” which they were not. They are now in mostly working order, with a few further details to be resolved, at which point codesigning can be easily integrated.

The only detail that I am not sure of offhand is how to use Xcode's automatic signing selection from the build script. I'm hoping Google knows.

from adium.

estella144 avatar estella144 commented on May 18, 2024

@Asher- What I am saying is that the disk image should sign properly on my computer.

from adium.

Asher- avatar Asher- commented on May 18, 2024

This concerns signing of the binary, before any disk image is created.

from adium.

estella144 avatar estella144 commented on May 18, 2024

@Asher- I have no binary, only dmg.

from adium.

Asher- avatar Asher- commented on May 18, 2024

Please don't comment on issues you don't understand unless it is to ask pertinent questions that lead to an understanding.

from adium.

estella144 avatar estella144 commented on May 18, 2024

How do you know I don't understand this?

from adium.

Asher- avatar Asher- commented on May 18, 2024

If you understood this, you would be able to identify the evidence yourself.

from adium.

estella144 avatar estella144 commented on May 18, 2024

@Asher- I don't have the binary to identify the evidence.

from adium.

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.