This PR contains the work done to rename the _Website_ service's library SwiftPM target from `WebsiteCore` to `WebsiteLibrary`, updating every reference across the manifest, source, tests, Xcode schemes, and documentations. Reviewed-on: rock-n-code/loud-amsterdam#14 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
38 lines
772 B
Plaintext
38 lines
772 B
Plaintext
{
|
|
"configurations" : [
|
|
{
|
|
"id" : "F3231E68-357B-4ED7-98E9-F5767AB17024",
|
|
"name" : "Test Scheme Action",
|
|
"options" : {
|
|
|
|
}
|
|
}
|
|
],
|
|
"defaultOptions" : {
|
|
"performanceAntipatternCheckerEnabled" : true,
|
|
"targetForVariableExpansion" : {
|
|
"containerPath" : "container:",
|
|
"identifier" : "Website",
|
|
"name" : "Website"
|
|
},
|
|
"testInteropMode" : "complete"
|
|
},
|
|
"testTargets" : [
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:",
|
|
"identifier" : "WebsiteTests",
|
|
"name" : "WebsiteTests"
|
|
}
|
|
},
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:",
|
|
"identifier" : "WebsiteLibraryTests",
|
|
"name" : "WebsiteLibraryTests"
|
|
}
|
|
}
|
|
],
|
|
"version" : 1
|
|
}
|