diff --git a/Makefile b/Makefile index 28791e4..ee42ce6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) -VERSION := $(shell agvtool what-marketing-version -terse1) +VERSION := $(shell git rev-parse HEAD) BUILD := .build DIST := dist PREFIX := /usr/local diff --git a/Package.pins b/Package.pins deleted file mode 100644 index e6c5edb..0000000 --- a/Package.pins +++ /dev/null @@ -1,72 +0,0 @@ -{ - "autoPin": true, - "pins": [ - { - "package": "Clang_C", - "reason": null, - "repositoryURL": "https://github.com/norio-nomura/Clang_C.git", - "version": "1.0.2" - }, - { - "package": "Commandant", - "reason": null, - "repositoryURL": "https://github.com/Carthage/Commandant.git", - "version": "0.12.0" - }, - { - "package": "Embassy", - "reason": null, - "repositoryURL": "https://github.com/envoy/Embassy.git", - "version": "3.1.0" - }, - { - "package": "FileSystemWatcher", - "reason": null, - "repositoryURL": "https://github.com/felix91gr/FileSystemWatcher.git", - "version": "1.1.2" - }, - { - "package": "inotify", - "reason": null, - "repositoryURL": "https://github.com/felix91gr/inotify.git", - "version": "1.0.2" - }, - { - "package": "Result", - "reason": null, - "repositoryURL": "https://github.com/antitypical/Result.git", - "version": "3.2.2" - }, - { - "package": "SourceKit", - "reason": null, - "repositoryURL": "https://github.com/norio-nomura/SourceKit.git", - "version": "1.0.1" - }, - { - "package": "SourceKitten", - "reason": null, - "repositoryURL": "https://github.com/jpsim/SourceKitten.git", - "version": "0.17.5" - }, - { - "package": "SWXMLHash", - "reason": null, - "repositoryURL": "https://github.com/drmohundro/SWXMLHash.git", - "version": "3.1.0" - }, - { - "package": "XcodeEdit", - "reason": null, - "repositoryURL": "https://github.com/felix91gr/XcodeEdit.git", - "version": "1.1.2" - }, - { - "package": "Yams", - "reason": null, - "repositoryURL": "https://github.com/jpsim/Yams.git", - "version": "0.3.2" - } - ], - "version": 1 -} \ No newline at end of file diff --git a/Package.resolved b/Package.resolved new file mode 100644 index 0000000..293a5dc --- /dev/null +++ b/Package.resolved @@ -0,0 +1,88 @@ +{ + "object": { + "pins": [ + { + "package": "Commandant", + "repositoryURL": "https://github.com/Carthage/Commandant.git", + "state": { + "branch": null, + "revision": "07cad52573bad19d95844035bf0b25acddf6b0f6", + "version": "0.15.0" + } + }, + { + "package": "Embassy", + "repositoryURL": "https://github.com/envoy/Embassy.git", + "state": { + "branch": null, + "revision": "43d52f80e79b84eaa7e238d942be59e86db156a6", + "version": "4.0.8" + } + }, + { + "package": "Nimble", + "repositoryURL": "https://github.com/Quick/Nimble.git", + "state": { + "branch": null, + "revision": "cd6dfb86f496fcd96ce0bc6da962cd936bf41903", + "version": "7.3.1" + } + }, + { + "package": "Quick", + "repositoryURL": "https://github.com/Quick/Quick.git", + "state": { + "branch": null, + "revision": "5fbf13871d185526993130c3a1fad0b70bfe37ce", + "version": "1.3.2" + } + }, + { + "package": "Result", + "repositoryURL": "https://github.com/antitypical/Result.git", + "state": { + "branch": null, + "revision": "8fc088dcf72802801efeecba76ea8fb041fb773d", + "version": "4.0.0" + } + }, + { + "package": "SourceKitten", + "repositoryURL": "https://github.com/jpsim/SourceKitten.git", + "state": { + "branch": null, + "revision": "4be914be6fa49cd30b1e7ef5d32d06c037d8f469", + "version": "0.21.2" + } + }, + { + "package": "SWXMLHash", + "repositoryURL": "https://github.com/drmohundro/SWXMLHash.git", + "state": { + "branch": null, + "revision": "0ce63a93a455adb3cd5e4c55f78f1232a590a5a5", + "version": "4.7.2" + } + }, + { + "package": "XcodeEdit", + "repositoryURL": "https://github.com/felix91gr/XcodeEdit.git", + "state": { + "branch": null, + "revision": "cf8e15a35ec5bfa350bf3bb96ebebe733123c4f2", + "version": "1.1.3" + } + }, + { + "package": "Yams", + "repositoryURL": "https://github.com/jpsim/Yams.git", + "state": { + "branch": null, + "revision": "26ab35f50ea891e8edefcc9d975db2f6b67e1d68", + "version": "1.0.1" + } + } + ] + }, + "version": 1 +} diff --git a/Package.swift b/Package.swift index d947603..8773e8f 100644 --- a/Package.swift +++ b/Package.swift @@ -9,8 +9,8 @@ var package = Package( ], dependencies: [ - .Package(url: "https://github.com/Carthage/Commandant.git", versions: Version(0, 12, 0).. [String] {