Skip to content

Commit d2f39ba

Browse files
dskuzadskuza
andcommitted
Remove unused RiveRuntime-Resources target from SPM template
Removes an unused target from the Swift Package Manager template. For some custom build systems who do more explicit SPM validation, this target was causing errors. For more details, see here: https://2dimensions.slack.com/archives/CLLCU09T6/p1736281960294789 Diffs= a0543d4089 Remove unused RiveRuntime-Resources target from SPM template (#8836) Co-authored-by: David Skuza <david@rive.app>
1 parent 28394c7 commit d2f39ba

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/Package.swift.template

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ let package = Package(
1313
name: "RiveRuntime",
1414
url: "https://github.com/rive-app/rive-ios/releases/download/$RELEASE_VERSION/RiveRuntime.xcframework.zip",
1515
checksum: "$CHECKSUM"
16-
),
17-
.target(
18-
name: "RiveRuntime-Resources",
19-
path: "Resources",
20-
resources: [.copy("PrivacyInfo.xcprivacy")]
2116
)
2217
]
2318
)

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5893a123773ecccb37dd35568030a4c18a041fa7
1+
a0543d40894a7ae7189f89421f51f646b67d3490

0 commit comments

Comments
 (0)