Difference between revisions of "AppleMacOS"

From Lost In Wonderlands
Jump to: navigation, search
(See Also)
(Shell)
 
(14 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
* [[Technoverse]]
 
* [[Technoverse]]
 
* [[Template]]
 
* [[Template]]
 +
* [[TemplateHowTo]]
  
  
 +
* [[PalmOS]]
 +
* [[WebOS]]
 
* [[Tizen]]
 
* [[Tizen]]
 
* [[FirefoxOS | Firefox OS]]
 
* [[FirefoxOS | Firefox OS]]
Line 18: Line 21:
 
* [[MerProject | Mer Project]]
 
* [[MerProject | Mer Project]]
 
* [[UbutuPhone | Ubuntu Phone]]
 
* [[UbutuPhone | Ubuntu Phone]]
 +
 +
 
* [[AppleiOS]]
 
* [[AppleiOS]]
 +
* [[AppleiPadOS]]
 
* [[AppleMacOS]]
 
* [[AppleMacOS]]
 +
* [[AppleTvOS]]
 
* [[AppleWatchOS]]
 
* [[AppleWatchOS]]
* [[AppleiPadOS]]
 
* [[AppleMacOSXKernel]]
 
 
* [[AppleSwift]]
 
* [[AppleSwift]]
 
* [[AppleSwiftUI]]
 
* [[AppleSwiftUI]]
 +
* [[AppleDevTools]]
 +
* [[AppleMacOSXKernel]]
 +
* [[AppleMacOSX-Services]]
 +
* [[AppleMacOSX-GUI]]
 +
* [[AppleMacOSX-PackageManagers]]
 +
* [[AppleDarwin-As-A-System]]
 +
* [[AppleDarwin-Kernel]]
 +
* [[AppleDarwin-Services]]
 +
* [[AppleDarwin-GUI]]
  
 
== Apple  macOS ==
 
== Apple  macOS ==
Line 44: Line 58:
 
=== Apple Developper Program ===
 
=== Apple Developper Program ===
 
* https://developer.apple.com/programs/
 
* https://developer.apple.com/programs/
 +
 +
 +
=== Shell ===
 +
* https://support.apple.com/fr-fr/HT208050
 +
 +
==== seeing all files ====
 +
*in a terminal type
 +
defaults write com.apple.finder AppleShowAllFiles -bool true
 +
killall Finder
 +
 +
=== Support ===
 +
 +
* https://www.apple.com/support/systemstatus/
 +
* https://developer.apple.com/system-status/
 +
* contact, https://support.apple.com/contact
 +
 +
=== Resetting ===
 +
 +
* SMC ( thunderbolt machines)
 +
** https://support.apple.com/fr-fr/HT201295
 +
* PRAM / NVRAM
 +
** https://support.apple.com/fr-fr/HT204063
 +
* puce T2
 +
** https://support.apple.com/fr-fr/HT208862
 +
 +
 +
[[AppleXCode]]

Latest revision as of 20:10, 9 December 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

Support

Resetting


AppleXCode