Currently, adding the HockeyAppOSX subspec causes build to fail: the import paths in HockeyAppProvider.m are incorrect, and once those are fixed there are a number of other build failures due to SDK differences in HockeySDK-iOS and HockeySDK-Mac. It seems the best solution to this is to separate the two providers out so that both build properly. I'm happy to take that task on in the next couple days!
Currently, adding the
HockeyAppOSX
subspec causes build to fail: the import paths inHockeyAppProvider.m
are incorrect, and once those are fixed there are a number of other build failures due to SDK differences inHockeySDK-iOS
andHockeySDK-Mac
. It seems the best solution to this is to separate the two providers out so that both build properly. I'm happy to take that task on in the next couple days!