Skip to content

libkullo bindings for iOS

License

Notifications You must be signed in to change notification settings

kullo/client-libkullo-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code is part of the Kullo client. An overview of all related repositories can be found here: https://www.kullo.net/open/


LibKullo.framework

Wrapper for libkullo in iOS projects.

What to update when Djinni changes

If the set of generated files changes, the following places must be updated:

  • New files must be added to the project
  • LibKullo.h must be updated to include new public headers
  • The "Headers" build phase must be updated: public headers go to Public, headers ending in +Private and support-lib headers go to Project

What to update when libkullo changes

If the set of libraries to link against changes, the "Other linker flags" must be updated. This must be done on the project level, not on the target level!