Skip to content

Commit b312985

Browse files
committed
Fixes warnings.
1 parent e68c183 commit b312985

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RxDataSources.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,7 @@
986986
9FCDA1691C3AF49A000F5F94 /* Debug */ = {
987987
isa = XCBuildConfiguration;
988988
buildSettings = {
989+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
989990
DEFINES_MODULE = YES;
990991
DYLIB_COMPATIBILITY_VERSION = 1;
991992
DYLIB_CURRENT_VERSION = 1;
@@ -1009,6 +1010,7 @@
10091010
9FCDA16A1C3AF49A000F5F94 /* Release */ = {
10101011
isa = XCBuildConfiguration;
10111012
buildSettings = {
1013+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
10121014
DEFINES_MODULE = YES;
10131015
DYLIB_COMPATIBILITY_VERSION = 1;
10141016
DYLIB_CURRENT_VERSION = 1;
@@ -1130,6 +1132,7 @@
11301132
C8984C631C36AF35001E4272 /* Debug */ = {
11311133
isa = XCBuildConfiguration;
11321134
buildSettings = {
1135+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
11331136
DEFINES_MODULE = YES;
11341137
DYLIB_COMPATIBILITY_VERSION = 1;
11351138
DYLIB_CURRENT_VERSION = 1;
@@ -1151,6 +1154,7 @@
11511154
C8984C641C36AF35001E4272 /* Release */ = {
11521155
isa = XCBuildConfiguration;
11531156
buildSettings = {
1157+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
11541158
DEFINES_MODULE = YES;
11551159
DYLIB_COMPATIBILITY_VERSION = 1;
11561160
DYLIB_CURRENT_VERSION = 1;
@@ -1272,6 +1276,7 @@
12721276
baseConfigurationReference = E8A1509A86ADB3FDAEE200EF /* Pods-RxDataSources.debug.xcconfig */;
12731277
buildSettings = {
12741278
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1279+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
12751280
DEFINES_MODULE = YES;
12761281
DYLIB_COMPATIBILITY_VERSION = 1;
12771282
DYLIB_CURRENT_VERSION = 1;
@@ -1295,6 +1300,7 @@
12951300
baseConfigurationReference = 2A58DC421ECF08DEF551FDFB /* Pods-RxDataSources.release.xcconfig */;
12961301
buildSettings = {
12971302
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1303+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
12981304
DEFINES_MODULE = YES;
12991305
DYLIB_COMPATIBILITY_VERSION = 1;
13001306
DYLIB_CURRENT_VERSION = 1;

0 commit comments

Comments
 (0)