Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RidaRidss/3fc7e0e94850149f1dd079f5377934ad to your computer and use it in GitHub Desktop.
Save RidaRidss/3fc7e0e94850149f1dd079f5377934ad to your computer and use it in GitHub Desktop.
How to show hidden libraries in your project on MAC
open the directory , where your hidden libraries/files exists , open terminal run the below scripts
$ defaults write com.apple.Finder AppleShowAllFiles true
$ killall Finder
If you want to switch it back just change the true to false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment