Modify the LD_RUNPATH_SEARCH_PATHS build setting so that the extensions can find their frameworks
This commit is contained in:
parent
68687059d3
commit
62686a8385
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue