Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cejanen committed Mar 1, 2024
2 parents 1eea7ba + ad4e4bc commit 8c2f0d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "Networking",
swiftSettings: [.unsafeFlags(["-emit-extension-block-symbols"])],
plugins: [.plugin(name: "SwiftLintPlugin", package: "SwiftLint")]
),
.testTarget(
Expand Down
2 changes: 1 addition & 1 deletion generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

swift package \
--allow-writing-to-directory ./docs \
generate-documentation --target Networking \
generate-documentation --target Networking --include-extended-types\
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path ios-networking \
Expand Down

0 comments on commit 8c2f0d2

Please sign in to comment.