Skip to content

This script will merge Xcode project in supplied directory with remote one in case of git merge conflict.

Notifications You must be signed in to change notification settings

ivanzoid/mergeXcodeproj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

mergeXcodeproj

This script will merge Xcode project in supplied directory with remote one in case of git merge conflict.

Installation

  1. brew install ivanzoid/tap/merge-xcodeproj

  2. Add the following to ~/.gitconfig:

# Driver for merging Xcode project files
[mergetool "mergepbx"]
    cmd = mergepbx "$BASE" "$LOCAL" "$REMOTE" -o "$MERGED"

Usage

After git conflict, run
$ mergeXcodeproj .
in folder which contains .xcodeproj.

About

This script will merge Xcode project in supplied directory with remote one in case of git merge conflict.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages