Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Bump Native SDK from v0.15.0 to v0.15.1 ([#1443](https://github.com/getsentry/sentry-unreal/pull/1443))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0151)
- [diff](https://github.com/getsentry/sentry-native/compare/0.15.0...0.15.1)
- Bump Cocoa SDK from v9.17.1 to v9.18.0 ([#1442](https://github.com/getsentry/sentry-unreal/pull/1442))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9180)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.17.1...9.18.0)

## 1.14.0

Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=9.17.1
version=9.18.0
repo=https://github.com/getsentry/sentry-cocoa
2 changes: 2 additions & 0 deletions plugin-dev/Source/Sentry/Sentry.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public Sentry(ReadOnlyTargetRules Target) : base(Target)
PublicDefinitions.Add("SENTRY_NO_UI_FRAMEWORK=0");
PublicDefinitions.Add("APPLICATION_EXTENSION_API_ONLY_NO=0");
PublicDefinitions.Add("SDK_V9=0");
PublicDefinitions.Add("SDK_V10=0");
PublicDefinitions.Add("SWIFT_PACKAGE=0");
PublicDefinitions.Add("SENTRY_TEST=0");
PublicDefinitions.Add("SENTRY_TEST_CI=0");
Expand Down Expand Up @@ -117,6 +118,7 @@ public Sentry(ReadOnlyTargetRules Target) : base(Target)
PublicDefinitions.Add("SENTRY_NO_UI_FRAMEWORK=0");
PublicDefinitions.Add("APPLICATION_EXTENSION_API_ONLY_NO=0");
PublicDefinitions.Add("SDK_V9=0");
PublicDefinitions.Add("SDK_V10=0");
PublicDefinitions.Add("SWIFT_PACKAGE=0");
PublicDefinitions.Add("SENTRY_TEST=0");
PublicDefinitions.Add("SENTRY_TEST_CI=0");
Expand Down
20 changes: 20 additions & 0 deletions scripts/packaging/package.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,18 @@ Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCException.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCExperimentalOptions.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCFeedback.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCFeedbackApi.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCFeedbackForm.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCFeedbackSource.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCFrame.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCGeo.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCHttpStatusCodeRange.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCHub.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCId.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCInternalApi.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCInternalBreadcrumbApi.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCInternalDebugApi.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCInternalSdkApi.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCInternalUserApi.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCLastRunStatus.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCLevel.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCLog.h
Expand Down Expand Up @@ -362,6 +368,10 @@ Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCTransactionContext.
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCTransactionNameSource.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCUnit.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCUser.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCUserFeedbackConfiguration.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCUserFeedbackFormConfiguration.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCUserFeedbackFormElementOutlineStyle.h
Source/ThirdParty/IOS/SentryObjC.framework/Headers/SentryObjCUserFeedbackThemeConfiguration.h
Source/ThirdParty/IOS/SentryObjC.framework/Info.plist
Source/ThirdParty/IOS/SentryObjC.framework/Modules/module.modulemap
Source/ThirdParty/IOS/SentryObjC.framework/SentryObjC
Expand Down Expand Up @@ -419,12 +429,18 @@ Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCException.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCExperimentalOptions.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCFeedback.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCFeedbackApi.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCFeedbackForm.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCFeedbackSource.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCFrame.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCGeo.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCHttpStatusCodeRange.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCHub.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCId.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCInternalApi.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCInternalBreadcrumbApi.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCInternalDebugApi.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCInternalSdkApi.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCInternalUserApi.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCLastRunStatus.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCLevel.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCLog.h
Expand Down Expand Up @@ -461,6 +477,10 @@ Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCTransactionContext.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCTransactionNameSource.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCUnit.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCUser.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCUserFeedbackConfiguration.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCUserFeedbackFormConfiguration.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCUserFeedbackFormElementOutlineStyle.h
Source/ThirdParty/Mac/Cocoa/include/SentryObjC/SentryObjCUserFeedbackThemeConfiguration.h
Source/ThirdParty/Mac/Native/bin/sentry-crash
Source/ThirdParty/Mac/Native/include/sentry.h
Source/ThirdParty/Mac/Native/lib/libsentry.a
Expand Down
Loading