mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Summary: Backtrace accepts a wide range of native debugging formats, e.g. PDB, dSYM, ELF files. Instead of converting to an intermediate format being breakpad sym files, package and upload the native formats directly. Also reduce the list of debugging symbols to a reasonable minimum. Sample and test symbols are not required. Reviewers: #gatekeepers, msutcliffe Reviewed By: #gatekeepers, msutcliffe Subscribers: msutcliffe Maniphest Tasks: T588 Differential Revision: https://dev.swift-project.org/D102
33 lines
1.4 KiB
XML
33 lines
1.4 KiB
XML
<componentGroup>
|
|
<name>weatherdata</name>
|
|
<description>WeatherData Plugins</description>
|
|
<canBeEdited>1</canBeEdited>
|
|
<selected>1</selected>
|
|
<show>1</show>
|
|
<componentList>
|
|
<component>
|
|
<name>weatherdatagfs</name>
|
|
<description>GFS WeatherData</description>
|
|
<canBeEdited>1</canBeEdited>
|
|
<detailedDescription>WeatherData fetched from NCEP Global Forecast System in 0.5 degrees worldwide</detailedDescription>
|
|
<selected>1</selected>
|
|
<show>1</show>
|
|
<folderList>
|
|
<folder>
|
|
<description>bin/plugins/weatherdata</description>
|
|
<destination>${installdir}/bin/plugins/weatherdata</destination>
|
|
<name>bin_plugins_simulator</name>
|
|
<platforms>all</platforms>
|
|
<distributionFileList>
|
|
<distributionFile>
|
|
<allowWildcards>1</allowWildcards>
|
|
<origin>../../dist/bin/plugins/weatherdata/*weatherdatagfs*</origin>
|
|
<excludeFiles>*/*.pdb;*/*.debug;*/*.dSYM</excludeFiles>
|
|
</distributionFile>
|
|
</distributionFileList>
|
|
</folder>
|
|
</folderList>
|
|
</component>
|
|
</componentList>
|
|
</componentGroup>
|