From 2b662a82340d3b6f9760ea8d9cbe36035553d3f1 Mon Sep 17 00:00:00 2001 From: Carl Menezes Date: Tue, 28 Nov 2023 11:36:58 +1300 Subject: [PATCH] [DX-2500]: Update CODEOWNERS and add deprecation banner (#70) * chore: update CODEOWNERS * chore: add deprecation banner --- .github/CODEOWNERS | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2a28501 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +* @immutable/sdk + diff --git a/README.md b/README.md index 9473918..afc321e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ --- +# 🚨 This library is no longer maintained 🚨 + +If you're building apps with Immutable, please use [Immutable's Unified SDK](https://github.com/immutable/ts-immutable-sdk) + # ImmutableX Core SDK Swift [![Maintainability](https://api.codeclimate.com/v1/badges/a7887f9758562e49b171/maintainability)](https://codeclimate.com/repos/62be55bacb1f54014d00579d/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/a7887f9758562e49b171/test_coverage)](https://codeclimate.com/repos/62be55bacb1f54014d00579d/test_coverage)