Skip to content

Commit 04ed3f0

Browse files
committed
Upgrade to Barcelona@1.0.3, include framework search path in build invocation
1 parent b1f1509 commit 04ed3f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ci-sign:
1616
make sign
1717

1818
build:
19-
swift build $(BUILD_ARGS)
19+
swift build $(BUILD_ARGS) -Xlinker -F/System/Library/PrivateFrameworks
2020

2121
product-path:
2222
echo $(BINARY_PATH)/barcelona-mautrix

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ let package = Package(
4242
dependencies: [
4343
// Dependencies declare other packages that this package depends on.
4444
// .package(url: /* package url */, from: "1.0.0"),
45-
.package(name: "Barcelona", url: "https://github.com/open-imcore/barcelona", .upToNextMajor(from: "1.0.2")),
45+
.package(name: "Barcelona", url: "https://github.com/open-imcore/barcelona", .upToNextMajor(from: "1.0.3")),
4646
// .package(name: "Barcelona", path: "../../barcelona"),
4747
.package(url: "https://github.com/SwiftyContacts/SwiftyContacts", .upToNextMajor(from: "4.0.0")),
4848
.package(url: "https://github.com/EricRabil/ERBufferedStream", .upToNextMajor(from: "1.0.4")),

0 commit comments

Comments
 (0)