mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-11 19:19:18 +00:00
944d6f8c28
Split AppUI into AppUI and AppUIMain to allow for a new, simplified AppUITV target tailored for the Apple TV. As a PoC, present a view with a list of the shared profiles.
39 lines
783 B
Plaintext
39 lines
783 B
Plaintext
{
|
|
"configurations" : [
|
|
{
|
|
"id" : "880EB747-73AE-45F8-B6D3-95D06B161AB1",
|
|
"name" : "Configuration 1",
|
|
"options" : {
|
|
|
|
}
|
|
}
|
|
],
|
|
"defaultOptions" : {
|
|
"testTimeoutsEnabled" : true
|
|
},
|
|
"testTargets" : [
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:Passepartout\/Library",
|
|
"identifier" : "AppLibraryTests",
|
|
"name" : "AppLibraryTests"
|
|
}
|
|
},
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:Passepartout\/Library",
|
|
"identifier" : "AppUITests",
|
|
"name" : "AppUITests"
|
|
}
|
|
},
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:Passepartout\/Library",
|
|
"identifier" : "AppUIMainTests",
|
|
"name" : "AppUIMainTests"
|
|
}
|
|
}
|
|
],
|
|
"version" : 1
|
|
}
|