Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoky committed Jun 26, 2024
1 parent c089620 commit 5825163
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import PackageDescription

let package = Package(
name: "AliyunOSSiOS",
name: "AliyunOSSSDK",
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "AliyunOSSiOS",
targets: ["AliyunOSSiOS"]),
name: "AliyunOSSSDK",
targets: ["AliyunOSSSDK"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -19,7 +19,7 @@ let package = Package(
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "AliyunOSSiOS",
name: "AliyunOSSSDK",
dependencies: [],
path: "AliyunOSSSDK",
exclude: ["OSSLog.swift"],
Expand Down

0 comments on commit 5825163

Please sign in to comment.