File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ Using the app:
15
15
16
16
Choose Preferences… (Command-,) from the BuildSettingExtractor menu to set generation options.
17
17
18
- ###Notes###
18
+ ### Notes ###
19
19
20
20
- BuildSettingExtractor does not alter the original Xcode project file.
21
21
- BuildSettingExtractor does not update existing xcconfig files, it does a one-time extraction.
22
22
- BuildSettingExtractor does not hoist shared target build settings to the project level.
23
23
- Do not taunt BuildSettingExtractor.
24
24
25
- ###Generated Files###
25
+ ### Generated Files ###
26
26
27
27
The generated xcconfig files include build setting explanations gleaned from Xcode:
28
28
@@ -49,7 +49,14 @@ These comments can be turned off in the Preferences sheet for a more compact fil
49
49
FRAMEWORK_SEARCH_PATHS = $(DEVELOPER_FRAMEWORKS_DIR) $(inherited)
50
50
INFOPLIST_FILE = BuildSettingExtractorTests/BuildSettingExtractorTests-Info.plist
51
51
52
- ###Version History###
52
+ ### Version History ###
53
+
54
+ * Version 1.2.5*
55
+ * Jun 12, 2017*
56
+
57
+ – Updated list of build setting description files to include LLDB 8.1 file.
58
+ – Updated list of build setting description files to include LLDB 9.0 file.
59
+ – Fixed incorrect Markdown in the ReadMe file.
53
60
54
61
* Version 1.2.4*
55
62
* Nov 14, 2016*
You can’t perform that action at this time.
0 commit comments