The iOS app to show Git graph
-
Clone iGit.
-
Add SwiftGit2 to iGit.
If you fail to add SwiftGit2/SwiftGit2, try adding morinoyu8/SwiftGit2. Add
github "morinoyu8/SwiftGit2"to yourCartfileand runcarthage update --platform iOS(It worked in my environment😇)
-
Create
iGit.xcconfigin the app folder with the following contents.// app/iGit.xcconfig PRODUCT_BUNDLE_IDENTIFIER = // Bundle identifier DEVELOPMENT_TEAM = // Your development team IDChange
PRODUCT_BUNDLE_IDENTIFIERto something unique, and changeDEVELOPMENT_TEAMto your development team ID. -
Open the project in Xcode, and click run.