Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
iOS Release: 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Sep 10, 2023
1 parent 8161e8e commit 08cb57c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
42 changes: 20 additions & 22 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
// swift-tools-version:5.8
// This is a generated file, do not modify directory

import PackageDescription

let package = Package(
name: "NBSFuse",
platforms: [ .iOS("13.0") ],
products: [
.library(
name: "NBSFuse",
targets: ["NBSFuse"]
)
],
dependencies: [],
targets: [
.binaryTarget(
name: "NBSFuse",
path: "https://github.com/nbsfuse/fuse-ios/releases/download/0.2.15/NBSFuse.xcframework.zip",
checksum: "a018ec6a1be53401cca4db180b5622d5f11704f1"
)
]
)
// swift-tools-version: 5.8

/*
Copyright 2023 Norman Breau
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

import PackageDescription

Expand All @@ -36,8 +34,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "NBSFuse",
path: "https://github.com/nbsfuse/fuse-ios/releases/download/0.2.16/NBSFuse.xcframework.zip",
checksum: "08c851e1ae26244364d464bce116a7f02822323c"
path: "https://github.com/nbsfuse/fuse-ios/releases/download/0.2.17/NBSFuse.xcframework.zip",
checksum: "e8e99327af9583780c8588898308b4ec1b4271e1"
)
]
)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.16
0.2.17

0 comments on commit 08cb57c

Please sign in to comment.