Просмотр исходного кода

Update sqlcipher links

Replace http://www.sqlite-encrypt.com/develop-guide.htm with https://www.zetetic.net/sqlcipher/
Robert M. Ryan 10 лет назад
Родитель
Сommit
1fd0017265
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/fmdb/FMDatabase.h

+ 4 - 4
src/fmdb/FMDatabase.h

@@ -724,7 +724,7 @@ typedef int(^FMDBExecuteStatementsCallbackBlock)(NSDictionary *resultsDictionary
 
  @return `YES` if success, `NO` on error.
 
- @see http://www.sqlite-encrypt.com/develop-guide.htm
+ @see https://www.zetetic.net/sqlcipher/
  
  @warning You need to have purchased the sqlite encryption extensions for this method to work.
  */
@@ -737,7 +737,7 @@ typedef int(^FMDBExecuteStatementsCallbackBlock)(NSDictionary *resultsDictionary
 
  @return `YES` if success, `NO` on error.
 
- @see http://www.sqlite-encrypt.com/develop-guide.htm
+ @see https://www.zetetic.net/sqlcipher/
 
  @warning You need to have purchased the sqlite encryption extensions for this method to work.
  */
@@ -750,7 +750,7 @@ typedef int(^FMDBExecuteStatementsCallbackBlock)(NSDictionary *resultsDictionary
 
  @return `YES` if success, `NO` on error.
 
- @see http://www.sqlite-encrypt.com/develop-guide.htm
+ @see https://www.zetetic.net/sqlcipher/
  
  @warning You need to have purchased the sqlite encryption extensions for this method to work.
  */
@@ -763,7 +763,7 @@ typedef int(^FMDBExecuteStatementsCallbackBlock)(NSDictionary *resultsDictionary
 
  @return `YES` if success, `NO` on error.
 
- @see http://www.sqlite-encrypt.com/develop-guide.htm
+ @see https://www.zetetic.net/sqlcipher/
 
  @warning You need to have purchased the sqlite encryption extensions for this method to work.
  */