We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddeaefa commit 455feb2Copy full SHA for 455feb2
Package.swift
@@ -50,20 +50,3 @@ let package = Package(
50
]
51
)
52
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