Skip to content

Commit

Permalink
Merge pull request #177 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
Release candidate v1.8.0-alpha4
  • Loading branch information
akornich authored Jul 9, 2019
2 parents 74dba76 + 6cab14a commit 547838a
Show file tree
Hide file tree
Showing 18 changed files with 1,441 additions and 24 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,18 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co

## Release Notes

**1.8.1**
- fix: ref #171: Fix build errors during cocoapods' trunk push

**1.8.0-alpha4**
**1.8.0-alpha3**
**1.8.0-alpha2**
**1.8.0-alpha1**
**1.8.0**

- feat: ref #168: add support for high sierra
- feat: ref #45: How about support for macOS?
- feat: resolve #176: Add sandboxing status detection to RollbarCachesDirectory.
- fix: resolve #171: Fix build errors during cocoapods' trunk push
- docs: resolve #175: Create a sample app - macOSAppWithRollbarCocoaPod.


**1.7.0**

Expand Down
6 changes: 6 additions & 0 deletions Examples/macOSAppWithRollbarCocoaPod/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
platform :osx, '10.12'
use_frameworks!

target 'macOSAppWithRollbarCocoaPod' do
pod 'Rollbar', '~> 1.8.0-alpha3'
end
16 changes: 16 additions & 0 deletions Examples/macOSAppWithRollbarCocoaPod/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- Rollbar (1.8.0-alpha3)

DEPENDENCIES:
- Rollbar (~> 1.8.0-alpha3)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Rollbar

SPEC CHECKSUMS:
Rollbar: 1d1076fcba2cec0d5cbf196bf90ca1c758f96566

PODFILE CHECKSUM: 0c381cdb31a09cd1da38fc2482515a4df1598e46

COCOAPODS: 1.7.3
Loading

0 comments on commit 547838a

Please sign in to comment.