Skip to content

Commit e55b725

Browse files
authored
Merge pull request #64 from buffstop/master
assure Apple extensions compatibility
2 parents fcbf4e0 + b6cab9b commit e55b725

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RxDataSources.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,7 @@
11321132
C8984C631C36AF35001E4272 /* Debug */ = {
11331133
isa = XCBuildConfiguration;
11341134
buildSettings = {
1135+
APPLICATION_EXTENSION_API_ONLY = YES;
11351136
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
11361137
DEFINES_MODULE = YES;
11371138
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1154,6 +1155,7 @@
11541155
C8984C641C36AF35001E4272 /* Release */ = {
11551156
isa = XCBuildConfiguration;
11561157
buildSettings = {
1158+
APPLICATION_EXTENSION_API_ONLY = YES;
11571159
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
11581160
DEFINES_MODULE = YES;
11591161
DYLIB_COMPATIBILITY_VERSION = 1;

0 commit comments

Comments
 (0)