zoukankan      html  css  js  c++  java
  • Start Developing Mac Apps Set Up

     

    Set Up

    When you develop apps, you use Xcode, Apple’s integrated development environment (IDE). Xcode provides everything you need to create great Mac apps. It includes a source editor, a graphical user interface editor, and many other features. Xcode employs a single window, called the workspace window, that presents most of the tools you need to develop apps. Within the same window you smoothly transition from writing code, to debugging, to designing your user interface.

    当你开发应用时,你会用Xcode, Apple 公司的集成开发环境(IDE)。Xcode 提供了你创建大型Mac应用的所有东西。它包含了一个代码编辑器, 一个图形用户接口编辑器,和很多其他功能。Xcode用一个窗口--叫做工作区窗口--集成了大多数你在开发应用时需要的工具。在这个窗口里你可以很顺利地从写代码过度到调试或设计用户界面窗口。

    image: ../Art/install_tools_2x.png

    To get started(开始):

    1. Download the latest version of Xcode.

      下载最新版本的Xcode

      Open the Mac App Store app on your Mac, search for Xcode, and click Free to download Xcode. (The Mac App Store app is installed with Mac OS X version 10.7 and later. If you have an earlier version of Mac OS X, you need to upgrade.)

      打开Mac上的 App Store, 搜索 Xcode, 点击Free开始下载。(Mac App Store 应用在Mac OS X 10.7或以后的版本有自带,如果你的系统是10.7之前的,你需要更新系统.)

    2. Enroll in the Mac Developer Program.

      在Mac开发者项目里注册.

      After you enroll in the program, you have access to the tools and resources you need to distribute your app. You will learn more about these tools later in the road map.

      当你在项目里注册完成以后,你就拥有发布应用时你需要的工具和资源。你将在以后的进度表里学习到更多有关这些工具的内容。

  • 相关阅读:
    Vim
    CMake学习之路
    linux tree命令以树形结构显示文件目录结构
    代码阅读软件Understand安装
    ROS学习之ShadowRepository
    WPF初学(一)——布局【良好界面的基础】
    浅学JSON——Json.NET之首次试手
    JSON资料汇总
    自定义视图 视图控制器(UIViewController)
    UIView Subclass(UI,UIButton,UITextField,UILabel)
  • 原文地址:https://www.cnblogs.com/patientAndPersist/p/3105539.html
Copyright © 2011-2022 走看看