Skip to content

Commit f85c05d

Browse files
Merge pull request #462 from bugsnag/release-v1.15.0
Release v1.15.0
2 parents 4c462ac + da982eb commit f85c05d

File tree

42 files changed

+1559
-80
lines changed

Some content is hidden

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

42 files changed

+1559
-80
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ steps:
2020
upload:
2121
- "BugsnagPerformance.xcframework.zip"
2222
- "BugsnagPerformanceSwift.xcframework.zip"
23+
- "BugsnagPerformanceNamedSpans.xcframework.zip"
2324

2425
- label: "Carthage"
2526
timeout_in_minutes: 10
@@ -76,6 +77,7 @@ steps:
7677
download:
7778
- "BugsnagPerformance.xcframework.zip"
7879
- "BugsnagPerformanceSwift.xcframework.zip"
80+
- "BugsnagPerformanceNamedSpans.xcframework.zip"
7981
artifact_paths:
8082
- features/fixtures/ios/output/bb_xcframework_ipa_url.txt
8183
- features/fixtures/ios/output/bs_xcframework_ipa_url.txt

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
71+
uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
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.14.0/Bugsnag"
5+
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa-performance/tree/v1.15.0/Bugsnag"
66
github_url: "https://github.com/bugsnag/bugsnag-cocoa-performance"
77
hide_documentation_coverage: true
88
module: "BugsnagPerformance"
9-
module_version: "1.14.0"
9+
module_version: "1.15.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.14.0",
3+
"version": "1.15.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.14.0"
15+
"tag": "v1.15.0"
1616
},
1717
"platforms": {
1818
"ios": "13.0"

BugsnagPerformance.xcodeproj/project.pbxproj

Lines changed: 471 additions & 19 deletions
Large diffs are not rendered by default.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@
5555
ReferencedContainer = "container:BugsnagPerformance.xcodeproj">
5656
</BuildableReference>
5757
</TestableReference>
58+
<TestableReference
59+
skipped = "NO">
60+
<BuildableReference
61+
BuildableIdentifier = "primary"
62+
BlueprintIdentifier = "963828962E3C0B9A00404F3A"
63+
BuildableName = "BugsnagPerformanceNamedSpansTests.xctest"
64+
BlueprintName = "BugsnagPerformanceNamedSpansTests"
65+
ReferencedContainer = "container:BugsnagPerformance.xcodeproj">
66+
</BuildableReference>
67+
</TestableReference>
5868
</Testables>
5969
</TestAction>
6070
<LaunchAction
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1630"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "DA8E5ED52E2FC3E80049F7AB"
18+
BuildableName = "BugsnagPerformanceNamedSpans.framework"
19+
BlueprintName = "BugsnagPerformanceNamedSpans"
20+
ReferencedContainer = "container:BugsnagPerformance.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
shouldAutocreateTestPlan = "YES">
31+
</TestAction>
32+
<LaunchAction
33+
buildConfiguration = "Debug"
34+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
35+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
36+
launchStyle = "0"
37+
useCustomWorkingDirectory = "NO"
38+
ignoresPersistentStateOnLaunch = "NO"
39+
debugDocumentVersioning = "YES"
40+
debugServiceExtension = "internal"
41+
allowLocationSimulation = "YES">
42+
</LaunchAction>
43+
<ProfileAction
44+
buildConfiguration = "Release"
45+
shouldUseLaunchSchemeArgsEnv = "YES"
46+
savedToolIdentifier = ""
47+
useCustomWorkingDirectory = "NO"
48+
debugDocumentVersioning = "YES">
49+
<MacroExpansion>
50+
<BuildableReference
51+
BuildableIdentifier = "primary"
52+
BlueprintIdentifier = "DA8E5ED52E2FC3E80049F7AB"
53+
BuildableName = "BugsnagPerformanceNamedSpans.framework"
54+
BlueprintName = "BugsnagPerformanceNamedSpans"
55+
ReferencedContainer = "container:BugsnagPerformance.xcodeproj">
56+
</BuildableReference>
57+
</MacroExpansion>
58+
</ProfileAction>
59+
<AnalyzeAction
60+
buildConfiguration = "Debug">
61+
</AnalyzeAction>
62+
<ArchiveAction
63+
buildConfiguration = "Release"
64+
revealArchiveInOrganizer = "YES">
65+
</ArchiveAction>
66+
</Scheme>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "BugsnagPerformanceNamedSpans",
3+
"version": "1.15.0",
4+
"summary": "The Bugsnag performance monitoring framework for iOS.",
5+
"homepage": "https://github.com/bugsnag/bugsnag-cocoa-performance",
6+
"license": {
7+
"type": "MIT",
8+
"file": "LICENSE"
9+
},
10+
"authors": {
11+
"Bugsnag": "notifiers@bugsnag.com"
12+
},
13+
"source": {
14+
"git": "https://github.com/bugsnag/bugsnag-cocoa-performance.git",
15+
"tag": "v1.15.0"
16+
},
17+
"platforms": {
18+
"ios": "13.0"
19+
},
20+
"requires_arc": true,
21+
"source_files": "Sources/BugsnagPerformanceNamedSpans/{**/,}*.{m,h,mm,c,swift}",
22+
"public_header_files": "Sources/BugsnagPerformanceNamedSpans/include/BugsnagPerformanceNamedSpans/*.h",
23+
"prefix_header_file": false,
24+
"dependencies": {
25+
"BugsnagPerformance": "1.15.0"
26+
},
27+
"libraries": "c++",
28+
"pod_target_xcconfig": {
29+
"CLANG_CXX_LIBRARY": "libc++",
30+
"GCC_SYMBOLS_PRIVATE_EXTERN": "YES"
31+
}
32+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ``BugsnagPerformanceNamedSpans``
2+
3+
<!--@START_MENU_TOKEN@-->Summary<!--@END_MENU_TOKEN@-->
4+
5+
## Overview
6+
7+
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@-->
8+
9+
## Topics
10+
11+
### <!--@START_MENU_TOKEN@-->Group<!--@END_MENU_TOKEN@-->
12+
13+
- <!--@START_MENU_TOKEN@-->``Symbol``<!--@END_MENU_TOKEN@-->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// BugsnagPerformanceNamedSpans.h
3+
// BugsnagPerformanceNamedSpans
4+
//
5+
// Created by Yousif Ahmed on 22/07/2025.
6+
// Copyright © 2025 Bugsnag. All rights reserved.
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
11+
//! Project version number for BugsnagPerformanceNamedSpans.
12+
FOUNDATION_EXPORT double BugsnagPerformanceNamedSpansVersionNumber;
13+
14+
//! Project version string for BugsnagPerformanceNamedSpans.
15+
FOUNDATION_EXPORT const unsigned char BugsnagPerformanceNamedSpansVersionString[];
16+
17+
// In this header, you should import all the public headers of your framework using statements like #import <BugsnagPerformanceNamedSpans/PublicHeader.h>
18+
19+

0 commit comments

Comments
 (0)