Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit cb37ba6

Browse files
committed
🎨 Remove Carthage check from Tapestry
1 parent bc1b603 commit cb37ba6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

TapestryConfig.swift

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ let config = TapestryConfig(
44
release: Release(
55
actions: [
66
.pre(.docsUpdate),
7-
.pre(.dependenciesCompatibility([.cocoapods, .carthage, .spm(.all)]))
7+
.pre(.dependenciesCompatibility([
8+
.cocoapods,
9+
// Cannot use Carthage check because
10+
// we need to run carthage.sh or `--use-xcframeworks`.
11+
// Will be resolved in the future
12+
// .carthage,
13+
.spm(.all)
14+
]))
815
],
916
add: [
1017
"README.md",

0 commit comments

Comments
 (0)