From b38c71af0bad5a26b2458e164d41a9f31a88f7ca Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Mon, 11 Nov 2019 17:28:17 +0100 Subject: [PATCH] Changelog --- .gitignore | 1 + CHANGELOG.md | 4 ++++ README.md | 48 +++++++++++++++++++++++++----------------------- 3 files changed, 30 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 17ebb89..1a23740 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,5 @@ Carthage/ # Cocoapods Pods/ +fastlane/report.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbbe20..0319daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========== +### 4.0.1 + +- Fix SPM + ### 4.0.0 - Swift 5.1 diff --git a/README.md b/README.md index 5751713..cf31886 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@

Features -• InstallationUsageTranslationCustomisation +• InstallationLicense

@@ -40,28 +40,6 @@ Display a screen with all licences used in your application can be painful to ma * iOS 9.0+ target deployment * Swift 3, Swift 4 or Swift 4.2 project -## Installation - -- To integrate OpenSourceController into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your Podfile : - -```ruby -pod "OpenSourceController", '~> 3.0.0' # Swift 4.2 Version - -pod "OpenSourceController", '~> 2.0' # Swift 4.0 Version - -pod "OpenSourceController", '~> 1.0.8' # Swift 3.1 version -``` - -- To integrate OpenSourceController into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your Cartfile : - -```ruby -github "floriangbh/OpenSourceController" ~> 3.0.0 # Swift 4.2 version - -github "floriangbh/OpenSourceController" ~> 2.0 # Swift 4.0 version - -github "floriangbh/OpenSourceController" ~> 1.0.8 # Swift 3.1 version -``` - ## Usage - Import the library : @@ -124,6 +102,30 @@ OpenSourceController is currently write in english. If you need translation for "Unable to load this licence." = ""; ``` +## Installation + +- To integrate OpenSourceController into your Xcode project using [Swift Packet Manager](https://github.com/apple/swift-package-manager), specify this url in Xcode : `https://github.com/floriangbh/OpenSourceController` + +- To integrate OpenSourceController into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your Podfile : + +```ruby +pod "OpenSourceController", '~> 3.0.0' # Swift 4.2 Version + +pod "OpenSourceController", '~> 2.0' # Swift 4.0 Version + +pod "OpenSourceController", '~> 1.0.8' # Swift 3.1 version +``` + +- To integrate OpenSourceController into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your Cartfile : + +```ruby +github "floriangbh/OpenSourceController" ~> 3.0.0 # Swift 4.2 version + +github "floriangbh/OpenSourceController" ~> 2.0 # Swift 4.0 version + +github "floriangbh/OpenSourceController" ~> 1.0.8 # Swift 3.1 version +``` + ## Author Florian Gabach, florian.gabach@gmail.com