Skip to content

morinoyu8/igit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iGit

The iOS app to show Git graph

Build

  1. Clone iGit.

  2. Add SwiftGit2 to iGit.

    If you fail to add SwiftGit2/SwiftGit2, try adding morinoyu8/SwiftGit2. Add github "morinoyu8/SwiftGit2" to your Cartfile and run carthage update --platform iOS

    (It worked in my environment😇)

  3. Create iGit.xcconfig in the app folder with the following contents.

    // app/iGit.xcconfig
    PRODUCT_BUNDLE_IDENTIFIER = // Bundle identifier
    DEVELOPMENT_TEAM = // Your development team ID
    

    Change PRODUCT_BUNDLE_IDENTIFIER to something unique, and change DEVELOPMENT_TEAM to your development team ID.

  4. Open the project in Xcode, and click run.

About

The iOS app to show Git graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages