Skip to content

Commit

Permalink
Sync with main package
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutski committed Sep 4, 2023
1 parent 8da2a01 commit 08b2d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "swift-confidential",
url: "https://github.com/securevale/swift-confidential/releases/download/0.2.0/SwiftConfidentialBinary-macos.artifactbundle.zip",
checksum: "303ce7c03eb27656cba908c48974dc656925c6dd605d2774b822ca6254bdfe91"
url: "https://github.com/securevale/swift-confidential/releases/download/0.3.0/SwiftConfidentialBinary-macos.artifactbundle.zip",
checksum: "8761c22e88f21c8a9453a8344306af8ed2b58ae5d5e23d78b5cdc83359a06227"
),
.plugin(
name: "Confidential",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Swift Confidential Plugin

[![CI](https://github.com/securevale/swift-confidential-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/securevale/swift-confidential-plugin/actions/workflows/ci.yml)
[![Swift](https://img.shields.io/badge/Swift-5.8%20%7C%205.7-red)](https://www.swift.org/download)
[![Swift](https://img.shields.io/badge/Swift-5.9%20%7C%205.8%20%7C%205.7-red)](https://www.swift.org/download)

A Swift Package Manager build tool plugin that supports obfuscating Swift literals embedded in libraries and executables.

Expand All @@ -26,7 +26,7 @@ let package = Package(
// name, platforms, products, etc.
dependencies: [
// other dependencies
.package(url: "https://github.com/securevale/swift-confidential-plugin.git", .upToNextMinor(from: "0.2.0"))
.package(url: "https://github.com/securevale/swift-confidential-plugin.git", .upToNextMinor(from: "0.3.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 08b2d1d

Please sign in to comment.