Skip to content

Commit

Permalink
add spi file
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenebokhan committed Jun 17, 2024
1 parent b2e2220 commit a67fba3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 34 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ fastlane/test_output
iOSInjectionProject/
*.DS_Store
*.swiftpm
Package.resolved
5 changes: 5 additions & 0 deletions .spi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 1
builder:
configs:
- documentation_targets: [SIMDTools]
scheme: SIMDTools
32 changes: 0 additions & 32 deletions Package.resolved

This file was deleted.

3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0")
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2")
],
targets: [
.macro(
Expand Down

0 comments on commit a67fba3

Please sign in to comment.