Skip to content

Commit

Permalink
Switch to CiboKit components modularization
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanLipnik committed Nov 13, 2021
1 parent 53faaa2 commit 6b21794
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 166 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/Allike-App/CiboKit-Components.git", from: "1.0.2")
],
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: "CiboKit",
dependencies: []),
dependencies: [.product(name: "CiboKit Components", package: "cibokit-components")]),
.testTarget(
name: "CiboKitTests",
dependencies: ["CiboKit"]),
Expand Down
1 change: 1 addition & 0 deletions Sources/CiboKit/API.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Foundation
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif
import CiboKit_Components

public struct Api {
public let authentication: Authentication
Expand Down
18 changes: 0 additions & 18 deletions Sources/CiboKit/Coordinates.swift

This file was deleted.

72 changes: 0 additions & 72 deletions Sources/CiboKit/Location.swift

This file was deleted.

63 changes: 0 additions & 63 deletions Sources/CiboKit/Yelp/YelpItem.swift

This file was deleted.

12 changes: 0 additions & 12 deletions Sources/CiboKit/Yelp/YelpSearchResponse.swift

This file was deleted.

0 comments on commit 6b21794

Please sign in to comment.