Oomph / MacMapKit

MapKit Framework for the Mac
BSD 3-Clause "New" or "Revised" License
256 stars 43 forks source link

Incompatible with Maverics #39

Closed scottsykora closed 12 months ago

scottsykora commented 10 years ago

the mavericks sdk has added it's own mapkit. Unfortunately it's only available for apps that are sold through the app store. I'd love to still be able to use this version of map kit for my non-appstore app. It looks like it would probably just need to be recompiled with a different framework name so it wouldn't conflict with the official api's symbols.

Are there any plans to add this in the future?

gazzer82 commented 10 years ago

I would also very much like to see this, the decision from Apple makes using the built-in MapKit a non-starter for me.

Thanks

Gareth

brunophilipe commented 10 years ago

Rename all <MapKit/file.h> includes to "file.h" and it should work. Compiling in OS X 10.9.1 with Xcode 5.1-DP2 just fine!