We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9792c87 commit 0ab3ba5Copy full SHA for 0ab3ba5
README.md
@@ -38,7 +38,7 @@ are not officially supported. ObjectiveGit offers a static library instead:
38
39
1. Drag `ObjectiveGitFramework.xcodeproj` into the Project Navigator.
40
1. Add `ObjectiveGit-iOS` as a target dependency of your application.
41
-1. Link your application to `libObjectiveGit-iOS.a`.
+1. Link your application to `libObjectiveGit-iOS.a`, `libz.dylib`, and `libiconv.dylib`.
42
1. In your target's build settings:
43
1. Set "Always Search User Paths" to `YES`
44
1. Add `$(BUILT_PRODUCTS_DIR)/usr/local/include` and
0 commit comments