美文网首页
2017年03月27日 更新Xcode8.3

2017年03月27日 更新Xcode8.3

作者: 魔灵FH | 来源:发表于2017-03-31 11:49 被阅读0次

    83类别: 软件开发工具

    更新日期: 2017年03月27日

    版本: 8.3

    大小: 4.53 GB

    语言: 英语

    开发商: Apple Distribution International

    © 1999–2017 Apple Inc.

    限4岁以上

    兼容性: macOS 10.12 或更高版本

    //////////

    内容提要

    Xcode includes everything developers need to create great applications for Mac, iPhone, iPad, Apple TV, and Apple Watch. Xcode provides developers a unified workflow for user interface design, coding, testing, and debugging. The Xcode IDE combined with the Swift programming language make developing apps easier and more fun than ever before.

    Xcode includes the Xcode IDE, Swift and Objective-C compilers, Instruments analysis tool, simulators, the latest SDKs, and hundreds of powerful features:

    Innovative tools help you create great apps

    • Swift is a revolutionary programming language that is safe, fast, and modern

    • Playgrounds are a fun way to experiment and interact with Swift code

    • Interface Builder displays pixel-perfect UI for each target device and can edit at any zoom level

    • View debugging shows a 3D stack of all your app's UI view layers at runtime

    • Assistant editors show content related to your primary task

    • Live Issues display errors as you type, and Fix-its can correct mistakes for you

    Swift is a powerful, modern, and fun programming language

    • Safe by design, Swift syntax and features prevent entire categories of bugs

    • Fast code execution and compile time are powered by the proven LLVM compiler

    • Modern language features are inspired by leading research, including:

    - Closures unified with function pointers

    - Tuples and multiple return values

    - Structs as value types that support methods, extensions, protocols

    - Powerful protocols that can extend functionality throughout your codebase

    - Functional programming patterns including map and filter

    Interface Builder makes it easy to design your interface without code

    • Storyboards let you arrange the complete flow of screens within your app

    • See your custom controls rendered live within the design canvas

    • Customize your interface for different devices, screen sizes, and orientations

    • StackViews make it easy to reason about the layout of each section of your interface

    • Create connections from your GUI design directly to the related source code

    Professional editor and debugger keep your code front and center

    • Hit a few keys and Open Quickly will instantly open any file within your project

    • Message bubbles show errors, warnings, and other issues right beside your code

    • Data tips show a variable's value by hovering your mouse over the code

    • Quick Look variables while debugging to see the actual color, bezier path, image, and more

    • Third party app extensions can add new capabilities to the source editor

    Test driven development is built right in

    • Use the Test Navigator to add, edit, or run unit tests or user interface tests with just a click

    • Test Assistant makes it easy to edit your code and related tests, side-by-side

    • Create continuous integration bots using macOS Server to automatically build and test your apps

    • Monitor performance and user interface test data using macOS Server to immediately spot regressions

    • Analyzer travels countless code paths looking for logical errors before they become bugs

    Instruments makes performance analysis beautiful

    • Compare CPU, disk, memory, and OpenGL performance as graphical tracks over time

    • Identify performance bottlenecks, then dive deep into the code to uncover the cause

    • Monitor your app directly, or sample the entire system, with very little overhead

    To test or deploy applications on an iOS device, Apple TV, or on Apple Watch all you need is a free Apple ID. To submit your apps to the App Store you must be a member of the Apple Developer Program. Continuous integration features require a current version of macOS Server. Some features may require Internet access.

    -----------

    版本 8.3 中的新功能

    Xcode 8.3 includes Swift 3.1 and SDKs for iOS 10.3, watchOS 3.2, tvOS 10.2, and macOS Sierra 10.12

    • Siri support in the iOS Simulator to improve automated testing

     Siri在iOS模拟器中支持改进自动化测试

    • Improved view debugger support for iMessage apps

    改进了iMessage应用程序的视图调试器支持

    • Updated interface to manage signing certificates and provisioning profiles

    更新了管理签名证书和配置文件的界面

    • Additional bug fixes and stability improvements

    额外的错误修复和稳定性改进 ( 目前还不知道指的是什么呢 )

    相关文章

      网友评论

          本文标题:2017年03月27日 更新Xcode8.3

          本文链接:https://www.haomeiwen.com/subject/mzamottx.html