Skip to content

Commit

Permalink
remove dependencies subsumed by mulle-core, fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 13, 2024
1 parent de8e1d6 commit 628abba
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 27 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ or `-cancelWhenIdle` before.

| Requirement | Release Version | Description
|-----------------------|------------------|---------------
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 🛸 MulleFoundationBase does something
| [MulleThread](https://github.com/MulleFoundation/MulleThread) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 🍝 MulleThread sleeps until nudged
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 🧱 MulleFoundationBase amalgamates Foundations projects
| [mulle-objc-list](https://github.com/mulle-objc/mulle-objc-list) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 📒 Lists mulle-objc runtime information contained in executables.

### You are here
Expand Down Expand Up @@ -85,7 +86,8 @@ Install the requirements:

| Requirements | Description
|----------------------------------------------|-----------------------
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | 🛸 MulleFoundationBase does something
| [MulleThread](https://github.com/MulleFoundation/MulleThread) | 🍝 MulleThread sleeps until nudged
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | 🧱 MulleFoundationBase amalgamates Foundations projects
| [mulle-objc-list](https://github.com/mulle-objc/mulle-objc-list) | 📒 Lists mulle-objc runtime information contained in executables.

Download the latest [tar](https://github.com/MulleFoundation/MulleInvocationQueue/archive/refs/tags/latest.tar.gz) or [zip](https://github.com/MulleFoundation/MulleInvocationQueue/archive/refs/tags/latest.zip) archive and unpack it.
Expand Down
14 changes: 11 additions & 3 deletions cola/properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@
user="MulleFoundation";
repo="MulleInvocationQueue";
homepage="https://github.com/MulleFoundation/MulleInvocationQueue";
license="BSD-3-Clause"
license="BSD-3-Clause";
};
dependencies =
(
{
description="🛸 MulleFoundationBase does something";
description="🍝 MulleThread sleeps until nudged";
domain="github";
name="MulleThread";
repo="MulleThread";
url="https://github.com/MulleFoundation/MulleThread";
user="MulleFoundation";
},
{
description="🧱 MulleFoundationBase amalgamates Foundations projects";
domain="github";
name="MulleFoundationBase";
repo="MulleFoundationBase";
Expand All @@ -27,5 +35,5 @@
url="https://github.com/mulle-objc/mulle-objc-list";
user="mulle-objc";
}
)
);
}
239 changes: 217 additions & 22 deletions overview.dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 628abba

Please sign in to comment.