Skip to content

Commit

Permalink
fix!: Rename package to match name inferred from git URL (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Nov 9, 2022
1 parent 1846c60 commit afe23a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let excludesFromAll = ["tests", "cmake", "CONTRIBUTING.md",
"CMakeLists.txt", "README.md"]
var packageTargets: [Target] = []

var package = Package(name: "AwsCrt",
var package = Package(name: "aws-crt-swift",
platforms: [.iOS(.v13), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v6)],
products: [
.library(name: "AwsCommonRuntimeKit", targets: ["AwsCommonRuntimeKit"]),
Expand Down

0 comments on commit afe23a2

Please sign in to comment.