Skip to content

Commit

Permalink
Changed package name to aws-sdk-swift
Browse files Browse the repository at this point in the history
To help XCode SPM resolution
  • Loading branch information
adam-fowler committed Apr 1, 2020
1 parent e84ec8c commit 06b16bc
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 @@ -2,7 +2,7 @@
import PackageDescription

let package = Package(
name: "AWSSDKSwift",
name: "aws-sdk-swift",
platforms: [.iOS(.v12), .tvOS(.v12), .watchOS(.v5)],
products: [
.library(name: "AWSACM", targets: ["AWSACM"]),
Expand Down

0 comments on commit 06b16bc

Please sign in to comment.