English 中文(简体)
“工作副本扫描”
原标题:What is "Scanning for working copies"
  • 时间:2012-04-18 05:26:50
  •  标签:
  • ios
  • xcode

我只是“上下级”Lion和Xcode 4.3.2,现在称标题栏中地位区的“工作副本扫描”仅低于项目名称。 该公司在自动下载SOS 5.1之后开始这样做。 进展是无休止的。 它做了哪些工作?

问题回答

新的狮子汽车储蓄和版本的特征使每个档案在背景中独一无二,并为换信创造版本,因此,根据这一特点,新的X码也可通过下列方式节省项目版本:

  1. A snapshot saves the current state of your project.
  2. Source control repositories.(directly used in xcode)
  3. An archive packages your products for distribution.

When xcode starts, it scans for the working copies or loads all know version in memory so that all version can be used for edit/update etc For Lion : Follow this

http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/SCM/SCM.html” 后续行动





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签