Skip to content

Commit

Permalink
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 393cb0c commit 9c6963c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,14 @@ its startup library.

| Requirement | Release Version | Description
|-----------------------|------------------|---------------
| [mulle-atinit](https://github.com/mulle-core/mulle-atinit) | ![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) | 🤱🏼 Compatibility library for deterministic initializers
| [# MulleObjC muss no-bequeath sein, wegen dies und das](MulleObjC muss no-bequeath sein, wegen dies und das) | - | ▶️ Startup code for MulleObjC
| [MulleObjC](https://github.com/mulle-objc/MulleObjC) | ![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) | 💎 A collection of Objective-C root classes for mulle-objc
| [mulle-atinit](https://github.com/mulle-core/mulle-atinit) | ![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) | 🤱🏼 Compatibility library for deterministic initializers
| [mulle-atexit](https://github.com/mulle-core/mulle-atexit) | ![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) | 👼 Compatibility library to fix atexit
| [mulle-dlfcn](https://github.com/mulle-core/mulle-dlfcn) | ![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) | ♿️ Shared library helper


## Add

**This project is a component of the [mulle-core](//github.com/mulle-core/mulle-core) library. As such you usually will *not* add or install it
individually, unless you specifically do not want to link against
`mulle-core`.**


### Add as an individual component

Use [mulle-sde](//github.com/mulle-sde) to add MulleObjC-startup to your project:
Expand Down
30 changes: 15 additions & 15 deletions cola/properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
dependencies =
(
{
description="🤱🏼 Compatibility library for deterministic initializers";
domain="github";
name="mulle-atinit";
repo="mulle-atinit";
url="https://github.com/mulle-core/mulle-atinit";
user="mulle-core";
description="▶️ Startup code for MulleObjC";
domain="";
name="# MulleObjC muss no-bequeath sein, wegen dies und das";
repo="# MulleObjC muss no-bequeath sein, wegen dies und das";
url="MulleObjC muss no-bequeath sein, wegen dies und das";
user="";
},
{
description="💎 A collection of Objective-C root classes for mulle-objc";
Expand All @@ -28,20 +28,20 @@
user="mulle-objc";
},
{
description="👼 Compatibility library to fix atexit";
description="🤱🏼 Compatibility library for deterministic initializers";
domain="github";
name="mulle-atexit";
repo="mulle-atexit";
url="https://github.com/mulle-core/mulle-atexit";
name="mulle-atinit";
repo="mulle-atinit";
url="https://github.com/mulle-core/mulle-atinit";
user="mulle-core";
},
{
description="♿️ Shared library helper";
description="👼 Compatibility library to fix atexit";
domain="github";
name="mulle-dlfcn";
repo="mulle-dlfcn";
url="https://github.com/mulle-core/mulle-dlfcn";
name="mulle-atexit";
repo="mulle-atexit";
url="https://github.com/mulle-core/mulle-atexit";
user="mulle-core";
}
)
);
}

0 comments on commit 9c6963c

Please sign in to comment.