Difference between revisions of "AppleMacOS"

From Lost In Wonderlands
Jump to: navigation, search
(Shell)
(Shell)
Line 63: Line 63:
 
* https://support.apple.com/fr-fr/HT208050
 
* https://support.apple.com/fr-fr/HT208050
  
* seeing all files
+
==== seeing all files ====
 
  in a terminal type  
 
  in a terminal type  
 
 
  defaults write com.apple.finder AppleShowAllFiles -bool true
 
  defaults write com.apple.finder AppleShowAllFiles -bool true
 
  killall Finder
 
  killall Finder

Revision as of 12:12, 1 October 2020

Apple macOS

Opensource Technology iOS wiki pages (OTi)

List of links of interest on project

Goal is to keep & share knowledge on iOS technologies

See Also



Apple macOS

develop macOS App

macOS Dev Tools

Apple Developper Program


Shell

seeing all files

in a terminal type 
defaults write com.apple.finder AppleShowAllFiles -bool true
killall Finder

Resetting


AppleXCode