Skip to content

Commit 81036b7

Browse files
Update BuildSettingInfoSubpaths.plist
- Add deprecatedSubpathsByVersion section - Use new section for deprecated iPhoneOS path - Combine Clang settings into a single subpath array - Add to subpath arrays where file or lproj names have changed - Resolves #40
1 parent 0409c11 commit 81036b7

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

BuildSettingExtractor/BuildSettingInfoSubpaths.plist

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
<key>[WATCHOS_DEPLOYMENT_TARGET]-name</key>
3030
<string>watchOS Deployment Target</string>
3131
</dict>
32+
<key>deprecatedSubpathsByVersion</key>
33+
<dict>
34+
<key>0900</key>
35+
<array>
36+
<array>
37+
<string>Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specifications/English.lproj/Native Build System.strings</string>
38+
</array>
39+
</array>
40+
</dict>
3241
<key>subpaths</key>
3342
<array>
3443
<array>
@@ -42,9 +51,8 @@
4251
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/English.lproj/Apple LLVM 8.0.strings</string>
4352
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/English.lproj/Apple LLVM 8.1.strings</string>
4453
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/English.lproj/Apple LLVM 9.0.strings</string>
45-
</array>
46-
<array>
4754
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/English.lproj/Apple Clang.strings</string>
55+
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/en.lproj/Apple Clang.strings</string>
4856
</array>
4957
<array>
5058
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/Resources/en.lproj/Swift Compiler.strings</string>
@@ -79,14 +87,13 @@
7987
<array>
8088
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/IBCompilerPlugin.xcplugin/Contents/Resources/English.lproj/Interface Builder Storyboard Postprocessor.strings</string>
8189
</array>
82-
<array>
83-
<string>Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specifications/English.lproj/Native Build System.strings</string>
84-
</array>
8590
<array>
8691
<string>Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/Native Build System.strings</string>
92+
<string>Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/Native Build System.xcspec</string>
8793
</array>
8894
<array>
8995
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/en.lproj/OpenCL.strings</string>
96+
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/English.lproj/OpenCL.strings</string>
9097
</array>
9198
<array>
9299
<string>Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/Resources/CoreBuildSystem.xcspec</string>

0 commit comments

Comments
 (0)