Skip to content

Commit a341df2

Browse files
authored
Merge pull request #10 from vapor-community/module-rename
Updated module names to GoogleCloud.
2 parents 8994308 + 37ca037 commit a341df2

37 files changed

+8
-8
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
import PackageDescription
55

66
let package = Package(
7-
name: "GoogleCloudProvider",
7+
name: "GoogleCloud",
88
products: [
99
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1010
.library(
1111
name: "GoogleCloud",
12-
targets: ["GoogleCloudProvider"]),
12+
targets: ["GoogleCloud"]),
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
@@ -20,10 +20,10 @@ let package = Package(
2020
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2121
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2222
.target(
23-
name: "GoogleCloudProvider",
23+
name: "GoogleCloud",
2424
dependencies: ["Vapor","JWT"]),
2525
.testTarget(
26-
name: "GoogleCloudProviderTests",
27-
dependencies: ["GoogleCloudProvider"]),
26+
name: "GoogleCloudTests",
27+
dependencies: ["GoogleCloud"]),
2828
]
2929
)

Sources/GoogleCloudProvider/Credentials/ApplicationDefault.swift renamed to Sources/GoogleCloud/Credentials/ApplicationDefault.swift

File renamed without changes.
File renamed without changes.

Sources/GoogleCloudProvider/Credentials/ServiceAccount.swift renamed to Sources/GoogleCloud/Credentials/ServiceAccount.swift

File renamed without changes.
File renamed without changes.
File renamed without changes.

Sources/GoogleCloudProvider/OAuth/OAuthApplicationDefault.swift renamed to Sources/GoogleCloud/OAuth/OAuthApplicationDefault.swift

File renamed without changes.

Sources/GoogleCloudProvider/OAuth/OAuthCredentialLoader.swift renamed to Sources/GoogleCloud/OAuth/OAuthCredentialLoader.swift

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)