开发者

Tracking Separate iPhone and iPad apps using Git

I'm hoping that someone has some workflow tip开发者_Go百科s on tracking separate but very (90%) similar iphone and iPad projects using Git.

We are porting our iPad app to iPhone and are looking for a strategy that will allow us to keep most bug fixes and new features synced between the two builds, while allowing us to also keep the .nib and certain classes separate in both branches. I'm very comfortable with Git, but don't have any experience maintaining more than one "master" branch.

My initial thought is to track 3 branches master, iphone and ipad.

Any advice would be appreciated.


Just make one project with two different targets in XCode. Couldn't be easier.

Something to consider, as a business strategy it is far easier handling one universal app (the same app works on Pad and Fone, as different as you wish on each - but there is only one app for sale).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