rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 85 forks source link

Copy the RMQClient framework into the tests bundle and expand search paths #32

Closed briancroom closed 8 years ago

briancroom commented 8 years ago

This embeds the RMQClient.framework product into the test bundle, the same way that it would be embedded in an app eventually. It also updates the Runpath Search Paths of the tests to tell it to also search for frameworks that are embedded within RMQClient.framework, where it will find PromiseKit etc.