Compare commits

..

No commits in common. "bd0c6f3d450960b5bed330fcb42f7ae7320a6cea" and "3acf2644f4d94d7b3d0fecd254964f8a3f835ac7" have entirely different histories.

6 changed files with 29 additions and 29 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -31,7 +31,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\..\gehGassi_backend\gehGassi.Dto\gehGassi.Dto.csproj" /> <ProjectReference Include="..\..\..\gehGassi\gehGassi.Dto\gehGassi.Dto.csproj" />
<ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" /> <ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" />
</ItemGroup> </ItemGroup>

View File

@ -15,7 +15,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gehGassiApp.DbConfig", "geh
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gehGassi.LocalNotifications", "gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj", "{C266C7CD-02B3-4A09-B5D2-4A5CC988BECD}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gehGassi.LocalNotifications", "gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj", "{C266C7CD-02B3-4A09-B5D2-4A5CC988BECD}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gehGassi.Dto", "..\..\gehGassi_backend\gehGassi.Dto\gehGassi.Dto.csproj", "{0D6DF016-F551-81C9-91E7-E3FFAF1B1C4B}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gehGassi.Dto", "..\..\gehGassi\gehGassi.Dto\gehGassi.Dto.csproj", "{0D6DF016-F551-81C9-91E7-E3FFAF1B1C4B}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -28,7 +28,7 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string></string> <string></string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.274</string> <string>1.271</string>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoads</key> <key>NSAllowsArbitraryLoads</key>
@ -70,6 +70,6 @@
<string>remote-notification</string> <string>remote-notification</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>274</string> <string>271</string>
</dict> </dict>
</plist> </plist>

View File

@ -9,7 +9,7 @@
Shell.FlyoutBehavior="Disabled" Shell.FlyoutBehavior="Disabled"
Shell.NavBarIsVisible="False"> Shell.NavBarIsVisible="False">
<Grid Padding="20" RowDefinitions="40,*,*" RowSpacing="30"> <Grid Padding="20" RowDefinitions="40,Auto,*" RowSpacing="30">
<Image <Image
Grid.Row="0" Grid.Row="0"
@ -22,14 +22,14 @@
<Image <Image
Grid.Row="1" Grid.Row="1"
Margin="30,0,0,0" Margin="30,30,0,0"
HeightRequest="125" HeightRequest="125"
HorizontalOptions="Center" HorizontalOptions="Center"
Source="dog_white" Source="dog_white"
VerticalOptions="Center" /> VerticalOptions="Center" />
<VerticalStackLayout Grid.Row="2" HorizontalOptions="Center" VerticalOptions="Start" Spacing="10"> <VerticalStackLayout Grid.Row="2" HorizontalOptions="Center" VerticalOptions="Center" Spacing="10">
<Label Text="Powered by" Style="{StaticResource BodySMedium_GreyDark}" HorizontalOptions="Center"></Label> <Label Text="Powered by" Style="{StaticResource BodySMedium_GreyDark}" HorizontalOptions="Center"></Label>
<Image Source="tiergarten.png"></Image> <Image Source="tiergarten.png"></Image>
</VerticalStackLayout> </VerticalStackLayout>

View File

