bow-swift / nef

💊 steroids for Xcode Playgrounds
https://nef.bow-swift.io
Other
267 stars 6 forks source link

Support to Swift Packages in nef-compiler #168

Closed miguelangel-dev closed 4 years ago

miguelangel-dev commented 4 years ago

Issues

Details

This PR adds support to Swift Packages in nef compiler. It lets to compile Xcode Projects with Swift Packages dependencies.

Example of use:

nef compile --project ~/Desktop/Project.app

You can convert an Xcode Playground to nef Playground (by default it uses SPM):

nef playground --name Test --playground ~/Desktop/Playground.playground 

and compile it using the nef compiler:

nef compile --project ~/Desktop/Test.app

How to install it?

  1. Go to the root project.
  2. Run make

Requirements: Xcode 12+

References