Skip to content

Commit

Permalink
Refactor Row and ControlPadding
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Jul 21, 2022
1 parent 5032cda commit 581bb41
Show file tree
Hide file tree
Showing 9 changed files with 279 additions and 249 deletions.
8 changes: 1 addition & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,13 @@ let package = Package(
.watchOS(.v8),
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "OversizeUI",
targets: ["OversizeUI"]
),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
dependencies: [],
targets: [
// 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: "OversizeUI",
dependencies: []
Expand Down
Loading

0 comments on commit 581bb41

Please sign in to comment.