Go to file
Pedro Piñera ee400ee73e Add deprecation annotation to the context classes 2018-07-21 10:15:43 -04:00
.circleci Add circleci configuration 2018-06-29 07:00:58 +02:00
.github Rename project 2018-05-31 17:02:43 +02:00
.vscode Regenerate documentation 2018-04-20 18:09:44 +02:00
Sources Add deprecation annotation to the context classes 2018-07-21 10:15:43 -04:00
Tests Remove CommandsContext 2018-07-21 10:10:54 -04:00
assets Simplify project using only Swift Package Manager 2018-06-24 12:02:00 +02:00
.editorconfig Add some badges 2018-04-17 10:14:48 +02:00
.gitignore Remove .dsym from the gitignore 2018-06-03 20:08:25 +02:00
.prettierrc Add some badges 2018-04-17 10:14:48 +02:00
.swiftlint.yml Rename project 2018-05-31 17:02:43 +02:00
CHANGELOG.md Update CHANGELOG 2018-07-21 09:52:36 -04:00
LICENSE.md Add LICENSE 2018-06-28 15:00:33 +02:00
Package.resolved Update Init command to support platform and product and generate the Info.plist files automatically 2018-07-21 00:30:41 -04:00
Package.swift Update init to support the path argument 2018-07-21 00:30:41 -04:00
README.md Update README.md 2018-07-03 00:30:45 +02:00

README.md



code style: prettier CircleCI codecov

Features

  • 🥘 100% written in Swift.
  • 🐦 Type-safe Swift manifests editable with Xcode.
  • ↗️ Local dependencies support.
  • ⚠️ Misconfiguration catching.
  • 📦 Precompiled binaries (Frameworks & Libraries support).
  • 🔄 Circular dependency detection.

Setup for development

  1. Git clone: git@github.com:xcode-project-manager/xpm.git
  2. Generate Xcode project with swift package generate-xcodeproj.
  3. Open xpm.xcodeproj.
  4. Have fun 🤖