Create a Mac target with tests#44
Create a Mac target with tests#44AliSoftware merged 2 commits intoAliSoftware:masterfrom KyleLeneau:mac_target
Conversation
|
Nice one, will definitely merge this soon 👍 I don't have my Mac with me those days so it's hard to see this directly on GitHub, but do you confirm that you only made changes on the schemes/target generating the Example app and the Test target, but not the Static Library? I'm asking because I never actually tested Thanks for your feedback! 🍻 |
|
I didn't really do anything with cocoa pods since I don't really use it. However I did change the static iOS library and I added a mac framework library to the Xcode project file targets. I also updated the iOS test target and added a mac text target to test the framework. All in all the Xcode project files has 4 total targets: Mac framework, Mac test target that test framework, iOS static library, and iOS test target that tests the static library. I did not update or add an example Mac application or project and I did not test or update anything to do with the podfile. |
After doing some wonderful testing with your library I wanted to contribute a Mac test target. I am developing a cross platform library and needed a mac framework for my testing.