Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone & Ipad - how do I fork a code?

My question is this: I have an application designed for iPhone and I decided to fork the code, in other words, I will develop two versions of the application at this initial phase, one for iPhone and the other for iPad.

My question is this: how do I fork the code? I would like to continue using one project for both versions but, obviously, I will have to write sections of code for the iPhone and other sections exclusively for iPad and will, of course, have many parts in common for both releases.

How do I do that without creating a mess on the code?

What are the best practices? Thanks for any help.

like image 394
Duck Avatar asked Feb 21 '10 15:02

Duck


People also ask

Berapa harga iPhone 13 sekarang?

Harga terbaik untuk Apple iPhone 13 di Indonesia adalah Rp 12.366.000.

Berapa harga iPhone 8 baru?

Harga terbaik untuk Apple iPhone 8 di Indonesia adalah Rp 4.150.000. Anda dapat membeli Apple iPhone 8 dengan harga terendah senilai Rp 4.150.000 dari Blibli yang 0% lebih murah daripada Apple iPhone 8 yang dijual oleh Lazada dengan harga Rp 4.150.000, anda juga dapat membelinya dari Shopee dan Lazada.

What is an iPhone?

The iPhone is a line of smartphones designed and marketed by Apple Inc. These devices use Apple's iOS mobile operating system. The first-generation iPhone was announced by then-Apple CEO Steve Jobs on January 9, 2007. Since then, Apple has annually released new iPhone models and iOS updates.

What is the history of the iPhone?

The iPhone is a line of smartphones designed and marketed by Apple Inc. that use Apple's iOS mobile operating system. The first-generation iPhone was announced by former Apple CEO Steve Jobs on January 9, 2007. Since then Apple has annually released new iPhone models and iOS updates. As of November 1, 2018, more than 2.2 billion iPhones had ...

What is the frequency range of the iPhone?

A 800, 1900 MHz The iPhone is a line of smartphones designed and marketed by Apple Inc. These devices use Apple's iOS mobile operating system. The first-generation iPhone was announced by then-Apple CEO Steve Jobs on January 9, 2007. Since then, Apple has annually released new iPhone models and iOS updates.

What is the Apple iPhone luôn?

Apple iPhone luôn là một trong những thương hiệu điện thoại được yêu thích hàng đầu ở nhiều nơi. Ngày nay có rất nhiều thương hiệu với nhiều mẫu mã, dòng điện thoại được giới thiệu rộng rãi, tuy nhiên vì sao iPhone vẫn luôn chiếm một vị trí cao trong lòng người dùng công nghệ hãy cùng tìm hiểu nhé! Điện thoại iPhone của nước nào?


1 Answers

You can configure your XCode project to use multiple targets, then you can assign some source code file to one target or to another or to both

like image 107
scriba Avatar answered Oct 01 '22 12:10

scriba