Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
8aa61846
Commit
8aa61846
authored
Aug 13, 2011
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add notes about kit
parent
fd2bc0a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
objc-pkg-manager.markdown
objc-pkg-manager.markdown
+11
-1
No files found.
objc-pkg-manager.markdown
View file @
8aa61846
...
@@ -14,7 +14,7 @@ Client
...
@@ -14,7 +14,7 @@ Client
-
Files (subset) from a git repo
-
Files (subset) from a git repo
-
Should be implemented in such a way that people can add support for, for instance, svn
-
Should be implemented in such a way that people can add support for, for instance, svn
*
Automatically add files from lib manifest to Xcode project
*
Automatically add files from lib manifest to Xcode project
, but can be skipped
*
Calculate dependencies across a set of libraries like bundler
*
Calculate dependencies across a set of libraries like bundler
...
@@ -30,3 +30,13 @@ Manifest
...
@@ -30,3 +30,13 @@ Manifest
*
Inherits from a base class that provides install strategies
*
Inherits from a base class that provides install strategies
Other managers
--------------
Kit: https://github.com/nkpart/kit
1.
Has to fork repos to change directory structure and add KitSpec
2.
Has good strategy for the way it add dependencies to the project
3.
Uses haskell, so does not have easy access to ways to manipulate plists (Xcode project) and leaves configuring of project up to user.
4.
Uses JSON for manifest. While simple, it does not allow for a way to adapt the build process to the repo (see #1)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment