Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeem committed Jan 2, 2023
2 parents c36e52f + 14d4f9e commit 011f791
Show file tree
Hide file tree
Showing 96 changed files with 80 additions and 3,780 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Swift

on:
push:
branches: [ "master", "develop" ]
pull_request:
branches: [ "master", "develop" ]

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v --enable-code-coverage
- name: Prepare coverage file
run: xcrun llvm-cov export -format="lcov" .build/debug/ScreamURITemplatePackageTests.xctest/Contents/MacOS/ScreamURITemplatePackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.DS_Store
xcuserdata/
*.xccheckout
*.xcscmblueprint
.build
Carthage/Build
.swiftpm
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "Tests/data/uritemplate-test"]
path = Tests/data/uritemplate-test
path = Tests/ScreamURITemplateTests/data/uritemplate-test
url = https://github.com/uri-templates/uritemplate-test
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

<a name="3.0.0"></a>
# [3.0.0](https://github.com/SwiftScream/URITemplate/compare/2.1.0...3.0.0) (2023-01-02)

- Present as a modern Swift Package


<a name="2.1.0"></a>
# [2.1.0](https://github.com/SwiftScream/URITemplate/compare/2.0.1...2.1.0) (2019-05-23)

Expand Down Expand Up @@ -46,4 +52,4 @@ All notable changes to this project will be documented in this file.
<a name="1.0.0"></a>
# 1.0.0 (2018-05-09)

- Full Level 4 template support
- Full Level 4 template support
15 changes: 0 additions & 15 deletions Configuration/ExampleTarget-ios.xcconfig

This file was deleted.

6 changes: 0 additions & 6 deletions Configuration/ExampleTarget-mac.xcconfig

This file was deleted.

16 changes: 0 additions & 16 deletions Configuration/ExampleTarget-tv.xcconfig

This file was deleted.

16 changes: 0 additions & 16 deletions Configuration/ExampleTarget-watch-ext.xcconfig

This file was deleted.

16 changes: 0 additions & 16 deletions Configuration/ExampleTarget-watch.xcconfig

This file was deleted.

18 changes: 0 additions & 18 deletions Configuration/FrameworkTarget-ios.xcconfig

This file was deleted.

18 changes: 0 additions & 18 deletions Configuration/FrameworkTarget-mac.xcconfig

This file was deleted.

20 changes: 0 additions & 20 deletions Configuration/FrameworkTarget-tv.xcconfig

This file was deleted.

22 changes: 0 additions & 22 deletions Configuration/FrameworkTarget-watch.xcconfig

This file was deleted.

10 changes: 0 additions & 10 deletions Configuration/Project-Debug.xcconfig

This file was deleted.

8 changes: 0 additions & 8 deletions Configuration/Project-Release.xcconfig

This file was deleted.

15 changes: 0 additions & 15 deletions Configuration/Project.xcconfig

This file was deleted.

9 changes: 0 additions & 9 deletions Configuration/TestTarget-ios.xcconfig

This file was deleted.

7 changes: 0 additions & 7 deletions Configuration/TestTarget-mac.xcconfig

This file was deleted.

9 changes: 0 additions & 9 deletions Configuration/TestTarget-tv.xcconfig

This file was deleted.

29 changes: 0 additions & 29 deletions Configuration/Warnings.xcconfig

This file was deleted.

29 changes: 0 additions & 29 deletions Example-ios/AppDelegate.swift

This file was deleted.

Loading

0 comments on commit 011f791

Please sign in to comment.