Skip to content

awslabs/aws-crt-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a27ae7e · Jun 30, 2021
Jun 14, 2021
Jun 10, 2021
Jun 17, 2021
Jun 14, 2021
Jun 14, 2021
Jun 10, 2021
Jun 10, 2021
Nov 24, 2020
Jun 10, 2021
Jun 14, 2021
May 27, 2020
May 27, 2020
Jun 10, 2021
May 27, 2020
Oct 29, 2020
May 27, 2020
Jun 30, 2021
Oct 20, 2020
Jun 10, 2021
Nov 16, 2020

Repository files navigation

AwsCommonRuntimeKit

Building

You can either build with Xcode

swift package generate-xcodeproj
xed .

or in the command line

swift build

To run tests:

swift test