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 fe98e73 commit 88c7270Copy full SHA for 88c7270
Makefile
@@ -29,8 +29,8 @@ xcodes: $(SOURCES)
29
.PHONY: sign
30
sign: xcodes
31
@codesign \
32
- --sign "Developer ID Application: Robots and Pencils Inc. (PBH8V487HB)" \
33
- --prefix com.robotsandpencils. \
+ --sign "Developer ID Application: Matt Kiazyk (ZU6GR6B2FY)" \
+ --prefix com.xcodesorg. \
34
--options runtime \
35
--timestamp \
36
"$(RELEASEBUILDDIR)"
Sources/XcodesKit/Version.swift
@@ -1,3 +1,3 @@
1
import Version
2
3
-public let version = Version("1.3.0")!
+public let version = Version("1.4.0")!
0 commit comments