Difference between revisions of "AppleMacOS"
From Lost In Wonderlands
(→Resetting) |
(→Shell) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 30: | Line 30: | ||
* [[AppleSwift]] | * [[AppleSwift]] | ||
* [[AppleSwiftUI]] | * [[AppleSwiftUI]] | ||
+ | * [[AppleDevTools]] | ||
* [[AppleMacOSXKernel]] | * [[AppleMacOSXKernel]] | ||
* [[AppleMacOSX-Services]] | * [[AppleMacOSX-Services]] | ||
Line 62: | Line 63: | ||
* https://support.apple.com/fr-fr/HT208050 | * 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 === | === Resetting === | ||
Line 71: | Line 82: | ||
* puce T2 | * puce T2 | ||
** https://support.apple.com/fr-fr/HT208862 | ** https://support.apple.com/fr-fr/HT208862 | ||
+ | |||
+ | |||
+ | [[AppleXCode]] |
Latest revision as of 20:10, 9 December 2020
Contents
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
- AppleiOS
- AppleiPadOS
- AppleMacOS
- AppleTvOS
- AppleWatchOS
- AppleSwift
- AppleSwiftUI
- AppleDevTools
- AppleMacOSXKernel
- AppleMacOSX-Services
- AppleMacOSX-GUI
- AppleMacOSX-PackageManagers
- AppleDarwin-As-A-System
- AppleDarwin-Kernel
- AppleDarwin-Services
- AppleDarwin-GUI
Apple macOS
develop macOS App
- https://developer.apple.com/macos/
- https://developer.apple.com/develop/
- https://developer.apple.com/testflight/
- https://developer.apple.com/documentation/
- https://developer.apple.com/videos/
- https://developer.apple.com/distribute/
- https://developer.apple.com/support/articles/
macOS Dev Tools
- https://developer.apple.com/swift/
- https://developer.apple.com/xcode/
- https://developer.apple.com/download/
Apple Developper Program
Shell
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)
- PRAM / NVRAM
- puce T2
AppleXCode