Skip to content

Commit

Permalink
Change Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Sep 27, 2023
1 parent 3f88c33 commit dc7400b
Show file tree
Hide file tree
Showing 429 changed files with 8 additions and 8,973 deletions.
2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--swiftversion 5.7
--swiftversion 5.8
--disable preferKeyPath
12 changes: 0 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ let productionDependencies: [PackageDescription.Package.Dependency] = { [
.package(url: "https://github.com/oversizedev/OversizeUI.git", .upToNextMajor(from: "3.0.2")),
.package(url: "https://github.com/oversizedev/OversizeCore.git", .upToNextMajor(from: "1.3.0")),
.package(url: "https://github.com/oversizedev/OversizeLocalizable.git", .upToNextMajor(from: "1.4.0")),
.package(url: "https://github.com/oversizedev/OversizeResources.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image.git", .upToNextMajor(from: "2.1.1")),
] }()

let developmentDependencies: [PackageDescription.Package.Dependency] = { [
.package(name: "OversizeUI", path: "../OversizeUI"),
.package(name: "OversizeCore", path: "../OversizeCore"),
.package(name: "OversizeLocalizable", path: "../OversizeLocalizable"),
.package(name: "OversizeResources", path: "../OversizeResources"),
.package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image.git", .upToNextMajor(from: "2.1.1")),
] }()

Expand All @@ -30,7 +28,6 @@ let package = Package(
],
products: [
.library(name: "OversizeComponents", targets: ["OversizeComponents"]),
.library(name: "OversizeBankComponents", targets: ["OversizeBankComponents"]),
.library(name: "OversizePhotoComponents", targets: ["OversizePhotoComponents"]),
.library(name: "OversizeHealthComponents", targets: ["OversizeHealthComponents"]),
.library(name: "OversizeWeatherComponents", targets: ["OversizeWeatherComponents"]),
Expand All @@ -43,7 +40,6 @@ let package = Package(
.product(name: "OversizeUI", package: "OversizeUI"),
.product(name: "OversizeCore", package: "OversizeCore"),
.product(name: "OversizeLocalizable", package: "OversizeLocalizable"),
.product(name: "OversizeResources", package: "OversizeResources"),
.product(name: "CachedAsyncImage", package: "swiftui-cached-async-image"),
]
),
Expand All @@ -54,7 +50,6 @@ let package = Package(
.product(name: "OversizeUI", package: "OversizeUI"),
.product(name: "OversizeCore", package: "OversizeCore"),
.product(name: "OversizeLocalizable", package: "OversizeLocalizable"),
.product(name: "OversizeResources", package: "OversizeResources"),
]
),
.target(
Expand All @@ -71,13 +66,6 @@ let package = Package(
.product(name: "OversizeLocalizable", package: "OversizeLocalizable"),
.product(name: "OversizeUI", package: "OversizeUI"),
.product(name: "OversizeCore", package: "OversizeCore"),
.product(name: "OversizeResources", package: "OversizeResources"),
]
),
.target(
name: "OversizeBankComponents",
dependencies: [
.product(name: "OversizeUI", package: "OversizeUI"),
]
),
.testTarget(
Expand Down
109 changes: 0 additions & 109 deletions Sources/OversizeBankComponents/BankCard/BankCardModel.swift

This file was deleted.

Loading

0 comments on commit dc7400b

Please sign in to comment.