Explorar o código

Fix Package.swift Deprecation Warning (#3911)

### Issue Link :link:
Fixes #3908

### Goals :soccer:
This PR fixes the deprecation in the Package.swift file.
Jon Shier hai 1 ano
pai
achega
1e8392b4c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -49,4 +49,4 @@ let package = Package(name: "Alamofire",
                                             path: "Tests",
                                             exclude: ["Info.plist", "Test Plans"],
                                             resources: [.process("Resources")])],
-                      swiftLanguageVersions: [.v5])
+                      swiftLanguageModes: [.v5])