Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bugsnag-cocoa to version v6.30.2 #849

Merged
merged 3 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

### Dependencies

- 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)

- 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)
- 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