ChrisLi ec12efee52
New search control logics (#209)
* no tabs

* schema renaming

* new search result controller

* search interface

* search view modes

* search results

* search labels

* zimfile ids as part of result

* search mode

* old code purge

* color

* search controller dismissing

* switching to old welcome view
2020-01-05 21:22:44 -05:00
2019-08-05 08:34:34 +02:00
2020-01-05 21:22:44 -05:00
2019-12-24 10:16:56 -05:00
2020-01-02 16:29:57 -05:00
2020-01-02 16:29:57 -05:00
2020-01-05 21:22:44 -05:00
2019-05-09 23:43:57 -04:00
2019-09-28 23:04:25 -04:00
2019-07-07 23:41:57 -04:00
2019-08-10 13:18:37 -04:00
2016-11-14 15:18:18 -05:00

Kiwix for iOS & macOS

This is the home for Kiwix apps on iOS and macOS.

CodeFactor License: GPL v3 Drawing=

Mobile app for iPads & iPhones

Kiwix Desktop for macOS

Developers

Dependencies

Building kiwix-lib

Instructions are available on the kiwix-build repo.

git clone https://github.com/kiwix/kiwix-build.git
cd kiwix-build
# if on macOS mojave (10.14), install headers to standard location
# https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes?language=objc
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
kiwix-build --target-platform iOS_multi kiwix-lib
# assuming ../apple points to this repository
cp -vr BUILD_iOS_multi/INSTALL/include ../apple/Shared/Dependencies/
cp -vr BUILD_iOS_multi/INSTALL/lib ../apple/Shared/Dependencies/iOS_lib

Building Kiwix iOS or Kiwix macOS

  • Install Pods dependencies pod install
  • Open project with Xcode open Kiwix.xcworkspace
  • Change the App groups (in Capabilities) and Bundle Identifier for both iOS and Bookmarks targets
    • App Group must be different and unique (ex: tld.mydomain.apple)
    • iOS Bundle Identifier must be different and unique (ex: tld.mydomain.apple.Kiwix)
    • Bookmarks Bundle Identifier must be a child of iOS one (ex: tld.mydomain.apple.Kiwix.Bookmarks)
    • ⚠ if you are using a regular (non-paying) Apple Developer Account, you are limited in the number of App IDs you can use so be careful not to fumble much with those.
  • Change the Signing profile to your account.
Description
Kiwix for offline access on iOS and macOS
Readme 51 MiB
Languages
Swift 92.6%
Objective-C++ 4.2%
Objective-C 1.8%
Python 0.7%
JavaScript 0.6%