Files
pilotclient/installer/installbuilder/swift-samples.xml
Lars Toenning bcc4bdd31e Add SPDX identifiers for REUSE compliance
Co-authored-by: Mat Sutcliffe <oktal3700@gmail.com>
2023-10-03 09:29:49 +02:00

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>