Created
June 18, 2024 14:54
-
-
Save T1T4N/f66a2ebbeb17b73d6643a178ede14639 to your computer and use it in GitHub Desktop.
Disable Xcode 16's Predictive Code Completion LLM Model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.dt.Xcode IDEModelAccessHasUserConsentForOnDeviceInteractions -bool FALSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank You!