Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Oct 25, 2021
1 parent a3df903 commit b77a743
Show file tree
Hide file tree
Showing 56 changed files with 35,715 additions and 411 deletions.
14 changes: 2 additions & 12 deletions Locations-MotionActivity/Sample.iOS/Main.cs
@@ -1,20 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;

using Foundation;
using UIKit;
using UIKit;

namespace Sample.iOS
{
public class Application
{
// This is the main entry point of the application.
static void Main(string[] args)
{
// if you want to use a different Application Delegate class from "AppDelegate"
// you can specify it here.
UIApplication.Main(args, null, "AppDelegate");
}
=> UIApplication.Main(args, null, typeof(AppDelegate));
}
}
4 changes: 2 additions & 2 deletions Sponsors-GeoDispatch/Sample.Android/Sample.Android.csproj
Expand Up @@ -55,9 +55,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2890-preview</Version>
<Version>2.3.0.2906</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Sponsors-GeoDispatch/Sample.iOS/Sample.iOS.csproj
Expand Up @@ -124,9 +124,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2890-preview</Version>
<Version>2.3.0.2906</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
6 changes: 0 additions & 6 deletions Sponsors-GeoDispatch/Sample/App.cs

This file was deleted.

8 changes: 4 additions & 4 deletions Sponsors-GeoDispatch/Sample/MainPage.xaml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:geodispatch="clr-namespace:Sample"
xmlns:geodispatch="clr-namespace:Sample;clr-assembly:Sample.Shared"
xmlns:sample="clr-namespace:Sample"
xmlns:shared="clr-namespace:Sample;clr-assembly:Sample.Shared"
x:Class="Sample.MainPage"
Title="GeoDispatch">
<TabbedPage.Children>
<geodispatch:PendingPage />
<sample:PendingPage />
<shared:LogsPage />
<geodispatch:SendPage />
<sample:SendPage />
</TabbedPage.Children>
</TabbedPage>
15 changes: 4 additions & 11 deletions Sponsors-GeoDispatch/Sample/Sample.csproj
Expand Up @@ -12,22 +12,15 @@

<ItemGroup>
<PackageReference Include="Mobile.BuildTools" Version="2.0.245" />
<PackageReference Include="Shiny" Version="2.3.0.2890-preview" />
<PackageReference Include="Shiny.Push.AzureNotificationHubs" Version="2.3.0.2890-preview" />
<PackageReference Include="Shiny" Version="2.3.0.2906" />
<PackageReference Include="Shiny.Push.AzureNotificationHubs" Version="2.3.0.2906" />
<PackageReference Include="Shiny.GeoDispatch" Version="1.0.45-preview" />
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Shiny.Framework" Version="1.3.0.93" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\_Template\Sample.Shared\Sample.Shared.csproj" />
<ProjectReference Include="..\..\_Template\Sample.Shared\Sample.Shared.csproj" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="App.xaml">
<Generator>MSBuild:Compile</Generator>
</EmbeddedResource>
</ItemGroup>
</Project>
30 changes: 30 additions & 0 deletions Sponsors-GpsTags/GpsTags.sln
Expand Up @@ -15,6 +15,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Shared", "..\_Template\Sample.Shared\Sample.Shared.csproj", "{8206F511-7F70-405B-9F15-90263330BB7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -153,6 +155,34 @@ Global
{C4A94D57-C146-4DE5-A133-30704425FCE7}.Release|x86.ActiveCfg = Release|Any CPU
{C4A94D57-C146-4DE5-A133-30704425FCE7}.Release|x86.Build.0 = Release|Any CPU
{C4A94D57-C146-4DE5-A133-30704425FCE7}.Release|x86.Deploy.0 = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|ARM.ActiveCfg = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|ARM.Build.0 = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|ARM64.Build.0 = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|iPhone.Build.0 = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|x64.ActiveCfg = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|x64.Build.0 = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|x86.ActiveCfg = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Debug|x86.Build.0 = Debug|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|Any CPU.Build.0 = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|ARM.ActiveCfg = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|ARM.Build.0 = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|ARM64.ActiveCfg = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|ARM64.Build.0 = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|iPhone.ActiveCfg = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|iPhone.Build.0 = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|x64.ActiveCfg = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|x64.Build.0 = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|x86.ActiveCfg = Release|Any CPU
{8206F511-7F70-405B-9F15-90263330BB7C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit b77a743

Please sign in to comment.