Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ We love your input! We want to make contributing to this project as easy and tra
- Proposing new features
- Becoming a maintainer

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

## All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase We actively welcome your pull requests:
Expand All @@ -23,7 +23,7 @@ Pull requests are the best way to propose changes to the codebase We actively w
## Any contributions you make will be under the MIT Software License
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.

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

## Write bug reports with detail, background, and sample code
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ The following languages are supported because of the following community users!
Want to add more languages? Simply create a PR with the updated strings file.

## Installation
v1.X - requires MacOS 11 or newer
v2.X - requires MacOS 13
v1.X - requires macOS 11 or newer
v2.X - requires macOS 13

### Install with Homebrew

Expand Down
2 changes: 1 addition & 1 deletion Xcodes/Backend/AppState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class AppState: ObservableObject {
func checkMinVersionAndInstall(id: Xcode.ID) {
guard let availableXcode = availableXcodes.first(where: { $0.version == id }) else { return }

// Check to see if users MacOS is supported
// Check to see if users macOS is supported
if let requiredMacOSVersion = availableXcode.requiredMacOSVersion {
if hasMinSupportedOS(requiredMacOSVersion: requiredMacOSVersion) {
// prompt
Expand Down
26 changes: 13 additions & 13 deletions Xcodes/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@
"ca" : {
"stringUnit" : {
"state" : "translated",
"value" : "L'Xcode %@ necessita MacOS %@, però tu estàs utilitzant MacOS %@, vols instal·lar-lo igualment?"
"value" : "L'Xcode %@ necessita macOS %@, però tu estàs utilitzant macOS %@, vols instal·lar-lo igualment?"
}
},
"de" : {
Expand All @@ -2125,13 +2125,13 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@ requires MacOS %@, but you are running MacOS %@, do you still want to install it?"
"value" : "Xcode %@ requires macOS %@, but you are running macOS %@, do you still want to install it?"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@ requiere MacOS %@, pero está ejecutando MacOS %@, ¿aún desea instalarlo?"
"value" : "Xcode %@ requiere macOS %@, pero está ejecutando macOS %@, ¿aún desea instalarlo?"
}
},
"fi" : {
Expand All @@ -2143,19 +2143,19 @@
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@ nécessite MacOS %@, mais vous utilisez MacOS %@, voulez-vous toujours l'installer ?"
"value" : "Xcode %@ nécessite macOS %@, mais vous utilisez macOS %@, voulez-vous toujours l'installer ?"
}
},
"hi" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@ को MacOS %@ की आवश्यकता है, लेकिन आप MacOS %@ चला रहे हैं, क्या आप अभी भी इसे स्थापित करना चाहते हैं?"
"value" : "Xcode %@ को macOS %@ की आवश्यकता है, लेकिन आप macOS %@ चला रहे हैं, क्या आप अभी भी इसे स्थापित करना चाहते हैं?"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@ richiede MacOS %@, ma la tua versione di MacOS è %@, vuoi installarlo comunque?"
"value" : "Xcode %@ richiede macOS %@, ma la tua versione di macOS è %@, vuoi installarlo comunque?"
}
},
"ja" : {
Expand All @@ -2167,13 +2167,13 @@
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@는 MacOS %@이(가) 필요하지만 MacOS %@을(를) 실행 중입니다. 그래도 설치하시겠습니까?"
"value" : "Xcode %@는 macOS %@이(가) 필요하지만 macOS %@을(를) 실행 중입니다. 그래도 설치하시겠습니까?"
}
},
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@ vereist MacOS %@, maar jouw MacOS versie is %@, wil je doorgaan met installeren?"
"value" : "Xcode %@ vereist macOS %@, maar jouw macOS versie is %@, wil je doorgaan met installeren?"
}
},
"pl" : {
Expand All @@ -2185,7 +2185,7 @@
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@ requere MacOS %@, mas você está rodando MacOS %@, você ainda quer instalá-lo?"
"value" : "Xcode %@ requere macOS %@, mas você está rodando macOS %@, você ainda quer instalá-lo?"
}
},
"ru" : {
Expand Down Expand Up @@ -2215,13 +2215,13 @@
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@ 需要 MacOS %@,但你正在使用 MacOS %@,你確定還要繼續安裝嗎?"
"value" : "Xcode %@ 需要 macOS %@,但你正在使用 macOS %@,你確定還要繼續安裝嗎?"
}
}
}
},
"Alert.MinSupported.Title" : {
"comment" : "Min MacOS Supported",
"comment" : "Min macOS Supported",
"localizations" : {
"ca" : {
"stringUnit" : {
Expand Down Expand Up @@ -13760,7 +13760,7 @@
"ca" : {
"stringUnit" : {
"state" : "translated",
"value" : "Repositori de Github d'Xcodes"
"value" : "Repositori de GitHub d'Xcodes"
}
},
"de" : {
Expand Down Expand Up @@ -13808,7 +13808,7 @@
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcodes Repository di Github"
"value" : "Xcodes Repository di GitHub"
}
},
"ja" : {
Expand Down