Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there a packagemanager for Xcode? (like NuGet)

Tags:

xcode

ios

nuget

I'm searching for an easy way to reuse code in xcode 4.3. Is there a tool like NuGet available for Xcode?

like image 696
wasigh Avatar asked Mar 09 '12 14:03

wasigh


People also ask

What is Apple package manager?

“The Swift Package Manager is a tool for managing the distribution of Swift code. It's integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.”

Where is package resolved Xcode?

The Package. resolved file is inside your . xcodeproj directory at [appName]. xcodeproj/project.


2 Answers

Checkout CocoaPods, An Objective-C library dependency manager.

like image 151
fannheyward Avatar answered Oct 03 '22 23:10

fannheyward


See this project for an XCode package manager:

Alcatraz package manager

It is currently limited to the listed plugins.

like image 31
user2276204 Avatar answered Oct 04 '22 01:10

user2276204