Skip to content

Commit

Permalink
Merge pull request #45 from mono0926/resolve-warning
Browse files Browse the repository at this point in the history
Set APPLICATION_EXTENSION_API_ONLY to YES to resolve warning
  • Loading branch information
ashfurrow committed Oct 4, 2017
2 parents 58cd60b + bbe63f8 commit 9df2a98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.md
Expand Up @@ -4,7 +4,7 @@ Changelog
Current master
--------------

- Nothing yet!
- Fixes a warning when used in application extensions. See [#45](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/45) - [@mono0926](https://github.com/mono0926)

3.0.1
-----
Expand Down
2 changes: 2 additions & 0 deletions NSObject-Rx.xcodeproj/project.pbxproj
Expand Up @@ -152,6 +152,7 @@
188C6D9B1C47B2B20092101A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -181,6 +182,7 @@
188C6D9C1C47B2B20092101A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
Expand Down

0 comments on commit 9df2a98

Please sign in to comment.