Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Дмитрий Боровиков
SwiftyModbus
Commits
444406bf
Commit
444406bf
authored
1 year ago
by
Дмитрий Боровиков
Browse files
Options
Downloads
Patches
Plain Diff
Fix Package definition file errors for Xcode 15/Swift 5.9
parent
c576cfc8
Branches
master
Tags
2.2.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Package.swift
+1
-5
Package.swift
with
1 addition
and
5 deletions
Package.swift
+
1
−
5
View file @
444406bf
...
...
@@ -4,11 +4,6 @@ import PackageDescription
let
package
=
Package
(
name
:
"SwiftyModbus"
,
providers
:
[
.
brew
([
"libmodbus"
]),
.
apt
([
"libmodbus-dev"
]),
.
yum
([
"libmodbus-dev"
]),
],
products
:
[
.
library
(
name
:
"SwiftyModbusPromise"
,
targets
:
[
"SwiftyModbusPromise"
]),
.
library
(
name
:
"SwiftyModbus"
,
targets
:
[
"SwiftyModbus"
]),
...
...
@@ -27,6 +22,7 @@ let package = Package(
providers
:
[
.
apt
([
"libmodbus-dev"
]),
.
brew
([
"libmodbus"
]),
.
yum
([
"libmodbus-dev"
]),
]),
.
testTarget
(
name
:
"SwiftyModbusTests"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets