Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update target name
  • Loading branch information
tc-sgupta committed Sep 17, 2020
commit abd4c28f17dcce12f5216ebf36f109d61863ea71
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: "UIAlertControllerBlocks",
name: "UIAlertController_Blocks",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "UIAlertControllerBlocks",
targets: ["UIAlertControllerBlocks"]),
name: "UIAlertController_Blocks",
targets: ["UIAlertController_Blocks"]),
],
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 which this package depends on.
.target(
name: "UIAlertControllerBlocks",
name: "UIAlertController_Blocks",
dependencies: [])
]
)
8 changes: 4 additions & 4 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import PackageDescription

let package = Package(
name: "UIAlertControllerBlocks",
name: "UIAlertController_Blocks",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "UIAlertControllerBlocks",
targets: ["UIAlertControllerBlocks"]),
name: "UIAlertController_Blocks",
targets: ["UIAlertController_Blocks"]),
],
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 which this package depends on.
.target(
name: "UIAlertControllerBlocks",
name: "UIAlertController_Blocks",
dependencies: [])
]
)
8 changes: 4 additions & 4 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import PackageDescription

let package = Package(
name: "UIAlertControllerBlocks",
name: "UIAlertController_Blocks",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "UIAlertControllerBlocks",
targets: ["UIAlertControllerBlocks"]),
name: "UIAlertController_Blocks",
targets: ["UIAlertController_Blocks"]),
],
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 which this package depends on.
.target(
name: "UIAlertControllerBlocks",
name: "UIAlertController_Blocks",
dependencies: [])
]
)
8 changes: 4 additions & 4 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import PackageDescription

let package = Package(
name: "UIAlertControllerBlocks",
name: "UIAlertController_Blocks",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "UIAlertControllerBlocks",
targets: ["UIAlertControllerBlocks"]),
name: "UIAlertController_Blocks",
targets: ["UIAlertController_Blocks"]),
],
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 which this package depends on.
.target(
name: "UIAlertControllerBlocks",
name: "UIAlertController_Blocks",
dependencies: [])
]
)