Skip to content

Commit

Permalink
Hopefully fixed Carthage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolb committed Dec 31, 2015
1 parent 2c3e81c commit 71a94fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForRunning = "NO"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E55CA21B19C676DC00E66980"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# [FranticApparatus 4.0](https://github.com/jkolb/FranticApparatus)
# [FranticApparatus 4.0.1](https://github.com/jkolb/FranticApparatus)

#### A thread safe, type safe, and memory safe [Promises/A+](https://promisesaplus.com) implementation for Swift 2

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

## Changes for 4.0.1

* Attempting to fix problem with building usage Carthage.

## Changes for 4.0.0

* Major change in the API to take better advantage of Swift 2 features.
Expand Down

0 comments on commit 71a94fc

Please sign in to comment.