Skip to content

Commit e8e4004

Browse files
refactor: replace spaces with hyphens in directory names (#110)
Builds, passes tests, and a release build works: https://github.com/coder/coder-desktop-macos/actions/runs/13804258363 The main app target is still `Coder Desktop`, just not the names of any directories.
1 parent 93e7a8f commit e8e4004

File tree

96 files changed

+40
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+40
-39
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ release/
304304
.fl5C1A396C
305305

306306
# Embedded mutagen resources
307-
Coder Desktop/Resources/mutagen-*
307+
Coder-Desktop/Resources/mutagen-*

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.

Coder Desktop/Coder Desktop.xctestplan renamed to Coder-Desktop/Coder-Desktop.xctestplan

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
],
1111
"defaultOptions" : {
1212
"targetForVariableExpansion" : {
13-
"containerPath" : "container:Coder Desktop.xcodeproj",
13+
"containerPath" : "container:Coder-Desktop.xcodeproj",
1414
"identifier" : "961678FB2CFF100D00B2B6DF",
1515
"name" : "Coder Desktop"
1616
}
1717
},
1818
"testTargets" : [
1919
{
2020
"target" : {
21-
"containerPath" : "container:Coder Desktop.xcodeproj",
21+
"containerPath" : "container:Coder-Desktop.xcodeproj",
2222
"identifier" : "AA3B40972D2FC8560099996A",
2323
"name" : "CoderSDKTests"
2424
}
@@ -27,23 +27,23 @@
2727
"enabled" : false,
2828
"parallelizable" : true,
2929
"target" : {
30-
"containerPath" : "container:Coder Desktop.xcodeproj",
30+
"containerPath" : "container:Coder-Desktop.xcodeproj",
3131
"identifier" : "961679182CFF100E00B2B6DF",
32-
"name" : "Coder DesktopUITests"
32+
"name" : "Coder-DesktopUITests"
3333
}
3434
},
3535
{
3636
"target" : {
37-
"containerPath" : "container:Coder Desktop.xcodeproj",
37+
"containerPath" : "container:Coder-Desktop.xcodeproj",
3838
"identifier" : "AA3B3DA72D2D23860099996A",
3939
"name" : "VPNLibTests"
4040
}
4141
},
4242
{
4343
"target" : {
44-
"containerPath" : "container:Coder Desktop.xcodeproj",
44+
"containerPath" : "container:Coder-Desktop.xcodeproj",
4545
"identifier" : "9616790E2CFF100E00B2B6DF",
46-
"name" : "Coder DesktopTests"
46+
"name" : "Coder-DesktopTests"
4747
}
4848
}
4949
],

0 commit comments

Comments
 (0)