Skip to content

Commit

Permalink
Add RadixThemes' Shadow + Shadow for RadixSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
amirsaam committed Jul 27, 2024
1 parent 38c87bd commit 6557872
Show file tree
Hide file tree
Showing 685 changed files with 153 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
import PackageDescription

let package = Package(
name: "RadixUI-Swift",
name: "RadixUI",
platforms: [
.iOS(.v14),
.macOS(.v11)
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "RadixUI-Swift",
targets: ["RadixUI-Swift"]),
name: "RadixUI",
targets: ["RadixUI"]),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "RadixUI-Swift",
name: "RadixUI",
resources: [
.process("RadixIcons/RadixIcons.xcassets")
]
),
.testTarget(
name: "RadixUI-SwiftTests",
dependencies: ["RadixUI-Swift"]),
name: "RadixUI-Tests",
dependencies: ["RadixUI"]),
]
)
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 6557872

Please sign in to comment.