File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.2.6 </string >
20
+ <string >1.2.7 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >10 </string >
24
+ <string >11 </string >
25
25
<key >LSMinimumSystemVersion </key >
26
26
<string >${MACOSX_DEPLOYMENT_TARGET} </string >
27
27
<key >NSHumanReadableCopyright </key >
28
- <string >Copyright © 2014-2017 Tapas Software. All rights reserved. </string >
28
+ <string >Copyright © 2014-2018 Tapas Software. All rights reserved. </string >
29
29
<key >NSMainNibFile </key >
30
30
<string >MainMenu </string >
31
31
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -51,6 +51,15 @@ These comments can be turned off in the Preferences sheet for a more compact fil
51
51
52
52
### Version History ###
53
53
54
+ * Version 1.2.7*
55
+ * Aug 19, 2018*
56
+
57
+ – Added alert to notify users if the selected project contains no build settings.
58
+ – Added names and descriptions for some common settings without info.
59
+ – Updated to extract build settings from Xcode 9.3-compatible project files.
60
+ – Updated to extract build settings from Xcode 10.0-compatible project files. (Tested with beta 6.)
61
+ – Made changes to prepare for Mojave Dark Mode.
62
+
54
63
* Version 1.2.6*
55
64
* Nov 3, 2017*
56
65
You can’t perform that action at this time.
0 commit comments