Skip to content

Commit 233b519

Browse files
authoredAug 18, 2021
Merge pull request #1168 from bugsnag/release-v6.11.0
Release v6.11.0
2 parents 4c63985 + b150123 commit 233b519

Some content is hidden

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

56 files changed

+2167
-48
lines changed
 

‎.buildkite/pipeline.full.yml

+19
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,22 @@ steps:
311311
- xcodebuild -scheme swift-package-manager -configuration Release -destination generic/platform=iOS -derivedDataPath DerivedData -quiet build GCC_TREAT_WARNINGS_AS_ERRORS=YES
312312
- echo "+++ Build Debug iOS Simulator"
313313
- xcodebuild -scheme swift-package-manager -configuration Debug -destination generic/platform=iOS\ Simulator -derivedDataPath DerivedData -quiet build GCC_TREAT_WARNINGS_AS_ERRORS=YES
314+
315+
- label: 'examples/swiftui'
316+
agents:
317+
queue: opensource-mac-cocoa-11
318+
commands:
319+
- cd examples/swiftui
320+
- echo "--- Resolve Swift Package Dependencies"
321+
- sed -i '' -e 's/kind = branch/kind = revision/' -e "s/branch = master/revision = ${BUILDKITE_COMMIT}/" swiftui.xcodeproj/project.pbxproj
322+
- xcodebuild -scheme "swiftui (iOS)" -derivedDataPath DerivedData -resolvePackageDependencies
323+
- echo "+++ Build Release iOS"
324+
- xcodebuild -scheme "swiftui (iOS)" -configuration Release -destination generic/platform=iOS -derivedDataPath DerivedData -quiet build GCC_TREAT_WARNINGS_AS_ERRORS=YES
325+
- echo "+++ Build Debug iOS Simulator"
326+
- xcodebuild -scheme "swiftui (iOS)" -configuration Debug -destination generic/platform=iOS\ Simulator -derivedDataPath DerivedData -quiet build GCC_TREAT_WARNINGS_AS_ERRORS=YES
327+
- echo "+++ Build Release macOS"
328+
- xcodebuild -scheme "swiftui (macOS)" -configuration Release -derivedDataPath DerivedData -quiet build GCC_TREAT_WARNINGS_AS_ERRORS=YES
329+
- echo "+++ Build Release tvOS"
330+
- xcodebuild -scheme "swiftui (tvOS)" -configuration Release -destination generic/platform=tvOS -derivedDataPath DerivedData -allowProvisioningUpdates -quiet build GCC_TREAT_WARNINGS_AS_ERRORS=YES
331+
- echo "+++ Build Debug tvOS Simulator"
332+
- xcodebuild -scheme "swiftui (tvOS)" -configuration Debug -destination generic/platform=tvOS\ Simulator -derivedDataPath DerivedData -allowProvisioningUpdates -quiet build GCC_TREAT_WARNINGS_AS_ERRORS=YES

‎.jazzy.yaml

+2-2
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: "Bugsnag"
5-
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.10.4/Bugsnag"
5+
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.11.0/Bugsnag"
66
github_url: "https://github.com/bugsnag/bugsnag-cocoa"
77
hide_documentation_coverage: true
88
module: "Bugsnag"
9-
module_version: "6.10.4"
9+
module_version: "6.11.0"
1010
objc: true
1111
output: "docs"
1212
readme: "README.md"

0 commit comments

Comments
 (0)
Please sign in to comment.