Skip to content

Xcoed - use a `Package.swift` for an Xcode project

Notifications You must be signed in to change notification settings

igor-makarov/xcoed

Repository files navigation

Xcoed

Gem

Xcoed (Xcode co-ed) - Use a Package.swift manifest for an Xcode project.

Currently, only packages with public git URLs and local packages are supported.

Installation:

  • Meant to be used with Xcake or some other Xcodeproj generator.
  • Add gem 'xcoed' in your Gemfile
  • Add a before_save hook:
project.before_save do |project|
  Xcoed::integrate_package_swift! project
end

For more info, look at DemoXcoed project.

Alternative Usage:

  • Add gem 'xcoed' in your Gemfile
  • bundle exec xcoed

About

Xcoed - use a `Package.swift` for an Xcode project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages