v1.0 #1

Merged
t.schmitt merged 10 commits from v1.0 into master 2022-10-17 11:24:27 +02:00
64 changed files with 1325 additions and 505 deletions
Showing only changes of commit 38036090e1 - Show all commits

View File

@ -7,4 +7,4 @@
import Foundation
public let ResgenSwiftVersion = "0.9"
public let ResgenSwiftVersion = "1.0"

4
install.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/zsh
swift build -c release
cp .build/release/ResgenSwift /usr/local/bin/ResgenSwift