Automatically get copied into the app bundle in the Frameworks dir.
Automatically configure the application to load frameworks from the Frameworks dir, if they use @rpath.
Currently you have to do the following:
s.osx.vendored_framework="PLCrashReporter-1.2-rc2/Mac OS X Framework/CrashReporter.framework"s.osx.resource="PLCrashReporter-1.2-rc2/Mac OS X Framework/CrashReporter.framework"s.osx.xcconfig={'LD_RUNPATH_SEARCH_PATHS'=>'@loader_path/../Frameworks'}
This means that the framework should:
@rpath
.Currently you have to do the following:
Somewhat related to #57.
The text was updated successfully, but these errors were encountered: