From a7ca37c1bf4195ec825578e47e691c7707e8ba3b Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 3 Dec 2023 12:11:53 +0100 Subject: [PATCH] Remove production-readyness warning from README icrate may not really be ready for user-consumption, but it's vastly better than the alternative, so let's start recommending it! --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e4e3b41cd..4e46e0eb9 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,6 @@ [![License](https://badgen.net/badge/license/MIT/blue)](./LICENSE.txt) [![CI](https://github.com/madsmtm/objc2/actions/workflows/ci.yml/badge.svg)](https://github.com/madsmtm/objc2/actions/workflows/ci.yml) -# DISCLAIMER! These crates are work in progress, and should not be used in production environments. Use the battle-tested `objc` family instead! - -Anyway, thanks for being here, any help testing things out is highly -appreciated! - The two crates you're interested in is probably [`icrate`], which provide a mostly autogenerated interface for Apple's Objective-C frameworks (`AppKit`, `Foundation`, `Metal`, `WebKit`, you name it), and [`objc2`], which contains