Skip to content

Commit

Permalink
Fixed the SPM manifest and updated the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgrigor committed Sep 8, 2019
1 parent de4b014 commit 003b890
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ let package = Package(
targets: [
.target(
name: "CloudKitGDPR",
dependencies: ["Settings"],
path: "Sources",
exclude: ["Sources/Info.plist", "Sources/CloudKitGDPR.h"]
)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://swift.org/package-manager/)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Build Status](https://travis-ci.org/arturgrigor/CloudKitGDPR.svg?branch=master)](https://travis-ci.org/arturgrigor/CloudKitGDPR)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/CloudKitGDPR.svg)](https://img.shields.io/cocoapods/v/CloudKitGDPR.svg)
Expand Down

0 comments on commit 003b890

Please sign in to comment.