Rename package to swift-mustache (#27)

* Rename package to swift-mustache

* Update CI
This commit is contained in:
Adam Fowler
2024-03-15 07:28:57 +00:00
committed by GitHub
parent bdfa05391a
commit 2663d13ea7
30 changed files with 19 additions and 42 deletions

View File

@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
import HummingbirdMustache
import Mustache
import XCTest
final class ErrorTests: XCTestCase {

View File

@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
@testable import HummingbirdMustache
@testable import Mustache
import XCTest
final class LibraryTests: XCTestCase {

View File

@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
@testable import HummingbirdMustache
@testable import Mustache
import XCTest
final class PartialTests: XCTestCase {

View File

@@ -16,7 +16,7 @@ import Foundation
#if os(Linux)
import FoundationNetworking
#endif
import HummingbirdMustache
import Mustache
import XCTest
public struct AnyDecodable: Decodable {

View File

@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
@testable import HummingbirdMustache
@testable import Mustache
import XCTest
final class TemplateParserTests: XCTestCase {

View File

@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
import HummingbirdMustache
import Mustache
import XCTest
final class TemplateRendererTests: XCTestCase {

View File

@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
import HummingbirdMustache
import Mustache
import XCTest
final class TransformTests: XCTestCase {