7 Commits
Author SHA1 Message Date
Marko Burčul 4018b591b6 scripts: fix the apple certs import (#202)
If they exist already don't import them

Signed-off-by: markoburcul <marko@status.im>
2026-05-27 08:59:43 -03:00
Iuri Matias 312a1dfb28 replace all Logos App references 2026-05-25 13:03:20 -04:00
marko c9df75107f fix(ci): fix macos bundle packaging and archiving in release
Signed-off-by: markoburcul <marko@status.im>
2026-04-22 18:52:07 +02:00
marko 8d09a3260e feat(ci): create macos release pipeline
- added necessary functions to jenkins lib to mask sensitive signing
  and notarization certs and passwords
- updated script for signing and notarization to work on our CI hosts
  - this includes among other things downloading Apple certificates and
    importing them to the temporary keychain we create for signing
- updated Jenkinsfile to do signing and notarization only on releases

Referenced issue:
* https://github.com/logos-co/logos-basecamp/issues/27

Signed-off-by: markoburcul <marko@status.im>
2026-04-16 09:55:56 +02:00
Dario Lipicar 113b67c733 leverage package-manager-module for module/ui-plugin detection (#110) 2026-03-27 10:57:53 -03:00
Khushboo Mehta 17ef99cb28 chore: rename repo to logos-basecamp 2026-03-18 14:36:41 +01:00
Dario Lipicarandmarko 3724e97b15 generate macos app bundles (#74)
* generate macos app bundles

* remove unused nix files

* update README

* provide entitlements and disable library verification

* scripts: add example of sign and notarize script

Tested and its working but up to step with signing and repackaging .lgx
files can be done when creating the bundle.

* bump nix-bundle-macos-app, remove duplicate steps from notarization script

---------

Co-authored-by: markoburcul <marko@status.im>
2026-03-05 19:05:30 +00:00