.PLAYGROUND 文件扩展名
Xcode Playground File
| 开发者 | Apple |
| 受欢迎程度 |
3.4 | 8 票 |
什么是 PLAYGROUND 文件?
Developer file created by Apple Xcode, an IDE used for creating iOS and OS X apps; saves an interactive work area so that programmers can write and test code in real-time while they develop; contains source code written in Apple's Swift programming language, which was released with iOS 8 and OS X Yosemite.
更多信息
PLAYGROUND files are used to save testing areas for new source code. Once the developer is happy with results of the code in the playground, the source code can then be promoted to the main project. If you'd like to manually browse the contents of a PLAYGROUND file, right-click it and select Show Package Contents from the drop down menu.
注: Xcode 6 is the first version to support PLAYGROUND files.
可打开 PLAYGROUND 文件的程序
Mac