From 2fde800bf2704373244bd6559f969c8815881130 Mon Sep 17 00:00:00 2001 From: PeterSthuka Date: Tue, 25 Aug 2026 09:16:10 +0300 Subject: [PATCH] Remove a stray empty file from the repository root `0."` is an empty file with a quote in its name, created by a mis-escaped shell redirect while inspecting the README and swept into the previous commit by `git add -A`. It has no content and nothing references it. Caught before the 0.6.0 tag: it would otherwise sit in the tagged tree, in the GitHub release source archives and in the CocoaPods download, and a filename containing a double quote is the kind of thing that breaks a build script on a platform nobody tested. --- "0.\"" | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 "0.\"" diff --git "a/0.\"" "b/0.\"" deleted file mode 100644 index e69de29..0000000