Updated Xcode templates
Since the @loader_path was replaced with @rpath, to correctly load binaries from within a bundle app we need to add the Frameworks subdirectory to the run path list.
This commit is contained in:
parent
ba1488ec97
commit
9a8ba74c62
@ -127,6 +127,9 @@ subject to the following restrictions:
|
||||
<dict>
|
||||
<key>INFOPLIST_FILE</key>
|
||||
<string>___PACKAGENAME___/___PACKAGENAME___-Info.plist</string>
|
||||
|
||||
<key>LD_RUNPATH_SEARCH_PATHS</key>
|
||||
<string>@loader_path/../Frameworks</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
|
Loading…
Reference in New Issue
Block a user