From 9c6963c7e7967f082bec385f29b02b13eb209761 Mon Sep 17 00:00:00 2001 From: Nat! Date: Sat, 13 Jan 2024 15:31:11 +0100 Subject: [PATCH] fix README.md --- README.md | 9 ++------- cola/properties.plist | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 987d3cf..fc529de 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/cola/properties.plist b/cola/properties.plist index a231862..94fe132 100644 --- a/cola/properties.plist +++ b/cola/properties.plist @@ -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"; @@ -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"; } - ) + ); }