Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djih committed Aug 18, 2016
1 parent 64457a7 commit ac2ae7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Unreleased

### 3.8.4 (August 18, 2016)
### 3.8.4 Re-release (August 19, 2016)

* Added support for integration via Carthage. Thanks to @mpurland for the original PR.
* Added support for integration via Carthage. Thanks to @mpurland for the original PR. Thanks to @lexrus for follow up PR to fix framework naming.
* Cleaned up warnings for expression result unused.
* Note if you installed 3.8.4 on August 18, just rerun `pod install` or `carthage update` to pull in the new changes. The re-release was to fix the Carthage framework naming.

### 3.8.3 (July 18, 2016)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See our [SDK documentation](https://rawgit.com/amplitude/Amplitude-iOS/master/do

Alternatively, you can pull directly from GitHub. If you use CocoaPods, add the following line to your Podfile: `pod 'Amplitude-iOS', '~> 3.8.4'`. If you are using CocoaPods, you may skip steps 3 and 4.

You also have the option to install using Carthage. If you are using Carthage, add the following line to your Cartfile: `github "amplitude/Amplitude-iOS"`. Just add `#import "AmplitudeFramework/Amplitude.h"` to import all of the Amplitude header files.
You also have the option to install using Carthage. If you are using Carthage, add the following line to your Cartfile: `github "amplitude/Amplitude-iOS"`. Just add `#import "Amplitude/Amplitude.h"` to import all of the Amplitude header files.

3. Copy the `Amplitude` sub-folder into the source of your project in Xcode. Check "Copy items into destination group's folder (if needed)".

Expand Down

0 comments on commit ac2ae7d

Please sign in to comment.