Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 225e16e

Browse files
authored
Merge pull request #336 from WideSpectrumComputing/master
Release candidate v1.12.12 - fix: resolve #334
2 parents a764693 + 1f5fc18 commit 225e16e

11 files changed

+33
-35
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co
2525

2626
## Release Notes
2727

28+
**1.12.12**
29+
- fix: resolve #334: Error if archiving Mac OS app (Xcode 12.2, Mac OS Big Sur)
30+
2831
**1.12.11**
2932
- fix: resolve #323: Warning payloads are reported as info payloads.
3033

Rollbar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22

3-
s.version = "1.12.11"
3+
s.version = "1.12.12"
44
s.name = "Rollbar"
55
s.summary = "Objective-C library for crash reporting and logging with Rollbar. It works on iOS and macOS."
66
s.description = <<-DESC

Rollbar.xcodeproj/project.pbxproj

Lines changed: 21 additions & 26 deletions
Large diffs are not rendered by default.

Rollbar.xcodeproj/xcshareddata/xcschemes/Rollbar-iOS-UniversalDistribution.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Rollbar.xcodeproj/xcshareddata/xcschemes/Rollbar-iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Rollbar.xcodeproj/xcshareddata/xcschemes/Rollbar-macOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Rollbar.xcodeproj/xcshareddata/xcschemes/RollbarKit-iOS-UniversalDistribution.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Rollbar.xcodeproj/xcshareddata/xcschemes/RollbarKit-iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Rollbar.xcodeproj/xcshareddata/xcschemes/RollbarKit-macOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1220"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

Rollbar.xcodeproj/xcshareddata/xcschemes/RollbarSDKReleaseDistributable.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)