Skip to content

Commit c6157c0

Browse files
김은평김은평
authored andcommitted
cleanup && android-database-sqlcipher-3.5.9
1 parent 573f8dd commit c6157c0

39 files changed

+3177
-3424
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@
2020
*.pidb.meta
2121

2222
# Unity3D Generated File On Crash Reports
23-
sysinfo.txt
23+
sysinfo.txt
24+
25+
.DS_Store
26+
.idea/

β€ŽREADME.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,28 @@
1717
# Watchout
1818
* If You are on Windows, need to `libeay32.dll` from https://wiki.openssl.org/index.php/Binaries
1919
* If You are on iOS, need to modify [link.xml](https://docs.unity3d.com/Manual/iphone-playerSizeOptimization.html) for prevent stripping by Unity.
20+
* Check [Issues](https://github.com/netpyoung/SqlCipher4Unity3D/issues)
2021

2122

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

25-
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.
26+
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.
2627
4. **You’re done!**
2728

29+
# Sqlchipher lib version
30+
* android : 3.5.9
31+
- https://www.zetetic.net/sqlcipher/sqlcipher-for-android/
32+
- precompiled : https://github.com/sqlcipher/sqlcipher-android-tests/tree/master/app/libs
33+
34+
35+
2836
# Example
2937
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.
3038

3139

40+
# codefix
41+
https://github.com/Leopotam/vscode-csharpfixformat
3242

3343
# Acknowledgements
3444
This project is based on the work of:
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽSqlCipher4Unity3D/Assets/example/Scenes.metaβ€Ž renamed to β€ŽSqlCipher4Unity3D/Assets/Plugins/Editor/JetBrains.metaβ€Ž

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽSqlCipher4Unity3D/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll.metaβ€Ž

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)