Skip to content

Commit

Permalink
WIP on spm-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
robergro committed Jun 7, 2024
1 parent c3c95d2 commit b3c9262
Show file tree
Hide file tree
Showing 837 changed files with 887 additions and 11,829 deletions.
12 changes: 8 additions & 4 deletions .sourcery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,39 @@ configurations:
- stencil/sourcery-template/SparkCoreAutoMockable.stencil
output: core/Unit-tests/Sourcery/Generated/AutoMockable.generated.swift
args:
autoMockableImports: [Combine]
autoMockableImports: [Combine, SparkTheme]
autoMockableTestableImports: [SparkCore]
autoMockableSPIImports: [SparkCommon, SparkCommonTesting]
- sources:
include:
- core/Sources
templates:
- stencil/sourcery-template/SparkCoreAutoMockTest.stencil
output: core/Unit-tests/Sourcery/Generated/AutoMockTest.generated.swift
args:
autoMockableImports: [Combine]
autoMockableImports: [Combine, SparkTheme]
autoMockableTestableImports: [SparkCore]
autoMockableSPIImports: [SparkCommon, SparkCommonTesting]
- sources:
include:
- core/Sources
templates:
- stencil/sourcery-template/SparkCoreAutoPublisherTest.stencil
output: core/Unit-tests/Sourcery/Generated/AutoPublisherTest.generated.swift
args:
autoMockableImports: [Combine]
autoMockableImports: [Combine, SparkTheme]
autoMockableTestableImports: [SparkCore]
autoMockableSPIImports: [SparkCommon, SparkCommonTesting]
- sources:
include:
- core/Sources
templates:
- stencil/sourcery-template/SparkCoreAutoViewModelStub.stencil
output: core/Unit-tests/Sourcery/Generated/AutoViewModelStub.generated.swift
args:
autoMockableImports: [Combine]
autoMockableImports: [Combine, SparkTheme]
autoMockableTestableImports: [SparkCore]
autoMockableSPIImports: [SparkCommon, SparkCommonTesting]



Expand Down
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ included:
- SparkCore
- SparkCoreTests
- Spark
- SparkTests

# Enabled rules for CI linting
only_rules:
Expand Down

This file was deleted.

76 changes: 0 additions & 76 deletions core/Sources/Common/Combine/Global/UIScheduler.swift

This file was deleted.

86 changes: 0 additions & 86 deletions core/Sources/Common/Combine/Publisher/EventPublisher.swift

This file was deleted.

91 changes: 0 additions & 91 deletions core/Sources/Common/Combine/Publisher/EventPublisherTests.swift

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions core/Sources/Common/Combine/Publisher/ValueBinding.swift

This file was deleted.

Loading

0 comments on commit b3c9262

Please sign in to comment.