Skip to content

Commit

Permalink
Move sqlcipher targets into GRDBCipher
Browse files Browse the repository at this point in the history
Proof of concept related to:
groue#480

Not working:

- Various failing tests with getting back `SQLITE_ERROR` instead of
  `SQLITE_MISUSE`.  Not sure about this..

- Doesn't work with new Xcode build system.  Since the
  `sqlcipher-amalgamation` target builds `sqlite3.c`, I don't think the
  new build system knows about this, so it fails the build of
  the `sqlcipher-ios` target immediately say that "sqlite3.c is missing"

  Might need to use a custom run script build phase that explicitly sets
  the outputs.
  • Loading branch information
darrenclark committed Feb 17, 2019
1 parent e100287 commit e97b401
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 64 deletions.
8 changes: 8 additions & 0 deletions GRDB.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
</plist>
Loading

0 comments on commit e97b401

Please sign in to comment.