From d075084a0a43905e7a40d071210cd14ade75420a Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Sat, 30 Sep 2023 19:13:55 +0200
Subject: Info.plist: Remove my name
Make this more like a template where users will have to fill their own
information in these fields.
---
 Info.plist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Info.plist b/Info.plist
index 6a6eedd..f243d8d 100644
--- a/Info.plist
+++ b/Info.plist
@@ -9,7 +9,7 @@
 	CFBundleExecutable
 	Base Windowed Application
 	CFBundleIdentifier
-	com.teddywing.Base-Windowed-Application
+	com.yourcompany.Base-Windowed-Application
 	CFBundleInfoDictionaryVersion
 	6.0
 	CFBundleName
@@ -23,7 +23,7 @@
 	LSMinimumSystemVersion
 	10.12
 	NSHumanReadableCopyright
-	Copyright © 2023 Teddy Wing
+	Copyright © 2023 Your Name. All rights reserved.
 
 	CFBundleDocumentTypes
 	
-- 
cgit v1.2.3