Răsfoiți Sursa

Rename a few directories from "SwiftPM" to "PackageManager"

Tim Burks 9 ani în urmă
părinte
comite
1ac521b874

+ 0 - 0
Examples/Echo/SwiftPM/Makefile → Examples/Echo/PackageManager/Makefile


+ 0 - 0
Examples/Echo/SwiftPM/Package.swift → Examples/Echo/PackageManager/Package.swift


+ 0 - 0
Examples/Echo/SwiftPM/Sources/EchoProvider.swift → Examples/Echo/PackageManager/Sources/EchoProvider.swift


+ 0 - 0
Examples/Echo/SwiftPM/Sources/echo.client.pb.swift → Examples/Echo/PackageManager/Sources/echo.client.pb.swift


+ 0 - 0
Examples/Echo/SwiftPM/Sources/echo.pb.swift → Examples/Echo/PackageManager/Sources/echo.pb.swift


+ 0 - 0
Examples/Echo/SwiftPM/Sources/echo.server.pb.swift → Examples/Echo/PackageManager/Sources/echo.server.pb.swift


+ 0 - 0
Examples/Echo/SwiftPM/Sources/main.swift → Examples/Echo/PackageManager/Sources/main.swift


+ 0 - 0
Examples/Echo/SwiftPM/ssl.crt → Examples/Echo/PackageManager/ssl.crt


+ 0 - 0
Examples/Echo/SwiftPM/ssl.key → Examples/Echo/PackageManager/ssl.key


+ 1 - 1
Examples/Echo/README.md

@@ -7,7 +7,7 @@ It includes Swift and Go implementations to verify
 interoperability.
 
 The [Xcode](Xcode) directory contains a Mac app and 
-[SwiftPM](SwiftPM) contains a command-line tool
+[PackageManager](PackageManager) contains a command-line tool
 that can be built with the Swift Package Manager. Both contain
 a Swift client and server, and both are hard-coded to use port
 8081 for insecure connections and port 8443 for secure connections.

+ 0 - 0
Examples/Simple/SwiftPM/Makefile → Examples/Simple/PackageManager/Makefile


+ 0 - 0
Examples/Simple/SwiftPM/Package.swift → Examples/Simple/PackageManager/Package.swift


+ 0 - 0
Examples/Simple/SwiftPM/README.md → Examples/Simple/PackageManager/README.md


+ 0 - 0
Examples/Simple/SwiftPM/main.swift → Examples/Simple/PackageManager/main.swift