Skip to content

Commit 455feb2

Browse files
author
Harald
committed
Clean up package swift
1 parent ddeaefa commit 455feb2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Package.swift

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,3 @@ let package = Package(
5050
]
5151
)
5252

53-
// TODO, we need to be able to switch between CI and release in the URL, but keep the checksum the same
54-
// additionally, having an option for local development could also be handy
55-
// see if this, or any other way could be used ...
56-
// enum BinarySource {
57-
// case local, staging, release
58-
59-
// init() {
60-
// if getenv("OBX_SPM_LOCAL_BINARIES") != nil {
61-
// self = .local
62-
// } else if getenv("OBX_SPM_STAGING_BINARIES") != nil {
63-
// self = .staging
64-
// } else {
65-
// self = .release
66-
// }
67-
// }
68-
// }
69-

0 commit comments

Comments
 (0)