Skip to content

Commit

Permalink
Release build 5.22.0 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane authored and github-actions[bot] committed Jun 24, 2024
1 parent 4689746 commit cefe06b
Show file tree
Hide file tree
Showing 39 changed files with 1,598 additions and 489 deletions.
29 changes: 29 additions & 0 deletions _Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "ContentScopeScripts",
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "ContentScopeScripts",
targets: ["ContentScopeScripts"]),
],
dependencies: [
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "ContentScopeScripts",
dependencies: [],
resources: [
.process("dist/contentScope.js"),
.process("dist/contentScopeIsolated.js"),
.copy("dist/pages"),
]
),
]
)
Binary file not shown.
Loading

0 comments on commit cefe06b

Please sign in to comment.