Skip to content

Commit

Permalink
Update swift package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Apr 12, 2024
1 parent e0e0ac2 commit 0af0517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -12,7 +12,7 @@ let package = Package(
.library(name: "OktaAuthNative", targets: ["OktaAuthNative"])
],
targets: [
.target(name: "OktaAuthNative", dependencies: [], resources: [.process("Resources")], path: "Source", exclude: ["Info.plist"]),
.target(name: "OktaAuthNative", dependencies: [],path: "Source", exclude: ["Info.plist"], resources: [.process("Resources")]),
.testTarget(name: "OktaAuthNative_Tests", dependencies: ["OktaAuthNative"], path: "Tests", exclude: ["AuthenticationClientTests.swift"])
]
)

0 comments on commit 0af0517

Please sign in to comment.