我有国际发展学会的 com。 AppName, is a paid edition.
我也决定采用<>免费<>版本,并通过我的代码,我可以轻松地补充/取消一些功能,简单地界定/编号。
然而,我确实需要我的笔记为自由版本。 我如何有条件地这样做(即,请你说明......等)?
我有国际发展学会的 com。 AppName, is a paid edition.
我也决定采用<>免费<>版本,并通过我的代码,我可以轻松地补充/取消一些功能,简单地界定/编号。
然而,我确实需要我的笔记为自由版本。 我如何有条件地这样做(即,请你说明......等)?
这一问题在上得到了答复。 先前的职位:
基本想法是,你设定两个目标,然后使用标准,或建立单独的档案,控制两个目标的内容。 设定另一个目标很简单。 仅右翼就座标,重复。 引用你希望获得的自由用名称。
In your case, you ll probably want to have different icons for the Free and Paid game, so create two icon folders—one called Free-Icons and the other called Paid-Icons. Put them in the project folder and when importing attach them to one of the targets.
我重复了最初的Info.plist和Prefix.pch档案,并给它们不同的名称,但你可以使用相同的名称,只是把它们放在不同的手里。 你们需要调整每个目标的建筑环境,以反映新的名称。
你在免费读书上可能的内容也较少。 只是选择了只有有偿服饰和检查官才算出的正确和图片,把目标成员算作有报酬的手法。
You ll also need to edit your schemes as so that you can build two versions. I just finished doing this for a project that I m working on and it took about two hours from start to finish to find everything that needed changed. I m guessing I could add another version in about 15 minutes now that I know what I m doing.
这样做的方法比重复法典或把内容从一个法典基础中删除好,因为你可以轻易地转而把目标放在目标之间,以便在你作出改变时确保一切工作。
You could achieve this by having different XCode projects - one for each type of app that rely on common code (aka library XCode project(s)). One XCode project would be for paid app, and would have different macros, setup functions. The other XCode project would be for free app. Both the apps s projects can include shared sources - which would be compiled based on macros (PAID or FREE) etc.
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, ...
I m using Xcode on OSX to develop command line C applications. I would also like to use Instruments to profile and find memory leaks. However, I couldn t find a way to display the console when ...
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 ...
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 ....
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 ...
我跑了X条码,试图把我的手套放在我的电话上。 I m 获取错误信息:“正在设计的方案没有运行”。
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 ...
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 ...