Thank you for the info including regarding that iOS can use frameworks. I knew 
that iOS could use frameworks, but I didn't know that only iOS 8 and up could 
use it. 

So, if I'm understanding you correctly you are able to take the download of 
SWORD (along with the 3rd party libraries that come with it) and convert it 
into an Xcode framework without having to edit any of the code?

-TS

--Sent from phone--

> On Nov 23, 2016, at 11:03 PM, Manfred Bergmann <manfred.bergm...@me.com> 
> wrote:
> 
> Hi TS.
> 
> It uses the zlib which is bundled with SWORD.
> It also uses clucene, but only to create index files to be used for 
> PocketSword.
> Otherwise Eloquent uses Apple Spotlight for indexing and searching.
> 
> The framework is built from the project and sources in bindings/objc.
> Btw: iOS from version 8 can also use frameworks now.
> 
> 
> Manfred
> 
> 
>> Am 24.11.2016 um 01:30 schrieb TS <outofthec...@icloud.com>:
>> 
>> Does Eloquent use only the core library of SWORD or more than that? e.g. the 
>> clucene library, zlib, etc. 
>> 
>> I took a look at its source code, but the Sword code is pre-bundled into 
>> what Apple defines as a framework for Xcode and this seems to hide away 
>> everything except for header files. 
>> 
>> I'm interested in finding this info out because of the recent 64 bit issues 
>> I've written earlier about and because, for example, it seems that nether 
>> the clucene code nor zlib code is being maintained anymore. Since I've been 
>> trying to work on the PocketSword code, I'm curious as to how its desktop 
>> counterpart handles tasks. Does it use the same libraries of code that comes 
>> with the SWORD code or if not, which ones are used and which ones are not?
>> 
>> zlib btw is somewhat odd on iOS. It is not plug and play. A file needs to be 
>> modified in zlib folder in order for it to work. However, when 
>> troubleshooting the issues on the internet, a lot of people with similar 
>> problems got replies back that zlib already comes in one of Apple's 
>> libraries. 
>> 
>> -TS
>> 
>> --Sent from phone--
>> _______________________________________________
>> sword-devel mailing list: sword-devel@crosswire.org
>> http://www.crosswire.org/mailman/listinfo/sword-devel
>> Instructions to unsubscribe/change your settings at above page
> 
> 
> _______________________________________________
> sword-devel mailing list: sword-devel@crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to