Skip to content

Commit ab8a46d

Browse files
fix: Update carthage dependencies and prebuild script (#725)
1 parent 2e5fa23 commit ab8a46d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "apple/swift-log" ~> 1.2
1+
github "apple/swift-log" ~> 1.4

carthage-prebuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
packages=(
22
swift-log
3+
algoliasearch-client-swift
34
)
45
cd Carthage/Checkouts/
56
for package in "${packages[@]}"; do

0 commit comments

Comments
 (0)