diff --git a/BuildSettingExtractor/BuildSettingExtractor-Info.plist b/BuildSettingExtractor/BuildSettingExtractor-Info.plist
index 43ac752..9d77ecb 100644
--- a/BuildSettingExtractor/BuildSettingExtractor-Info.plist
+++ b/BuildSettingExtractor/BuildSettingExtractor-Info.plist
@@ -17,15 +17,15 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.2.6
+ 1.2.7
CFBundleSignature
????
CFBundleVersion
- 10
+ 11
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHumanReadableCopyright
- Copyright © 2014-2017 Tapas Software. All rights reserved.
+ Copyright © 2014-2018 Tapas Software. All rights reserved.
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/ReadMe.md b/ReadMe.md
index 7a8d092..fe9d7b6 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -51,6 +51,15 @@ These comments can be turned off in the Preferences sheet for a more compact fil
### Version History ###
+*Version 1.2.7*
+*Aug 19, 2018*
+
+– Added alert to notify users if the selected project contains no build settings.
+– Added names and descriptions for some common settings without info.
+– Updated to extract build settings from Xcode 9.3-compatible project files.
+– Updated to extract build settings from Xcode 10.0-compatible project files. (Tested with beta 6.)
+– Made changes to prepare for Mojave Dark Mode.
+
*Version 1.2.6*
*Nov 3, 2017*