-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Xamarin SDK for version 3.0.0
Showing
1,134 changed files
with
49,393 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,4 @@ build | |
|
||
# Visual Studio | ||
**/.vs | ||
*.code-workspace | ||
*.code-workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
appboy-component/lib/android/AppboyPlatform.AndroidCore.dll
Binary file not shown.
Binary file modified
BIN
+208 Bytes
(100%)
appboy-component/lib/android/AppboyPlatform.AndroidCore.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
appboy-component/nuget/BrazePlatform.BrazeiOSBinding.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>BrazePlatform.BrazeiOSBinding</id> | ||
<version>3.0.0</version> | ||
<authors>Braze</authors> | ||
<owners>Braze</owners> | ||
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl> | ||
<license type="file">LICENSE.txt</license> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Braze Xamarin iOS .NET-6 Binding</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2023</copyright> | ||
<tags>Braze Appboy</tags> | ||
<dependencies> | ||
<group targetFramework="net6.0-ios11.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="../src/iosnet6/BrazeiOSNet6Binding/bin/Debug/net6.0-ios11.0/BrazeiOSBinding.dll" target="lib/net6.0-ios11.0" /> | ||
<file src="../src/iosnet6/BrazeiOSNet6Binding/bin/Debug/net6.0-ios11.0/BrazeiOSBinding.pdb" target="lib/net6.0-ios11.0" /> | ||
<file src="../src/iosnet6/BrazeiOSNet6Binding/bin/Debug/net6.0-ios11.0/BrazeiOSBinding.resources/**/*" target="res/ios" /> | ||
<file src="../src/iosnet6/BrazePlatform.BrazeiOSBinding.targets" target="build/net6.0-ios11.0/" /> | ||
<file src="../../Public/braze-logo.png" target="images/" /> | ||
<file src="../../Public/LICENSE.txt" target="" /> | ||
</files> | ||
</package> |
33 changes: 33 additions & 0 deletions
33
appboy-component/samples/ios-net-maui/BrazeiOSMauiSampleApp/BrazeiOSMauiSampleApp.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 17.0.31611.283 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrazeiOSMauiSampleApp", "BrazeiOSMauiSampleApp\BrazeiOSMauiSampleApp.csproj", "{F8E54375-8503-4804-AF19-B07766AC4580}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrazeiOSBinding", "..\..\..\src\iosnet6\BrazeiOSNet6Binding\BrazeiOSBinding.csproj", "{1FBB2702-B2CE-48A1-8EE0-112636BBB524}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{F8E54375-8503-4804-AF19-B07766AC4580}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F8E54375-8503-4804-AF19-B07766AC4580}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F8E54375-8503-4804-AF19-B07766AC4580}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | ||
{F8E54375-8503-4804-AF19-B07766AC4580}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F8E54375-8503-4804-AF19-B07766AC4580}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{F8E54375-8503-4804-AF19-B07766AC4580}.Release|Any CPU.Deploy.0 = Release|Any CPU | ||
{1FBB2702-B2CE-48A1-8EE0-112636BBB524}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{1FBB2702-B2CE-48A1-8EE0-112636BBB524}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{1FBB2702-B2CE-48A1-8EE0-112636BBB524}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{1FBB2702-B2CE-48A1-8EE0-112636BBB524}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} | ||
EndGlobalSection | ||
EndGlobal |
15 changes: 15 additions & 0 deletions
15
appboy-component/samples/ios-net-maui/BrazeiOSMauiSampleApp/BrazeiOSMauiSampleApp/App.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version = "1.0" encoding = "UTF-8" ?> | ||
<Application xmlns="http://schemas.microsoft.com/dotnet/2021/maui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | ||
xmlns:local="clr-namespace:BrazeiOSMauiSampleApp" | ||
x:Class="BrazeiOSMauiSampleApp.App"> | ||
<Application.Resources> | ||
<ResourceDictionary> | ||
<ResourceDictionary.MergedDictionaries> | ||
<ResourceDictionary Source="Resources/Styles/Colors.xaml" /> | ||
<ResourceDictionary Source="Resources/Styles/Styles.xaml" /> | ||
</ResourceDictionary.MergedDictionaries> | ||
</ResourceDictionary> | ||
</Application.Resources> | ||
</Application> | ||
|
11 changes: 11 additions & 0 deletions
11
...oy-component/samples/ios-net-maui/BrazeiOSMauiSampleApp/BrazeiOSMauiSampleApp/App.xaml.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
namespace BrazeiOSMauiSampleApp; | ||
|
||
public partial class App : Application | ||
{ | ||
public App() | ||
{ | ||
InitializeComponent(); | ||
|
||
MainPage = new NavigationPage(new MainPage()); | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...les/ios-net-maui/BrazeiOSMauiSampleApp/BrazeiOSMauiSampleApp/BrazeiOSMauiSampleApp.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net7.0-ios</TargetFrameworks> | ||
|
||
<OutputType>Exe</OutputType> | ||
<UseMaui>true</UseMaui> | ||
<SingleProject>true</SingleProject> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>true</ImplicitUsings> | ||
|
||
<!-- App Identifier --> | ||
<ApplicationTitle>BrazeiOSMauiSampleApp</ApplicationTitle> | ||
<ApplicationId>com.braze.BrazeiOSMauiSampleApp</ApplicationId> | ||
<ApplicationIdGuid>38a0e2f7-8154-4ac3-b3eb-0a90679a4fe0</ApplicationIdGuid> | ||
|
||
<!-- Versions --> | ||
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion> | ||
<ApplicationVersion>1</ApplicationVersion> | ||
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<CreatePackage>false</CreatePackage> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\src\iosnet6\BrazeiOSNet6Binding\BrazeiOSBinding.csproj" /> | ||
</ItemGroup> | ||
</Project> |
7 changes: 7 additions & 0 deletions
7
...-component/samples/ios-net-maui/BrazeiOSMauiSampleApp/BrazeiOSMauiSampleApp/MainPage.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | ||
x:Class="BrazeiOSMauiSampleApp.MainPage"> | ||
<!--Nothing here because we add views programmatically in the c# file--> | ||
|
||
</ContentPage> |
Oops, something went wrong.