Skip to content

Commit 40b077c

Browse files
github-actions[bot]web-flowtustanivsky
authored
chore(deps): update Cocoa SDK (iOS and Mac) to v8.43.0 (#723)
* chore: update modules/sentry-cocoa.properties to 8.43.0 * Update snapshot * Fix compilation errors --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Ivan Tustanivskyi <[email protected]>
1 parent 64e4860 commit 40b077c

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
- Bump Java SDK (Android) from v7.19.1 to v7.20.0 ([#724](https://github.com/getsentry/sentry-unreal/pull/724))
1111
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200)
1212
- [diff](https://github.com/getsentry/sentry-java/compare/7.19.1...7.20.0)
13+
- Bump Cocoa SDK (iOS and Mac) from v8.42.1 to v8.43.0 ([#723](https://github.com/getsentry/sentry-unreal/pull/723))
14+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8430)
15+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.42.1...8.43.0)
1316

1417
## 0.22.0
1518

modules/sentry-cocoa.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=8.42.1
1+
version=8.43.0
22
repo=https://github.com/getsentry/sentry-cocoa

plugin-dev/Source/Sentry/Sentry.Build.cs

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public Sentry(ReadOnlyTargetRules Target) : base(Target)
7575

7676
PublicDefinitions.Add("COCOAPODS=0");
7777
PublicDefinitions.Add("SENTRY_NO_UIKIT=1");
78+
PublicDefinitions.Add("APPLICATION_EXTENSION_API_ONLY_NO=0");
7879
}
7980

8081
// Additional routine for Android
@@ -163,6 +164,7 @@ public Sentry(ReadOnlyTargetRules Target) : base(Target)
163164
PublicDefinitions.Add("USE_SENTRY_NATIVE=0");
164165
PublicDefinitions.Add("COCOAPODS=0");
165166
PublicDefinitions.Add("SENTRY_NO_UIKIT=1");
167+
PublicDefinitions.Add("APPLICATION_EXTENSION_API_ONLY_NO=0");
166168
}
167169
}
168170
}

scripts/packaging/package-github.snapshot

+4
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDebugImageProvider+H
299299
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDependencyContainer.h
300300
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryEnvelope.h
301301
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryEnvelopeItemType.h
302+
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryExtraPackages.h
302303
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryFormatter.h
303304
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryFramesTracker.h
304305
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryInternalSerializable.h
@@ -311,6 +312,7 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryRequestOperation.h
311312
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryScreenFrames.h
312313
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySDK+Private.h
313314
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySdkInfo.h
315+
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySdkPackage.h
314316
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration-Hybrid.h
315317
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration.h
316318
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySwift.h
@@ -383,6 +385,7 @@ Source/ThirdParty/Mac/include/Sentry/SentryEnvelopeItemType.h
383385
Source/ThirdParty/Mac/include/Sentry/SentryError.h
384386
Source/ThirdParty/Mac/include/Sentry/SentryEvent.h
385387
Source/ThirdParty/Mac/include/Sentry/SentryException.h
388+
Source/ThirdParty/Mac/include/Sentry/SentryExtraPackages.h
386389
Source/ThirdParty/Mac/include/Sentry/SentryFormatter.h
387390
Source/ThirdParty/Mac/include/Sentry/SentryFrame.h
388391
Source/ThirdParty/Mac/include/Sentry/SentryFramesTracker.h
@@ -412,6 +415,7 @@ Source/ThirdParty/Mac/include/Sentry/SentryScreenFrames.h
412415
Source/ThirdParty/Mac/include/Sentry/SentrySDK.h
413416
Source/ThirdParty/Mac/include/Sentry/SentrySDK+Private.h
414417
Source/ThirdParty/Mac/include/Sentry/SentrySdkInfo.h
418+
Source/ThirdParty/Mac/include/Sentry/SentrySdkPackage.h
415419
Source/ThirdParty/Mac/include/Sentry/SentrySerializable.h
416420
Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration-Hybrid.h
417421
Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration.h

scripts/packaging/package-marketplace.snapshot

+4
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDebugImageProvider+H
296296
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDependencyContainer.h
297297
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryEnvelope.h
298298
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryEnvelopeItemType.h
299+
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryExtraPackages.h
299300
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryFormatter.h
300301
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryFramesTracker.h
301302
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryInternalSerializable.h
@@ -308,6 +309,7 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryRequestOperation.h
308309
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryScreenFrames.h
309310
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySDK+Private.h
310311
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySdkInfo.h
312+
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySdkPackage.h
311313
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration-Hybrid.h
312314
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration.h
313315
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySwift.h
@@ -380,6 +382,7 @@ Source/ThirdParty/Mac/include/Sentry/SentryEnvelopeItemType.h
380382
Source/ThirdParty/Mac/include/Sentry/SentryError.h
381383
Source/ThirdParty/Mac/include/Sentry/SentryEvent.h
382384
Source/ThirdParty/Mac/include/Sentry/SentryException.h
385+
Source/ThirdParty/Mac/include/Sentry/SentryExtraPackages.h
383386
Source/ThirdParty/Mac/include/Sentry/SentryFormatter.h
384387
Source/ThirdParty/Mac/include/Sentry/SentryFrame.h
385388
Source/ThirdParty/Mac/include/Sentry/SentryFramesTracker.h
@@ -409,6 +412,7 @@ Source/ThirdParty/Mac/include/Sentry/SentryScreenFrames.h
409412
Source/ThirdParty/Mac/include/Sentry/SentrySDK.h
410413
Source/ThirdParty/Mac/include/Sentry/SentrySDK+Private.h
411414
Source/ThirdParty/Mac/include/Sentry/SentrySdkInfo.h
415+
Source/ThirdParty/Mac/include/Sentry/SentrySdkPackage.h
412416
Source/ThirdParty/Mac/include/Sentry/SentrySerializable.h
413417
Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration-Hybrid.h
414418
Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration.h

0 commit comments

Comments
 (0)