2020-06-21 18:21:19 -04:00
2020-06-08 16:42:06 +02:00
2020-06-21 18:21:19 -04:00
2020-06-18 22:27:50 -04:00
2020-06-18 22:27:50 -04:00
2020-06-21 18:21:19 -04:00
2020-01-02 16:29:57 -05:00
2019-05-09 23:43:57 -04:00
2020-05-18 21:13:48 -04:00
2020-06-21 18:21:19 -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%