Skip to content

Commit

Permalink
further progress
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Aug 10, 2024
1 parent 41733de commit cb4b134
Show file tree
Hide file tree
Showing 8 changed files with 1,679 additions and 124 deletions.
15 changes: 0 additions & 15 deletions languages/swift/swift-codegen-reference/Package.resolved

This file was deleted.

7 changes: 1 addition & 6 deletions languages/swift/swift-codegen-reference/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,12 @@ let package = Package(
name: "SwiftCodegenReference",
targets: ["SwiftCodegenReference"]),
],
dependencies: [
.package(url: "https://github.com/tristanhimmelman/ObjectMapper.git", .upToNextMajor(from: "4.1.0")),
],
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: "SwiftCodegenReference",
dependencies: [
"ObjectMapper"
]
dependencies: []
),
.testTarget(
name: "BookTests",
Expand Down
Loading

0 comments on commit cb4b134

Please sign in to comment.