|
@@ -715,6 +715,7 @@
|
715
|
715
|
isa = XCBuildConfiguration;
|
716
|
716
|
baseConfigurationReference = 609CB2080B75F75A89923F3D /* Pods-JitsiMeet.debug.xcconfig */;
|
717
|
717
|
buildSettings = {
|
|
718
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
718
|
719
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
|
719
|
720
|
CODE_SIGN_ENTITLEMENTS = app.entitlements;
|
720
|
721
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
@@ -744,6 +745,7 @@
|
744
|
745
|
isa = XCBuildConfiguration;
|
745
|
746
|
baseConfigurationReference = FC040BBED70876444D89E91C /* Pods-JitsiMeet.release.xcconfig */;
|
746
|
747
|
buildSettings = {
|
|
748
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
747
|
749
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
|
748
|
750
|
CODE_SIGN_ENTITLEMENTS = app.entitlements;
|
749
|
751
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|