Skip to content

Commit

Permalink
Uncomment products
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Nachbaur committed Oct 26, 2024
1 parent fa8847d commit be5ed88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ var package = Package(
.macCatalyst(.v13)
],
products: [
// .library(name: "AuthFoundation", targets: ["AuthFoundation"]),
// .library(name: "OktaOAuth2", targets: ["OktaOAuth2"]),
// .library(name: "OktaDirectAuth", targets: ["OktaDirectAuth"]),
// .library(name: "WebAuthenticationUI", targets: ["WebAuthenticationUI"])
.library(name: "AuthFoundation", targets: ["AuthFoundation"]),
.library(name: "OktaOAuth2", targets: ["OktaOAuth2"]),
.library(name: "OktaDirectAuth", targets: ["OktaDirectAuth"]),
.library(name: "WebAuthenticationUI", targets: ["WebAuthenticationUI"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Expand Down

0 comments on commit be5ed88

Please sign in to comment.