Skip to content

Commit d3fe306

Browse files
committed
bump target
1 parent 7577a17 commit d3fe306

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • packages/core/RNSentryCocoaTester/RNSentryCocoaTester.xcodeproj

packages/core/RNSentryCocoaTester/RNSentryCocoaTester.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,14 @@
236236
inputFileListPaths = (
237237
"${PODS_ROOT}/Target Support Files/Pods-RNSentryCocoaTesterTests/Pods-RNSentryCocoaTesterTests-resources-${CONFIGURATION}-input-files.xcfilelist",
238238
);
239+
inputPaths = (
240+
);
239241
name = "[CP] Copy Pods Resources";
240242
outputFileListPaths = (
241243
"${PODS_ROOT}/Target Support Files/Pods-RNSentryCocoaTesterTests/Pods-RNSentryCocoaTesterTests-resources-${CONFIGURATION}-output-files.xcfilelist",
242244
);
245+
outputPaths = (
246+
);
243247
runOnlyForDeploymentPostprocessing = 0;
244248
shellPath = /bin/sh;
245249
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNSentryCocoaTesterTests/Pods-RNSentryCocoaTesterTests-resources.sh\"\n";
@@ -434,7 +438,7 @@
434438
"\"$(PODS_TARGET_SRCROOT)/include/\"",
435439
"\"${PODS_ROOT}/Sentry/Sources/Sentry/include\"",
436440
);
437-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
441+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
438442
MARKETING_VERSION = 1.0;
439443
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.RNSentryCocoaTesterTests;
440444
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -501,7 +505,7 @@
501505
"\"$(PODS_TARGET_SRCROOT)/include/\"",
502506
"\"${PODS_ROOT}/Sentry/Sources/Sentry/include\"",
503507
);
504-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
508+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
505509
MARKETING_VERSION = 1.0;
506510
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.RNSentryCocoaTesterTests;
507511
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)