Skip to content

Commit

Permalink
cleanup && android-database-sqlcipher-3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
김은평 authored and 김은평 committed Jun 15, 2018
1 parent 573f8dd commit c6157c0
Show file tree
Hide file tree
Showing 39 changed files with 3,177 additions and 3,424 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@
*.pidb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt
sysinfo.txt

.DS_Store
.idea/
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,28 @@
# Watchout
* If You are on Windows, need to `libeay32.dll` from https://wiki.openssl.org/index.php/Binaries
* If You are on iOS, need to modify [link.xml](https://docs.unity3d.com/Manual/iphone-playerSizeOptimization.html) for prevent stripping by Unity.
* Check [Issues](https://github.com/netpyoung/SqlCipher4Unity3D/issues)


# The fast track
All you have to do to start using it in your project:

1. [Download this .unitypackage](https://github.com/netpyoung/SqlCipher4Unity3D/raw/master/SqlCipher4Unity3D.unitypackage), extract its content on your Unity3D Project. It contains the dlls that Unity3d will need to access sqlite.
1. [Download this .unitypackage](https://github.com/netpyoung/SqlCipher4Unity3D/raw/master/SqlCipher4Unity3D-v1.0.0.unitypackage), extract its content on your Unity3D Project. It contains the dlls that Unity3d will need to access sqlite.
4. **You’re done!**

# Sqlchipher lib version
* android : 3.5.9
- https://www.zetetic.net/sqlcipher/sqlcipher-for-android/
- precompiled : https://github.com/sqlcipher/sqlcipher-android-tests/tree/master/app/libs



# Example
If you want to try it I've uploaded a small example that you will be able to find in the "Example" folder. Download the folder and open it with Unity3d to give it a try. It contains classes that will help you to start.


# codefix
https://github.com/Leopotam/vscode-csharpfixformat

# Acknowledgements
This project is based on the work of:
Expand Down
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit c6157c0

Please sign in to comment.