Skip to content

Commit

Permalink
Prepare for release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chshapiro committed Jun 18, 2020
1 parent 4c473e4 commit 6556fd1
Show file tree
Hide file tree
Showing 66 changed files with 1,027 additions and 91 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ DerivedData
*~

# Cocoapods
Example/Podfile.lock
CocoapodsExample/Podfile.lock

Carthage
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
Expand All @@ -40,3 +39,7 @@ Carthage
# `pod install` in .travis.yml
#
Pods/

# Carthage
Carthage
Segment_Appboy.framework.zip
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 3.2.0

#### Added
- Added Carthage support

To install the Braze integration through Carthage, add the following lines to your `Cartfile`:
```
github "segmentio/analytics-ios"
github "appboy/appboy-segment-ios"
github "appboy/appboy-ios-sdk"
```

And run:
```sh
carthage update
```

Follow the standard procedure to add the frameworks built/retrieved by Carthage to your project (see [Adding frameworks to an application](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application))

## 3.1.0

#### Added
Expand Down
3 changes: 3 additions & 0 deletions CarthageExample/Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "segmentio/analytics-ios"
github "appboy/appboy-segment-ios"
github "appboy/appboy-ios-sdk"
3 changes: 3 additions & 0 deletions CarthageExample/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "appboy/appboy-ios-sdk" "3.23.0"
github "appboy/appboy-segment-ios" "3.1.0"
github "segmentio/analytics-ios" "3.8.2"
Loading

0 comments on commit 6556fd1

Please sign in to comment.