Skip to content

Commit a3b3df6

Browse files
committed
update sqlitepcl.raw
1 parent d2649f7 commit a3b3df6

13 files changed

Lines changed: 147 additions & 153 deletions

File tree

SQLitePCL.pretty.Orm/SQLitePCL.pretty.Orm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.PlatformServices.dll</HintPath>
217217
</Reference>
218218
<Reference Include="SQLitePCL.raw">
219-
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre2\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.raw.dll</HintPath>
219+
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre3\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.raw.dll</HintPath>
220220
</Reference>
221221
</ItemGroup>
222222
<ItemGroup>

SQLitePCL.pretty.Orm/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<package id="Rx-Linq" version="2.2.5" targetFramework="portable-net45+win+wpa81+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
66
<package id="Rx-Main" version="2.2.5" targetFramework="portable-net45+win+wpa81+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
77
<package id="Rx-PlatformServices" version="2.2.5" targetFramework="portable-net45+win+wpa81+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
8-
<package id="SQLitePCL.raw" version="0.8.0-pre2" targetFramework="portable-net45+win+wpa81+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
8+
<package id="SQLitePCL.raw" version="0.8.0-pre3" targetFramework="portable-net45+win+wpa81+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
99
</packages>

SQLitePCL.pretty.sln

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

SQLitePCL.pretty.tests.Android/SQLitePCL.pretty.tests.Android.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
<Reference Include="System.Reactive.PlatformServices">
5555
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.PlatformServices.dll</HintPath>
5656
</Reference>
57-
<Reference Include="SQLitePCL.raw">
58-
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre2\build\MonoAndroid\pinvoke_packaged_sqlite3\anycpu\SQLitePCL.raw.dll</HintPath>
59-
</Reference>
6057
<Reference Include="xunit.abstractions">
6158
<HintPath>..\packages\xunit.abstractions.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath>
6259
</Reference>
@@ -90,6 +87,9 @@
9087
<Reference Include="xunit.runner.devices">
9188
<HintPath>..\packages\xunit.runner.devices.1.0.0\lib\MonoAndroid\xunit.runner.devices.dll</HintPath>
9289
</Reference>
90+
<Reference Include="SQLitePCL.raw">
91+
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre3\build\MonoAndroid\pinvoke_packaged_sqlite3\anycpu\SQLitePCL.raw.dll</HintPath>
92+
</Reference>
9393
</ItemGroup>
9494
<ItemGroup>
9595
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -102,8 +102,8 @@
102102
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
103103
<Import Project="..\packages\Xamarin.Forms.1.4.0.6341\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.4.0.6341\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
104104
<Import Project="..\packages\xunit.runner.devices.1.0.0\build\MonoAndroid\xunit.runner.devices.targets" Condition="Exists('..\packages\xunit.runner.devices.1.0.0\build\MonoAndroid\xunit.runner.devices.targets')" />
105-
<Import Project="..\packages\SQLitePCL.raw.0.8.0-pre2\build\MonoAndroid\SQLitePCL.raw.targets" Condition="Exists('..\packages\SQLitePCL.raw.0.8.0-pre2\build\MonoAndroid\SQLitePCL.raw.targets')" />
106105
<Import Project="..\packages\xunit.core.2.0.0\build\monoandroid\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.0.0\build\monoandroid\xunit.core.props')" />
106+
<Import Project="..\packages\SQLitePCL.raw.0.8.0-pre3\build\MonoAndroid\SQLitePCL.raw.targets" Condition="Exists('..\packages\SQLitePCL.raw.0.8.0-pre3\build\MonoAndroid\SQLitePCL.raw.targets')" />
107107
<ItemGroup>
108108
<ProjectReference Include="..\SQLitePCL.pretty\SQLitePCL.pretty.csproj">
109109
<Project>{C6743D26-E16E-41CA-A757-72BE2D7EAF28}</Project>

SQLitePCL.pretty.tests.Android/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="SQLitePCL.raw" version="0.8.0-pre2" targetFramework="net45" />
3+
<package id="SQLitePCL.raw" version="0.8.0-pre3" targetFramework="MonoAndroid44" />
44
<package id="Xamarin.Android.Support.v4" version="21.0.3.0" targetFramework="MonoAndroid44" />
55
<package id="Xamarin.Forms" version="1.4.0.6341" targetFramework="MonoAndroid44" />
66
<package id="xunit" version="2.0.0" targetFramework="MonoAndroid44" />

SQLitePCL.pretty.tests.iOS/AppDelegate.cs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,10 @@ public partial class AppDelegate : RunnerAppDelegate
2727
//
2828
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
2929
{
30-
AddTestAssembly(typeof(SQLitePCL.pretty.tests.SQLiteDatabaseConnectionTests).Assembly);
30+
// We need this to ensure the execution assembly is part of the app bundle
31+
AddExecutionAssembly(typeof(ExtensibilityPointFactory).Assembly);
3132

32-
#if false
33-
// you can use the default or set your own custom writer (e.g. save to web site and tweet it ;-)
34-
Writer = new TcpTextWriter ("10.0.1.2", 16384);
35-
// start running the test suites as soon as the application is loaded
36-
AutoStart = true;
37-
// crash the application (to ensure it's ended) and return to springboard
38-
TerminateAfterExecution = true;
39-
#endif
33+
AddTestAssembly(typeof(SQLitePCL.pretty.tests.SQLiteDatabaseConnectionTests).Assembly);
4034
return base.FinishedLaunching(app, options);
4135
}
4236
}

SQLitePCL.pretty.tests.iOS/SQLitePCL.pretty.tests.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<HintPath>..\packages\xunit.runner.devices.1.0.0\lib\Xamarin.iOS\xunit.runner.devices.dll</HintPath>
118118
</Reference>
119119
<Reference Include="SQLitePCL.raw">
120-
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre2\build\Xamarin.iOS10\pinvoke_packaged_sqlite3\anycpu\SQLitePCL.raw.dll</HintPath>
120+
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre3\build\Xamarin.iOS10\pinvoke_packaged_sqlite3\anycpu\SQLitePCL.raw.dll</HintPath>
121121
</Reference>
122122
</ItemGroup>
123123
<ItemGroup>
@@ -133,7 +133,7 @@
133133
<Import Project="..\packages\xunit.core.2.0.0\build\Xamarin.iOS\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.0.0\build\Xamarin.iOS\xunit.core.props')" />
134134
<Import Project="..\packages\Xamarin.Forms.1.4.0.6341\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.4.0.6341\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
135135
<Import Project="..\packages\xunit.runner.devices.1.0.0\build\Xamarin.iOS\xunit.runner.devices.targets" Condition="Exists('..\packages\xunit.runner.devices.1.0.0\build\Xamarin.iOS\xunit.runner.devices.targets')" />
136-
<Import Project="..\packages\SQLitePCL.raw.0.8.0-pre2\build\Xamarin.iOS10\SQLitePCL.raw.targets" Condition="Exists('..\packages\SQLitePCL.raw.0.8.0-pre2\build\Xamarin.iOS10\SQLitePCL.raw.targets')" />
136+
<Import Project="..\packages\SQLitePCL.raw.0.8.0-pre3\build\Xamarin.iOS10\SQLitePCL.raw.targets" Condition="Exists('..\packages\SQLitePCL.raw.0.8.0-pre3\build\Xamarin.iOS10\SQLitePCL.raw.targets')" />
137137
<ItemGroup>
138138
<ProjectReference Include="..\SQLitePCL.pretty.Async\SQLitePCL.pretty.Async.csproj">
139139
<Project>{ED71D4D4-498E-432E-B941-F704CECCF254}</Project>

SQLitePCL.pretty.tests.iOS/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="SQLitePCL.raw" version="0.8.0-pre2" targetFramework="xamarinios10" />
3+
<package id="SQLitePCL.raw" version="0.8.0-pre3" targetFramework="xamarinios10" />
44
<package id="Xamarin.Forms" version="1.4.0.6341" targetFramework="xamarinios10" />
55
<package id="xunit" version="2.0.0" targetFramework="xamarinios10" />
66
<package id="xunit.abstractions" version="2.0.0" targetFramework="xamarinios10" />

SQLitePCL.pretty.tests/SQLitePCL.pretty.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
<Reference Include="System.Reactive.PlatformServices">
6464
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.PlatformServices.dll</HintPath>
6565
</Reference>
66-
<Reference Include="SQLitePCL.raw">
67-
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre2\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.raw.dll</HintPath>
68-
</Reference>
6966
<Reference Include="xunit.assert">
7067
<HintPath>..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
7168
</Reference>
@@ -75,6 +72,9 @@
7572
<Reference Include="xunit.abstractions">
7673
<HintPath>..\packages\xunit.abstractions.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath>
7774
</Reference>
75+
<Reference Include="SQLitePCL.raw">
76+
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre3\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.raw.dll</HintPath>
77+
</Reference>
7878
</ItemGroup>
7979
<ItemGroup>
8080
<None Include="packages.config" />

SQLitePCL.pretty.tests/SQLitePCL.pretty.tests.x86.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
8383
</Reference>
8484
<Reference Include="SQLitePCL.raw">
85-
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre2\lib\net45\SQLitePCL.raw.dll</HintPath>
85+
<HintPath>..\packages\SQLitePCL.raw.0.8.0-pre3\lib\net45\SQLitePCL.raw.dll</HintPath>
8686
</Reference>
8787
<Reference Include="xunit.abstractions">
8888
<HintPath>..\packages\xunit.abstractions.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath>
@@ -113,7 +113,7 @@
113113
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
114114
</ItemGroup>
115115
<Import Project="..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
116-
<Import Project="..\packages\SQLitePCL.raw.0.8.0-pre2\build\net45\SQLitePCL.raw.targets" Condition="Exists('..\packages\SQLitePCL.raw.0.8.0-pre2\build\net45\SQLitePCL.raw.targets')" />
116+
<Import Project="..\packages\SQLitePCL.raw.0.8.0-pre3\build\net45\SQLitePCL.raw.targets" Condition="Exists('..\packages\SQLitePCL.raw.0.8.0-pre3\build\net45\SQLitePCL.raw.targets')" />
117117
<ItemGroup>
118118
<None Include="packages.config" />
119119
</ItemGroup>

0 commit comments

Comments
 (0)