@ -22,8 +22,8 @@
<ApplicationIdGuid>284D2BDB-7FFC-485A-968F-8440A92578FE</ApplicationIdGuid> <ApplicationIdGuid>284D2BDB-7FFC-485A-968F-8440A92578FE</ApplicationIdGuid>
<!-- Versions --> <!-- Versions -->
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.271</ApplicationDisplayVersion>
<ApplicationVersion>274</ApplicationVersion> <ApplicationVersion>271</ApplicationVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion> <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">29.0</SupportedOSPlatformVersion> <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">29.0</SupportedOSPlatformVersion>
@ -45,16 +45,16 @@
<GenerateSatelliteAssembliesForCore>True</GenerateSatelliteAssembliesForCore> <GenerateSatelliteAssembliesForCore>True</GenerateSatelliteAssembliesForCore>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-android|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-android|AnyCPU'">
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.271</ApplicationDisplayVersion>
<ApplicationVersion>274</ApplicationVersion> <ApplicationVersion>271</ApplicationVersion>
<AndroidUseAapt2>True</AndroidUseAapt2> <AndroidUseAapt2>True</AndroidUseAapt2>
<AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi> <AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
<AndroidPackageFormat>apk</AndroidPackageFormat> <AndroidPackageFormat>apk</AndroidPackageFormat>
<ApplicationId>com.gehgassi.local</ApplicationId> <ApplicationId>com.gehgassi.local</ApplicationId>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='DebugStaging|net8.0-android|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='DebugStaging|net8.0-android|AnyCPU'">
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.271</ApplicationDisplayVersion>
<ApplicationVersion>274</ApplicationVersion> <ApplicationVersion>271</ApplicationVersion>
<AndroidUseAapt2>True</AndroidUseAapt2> <AndroidUseAapt2>True</AndroidUseAapt2>
<AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi> <AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
<AndroidPackageFormat>apk</AndroidPackageFormat> <AndroidPackageFormat>apk</AndroidPackageFormat>
@ -62,8 +62,8 @@
<ApplicationId>com.gehgassi.local</ApplicationId> <ApplicationId>com.gehgassi.local</ApplicationId>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'">
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.271</ApplicationDisplayVersion>
<ApplicationVersion>274</ApplicationVersion> <ApplicationVersion>271</ApplicationVersion>
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk> <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
<RunAOTCompilation>True</RunAOTCompilation> <RunAOTCompilation>True</RunAOTCompilation>
<PublishTrimmed>True</PublishTrimmed> <PublishTrimmed>True</PublishTrimmed>
@ -73,8 +73,8 @@
<ApplicationId>com.gehgassi.gehgassi</ApplicationId> <ApplicationId>com.gehgassi.gehgassi</ApplicationId>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Staging|net8.0-android|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Staging|net8.0-android|AnyCPU'">
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.271</ApplicationDisplayVersion>
<ApplicationVersion>274</ApplicationVersion> <ApplicationVersion>271</ApplicationVersion>
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk> <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
<RunAOTCompilation>True</RunAOTCompilation> <RunAOTCompilation>True</RunAOTCompilation>
<PublishTrimmed>True</PublishTrimmed> <PublishTrimmed>True</PublishTrimmed>
@ -84,8 +84,8 @@
<ApplicationId>com.gehgassi.local</ApplicationId> <ApplicationId>com.gehgassi.local</ApplicationId>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'">
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.271</ApplicationDisplayVersion>
<ApplicationVersion>274</ApplicationVersion> <ApplicationVersion>271</ApplicationVersion>
<ApplicationId>com.gehgassi.local</ApplicationId> <ApplicationId>com.gehgassi.local</ApplicationId>
<MtouchDebug>True</MtouchDebug> <MtouchDebug>True</MtouchDebug>
<MtouchLink>None</MtouchLink> <MtouchLink>None</MtouchLink>
@ -94,16 +94,16 @@
<ForceSimulatorX64ArchitectureInIDE>true</ForceSimulatorX64ArchitectureInIDE> <ForceSimulatorX64ArchitectureInIDE>true</ForceSimulatorX64ArchitectureInIDE>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='DebugStaging|net8.0-ios|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='DebugStaging|net8.0-ios|AnyCPU'">
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.271</ApplicationDisplayVersion>
<ApplicationVersion>274</ApplicationVersion> <ApplicationVersion>271</ApplicationVersion>
<ApplicationId>com.gehgassi.local</ApplicationId> <ApplicationId>com.gehgassi.local</ApplicationId>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
<UseInterpreter>True</UseInterpreter> <UseInterpreter>True</UseInterpreter>
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.271</ApplicationDisplayVersion>
<ApplicationVersion>274</ApplicationVersion> <ApplicationVersion>271</ApplicationVersion>
<CodesignEntitlements>Platforms\iOS\Entitlements.production.plist</CodesignEntitlements> <CodesignEntitlements>Platforms\iOS\Entitlements.production.plist</CodesignEntitlements>
<CodesignKey></CodesignKey> <CodesignKey></CodesignKey>
<CodesignProvision></CodesignProvision> <CodesignProvision></CodesignProvision>
@ -113,8 +113,8 @@
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Staging|net8.0-ios|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Staging|net8.0-ios|AnyCPU'">
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.271</ApplicationDisplayVersion>
<ApplicationVersion>274</ApplicationVersion> <ApplicationVersion>271</ApplicationVersion>
<ApplicationId>com.gehgassi.local</ApplicationId> <ApplicationId>com.gehgassi.local</ApplicationId>
</PropertyGroup> </PropertyGroup>
@ -227,7 +227,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\..\gehGassi_backend\gehGassi.Dto\gehGassi.Dto.csproj" /> <ProjectReference Include="..\..\..\gehGassi\gehGassi.Dto\gehGassi.Dto.csproj" />
<ProjectReference Include="..\gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj" /> <ProjectReference Include="..\gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj" />
<ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" /> <ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" />
<ProjectReference Include="..\gehGassiApp.Data\gehGassiApp.Data.csproj" /> <ProjectReference Include="..\gehGassiApp.Data\gehGassiApp.Data.csproj" />