From db1451d1d5b166e0577f96f4cef8e17e091bd7cf Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Sat, 3 Dec 2016 04:19:06 -0500
Subject: Low Battery Yup-Info.plist: Update NSHumanReadableCopyright
Don't use my initials.
---
Low Battery Yup/Low Battery Yup-Info.plist | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Low Battery Yup/Low Battery Yup-Info.plist b/Low Battery Yup/Low Battery Yup-Info.plist
index 7554788..b6304ec 100644
--- a/Low Battery Yup/Low Battery Yup-Info.plist
+++ b/Low Battery Yup/Low Battery Yup-Info.plist
@@ -25,7 +25,7 @@
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHumanReadableCopyright
- Copyright © 2016 TW. All rights reserved.
+ Copyright © 2016 Teddy Wing. All rights reserved.
NSMainNibFile
MainMenu
NSPrincipalClass
--
cgit v1.2.3
From dc0237bd0b345408f1c5700dc562078ce1d32706 Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Sat, 3 Dec 2016 04:21:07 -0500
Subject: Remove Credits.rtf
Remove this file as it isn't relevant at this point. We'll go with the
simplified About panel instead.
---
Low Battery Yup.d.xcodeproj/project.pbxproj | 12 ------------
Low Battery Yup/en.lproj/Credits.rtf | 29 -----------------------------
2 files changed, 41 deletions(-)
delete mode 100644 Low Battery Yup/en.lproj/Credits.rtf
diff --git a/Low Battery Yup.d.xcodeproj/project.pbxproj b/Low Battery Yup.d.xcodeproj/project.pbxproj
index dfe9a81..47dfde5 100644
--- a/Low Battery Yup.d.xcodeproj/project.pbxproj
+++ b/Low Battery Yup.d.xcodeproj/project.pbxproj
@@ -31,7 +31,6 @@
D1F809E11DDC6AA0001671E9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D18C94A21DDC33CF00E03F87 /* Cocoa.framework */; };
D1F809E71DDC6AA0001671E9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D1F809E51DDC6AA0001671E9 /* InfoPlist.strings */; };
D1F809E91DDC6AA0001671E9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F809E81DDC6AA0001671E9 /* main.m */; };
- D1F809ED1DDC6AA0001671E9 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = D1F809EB1DDC6AA0001671E9 /* Credits.rtf */; };
D1F809F01DDC6AA0001671E9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F809EF1DDC6AA0001671E9 /* AppDelegate.m */; };
D1F809F31DDC6AA0001671E9 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D1F809F11DDC6AA0001671E9 /* MainMenu.xib */; };
/* End PBXBuildFile section */
@@ -118,7 +117,6 @@
D1F809E61DDC6AA0001671E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; };
D1F809E81DDC6AA0001671E9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; };
D1F809EA1DDC6AA0001671E9 /* Low Battery Yup-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Low Battery Yup-Prefix.pch"; sourceTree = ""; };
- D1F809EC1DDC6AA0001671E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; };
D1F809EE1DDC6AA0001671E9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; };
D1F809EF1DDC6AA0001671E9 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; };
D1F809F21DDC6AA0001671E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = ""; };
@@ -261,7 +259,6 @@
D1F809E51DDC6AA0001671E9 /* InfoPlist.strings */,
D1F809E81DDC6AA0001671E9 /* main.m */,
D1F809EA1DDC6AA0001671E9 /* Low Battery Yup-Prefix.pch */,
- D1F809EB1DDC6AA0001671E9 /* Credits.rtf */,
D131EB371DF1E8AB00504A74 /* com.teddywing.Low-Battery-Yup.StartAtLogin.plist */,
);
name = "Supporting Files";
@@ -385,7 +382,6 @@
files = (
D131EB4B1DF203CD00504A74 /* Low Battery Yup.d.app in Resources */,
D1F809E71DDC6AA0001671E9 /* InfoPlist.strings in Resources */,
- D1F809ED1DDC6AA0001671E9 /* Credits.rtf in Resources */,
D1F809F31DDC6AA0001671E9 /* MainMenu.xib in Resources */,
D131EB381DF1E8AB00504A74 /* com.teddywing.Low-Battery-Yup.StartAtLogin.plist in Resources */,
);
@@ -462,14 +458,6 @@
name = InfoPlist.strings;
sourceTree = "";
};
- D1F809EB1DDC6AA0001671E9 /* Credits.rtf */ = {
- isa = PBXVariantGroup;
- children = (
- D1F809EC1DDC6AA0001671E9 /* en */,
- );
- name = Credits.rtf;
- sourceTree = "";
- };
D1F809F11DDC6AA0001671E9 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
diff --git a/Low Battery Yup/en.lproj/Credits.rtf b/Low Battery Yup/en.lproj/Credits.rtf
deleted file mode 100644
index 46576ef..0000000
--- a/Low Battery Yup/en.lproj/Credits.rtf
+++ /dev/null
@@ -1,29 +0,0 @@
-{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\paperw9840\paperh8400
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
-
-\f0\b\fs24 \cf0 Engineering:
-\b0 \
- Some people\
-\
-
-\b Human Interface Design:
-\b0 \
- Some other people\
-\
-
-\b Testing:
-\b0 \
- Hopefully not nobody\
-\
-
-\b Documentation:
-\b0 \
- Whoever\
-\
-
-\b With special thanks to:
-\b0 \
- Mom\
-}
--
cgit v1.2.3