Xcode9to10Preparation 0.0.100

Xcode9to10Preparation 0.0.100

Maintained by Roman Podymov.



  • By
  • RomanPodymov

Xcode9to10Preparation

Xcode 10 functions in Xcode 9.

CocoaPods Compatible Swift Package Manager

Contents

Requirements

  • iOS 8.0+ / tvOS 9.0+
  • Xcode 9.4+
  • Swift 3.3+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Xcode9to10Preparation into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'Xcode9to10Preparation', '~> 0.0.100'

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is in early development, but Xcode9to10Preparation does support its use on supported platforms.

Once you have your Swift package set up, adding Xcode9to10Preparation as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/RomanPodymov/Xcode9to10Preparation.git", .upToNextMajor(from: "0.0.100"))
]

Credits

License

Xcode9to10Preparation is released under the MIT license. See LICENSE for details.