Skip to content

Instantly share code, notes, and snippets.

@paweldudek
Created June 8, 2015 12:31
Show Gist options
  • Save paweldudek/12ad196b2617eed4219f to your computer and use it in GitHub Desktop.
Save paweldudek/12ad196b2617eed4219f to your computer and use it in GitHub Desktop.
SQLCipher Unicode subspec
{
"name": "unicode61",
"dependencies": {
"SQLCipher/common": [
],
"SQLCipher/fts": [
]
},
"compiler_flags": [
"-DSQLITE_ENABLE_FTS4_UNICODE61=1"
],
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_FTS4_UNICODE61=1"
},
"requires_arc": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment