Modify the LD_RUNPATH_SEARCH_PATHS build setting so that the extensions can find their frameworks

This commit is contained in:
Maurice Parker 2019-10-20 02:15:05 -05:00
parent 68687059d3
commit 62686a8385
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "./NetNewsWire_iOSapp_target.xcconfig"
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../../Frameworks
CODE_SIGN_ENTITLEMENTS = iOS/ShareExtension/NetNewsWire_iOS_ShareExtension.entitlements
INFOPLIST_FILE = iOS/IntentsExtension/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS.IntentsExtension

View File

@ -1,5 +1,6 @@
#include "./NetNewsWire_iOSapp_target.xcconfig"
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../../Frameworks
CODE_SIGN_ENTITLEMENTS = iOS/ShareExtension/NetNewsWire_iOS_ShareExtension.entitlements
INFOPLIST_FILE = iOS/ShareExtension/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS.Share-Extension