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 7de0024 commit 87c05b7
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 84 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It uses the expat library.
| Requirement | Release Version | Description
|-----------------------|------------------|---------------
| [expat](https://github.com/libexpat/libexpat) | ![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](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
| [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
| [MulleBase64](https://github.com/MulleWeb/MulleBase64) | ![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) | 💬 Decode and encode NSData with base64
| [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.

Expand Down Expand Up @@ -54,7 +54,7 @@ Install the requirements:
| Requirements | Description
|----------------------------------------------|-----------------------
| [expat](https://github.com/libexpat/libexpat) |
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | 🛸 MulleFoundationBase does something
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | 🧱 MulleFoundationBase amalgamates Foundations projects
| [MulleBase64](https://github.com/MulleWeb/MulleBase64) | 💬 Decode and encode NSData with base64
| [mulle-objc-list](https://github.com/mulle-objc/mulle-objc-list) | 📒 Lists mulle-objc runtime information contained in executables.

Expand Down
6 changes: 3 additions & 3 deletions cola/properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
user="MulleFoundation";
repo="MulleObjCExpatFoundation";
homepage="https://github.com/MulleFoundation/MulleObjCExpatFoundation";
license="BSD-3-Clause"
license="BSD-3-Clause";
};
dependencies =
(
Expand All @@ -19,7 +19,7 @@
user="libexpat";
},
{
description="🛸 MulleFoundationBase does something";
description="🧱 MulleFoundationBase amalgamates Foundations projects";
domain="github";
name="MulleFoundationBase";
repo="MulleFoundationBase";
Expand All @@ -42,5 +42,5 @@
url="https://github.com/mulle-objc/mulle-objc-list";
user="mulle-objc";
}
)
);
}
Loading

0 comments on commit 87c05b7

Please sign in to comment.