File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 xcodebuild docbuild -scheme swift-api-client -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS';
4141
4242 $(xcrun --find docc) process-archive \
43- transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos /SwiftAPIClient.doccarchive \
43+ transform-for-static-hosting /tmp/docbuild/Build/Products/Debug/SwiftAPIClient.doccarchive \
4444 --output-path docs \
4545 --hosting-base-path 'swift-api-client';
4646
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ import PackageDescription
354354let package = Package (
355355 name : " SomeProject" ,
356356 dependencies : [
357- .package (url : " https://github.com/dankinsoid/swift-api-client.git" , from : " 1.43.2 " )
357+ .package (url : " https://github.com/dankinsoid/swift-api-client.git" , from : " 1.44.0 " )
358358 ],
359359 targets : [
360360 .target (
You can’t perform that action at this time.
0 commit comments