mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
28 lines
979 B
XML
28 lines
979 B
XML
<!--
|
|
SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
-->
|
|
<component>
|
|
<name>samples</name>
|
|
<description>Samples</description>
|
|
<canBeEdited>1</canBeEdited>
|
|
<detailedDescription>swift sample binaries</detailedDescription>
|
|
<selected>0</selected>
|
|
<show>1</show>
|
|
<folderList>
|
|
<folder>
|
|
<description>bin</description>
|
|
<destination>${installdir}/bin</destination>
|
|
<name>bin_linux</name>
|
|
<platforms>all</platforms>
|
|
<distributionFileList>
|
|
<distributionFile>
|
|
<allowWildcards>1</allowWildcards>
|
|
<origin>../../dist/bin/sample*</origin>
|
|
<excludeFiles>*/*.pdb;*/*.debug;*/*.dSYM</excludeFiles>
|
|
</distributionFile>
|
|
</distributionFileList>
|
|
</folder>
|
|
</folderList>
|
|
</component>
|