Skip to content

Commit 1e9878d

Browse files
Merge pull request #434 from bugsnag/release-v1.13.0
Release v1.13.0
2 parents 0835a5b + 4d69912 commit 1e9878d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+502
-59
lines changed

.github/ISSUE_TEMPLATE/A.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ labels: ''
77
assignees: ''
88

99
---
10-
Please checkout our [documentation](https://docs.bugsnag.com/performance/ios/) for guides, references and tutorials.
10+
Please check out our [documentation](https://docs.bugsnag.com/performance/ios/) for guides, references and tutorials.
1111

12-
If you have questions about your integration please contact us at [[email protected]](mailto:[email protected]).
12+
If you have questions about your integration, please contact us at [[email protected]](mailto:[email protected]).
1313

14-
Alternatively, view additional options at [support.md](../SUPPORT.md).
14+
Alternatively, view additional options at [SUPPORT.md](../SUPPORT.md).

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
<!-- Before raising, please check if somebody else has already reported your issue. -->
10+
<!-- Before raising, please check whether somebody else has already reported your issue. -->
1111

1212
### Describe the bug
1313
A clear and concise description of what the bug is.
@@ -22,6 +22,7 @@ A clear and concise description of what the bug is.
2222
* BugSnag Performance library version:
2323
* BugSnag Error Monitoring library version (if any):
2424
* CocoaPods version:
25+
* Carthage version (if any):
2526
* iOS/tvOS/macOS version(s):
2627
* Simulator or physical device:
2728
* Xcode version:
@@ -50,4 +51,4 @@ A clear and concise description of what the bug is.
5051
```
5152
5253
```
53-
</details>
54+
</details>

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
<!-- Before creating, please check if somebody else has already reported your feature request. -->
10+
<!-- Before creating, please check whether somebody else has already reported your feature request. -->
1111

1212
### Description
1313
<!-- Is your feature request related to a problem? Please describe.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Are you having trouble getting started?
2-
If you haven't already, please checkout our [documentation](https://docs.bugsnag.com/performance/ios/) for guides, references and tutorials.
2+
If you haven't already, please check out our [documentation](https://docs.bugsnag.com/performance/ios/) for guides, references and tutorials.
33

4-
Or, if you wish you can [contact us directly](mailto:[email protected]) for assistance on integrating BugSnag into your application, troubleshooting an issue or a question about our supported features.
4+
Or, if you wish, you can [contact us directly](mailto:[email protected]) for assistance on integrating BugSnag into your application, troubleshooting an issue, or if you have a question about our supported features.
55

66
When contacting support, please include as much information as necessary, including:
77

@@ -12,13 +12,14 @@ When contacting support, please include as much information as necessary, includ
1212
* BugSnag Performance library version:
1313
* BugSnag Error Monitoring library version (if any):
1414
* CocoaPods version:
15+
* Carthage version (if any):
1516
* iOS/tvOS/macOS version(s):
1617
* Simulator or physical device:
1718
* Xcode version:
1819
* Swift version (if applicable):
1920

2021
## Bug or Feature Requests
21-
If you would like to raise a bug or feature request please do so by creating a [New Issue](https://github.com/bugsnag/bugsnag-cocoa-performance/issues/new/choose) and selecting bug or feature.
22+
If you would like to raise a bug or feature request, please do so by creating a [New Issue](https://github.com/bugsnag/bugsnag-cocoa-performance/issues/new/choose) and selecting bug or feature.
2223
Please note: we cannot promise that we will fulfil all requests
2324

2425
## Pull Requests

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
62+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6363
with:
6464
name: SARIF file
6565
path: results.sarif
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
71+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7272
with:
7373
sarif_file: results.sarif

.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ author_url: "https://www.bugsnag.com"
22
author: "Bugsnag Inc"
33
clean: false # avoid deleting docs/.git
44
framework_root: "BugsnagPerformance"
5-
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa-performance/tree/v1.12.1/Bugsnag"
5+
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa-performance/tree/v1.13.0/Bugsnag"
66
github_url: "https://github.com/bugsnag/bugsnag-cocoa-performance"
77
hide_documentation_coverage: true
88
module: "BugsnagPerformance"
9-
module_version: "1.12.1"
9+
module_version: "1.13.0"
1010
objc: true
1111
output: "docs"
1212
readme: "README.md"

BugsnagPerformance.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BugsnagPerformance",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"summary": "The Bugsnag performance monitoring framework for iOS.",
55
"homepage": "https://github.com/bugsnag/bugsnag-cocoa-performance",
66
"license": {
@@ -12,7 +12,7 @@
1212
},
1313
"source": {
1414
"git": "https://github.com/bugsnag/bugsnag-cocoa-performance.git",
15-
"tag": "v1.12.1"
15+
"tag": "v1.13.0"
1616
},
1717
"platforms": {
1818
"ios": "13.0"

BugsnagPerformance.xcodeproj/project.pbxproj

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
96D55C812A1EB5F4006D1F29 /* SpanStackingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 96D55C7D2A1EA5A8006D1F29 /* SpanStackingHandler.h */; };
110110
96D55C832A1EBA35006D1F29 /* SpanActivityState.h in Headers */ = {isa = PBXBuildFile; fileRef = 96D55C822A1EBA35006D1F29 /* SpanActivityState.h */; };
111111
96D55C882A1EE26A006D1F29 /* SpanStackingHandlerTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 96D55C872A1EE26A006D1F29 /* SpanStackingHandlerTests.mm */; };
112+
96F1292B2DCCB9B900A6FB2B /* BugsnagPerformanceRemoteSpanContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F1292A2DCCB9B900A6FB2B /* BugsnagPerformanceRemoteSpanContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
113+
96F1292D2DCD141700A6FB2B /* BugsnagPerformanceRemoteSpanContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 96F1292C2DCD141700A6FB2B /* BugsnagPerformanceRemoteSpanContext.mm */; };
114+
96F1292F2DCD1BE200A6FB2B /* BugsnagPerformanceRemoteSpanContextTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 96F1292E2DCD1BE200A6FB2B /* BugsnagPerformanceRemoteSpanContextTests.m */; };
115+
96F129312DCD325E00A6FB2B /* BugsnagPerformanceSpanTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 96F129302DCD325E00A6FB2B /* BugsnagPerformanceSpanTests.mm */; };
112116
CB04969729150D860097E526 /* OtlpPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = CB04969529150D860097E526 /* OtlpPackage.h */; };
113117
CB04969829150D860097E526 /* OtlpPackage.mm in Sources */ = {isa = PBXBuildFile; fileRef = CB04969629150D860097E526 /* OtlpPackage.mm */; };
114118
CB04969B2915194E0097E526 /* OtlpUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = CB0496992915194E0097E526 /* OtlpUploader.h */; };
@@ -368,6 +372,10 @@
368372
96D55C7F2A1EA5C6006D1F29 /* SpanStackingHandler.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SpanStackingHandler.mm; sourceTree = "<group>"; };
369373
96D55C822A1EBA35006D1F29 /* SpanActivityState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpanActivityState.h; sourceTree = "<group>"; };
370374
96D55C872A1EE26A006D1F29 /* SpanStackingHandlerTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SpanStackingHandlerTests.mm; sourceTree = "<group>"; };
375+
96F1292A2DCCB9B900A6FB2B /* BugsnagPerformanceRemoteSpanContext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BugsnagPerformanceRemoteSpanContext.h; sourceTree = "<group>"; };
376+
96F1292C2DCD141700A6FB2B /* BugsnagPerformanceRemoteSpanContext.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = BugsnagPerformanceRemoteSpanContext.mm; sourceTree = "<group>"; };
377+
96F1292E2DCD1BE200A6FB2B /* BugsnagPerformanceRemoteSpanContextTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BugsnagPerformanceRemoteSpanContextTests.m; sourceTree = "<group>"; };
378+
96F129302DCD325E00A6FB2B /* BugsnagPerformanceSpanTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = BugsnagPerformanceSpanTests.mm; sourceTree = "<group>"; };
371379
CB04969529150D860097E526 /* OtlpPackage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OtlpPackage.h; sourceTree = "<group>"; };
372380
CB04969629150D860097E526 /* OtlpPackage.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = OtlpPackage.mm; sourceTree = "<group>"; };
373381
CB0496992915194E0097E526 /* OtlpUploader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OtlpUploader.h; sourceTree = "<group>"; };
@@ -539,6 +547,7 @@
539547
0122C21929019770002D243C /* BugsnagPerformanceConfiguration.h */,
540548
CB0AD76929657381002A3FB6 /* BugsnagPerformanceErrors.h */,
541549
0921F0292A67CBD600C764EB /* BugsnagPerformanceNetworkRequestInfo.h */,
550+
96F1292A2DCCB9B900A6FB2B /* BugsnagPerformanceRemoteSpanContext.h */,
542551
0122C21729019770002D243C /* BugsnagPerformanceSpan.h */,
543552
964B784F2D39D36900FF077D /* BugsnagPerformanceSpanCondition.h */,
544553
0987F2772C32D4AD00777FD8 /* BugsnagPerformanceSpanContext.h */,
@@ -556,6 +565,7 @@
556565
0122C21C29019770002D243C /* BugsnagPerformanceConfiguration.mm */,
557566
CB0AD7672965734F002A3FB6 /* BugsnagPerformanceErrors.m */,
558567
0921F02A2A67CBD600C764EB /* BugsnagPerformanceNetworkRequestInfo.m */,
568+
96F1292C2DCD141700A6FB2B /* BugsnagPerformanceRemoteSpanContext.mm */,
559569
0122C21E29019770002D243C /* BugsnagPerformanceSpan.mm */,
560570
0987F2782C32D4AD00777FD8 /* BugsnagPerformanceSpanContext.mm */,
561571
CB7FD931299D2F7700499E13 /* BugsnagPerformanceSpanOptions.m */,
@@ -579,6 +589,7 @@
579589
CB78819B29E587CE00A58906 /* BugsnagPerformanceLibrary.h */,
580590
CB78819A29E587CE00A58906 /* BugsnagPerformanceLibrary.mm */,
581591
0122C23229019770002D243C /* BugsnagPerformanceSpan+Private.h */,
592+
964B78552D4B924C00FF077D /* BugsnagPerformanceSpanCondition.mm */,
582593
964B785E2D504FD800FF077D /* BugsnagPerformanceSpanCondition+Private.h */,
583594
09DC62282C6A2EF6000AA8E1 /* BugsnagPerformanceSpanContext+Private.h */,
584595
CBE0873029FA984C007455F2 /* BugsnagPerformanceViewType.mm */,
@@ -628,7 +639,6 @@
628639
01A414CC2913C0F0003152A4 /* SpanAttributes.mm */,
629640
96D4160D29F276FE00AEE435 /* SpanAttributesProvider.h */,
630641
96D4160B29F276E400AEE435 /* SpanAttributesProvider.mm */,
631-
964B78552D4B924C00FF077D /* BugsnagPerformanceSpanCondition.mm */,
632642
0122C22329019770002D243C /* SpanKind.h */,
633643
CB7FD935299D330500499E13 /* SpanOptions.h */,
634644
96D55C7D2A1EA5A8006D1F29 /* SpanStackingHandler.h */,
@@ -693,7 +703,9 @@
693703
children = (
694704
CB0AD75C29641B59002A3FB6 /* BatchTests.mm */,
695705
CB0AD76B296578D9002A3FB6 /* BugsnagPerformanceConfigurationTests.mm */,
706+
96F1292E2DCD1BE200A6FB2B /* BugsnagPerformanceRemoteSpanContextTests.m */,
696707
964B785A2D4C20C000FF077D /* BugsnagPerformanceSpanConditionTests.mm */,
708+
96F129302DCD325E00A6FB2B /* BugsnagPerformanceSpanTests.mm */,
697709
09E313032BF363020081F219 /* CrossTalkTests.mm */,
698710
CBEC51C8296ED98F009C0CE3 /* FileBasedTest.h */,
699711
CBEC51C9296ED98F009C0CE3 /* FileBasedTest.m */,
@@ -711,11 +723,11 @@
711723
CB747D1E299E4984003CA1B4 /* SpanOptionsTests.mm */,
712724
96D55C872A1EE26A006D1F29 /* SpanStackingHandlerTests.mm */,
713725
CB2B8A9A2A0924A50054FBBE /* SpanTests.mm */,
726+
098FC87A2D3FD095001B627D /* TestHelpers.h */,
714727
CB747D20299E5458003CA1B4 /* TimeTests.mm */,
715728
09509B742ADFE9A900A358EC /* TracerTests.mm */,
716729
09B473092B2313570024CF11 /* WeakSpansListTests.mm */,
717730
CB0AD75A295F27DD002A3FB6 /* WorkerTests.mm */,
718-
098FC87A2D3FD095001B627D /* TestHelpers.h */,
719731
);
720732
path = BugsnagPerformanceTests;
721733
sourceTree = "<group>";
@@ -887,6 +899,7 @@
887899
098FC8542D37A08D001B627D /* SystemInfoSampler.h in Headers */,
888900
CBEC51C0296DB312009C0CE3 /* JSON.h in Headers */,
889901
09B473072B23087D0024CF11 /* WeakSpansList.h in Headers */,
902+
96F1292B2DCCB9B900A6FB2B /* BugsnagPerformanceRemoteSpanContext.h in Headers */,
890903
09F23A8C2CE351ED00F0D769 /* BugsnagSwiftTools.h in Headers */,
891904
0921F02B2A67CBD600C764EB /* BugsnagPerformanceNetworkRequestInfo.h in Headers */,
892905
964B785F2D504FD800FF077D /* BugsnagPerformanceSpanCondition+Private.h in Headers */,
@@ -1196,6 +1209,7 @@
11961209
isa = PBXSourcesBuildPhase;
11971210
buildActionMask = 2147483647;
11981211
files = (
1212+
96F129312DCD325E00A6FB2B /* BugsnagPerformanceSpanTests.mm in Sources */,
11991213
CBEC51E129793B1E009C0CE3 /* RetryQueueTests.mm in Sources */,
12001214
01A58C11290931A5006E4DF7 /* SamplerTests.mm in Sources */,
12011215
CBEC51C5296ED8BA009C0CE3 /* PersistentStateTests.mm in Sources */,
@@ -1220,6 +1234,7 @@
12201234
962F80F229DB03A400BE82BC /* PerformanceMicrobenchmarkTests.swift in Sources */,
12211235
CB747D1F299E4984003CA1B4 /* SpanOptionsTests.mm in Sources */,
12221236
CB0AD76C296578D9002A3FB6 /* BugsnagPerformanceConfigurationTests.mm in Sources */,
1237+
96F1292F2DCD1BE200A6FB2B /* BugsnagPerformanceRemoteSpanContextTests.m in Sources */,
12231238
);
12241239
runOnlyForDeploymentPostprocessing = 0;
12251240
};
@@ -1255,6 +1270,7 @@
12551270
isa = PBXSourcesBuildPhase;
12561271
buildActionMask = 2147483647;
12571272
files = (
1273+
96F1292D2DCD141700A6FB2B /* BugsnagPerformanceRemoteSpanContext.mm in Sources */,
12581274
CB0AD7682965734F002A3FB6 /* BugsnagPerformanceErrors.m in Sources */,
12591275
0122C24E29019770002D243C /* OtlpTraceEncoding.mm in Sources */,
12601276
098FC8472D2EB8E8001B627D /* BSGPSystemInfo.mm in Sources */,
@@ -1408,7 +1424,7 @@
14081424
GCC_WARN_PEDANTIC = NO;
14091425
GENERATE_INFOPLIST_FILE = YES;
14101426
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1411-
MARKETING_VERSION = 1.12.1;
1427+
MARKETING_VERSION = 1.13.0;
14121428
PRODUCT_BUNDLE_IDENTIFIER = "com.bugsnag.BugsnagPerformance-iOSTests";
14131429
PRODUCT_NAME = "$(TARGET_NAME)";
14141430
SDKROOT = iphoneos;
@@ -1430,7 +1446,7 @@
14301446
GCC_WARN_PEDANTIC = NO;
14311447
GENERATE_INFOPLIST_FILE = YES;
14321448
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1433-
MARKETING_VERSION = 1.12.1;
1449+
MARKETING_VERSION = 1.13.0;
14341450
PRODUCT_BUNDLE_IDENTIFIER = "com.bugsnag.BugsnagPerformance-iOSTests";
14351451
PRODUCT_NAME = "$(TARGET_NAME)";
14361452
SDKROOT = iphoneos;
@@ -1464,7 +1480,7 @@
14641480
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
14651481
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
14661482
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
1467-
MARKETING_VERSION = 1.12.1;
1483+
MARKETING_VERSION = 1.13.0;
14681484
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
14691485
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
14701486
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceSwiftUI;
@@ -1500,7 +1516,7 @@
15001516
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
15011517
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
15021518
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
1503-
MARKETING_VERSION = 1.12.1;
1519+
MARKETING_VERSION = 1.13.0;
15041520
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
15051521
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
15061522
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceSwiftUI;
@@ -1529,7 +1545,7 @@
15291545
GENERATE_INFOPLIST_FILE = YES;
15301546
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
15311547
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
1532-
MARKETING_VERSION = 1.12.1;
1548+
MARKETING_VERSION = 1.13.0;
15331549
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceSwiftUITests;
15341550
PRODUCT_NAME = "$(TARGET_NAME)";
15351551
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
@@ -1554,7 +1570,7 @@
15541570
GENERATE_INFOPLIST_FILE = YES;
15551571
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
15561572
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
1557-
MARKETING_VERSION = 1.12.1;
1573+
MARKETING_VERSION = 1.13.0;
15581574
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceSwiftUITests;
15591575
PRODUCT_NAME = "$(TARGET_NAME)";
15601576
SWIFT_EMIT_LOC_STRINGS = NO;
@@ -1586,7 +1602,7 @@
15861602
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
15871603
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
15881604
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
1589-
MARKETING_VERSION = 1.12.1;
1605+
MARKETING_VERSION = 1.13.0;
15901606
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
15911607
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
15921608
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceSwiftUI;
@@ -1622,7 +1638,7 @@
16221638
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
16231639
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
16241640
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
1625-
MARKETING_VERSION = 1.12.1;
1641+
MARKETING_VERSION = 1.13.0;
16261642
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
16271643
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
16281644
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceSwiftUI;
@@ -1654,7 +1670,7 @@
16541670
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
16551671
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
16561672
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1657-
MARKETING_VERSION = 1.12.1;
1673+
MARKETING_VERSION = 1.13.0;
16581674
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformance;
16591675
PRODUCT_NAME = BugsnagPerformance;
16601676
SDKROOT = iphoneos;
@@ -1684,7 +1700,7 @@
16841700
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
16851701
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
16861702
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1687-
MARKETING_VERSION = 1.12.1;
1703+
MARKETING_VERSION = 1.13.0;
16881704
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformance;
16891705
PRODUCT_NAME = BugsnagPerformance;
16901706
SDKROOT = iphoneos;
@@ -1893,7 +1909,7 @@
18931909
CURRENT_PROJECT_VERSION = 1;
18941910
DEVELOPMENT_TEAM = 7W9PZ27Y5F;
18951911
GENERATE_INFOPLIST_FILE = YES;
1896-
MARKETING_VERSION = 1.12.1;
1912+
MARKETING_VERSION = 1.13.0;
18971913
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceTestsSwift;
18981914
PRODUCT_NAME = "$(TARGET_NAME)";
18991915
SDKROOT = iphoneos;
@@ -1913,7 +1929,7 @@
19131929
CURRENT_PROJECT_VERSION = 1;
19141930
DEVELOPMENT_TEAM = 7W9PZ27Y5F;
19151931
GENERATE_INFOPLIST_FILE = YES;
1916-
MARKETING_VERSION = 1.12.1;
1932+
MARKETING_VERSION = 1.13.0;
19171933
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceTestsSwift;
19181934
PRODUCT_NAME = "$(TARGET_NAME)";
19191935
SDKROOT = iphoneos;
@@ -1946,7 +1962,7 @@
19461962
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
19471963
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
19481964
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1949-
MARKETING_VERSION = 1.12.1;
1965+
MARKETING_VERSION = 1.13.0;
19501966
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceTestsApp;
19511967
PRODUCT_NAME = "$(TARGET_NAME)";
19521968
SDKROOT = iphoneos;
@@ -1978,7 +1994,7 @@
19781994
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
19791995
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
19801996
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1981-
MARKETING_VERSION = 1.12.1;
1997+
MARKETING_VERSION = 1.13.0;
19821998
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.BugsnagPerformanceTestsApp;
19831999
PRODUCT_NAME = "$(TARGET_NAME)";
19842000
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)