what base SDK level should I use?

青春壹個敷衍的年華 提交于 2020-02-05 08:21:26

问题


I have apps listed on app store. Some of them are OS 10.6 compatiable.

Now, I want the user of OS 10.8 getting benifit from the new API of NSUserNotification and still want to serve the user under OS 10.6 and OS 10.7 with basic functions. What base SDK should I use on project setting while producing my new upgrades?

Or, should I use different targets?

Thank you for your basic tutorials. I really don't know and never used it before.


回答1:


  • Base SDK: 10.8
  • Mac OS X Deployment Target: 10.6
  • Build Active Architecture Only: NO

these should be the solution.




回答2:


I found a simple answer to my question:

set "Base SDK" to the higest with the new APIs, here of cause 10.8 and set "OS X Deployment Target" to the lowest system version you want to support, here of cause 10.6

Someone please confirm this.



来源:https://stackoverflow.com/questions/11464719/what-base-sdk-level-should-i-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!