开发者

Glib use in an iPhone App

开发者 https://www.devze.com 2022-12-19 08:22 出处:网络
I would like to develop an iPhone App based on an existing open-source Objective-C framework, however that framework makes extensive use of the glib library and I cannot find a way to build and includ

I would like to develop an iPhone App based on an existing open-source Objective-C framework, however that framework makes extensive use of the glib library and I cannot find a way to build and include the glib library for an iPhone app (non jailbreak).

Is there any way this can be done, or is there any recommended approach to porting a framework away from glib?

T开发者_运维百科hanks


no, guys, using LGPL projects on iPhone (where you indeed need to statically link) is legal as long as you provide your app's object code so the user can (if technically versed) re-link your app with a new version of the LGPL lib. Of course, you still need to re-publish the lib if you change any of that code.


I would recommend porting away from because glib is GPL licensed, which means that you will have to open source all your application code. Or maybe that is not an issue?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号