From 2d8115f31f19343195a2ff853243108ca74d44b7 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Sat, 2 Mar 2024 16:09:55 -0500 Subject: [PATCH 1/2] new file layout image --- README.md | 2 +- xxPROJECTxNAMExx/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c57421..18f4b34 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Use this template as a starting point for any Swift 5 module that you want other **STATUS: This template is ready and works in production code, compatible with Xcode 15.2 (15C500b)** -![Swift 5 Module directory layout](https://user-images.githubusercontent.com/382183/66881876-63cca680-ef96-11e9-9dde-ae9d5c35350c.png) +![Swift 5 Module directory layout](https://github.com/fulldecent/swift5-module-template/assets/382183/1a7965f0-af84-4d00-9bb6-97db76e6e715) ## Features diff --git a/xxPROJECTxNAMExx/README.md b/xxPROJECTxNAMExx/README.md index 03b3bc2..14329a4 100644 --- a/xxPROJECTxNAMExx/README.md +++ b/xxPROJECTxNAMExx/README.md @@ -17,7 +17,6 @@ THEN YOU'RE DONE, GO STAR [swift5-module-template](https://github.com/fulldecent # xxPROJECTxNAMExx -[![CI Status](http://img.shields.io/travis/__GITHUB_USERNAME__/xxPROJECTxNAMExx.svg?style=flat)](https://travis-ci.org/__GITHUB_USERNAME__/xxPROJECTxNAMExx) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/__GITHUB_USERNAME__/xxPROJECTxNAMExx) [![License](https://img.shields.io/github/license/__GITHUB_USERNAME__/xxPROJECTxNAMExx)](LICENSE) From 5a8131d205f4dac9cdf36dd97f54ea42d98633ac Mon Sep 17 00:00:00 2001 From: William Entriken Date: Sat, 2 Mar 2024 16:11:34 -0500 Subject: [PATCH 2/2] use GitHub Actions sheilds --- xxPROJECTxNAMExx/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xxPROJECTxNAMExx/README.md b/xxPROJECTxNAMExx/README.md index 14329a4..30c2b32 100644 --- a/xxPROJECTxNAMExx/README.md +++ b/xxPROJECTxNAMExx/README.md @@ -17,8 +17,7 @@ THEN YOU'RE DONE, GO STAR [swift5-module-template](https://github.com/fulldecent # xxPROJECTxNAMExx -![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/__GITHUB_USERNAME__/xxPROJECTxNAMExx) -[![License](https://img.shields.io/github/license/__GITHUB_USERNAME__/xxPROJECTxNAMExx)](LICENSE) +![GitHub tag (latest SemVer)](https://github.com/__GITHUB_USERNAME__/xxPROJECTxNAMExx/actions/workflows/ci.yml/badge.svg?branch=main) Screenshot