From c42e375044d734cb6063c807ed0cfb1a711e0818 Mon Sep 17 00:00:00 2001 From: rzen Date: Tue, 14 Jul 2026 21:06:26 -0400 Subject: [PATCH] Rename display name to Contextful on both platforms --- Notes/Resources/Info-iOS.plist | 2 +- Notes/Resources/Info-macOS.plist | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Notes/Resources/Info-iOS.plist b/Notes/Resources/Info-iOS.plist index 997eda8..bab1a40 100644 --- a/Notes/Resources/Info-iOS.plist +++ b/Notes/Resources/Info-iOS.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Notes + Contextful CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/Notes/Resources/Info-macOS.plist b/Notes/Resources/Info-macOS.plist index 9fe4c5f..81934c8 100644 --- a/Notes/Resources/Info-macOS.plist +++ b/Notes/Resources/Info-macOS.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Notes + Contextful CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/README.md b/README.md index 05e2e3d..553d8f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Notes +# Contextful -Context-aware note taking for iOS and macOS. Working name — bundle id `dev.rzen.indie.Notes`. +Context-aware note taking for iOS and macOS. Product name **Contextful**; project working name "Notes", bundle id `dev.rzen.indie.Notes`. The idea: every note silently captures the context it was taken in — where you were, what time it was — and that context is used to *recall* notes later.