1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 20:11:57 +02:00

Rename OS X to macOS (#4166)

This commit is contained in:
Борис Верховский
2021-05-25 07:42:50 -04:00
committed by GitHub
parent f4c12e4f11
commit a502f8d723
29 changed files with 30 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ contributors:
filename: LearnObjectiveC.m
---
Objective-C is the main programming language used by Apple for the OS X and iOS operating systems and their respective frameworks, Cocoa and Cocoa Touch.
Objective-C is the main programming language used by Apple for the macOS and iOS operating systems and their respective frameworks, Cocoa and Cocoa Touch.
It is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
```objective-c