Skip to content

Commit a564be6

Browse files
authored
Update README.md
1 parent f1c9580 commit a564be6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ With [Xcode 13.3](https://developer.apple.com/documentation/xcode-release-notes/
2626
defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
2727
```
2828

29-
Source [@BenchR](https://twitter.com/BenchR/status/1460699068846456832)
29+
Source [@BenchR](https://x.com/BenchR/status/1460699068846456832)
3030

3131
### Enable project build time
3232

@@ -166,15 +166,15 @@ defaults write com.apple.dt.XCBuild EnableBuildDebugging -bool YES
166166
### Make Assistant aware of more companion files
167167

168168
Make Xcode's Assistant aware of your ViewModels, Views, etc.
169-
Found by [@peterfriese](https://twitter.com/peterfriese/status/1364544309878534144)
169+
Found by [@peterfriese](https://x.com/peterfriese/status/1364544309878534144)
170170

171171
```sh
172172
defaults write com.apple.dt.Xcode IDEAdditionalCounterpartSuffixes -array-add "ViewModel" "View" "Screen"
173173
```
174174

175175
### Disable move files on restructure
176176

177-
Do not move files when you restructure things in an Xcode project. Found by [@steinpete](https://twitter.com/steipete/status/1287057462454038528)
177+
Do not move files when you restructure things in an Xcode project. Found by [@steinpete](https://x.com/steipete/status/1287057462454038528)
178178

179179
```sh
180180
defaults write com.apple.dt.Xcode IDEDisableStructureEditingCoordinator -bool YES
@@ -183,7 +183,7 @@ defaults write com.apple.dt.Xcode IDEDisableStructureEditingCoordinator -bool YE
183183

184184
### Disable state restoration
185185

186-
Stop Xcode from reopening files on launch. Found by [@SmileyKeith](https://twitter.com/SmileyKeith/status/759850753993375745)
186+
Stop Xcode from reopening files on launch. Found by [@SmileyKeith](https://x.com/SmileyKeith/status/759850753993375745)
187187

188188
```sh
189189
defaults write com.apple.dt.Xcode IDEDisableStateRestoration -bool YES
@@ -195,7 +195,7 @@ defaults write com.apple.dt.Xcode IDEDisableStateRestoration -bool YES
195195
Xcode by default only looks for `/opt/brew` and `/usr/local`.
196196
You can adjust that location by writing the following default.
197197
To get your Homebrew prefix call `brew --prefix`.
198-
Source [@NeoNacho](https://twitter.com/NeoNacho/status/1412514541343166467?s=20)
198+
Source [@NeoNacho](https://x.com/NeoNacho/status/1412514541343166467?s=20)
199199

200200
```sh
201201
defaults write com.apple.dt.Xcode IDEHomebrewPrefixPath -string <BREW_PREFIX>
@@ -205,7 +205,7 @@ defaults write com.apple.dt.Xcode IDEHomebrewPrefixPath -string <BREW_PREFIX>
205205

206206
Specify the directory to which remote source packages are fetch or expected to be found.
207207
`xcodebuild` has the same option as `clonedSourcePackagesDirPath`.
208-
Source [@bguidolim](https://twitter.com/bguidolim/status/1249418542111432711)
208+
Source [@bguidolim](https://x.com/bguidolim/status/1249418542111432711)
209209

210210
```sh
211211
defaults write com.apple.dt.Xcode IDEClonedSourcePackagesDirPathOverride -string <PATH>

0 commit comments

Comments
 (0)