File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
SendbirdUIKitSample.xcodeproj Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 580580 "$(inherited)",
581581 "@executable_path/Frameworks",
582582 );
583+ MACOSX_DEPLOYMENT_TARGET = 12.4;
583584 MARKETING_VERSION = 1.0;
584585 OTHER_LDFLAGS = (
585586 "$(inherited)",
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;
614616 "$(inherited)",
615617 "@executable_path/Frameworks",
616618 );
619+ MACOSX_DEPLOYMENT_TARGET = 12.4;
617620 MARKETING_VERSION = 1.0;
618621 OTHER_LDFLAGS = (
619622 "$(inherited)",
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;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments