diff --git a/src/SQLitePCLRaw.lib.e_sqlcipher.ios/SQLitePCLRaw.lib.e_sqlcipher.ios.csproj b/src/SQLitePCLRaw.lib.e_sqlcipher.ios/SQLitePCLRaw.lib.e_sqlcipher.ios.csproj index 2624dd56..9a48611c 100644 --- a/src/SQLitePCLRaw.lib.e_sqlcipher.ios/SQLitePCLRaw.lib.e_sqlcipher.ios.csproj +++ b/src/SQLitePCLRaw.lib.e_sqlcipher.ios/SQLitePCLRaw.lib.e_sqlcipher.ios.csproj @@ -4,15 +4,14 @@ false true ..\..\sn\SQLitePCLRaw.lib.e_sqlcipher.snk - This package contains platform-specific native code builds of SQLCipher (see sqlcipher/sqlcipher on GitHub) for use with SQLitePCLRaw. Note that these sqlcipher builds are unofficial and unsupported. For official sqlcipher builds, contact Zetetic. To use this package, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*. + This package contains platform-specific native code builds of SQLCipher (see sqlcipher/sqlcipher on GitHub) for use with SQLitePCLRaw. Note that these sqlcipher builds are unofficial and unsupported. For official sqlcipher builds, contact Zetetic. To use this package, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*. - - - - - - - + + + + + + diff --git a/src/SQLitePCLRaw.lib.e_sqlcipher.ios/SQLitePCLRaw.lib.e_sqlcipher.ios.targets b/src/SQLitePCLRaw.lib.e_sqlcipher.ios/SQLitePCLRaw.lib.e_sqlcipher.ios.targets index a853b59a..22e127c5 100644 --- a/src/SQLitePCLRaw.lib.e_sqlcipher.ios/SQLitePCLRaw.lib.e_sqlcipher.ios.targets +++ b/src/SQLitePCLRaw.lib.e_sqlcipher.ios/SQLitePCLRaw.lib.e_sqlcipher.ios.targets @@ -1,20 +1,16 @@ - - + + Static False + true - - - Static - False - - - - + + Static False + true diff --git a/src/SQLitePCLRaw.lib.e_sqlcipher.ios/imp_ios_internal.cs b/src/SQLitePCLRaw.lib.e_sqlcipher.ios/imp_ios_internal.cs deleted file mode 100644 index 2a03764d..00000000 --- a/src/SQLitePCLRaw.lib.e_sqlcipher.ios/imp_ios_internal.cs +++ /dev/null @@ -1,24 +0,0 @@ -/* - Copyright 2014-2019 SourceGear, LLC - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ - -[assembly: ObjCRuntime.LinkWith( - "e_sqlcipher.a", - ForceLoad=true, - LinkerFlags="", - Frameworks="" - ) - ] - diff --git a/src/SQLitePCLRaw.lib.e_sqlite3.ios/SQLitePCLRaw.lib.e_sqlite3.ios.csproj b/src/SQLitePCLRaw.lib.e_sqlite3.ios/SQLitePCLRaw.lib.e_sqlite3.ios.csproj index 31ed86f7..2ea99e56 100644 --- a/src/SQLitePCLRaw.lib.e_sqlite3.ios/SQLitePCLRaw.lib.e_sqlite3.ios.csproj +++ b/src/SQLitePCLRaw.lib.e_sqlite3.ios/SQLitePCLRaw.lib.e_sqlite3.ios.csproj @@ -7,12 +7,11 @@ This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*. - - - - - - - + + + + + + diff --git a/src/SQLitePCLRaw.lib.e_sqlite3.ios/SQLitePCLRaw.lib.e_sqlite3.ios.targets b/src/SQLitePCLRaw.lib.e_sqlite3.ios/SQLitePCLRaw.lib.e_sqlite3.ios.targets index a853b59a..9b295055 100644 --- a/src/SQLitePCLRaw.lib.e_sqlite3.ios/SQLitePCLRaw.lib.e_sqlite3.ios.targets +++ b/src/SQLitePCLRaw.lib.e_sqlite3.ios/SQLitePCLRaw.lib.e_sqlite3.ios.targets @@ -1,20 +1,16 @@ - - + + Static False + true - - - Static - False - - - - + + Static False + true diff --git a/src/SQLitePCLRaw.lib.e_sqlite3.ios/imp_ios_internal.cs b/src/SQLitePCLRaw.lib.e_sqlite3.ios/imp_ios_internal.cs deleted file mode 100644 index 2cf7d8e6..00000000 --- a/src/SQLitePCLRaw.lib.e_sqlite3.ios/imp_ios_internal.cs +++ /dev/null @@ -1,24 +0,0 @@ -/* - Copyright 2014-2019 SourceGear, LLC - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ - -[assembly: ObjCRuntime.LinkWith( - "e_sqlite3.a", - ForceLoad=true, - LinkerFlags="", - Frameworks="" - ) - ] -