Skip to content

Commit eda7c6a

Browse files
Add path for LLVM 7.0 strings.
1 parent f165d2c commit eda7c6a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

BuildSettingExtractor/BuildSettingInfoSubpaths.plist

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>backstopSettingInfo</key>
6+
<dict>
7+
<key>[SWIFT_OPTIMIZATION_LEVEL]-description</key>
8+
<string>None [-Onone], Fastest [-O], Fastest, Unchecked [-Ounchecked]</string>
9+
<key>[SWIFT_OPTIMIZATION_LEVEL]-name</key>
10+
<string>Swift Optimization Level</string>
11+
</dict>
512
<key>subpaths</key>
613
<array>
714
<array>
@@ -10,6 +17,7 @@
1017
<array>
1118
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/English.lproj/Apple LLVM 6.0.strings</string>
1219
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/English.lproj/Apple LLVM 6.1.strings</string>
20+
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/English.lproj/Apple LLVM 7.0.strings</string>
1321
</array>
1422
<array>
1523
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/Resources/en.lproj/Swift Compiler.strings</string>
@@ -54,12 +62,5 @@
5462
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/en.lproj/OpenCL.strings</string>
5563
</array>
5664
</array>
57-
<key>backstopSettingInfo</key>
58-
<dict>
59-
<key>[SWIFT_OPTIMIZATION_LEVEL]-description</key>
60-
<string>None [-Onone], Fastest [-O], Fastest, Unchecked [-Ounchecked]</string>
61-
<key>[SWIFT_OPTIMIZATION_LEVEL]-name</key>
62-
<string>Swift Optimization Level</string>
63-
</dict>
6465
</dict>
6566
</plist>

0 commit comments

Comments
 (0)