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:
Marco Antognini 2014-10-07 10:58:39 +02:00
parent ba1488ec97
commit 9a8ba74c62

View File

@ -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>