File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
xcodebuild docbuild -scheme swift-api-client -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS';
41
41
42
42
$(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 \
44
44
--output-path docs \
45
45
--hosting-base-path 'swift-api-client';
46
46
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ import PackageDescription
354
354
let package = Package (
355
355
name : " SomeProject" ,
356
356
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 " )
358
358
],
359
359
targets : [
360
360
.target (
You can’t perform that action at this time.
0 commit comments