Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwsacademy/swift-setup
Student-friendly setup instructions for platforms, editors, and IDEs that support Swift.
https://github.com/pwsacademy/swift-setup
Last synced: 13 days ago
JSON representation
Student-friendly setup instructions for platforms, editors, and IDEs that support Swift.
- Host: GitHub
- URL: https://github.com/pwsacademy/swift-setup
- Owner: pwsacademy
- Created: 2020-10-22T11:04:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T06:24:56.000Z (6 months ago)
- Last Synced: 2024-08-01T19:58:44.121Z (3 months ago)
- Size: 7.71 MB
- Stars: 141
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# Swift Setup
This repository describes how you can set up a development environment for the [Swift programming language](https://swift.org).
Our goal is to support the adoption of Swift as a general purpose cross-platform programming language in education. To that end, we provide student-friendly instructions for various platforms, editors, and IDEs that support Swift.
If you’re interested in learning Swift, please see our [Programming with Swift: Fundamentals](https://www.pwsacademy.org/courses/pws-fundamentals.html) course, for which this repository is a supporting resource.
## Platforms
We only provide instructions for the latest release of each supported platform. These instructions *may* also apply to older releases:
- [Fedora 36](platforms/fedora/README.md)
- [macOS Ventura](platforms/macOS/README.md)
- [Ubuntu 22.04 LTS](platforms/ubuntu/README.md)
- [Windows 10 / 11](platforms/windows/README.md)## Editors and IDEs
- [Gedit](editors/gedit/README.md)
* Fedora 36
* Ubuntu 22.04
- [Notepad++](editors/notepadplusplus/README.md)
* Windows 10 / 11
- [Visual Studio Code (Linux)](editors/vscode-linux/README.md)
* Fedora 36
* Ubuntu 22.04
- [Visual Studio Code (Windows)](editors/vscode-windows/README.md)
* Windows 10 / 11
- [Xcode](editors/xcode/README.md)
* macOS Ventura## Contributing
This repository is a community effort, so we welcome contributions. Please see our [guidelines](contributing.md) for writing instructions.