diff options
author | Teddy Wing | 2023-09-30 19:13:55 +0200 |
---|---|---|
committer | Teddy Wing | 2023-09-30 19:13:55 +0200 |
commit | d075084a0a43905e7a40d071210cd14ade75420a (patch) | |
tree | bc1856b2e39ab3a04973da22b2fff4792f006138 | |
parent | 15568bd3c203f1b3d4ea15f997ea9bf7e8286d85 (diff) | |
download | Base-Windowed-Application-d075084a0a43905e7a40d071210cd14ade75420a.tar.bz2 |
Info.plist: Remove my name
Make this more like a template where users will have to fill their own
information in these fields.
-rw-r--r-- | Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>Base Windowed Application</string> <key>CFBundleIdentifier</key> - <string>com.teddywing.Base-Windowed-Application</string> + <string>com.yourcompany.Base-Windowed-Application</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> @@ -23,7 +23,7 @@ <key>LSMinimumSystemVersion</key> <string>10.12</string> <key>NSHumanReadableCopyright</key> - <string>Copyright © 2023 Teddy Wing</string> + <string>Copyright © 2023 Your Name. All rights reserved.</string> <key>CFBundleDocumentTypes</key> <array> |