Skip to content

Commit 8aea859

Browse files
antonisitaybredenrasenoahsmartin
authored
chore(sample): Cocoa-v9: Bump MacOS sample to macos 12.0 (#5359)
* fix: Fixes SentryScreenFrames use after being converted to Swift * Fix build * Use non-experimental enableLogs * bump target * remove enable tracing * Update enableLogs tests * chore: Fix RNSentry after SentryFramesTracker conversion to swift * Run linter * Remove unused debug image provider imports * Remove imports * chore: Remove deprecated user property * chore: Remove use of deprecate integrations API (#5304) * Remove use of integrations in tests * chore: Remove use of deprecated prop (#5322) * ref: Move options to wrapper * chore(sample): Bump MacOS sample to macos 12.0 wich is the minimum for v9 --------- Co-authored-by: Itay Brenner <[email protected]> Co-authored-by: Itay Brenner <[email protected]> Co-authored-by: Denis Andrasec <[email protected]> Co-authored-by: Noah Martin <[email protected]>
1 parent 4807c21 commit 8aea859

File tree

1 file changed

+1
-1
lines changed
  • samples/react-native-macos/macos

1 file changed

+1
-1
lines changed

samples/react-native-macos/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
44
prepare_react_native_project!
55

66
target 'sentry-react-native-sample-macOS' do
7-
platform :macos, '10.15'
7+
platform :macos, '12.0'
88
use_native_modules!
99

1010
# Flags change depending on the env values.

0 commit comments

Comments
 (0)