Skip to content

Commit

Permalink
Merge pull request #199 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
chore: updated podspec and included changelog and podspec to the project
  • Loading branch information
akornich authored Oct 2, 2019
2 parents 12003bc + 60b6c5e commit 411e0b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co

## Release Notes

**1.8.3**
**1.8.2**
- fix: resolve #192: Carthage error when build framework
- chore: updated Readme.md, Changelog.md and Rollbar.podspec
Expand Down
2 changes: 1 addition & 1 deletion Rollbar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|

s.version = "1.8.1"
s.version = "1.8.3"
s.name = "Rollbar"
s.summary = "Objective-C library for crash reporting and logging with Rollbar. It works on iOS and macOS."
s.description = <<-DESC
Expand Down
2 changes: 2 additions & 0 deletions Rollbar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,7 @@
55B568D320F7E32200052D01 /* RollbarPayloadTruncator.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RollbarPayloadTruncator.m; sourceTree = "<group>"; };
55B568D520F7E37E00052D01 /* RollbarPayloadTruncator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RollbarPayloadTruncator.h; sourceTree = "<group>"; };
55B568D720F9560A00052D01 /* PayloadTruncationTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PayloadTruncationTests.m; sourceTree = "<group>"; };
55DEF2182345626800A05697 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = SOURCE_ROOT; };
9630826318DCDDC000256154 /* RollbarConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RollbarConfiguration.h; sourceTree = "<group>"; };
9630826418DCDDC000256154 /* RollbarConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RollbarConfiguration.m; sourceTree = "<group>"; };
966CD46C18F4E4C3005A8F2D /* RollbarThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RollbarThread.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1413,6 +1414,7 @@
96D2220F18D8E40600933444 /* Rollbar */ = {
isa = PBXGroup;
children = (
55DEF2182345626800A05697 /* CHANGELOG.md */,
55143D98215016A100761B20 /* RollbarJSONFriendlyProtocol.h */,
55143D9A21501E5B00761B20 /* RollbarJSONFriendlyObject.h */,
55143D9D21501E8E00761B20 /* RollbarJSONFriendlyObject.m */,
Expand Down

0 comments on commit 411e0b2

Please sign in to comment.