Skip to content

Commit 7599178

Browse files
authored
Merge pull request #559 from mikeirvingweb/product-name-casings
fix: product name casings
2 parents 6fda52e + 7f14a4b commit 7599178

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ We love your input! We want to make contributing to this project as easy and tra
77
- Proposing new features
88
- Becoming a maintainer
99

10-
## We Develop with Github
11-
We use github to host code, to track issues and feature requests, as well as accept pull requests.
10+
## We Develop with GitHub
11+
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
1212

1313
## All Code Changes Happen Through Pull Requests
1414
Pull requests are the best way to propose changes to the codebase We actively welcome your pull requests:
@@ -23,7 +23,7 @@ Pull requests are the best way to propose changes to the codebase We actively w
2323
## Any contributions you make will be under the MIT Software License
2424
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
2525

26-
## Report bugs using Github's [issues](https://github.com/robotsandpencils/xcodesapp/issues)
26+
## Report bugs using GitHub [issues](https://github.com/robotsandpencils/xcodesapp/issues)
2727
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](); it's that easy!
2828

2929
## Write bug reports with detail, background, and sample code

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ The following languages are supported because of the following community users!
5555
Want to add more languages? Simply create a PR with the updated strings file.
5656

5757
## Installation
58-
v1.X - requires MacOS 11 or newer
59-
v2.X - requires MacOS 13
58+
v1.X - requires macOS 11 or newer
59+
v2.X - requires macOS 13
6060

6161
### Install with Homebrew
6262

Xcodes/Backend/AppState.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ class AppState: ObservableObject {
408408
func checkMinVersionAndInstall(id: Xcode.ID) {
409409
guard let availableXcode = availableXcodes.first(where: { $0.version == id }) else { return }
410410

411-
// Check to see if users MacOS is supported
411+
// Check to see if users macOS is supported
412412
if let requiredMacOSVersion = availableXcode.requiredMacOSVersion {
413413
if hasMinSupportedOS(requiredMacOSVersion: requiredMacOSVersion) {
414414
// prompt

Xcodes/Resources/Localizable.xcstrings

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@
21072107
"ca" : {
21082108
"stringUnit" : {
21092109
"state" : "translated",
2110-
"value" : "L'Xcode %@ necessita MacOS %@, però tu estàs utilitzant MacOS %@, vols instal·lar-lo igualment?"
2110+
"value" : "L'Xcode %@ necessita macOS %@, però tu estàs utilitzant macOS %@, vols instal·lar-lo igualment?"
21112111
}
21122112
},
21132113
"de" : {
@@ -2125,13 +2125,13 @@
21252125
"en" : {
21262126
"stringUnit" : {
21272127
"state" : "translated",
2128-
"value" : "Xcode %@ requires MacOS %@, but you are running MacOS %@, do you still want to install it?"
2128+
"value" : "Xcode %@ requires macOS %@, but you are running macOS %@, do you still want to install it?"
21292129
}
21302130
},
21312131
"es" : {
21322132
"stringUnit" : {
21332133
"state" : "translated",
2134-
"value" : "Xcode %@ requiere MacOS %@, pero está ejecutando MacOS %@, ¿aún desea instalarlo?"
2134+
"value" : "Xcode %@ requiere macOS %@, pero está ejecutando macOS %@, ¿aún desea instalarlo?"
21352135
}
21362136
},
21372137
"fi" : {
@@ -2143,19 +2143,19 @@
21432143
"fr" : {
21442144
"stringUnit" : {
21452145
"state" : "translated",
2146-
"value" : "Xcode %@ nécessite MacOS %@, mais vous utilisez MacOS %@, voulez-vous toujours l'installer ?"
2146+
"value" : "Xcode %@ nécessite macOS %@, mais vous utilisez macOS %@, voulez-vous toujours l'installer ?"
21472147
}
21482148
},
21492149
"hi" : {
21502150
"stringUnit" : {
21512151
"state" : "translated",
2152-
"value" : "Xcode %@ को MacOS %@ की आवश्यकता है, लेकिन आप MacOS %@ चला रहे हैं, क्या आप अभी भी इसे स्थापित करना चाहते हैं?"
2152+
"value" : "Xcode %@ को macOS %@ की आवश्यकता है, लेकिन आप macOS %@ चला रहे हैं, क्या आप अभी भी इसे स्थापित करना चाहते हैं?"
21532153
}
21542154
},
21552155
"it" : {
21562156
"stringUnit" : {
21572157
"state" : "translated",
2158-
"value" : "Xcode %@ richiede MacOS %@, ma la tua versione di MacOS è %@, vuoi installarlo comunque?"
2158+
"value" : "Xcode %@ richiede macOS %@, ma la tua versione di macOS è %@, vuoi installarlo comunque?"
21592159
}
21602160
},
21612161
"ja" : {
@@ -2167,13 +2167,13 @@
21672167
"ko" : {
21682168
"stringUnit" : {
21692169
"state" : "translated",
2170-
"value" : "Xcode %@는 MacOS %@이(가) 필요하지만 MacOS %@을(를) 실행 중입니다. 그래도 설치하시겠습니까?"
2170+
"value" : "Xcode %@는 macOS %@이(가) 필요하지만 macOS %@을(를) 실행 중입니다. 그래도 설치하시겠습니까?"
21712171
}
21722172
},
21732173
"nl" : {
21742174
"stringUnit" : {
21752175
"state" : "translated",
2176-
"value" : "Xcode %@ vereist MacOS %@, maar jouw MacOS versie is %@, wil je doorgaan met installeren?"
2176+
"value" : "Xcode %@ vereist macOS %@, maar jouw macOS versie is %@, wil je doorgaan met installeren?"
21772177
}
21782178
},
21792179
"pl" : {
@@ -2185,7 +2185,7 @@
21852185
"pt-BR" : {
21862186
"stringUnit" : {
21872187
"state" : "translated",
2188-
"value" : "Xcode %@ requere MacOS %@, mas você está rodando MacOS %@, você ainda quer instalá-lo?"
2188+
"value" : "Xcode %@ requere macOS %@, mas você está rodando macOS %@, você ainda quer instalá-lo?"
21892189
}
21902190
},
21912191
"ru" : {
@@ -2215,13 +2215,13 @@
22152215
"zh-Hant" : {
22162216
"stringUnit" : {
22172217
"state" : "translated",
2218-
"value" : "Xcode %@ 需要 MacOS %@,但你正在使用 MacOS %@,你確定還要繼續安裝嗎?"
2218+
"value" : "Xcode %@ 需要 macOS %@,但你正在使用 macOS %@,你確定還要繼續安裝嗎?"
22192219
}
22202220
}
22212221
}
22222222
},
22232223
"Alert.MinSupported.Title" : {
2224-
"comment" : "Min MacOS Supported",
2224+
"comment" : "Min macOS Supported",
22252225
"localizations" : {
22262226
"ca" : {
22272227
"stringUnit" : {
@@ -13760,7 +13760,7 @@
1376013760
"ca" : {
1376113761
"stringUnit" : {
1376213762
"state" : "translated",
13763-
"value" : "Repositori de Github d'Xcodes"
13763+
"value" : "Repositori de GitHub d'Xcodes"
1376413764
}
1376513765
},
1376613766
"de" : {
@@ -13808,7 +13808,7 @@
1380813808
"it" : {
1380913809
"stringUnit" : {
1381013810
"state" : "translated",
13811-
"value" : "Xcodes Repository di Github"
13811+
"value" : "Xcodes Repository di GitHub"
1381213812
}
1381313813
},
1381413814
"ja" : {

0 commit comments

Comments
 (0)