Skip to content

Commit b60aef2

Browse files
committed
chore: specify the sample macos deployment target to 12.4
1 parent db2a07c commit b60aef2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

sample/ios/SendbirdUIKitSample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@
580580
"$(inherited)",
581581
"@executable_path/Frameworks",
582582
);
583+
MACOSX_DEPLOYMENT_TARGET = 12.4;
583584
MARKETING_VERSION = 1.0;
584585
OTHER_LDFLAGS = (
585586
"$(inherited)",
@@ -592,6 +593,7 @@
592593
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.sendbird.uikit.reactnative.sample 1728706970";
593594
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
594595
SWIFT_VERSION = 5.0;
596+
TARGETED_DEVICE_FAMILY = 1;
595597
VERSIONING_SYSTEM = "apple-generic";
596598
};
597599
name = Debug;
@@ -614,6 +616,7 @@
614616
"$(inherited)",
615617
"@executable_path/Frameworks",
616618
);
619+
MACOSX_DEPLOYMENT_TARGET = 12.4;
617620
MARKETING_VERSION = 1.0;
618621
OTHER_LDFLAGS = (
619622
"$(inherited)",
@@ -624,6 +627,7 @@
624627
PRODUCT_NAME = SendbirdUIKitSample;
625628
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.sendbird.uikit.reactnative.sample";
626629
SWIFT_VERSION = 5.0;
630+
TARGETED_DEVICE_FAMILY = 1;
627631
VERSIONING_SYSTEM = "apple-generic";
628632
};
629633
name = Release;

sample/ios/SendbirdUIKitSample/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<key>NSAppTransportSecurity</key>
4848
<dict>
4949
<key>NSAllowsArbitraryLoads</key>
50-
<false/>
51-
<key>NSAllowsLocalNetworking</key>
52-
<true/>
50+
<false/>
51+
<key>NSAllowsLocalNetworking</key>
52+
<true/>
5353
</dict>
5454
<key>UILaunchStoryboardName</key>
5555
<string>LaunchScreen</string>

0 commit comments

Comments
 (0)