Skip to content

Commit e81c6bc

Browse files
authored
fix: remove macos deployment destination (#2736)
1 parent 424aefb commit e81c6bc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

examples/SampleApp/ios/SampleApp.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@
505505
"$(inherited)",
506506
"@executable_path/Frameworks",
507507
);
508-
MACOSX_DEPLOYMENT_TARGET = 12.0;
509508
OTHER_LDFLAGS = (
510509
"$(inherited)",
511510
"-ObjC",
@@ -514,8 +513,12 @@
514513
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.SampleApp;
515514
PRODUCT_NAME = SampleApp;
516515
PROVISIONING_PROFILE_SPECIFIER = "";
516+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
517+
SUPPORTS_MACCATALYST = NO;
518+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
517519
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
518520
SWIFT_VERSION = 5.0;
521+
TARGETED_DEVICE_FAMILY = 1;
519522
VERSIONING_SYSTEM = "apple-generic";
520523
};
521524
name = Debug;
@@ -537,7 +540,6 @@
537540
"$(inherited)",
538541
"@executable_path/Frameworks",
539542
);
540-
MACOSX_DEPLOYMENT_TARGET = 12.0;
541543
OTHER_LDFLAGS = (
542544
"$(inherited)",
543545
"-ObjC",
@@ -546,7 +548,11 @@
546548
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.SampleApp;
547549
PRODUCT_NAME = SampleApp;
548550
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.reactnative.SampleApp";
551+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
552+
SUPPORTS_MACCATALYST = NO;
553+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
549554
SWIFT_VERSION = 5.0;
555+
TARGETED_DEVICE_FAMILY = 1;
550556
VERSIONING_SYSTEM = "apple-generic";
551557
};
552558
name = Release;

0 commit comments

Comments
 (0)