Skip to content

Commit

Permalink
Merge pull request #19 from kumapo/remove-warning-for-use-in-app-exte…
Browse files Browse the repository at this point in the history
…nsions

Remove "linking against dylib not safe for use in application extensions" warning
  • Loading branch information
zenangst committed Mar 28, 2016
2 parents fddd7c0 + 07f01fc commit 89ae5e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Hue.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@
386887A21C8343D0005A8868 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
Expand All @@ -594,6 +595,7 @@
386887A31C8343D0005A8868 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
Expand Down Expand Up @@ -798,6 +800,7 @@
D52862271C3EAC1D00AD11AD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -815,6 +818,7 @@
D52862281C3EAC1D00AD11AD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down

0 comments on commit 89ae5e1

Please sign in to comment.