Skip to content

Commit

Permalink
Update bugsnag-cocoa to v6.30.2 [full ci] (#849)
Browse files Browse the repository at this point in the history
Co-authored-by: Bumpsnag bot <>
Co-authored-by: richard elms <[email protected]>
  • Loading branch information
github-actions[bot] and richardelms authored Nov 13, 2024
1 parent 60ad2c5 commit 7949cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

### Dependencies

- Update bugsnag-android to [v6.8.0](https://github.com/bugsnag/bugsnag-android/releases/tag/v6.8.0) [#841](https://github.com/bugsnag/bugsnag-unity/pull/841)
- Update bugsnag-cocoa to [v6.30.2](https://github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.30.2) [#849](https://github.com/bugsnag/bugsnag-unity/pull/849)
- Update bugsnag-android to [v6.9.0](https://github.com/bugsnag/bugsnag-android/releases/tag/v6.9.0) [#850](https://github.com/bugsnag/bugsnag-unity/pull/850)

- Updated BugsnagUnityWebRequest to remove deprecation warnings and add new PostWwwForm methods introduced in Unity 2022.2 [#847](https://github.com/bugsnag/bugsnag-unity/pull/847)

## 8.2.0 (2024-09-23)
Expand Down
2 changes: 1 addition & 1 deletion bugsnag-cocoa
Submodule bugsnag-cocoa updated 58 files
+271 −11 .buildkite/pipeline.full.yml
+67 −10 .buildkite/pipeline.yml
+2 −1 .github/workflows/downstream_updates.yml
+9 −3 .github/workflows/pull_request.yml
+3 −2 .github/workflows/update_docs.yml
+1 −0 .gitignore
+2 −2 .jazzy.yaml
+2 −2 Bugsnag.podspec.json
+4 −2 Bugsnag/Helpers/BSGRunContext.m
+1 −1 Bugsnag/Payload/BugsnagNotifier.m
+3 −3 BugsnagNetworkRequestPlugin.podspec.json
+7 −0 CHANGELOG.md
+1 −0 CODEOWNERS
+1 −1 Framework/Info.plist
+0 −226 Gemfile.lock
+4 −0 Makefile
+1 −1 Tests/BugsnagTests/Info.plist
+1 −1 Tests/TestHost-iOS/Info.plist
+1 −1 VERSION
+4 −12 docker-compose.yml
+1 −1 features/app_hangs.feature
+12 −6 features/fixtures/ios/iOSTestApp.xcodeproj/project.pbxproj
+1,249 −0 features/fixtures/ios/iOSTestAppXcFramework.xcodeproj/project.pbxproj
+7 −0 features/fixtures/ios/iOSTestAppXcFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+77 −0 features/fixtures/ios/iOSTestAppXcFramework.xcodeproj/xcshareddata/xcschemes/iOSTestAppXcFramework.xcscheme
+10 −0 features/fixtures/ios/iOSTestAppXcFramework.xcworkspace/contents.xcworkspacedata
+8 −0 features/fixtures/ios/iOSTestAppXcFramework.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+0 −23 features/fixtures/macos/Podfile
+32 −73 features/fixtures/macos/macOSTestApp.xcodeproj/project.pbxproj
+5 −2 features/fixtures/macos/macOSTestApp.xcworkspace/contents.xcworkspacedata
+1,123 −0 features/fixtures/macos/macOSTestAppXcFramework.xcodeproj/project.pbxproj
+7 −0 features/fixtures/macos/macOSTestAppXcFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+11 −0 features/fixtures/macos/macOSTestAppXcFramework/Assets.xcassets/AccentColor.colorset/Contents.json
+58 −0 features/fixtures/macos/macOSTestAppXcFramework/Assets.xcassets/AppIcon.appiconset/Contents.json
+6 −0 features/fixtures/macos/macOSTestAppXcFramework/Assets.xcassets/Contents.json
+106 −0 features/fixtures/macos/macOSTestAppXcFramework/MainWindowController.m
+10 −0 features/fixtures/macos/macOSTestAppXcFramework/macOSTestAppXcFramework.entitlements
+15 −0 features/fixtures/macos/macOSTestAppXcFramework/main.m
+10 −0 features/fixtures/shared/Bridge_InternalAPI.h
+9 −0 features/fixtures/shared/Bridge_PublicAPI.h
+1 −0 features/fixtures/shared/scenarios/CustomPluginNotifierDescriptionScenario.m
+1 −3 features/fixtures/shared/scenarios/Scenario.h
+0 −2 features/fixtures/shared/scenarios/Scenario.m
+1 −0 features/fixtures/shared/utils/Fixture.swift
+31 −0 features/fixtures/shared/utils/FixtureConfig.h
+28 −0 features/fixtures/shared/utils/FixtureConfig.m
+0 −33 features/fixtures/shared/utils/FixtureConfig.swift
+6 −0 features/fixtures/watchos/watchOSTestApp.xcodeproj/project.pbxproj
+3 −3 features/release/app_and_device_attributes.feature
+1 −5 features/release/barebone_tests.feature
+6 −6 features/release/config_from_plist.feature
+8 −0 features/release/delivery.feature
+1 −1 features/release/out_of_memory.feature
+3 −3 features/release/release_stage_errors.feature
+0 −4 features/scripts/export_mac_app.sh
+34 −0 features/scripts/export_xcframework_ios_app.sh
+0 −1 features/support/env.rb
+3 −0 features/support/maze.buildkite.cfg

0 comments on commit 7949cd0

Please sign in to comment.