.SWIFT Extensão de arquivo
Swift Source Code File
| Desenvolvedor | Apple |
| Popularidade |
3.9 | 28 Votos |
O que é um arquivo SWIFT?
A SWIFT file contains source code written in the Swift programming language. It is likely part of a Swift app development project. For example, SWIFT files may be referenced in an .XCODEPROJ file or included in a .SWIFTPM file.
Mais informações
Swift is a programming language that developers use to create apps for Apple devices, such as MacBooks and iPhones. Primarily, developers create Swift apps using Apple Xcode, an IDE for macOS, or Swift Playgrounds, an iPad and Mac app for novice Swift developers.
As developers create Swift apps, they save the source code they write in SWIFT files. In Xcode development projects, SWIFT files are saved within the project's directory structure and referenced within the project's XCODEPROJ file. In Swift Playgrounds development projects, SWIFT files are saved within the project's SWIFTPM file.
NOTA: Apple introduced the Swift language with iOS 8 and macOS Yosemite.
Como abrir um arquivo SWIFT
SWIFT files are meant to be opened and edited with Apple Xcode (Mac) or Apple Swift Playgrounds (iOS), which contain features tailored specifically for Swift development. However, you can open and edit a SWIFT file with any source code or text editor, including Microsoft Visual Studio Code (multiplatform) and GitHub Atom (multiplatform).
