diff --git a/.swiftpm/xcode/package.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate b/.swiftpm/xcode/package.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate index 7c42f92..aee6f1b 100644 Binary files a/.swiftpm/xcode/package.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate and b/.swiftpm/xcode/package.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/DPOTPView/DPOTPView.xcodeproj/project.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate b/DPOTPView/DPOTPView.xcodeproj/project.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate index 861f189..6685be4 100644 Binary files a/DPOTPView/DPOTPView.xcodeproj/project.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate and b/DPOTPView/DPOTPView.xcodeproj/project.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Package.swift b/Package.swift index 420ac7a..2ed16d1 100644 --- a/Package.swift +++ b/Package.swift @@ -10,5 +10,6 @@ let package = Package(name: "DPOTPView", products: [.library(name: "DPOTPView", targets: ["DPOTPView"])], targets: [.target(name: "DPOTPView", - path: "DPOTPView", - publicHeadersPath: "")]) + path: "DPOTPView/DPOTPView/DPOTPView", + publicHeadersPath: "")], + swiftLanguageVersions: [.v5])