mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-22 00:22:26 +00:00
Rename submodule to PassepartoutKit-Source
This commit is contained in:
parent
f8e0def072
commit
e41ac446c6
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "Packages/PassepartoutKit"]
|
||||
path = Packages/PassepartoutKit
|
||||
[submodule "Packages/PassepartoutKit-Source"]
|
||||
path = Packages/PassepartoutKit-Source
|
||||
url = git@github.com:passepartoutvpn/passepartoutkit-source.git
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 144e7ad10a40d6edaf9796990c4b582acb93dbfd
|
@ -19,7 +19,9 @@ enum Environment {
|
||||
case .localDevelopment, .onlineDevelopment:
|
||||
return []
|
||||
case .production:
|
||||
return [.package(path: "../PassepartoutKit")]
|
||||
return [
|
||||
.package(path: "../PassepartoutKit-Source")
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -40,7 +42,9 @@ enum Environment {
|
||||
case .production:
|
||||
targets.append(.target(
|
||||
name: "Target",
|
||||
dependencies: ["PassepartoutKit"]
|
||||
dependencies: [
|
||||
.product(name: "PassepartoutKit", package: "PassepartoutKit-Source")
|
||||
]
|
||||
))
|
||||
}
|
||||
targets.append(.testTarget(
|
||||
|
1
Packages/PassepartoutKit-Source
Submodule
1
Packages/PassepartoutKit-Source
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4e53189266faa3a78eeaf031addbfc1db575a16f
|
@ -14,9 +14,58 @@
|
||||
"testTargets" : [
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit",
|
||||
"identifier" : "PassepartoutSupportTests",
|
||||
"name" : "PassepartoutSupportTests"
|
||||
"containerPath" : "container:Packages\/PassepartoutOpenVPNOpenSSL",
|
||||
"identifier" : "PassepartoutOpenVPNOpenSSLTests",
|
||||
"name" : "PassepartoutOpenVPNOpenSSLTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutWireGuardGo",
|
||||
"identifier" : "PassepartoutWireGuardGoTests",
|
||||
"name" : "PassepartoutWireGuardGoTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/App",
|
||||
"identifier" : "CommonLibraryTests",
|
||||
"name" : "CommonLibraryTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit-Source",
|
||||
"identifier" : "PassepartoutCoreTests",
|
||||
"name" : "PassepartoutCoreTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutOpenVPNOpenSSL",
|
||||
"identifier" : "CPassepartoutCryptoOpenSSLTests",
|
||||
"name" : "CPassepartoutCryptoOpenSSLTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit-Source",
|
||||
"identifier" : "PassepartoutNETests",
|
||||
"name" : "PassepartoutNETests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit-Source",
|
||||
"identifier" : "PassepartoutOpenVPNTests",
|
||||
"name" : "PassepartoutOpenVPNTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit-Source",
|
||||
"identifier" : "PassepartoutWireGuardTests",
|
||||
"name" : "PassepartoutWireGuardTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -29,23 +78,9 @@
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutOpenVPNOpenSSL",
|
||||
"identifier" : "PassepartoutOpenVPNOpenSSLTests",
|
||||
"name" : "PassepartoutOpenVPNOpenSSLTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit",
|
||||
"identifier" : "PassepartoutOpenVPNTests",
|
||||
"name" : "PassepartoutOpenVPNTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit",
|
||||
"identifier" : "PassepartoutNETests",
|
||||
"name" : "PassepartoutNETests"
|
||||
"containerPath" : "container:Packages\/PassepartoutKit-Source",
|
||||
"identifier" : "PassepartoutSupportTests",
|
||||
"name" : "PassepartoutSupportTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -57,21 +92,7 @@
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/App",
|
||||
"identifier" : "CommonLibraryTests",
|
||||
"name" : "CommonLibraryTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit",
|
||||
"identifier" : "PassepartoutCoreTests",
|
||||
"name" : "PassepartoutCoreTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit",
|
||||
"containerPath" : "container:Packages\/PassepartoutKit-Source",
|
||||
"identifier" : "PassepartoutAPITests",
|
||||
"name" : "PassepartoutAPITests"
|
||||
}
|
||||
@ -89,27 +110,6 @@
|
||||
"identifier" : "LegacyV2Tests",
|
||||
"name" : "LegacyV2Tests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutWireGuardGo",
|
||||
"identifier" : "PassepartoutWireGuardGoTests",
|
||||
"name" : "PassepartoutWireGuardGoTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutKit",
|
||||
"identifier" : "PassepartoutWireGuardTests",
|
||||
"name" : "PassepartoutWireGuardTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:Packages\/PassepartoutOpenVPNOpenSSL",
|
||||
"identifier" : "CPassepartoutCryptoOpenSSLTests",
|
||||
"name" : "CPassepartoutCryptoOpenSSLTests"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 1
|
||||
|
Loading…
Reference in New Issue
Block a user