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 ad6aca2 commit d18bf48Copy full SHA for d18bf48
Makefile
@@ -22,7 +22,7 @@ xcodes: $(SOURCES)
22
--configuration release \
23
-Xswiftc -Onone \
24
--disable-sandbox \
25
- --scratch-path "$(BUILDDIR)" \
+ --build-path "$(BUILDDIR)" \
26
--arch arm64 \
27
--arch x86_64 \
28
Sources/XcodesKit/Version.swift
@@ -1,3 +1,3 @@
1
import Version
2
3
-public let version = Version("0.20.0")!
+public let version = Version("1.0.0")!
0 commit comments