Skip to content

Commit

Permalink
Removing duplicated Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoEmbrace committed Oct 15, 2024
1 parent a780287 commit c64ea47
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 314 deletions.
13 changes: 13 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
import Foundation
import PackageDescription

#if TUIST
import ProjectDescription

let packageSettings = PackageSettings(
productTypes: [
"GRDB": .framework,
"KSCrash": .framework,
"OpenTelemetrySdk": .framework,
"OpenTelemetryApi": .framework
]
)
#endif

let package = Package(
name: "EmbraceIO",
platforms: [
Expand Down
266 changes: 0 additions & 266 deletions Tuist/Package.resolved

This file was deleted.

48 changes: 0 additions & 48 deletions Tuist/Package.swift

This file was deleted.

0 comments on commit c64ea47

Please sign in to comment.