Skip to content

Commit

Permalink
Carthage support added
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Meder committed Nov 16, 2015
1 parent 146594d commit 8e0c837
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 81 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.DS_Store

# Xcode
Carthage
build/
*.pbxuser
!default.pbxuser
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

`DarkLightning` adheres to [Semantic Versioning](http://semver.org/).

## 0.2.2

### Additions

* Carthage support added

## 0.2.1

### Additions
Expand Down
2 changes: 1 addition & 1 deletion DarkLightning.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DarkLightning"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "Simply the fastest way to transmit data between iOS and OSX"
s.description = <<-DESC
DarkLightning is a lightweight Objective-C library to allow data transmission between iOS devices (Lightning port or Dock connector) and OSX (USB) at 480MBit.
Expand Down
4 changes: 4 additions & 0 deletions DarkLightning.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@
B4238CE41BF8C92A00DA2019 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -915,6 +916,7 @@
B4238CE51BF8C92A00DA2019 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -972,6 +974,7 @@
B4238D001BF8C94200DA2019 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -992,6 +995,7 @@
B4238D011BF8C94200DA2019 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/jensmeder/DarkLightning.svg)](https://travis-ci.org/jensmeder/DarkLightning)
[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/DarkLightning.svg)](https://img.shields.io/cocoapods/v/DarkLightning.svg)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

# DarkLightning

Expand Down

0 comments on commit 8e0c837

Please sign in to comment.