Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OneSignal/OneSignal-Xamarin-SDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.3
Choose a base ref
...
head repository: OneSignal/OneSignal-Xamarin-SDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.0-beta1-maui-only
Choose a head ref
  • 13 commits
  • 78 files changed
  • 2 contributors

Commits on Aug 5, 2022

  1. WIP maui update

    tanaynigam authored and jkasten2 committed Aug 5, 2022
    Copy the full SHA
    cb37769 View commit details
  2. Remove mac-catalyst xcframework

    tanaynigam authored and jkasten2 committed Aug 5, 2022
    Copy the full SHA
    436a702 View commit details
  3. Update Android packages

    tanaynigam authored and jkasten2 committed Aug 5, 2022
    Copy the full SHA
    bf8472f View commit details
  4. Update .csproj files with target framework

    * Update .csproj files with net6.0 target frameworks
    * Update project sdk to `Microsoft.NET.Sdk`
    * Update several other parameters for individual project files
    tanaynigam authored and jkasten2 committed Aug 5, 2022
    Copy the full SHA
    c83a68a View commit details
  5. Update project GUID in project solution

    * Update project GUID in project solution. replacing old GUIDs with newer project GUIDs
    tanaynigam authored and jkasten2 committed Aug 5, 2022
    Copy the full SHA
    e50717c View commit details
  6. Remove AutoGeneratedName from iOS Bindings

    * Remove `AutoGeneratedName` from ApiDefinition of iOS Bindings since it is deprecated in MAUI update
    tanaynigam authored and jkasten2 committed Aug 5, 2022
    Copy the full SHA
    301c7f9 View commit details
  7. Add Notification import

    * Add `Notification` import to avoid conflict with Xamarin's in built notification
    tanaynigam authored and jkasten2 committed Aug 5, 2022
    Copy the full SHA
    3a10163 View commit details
  8. Copy the full SHA
    8d4139e View commit details
  9. Update nuspec file

    * Update nuspec file to add net6.0 as target framework and folders
    tanaynigam authored and jkasten2 committed Aug 5, 2022
    Copy the full SHA
    3c56b5a View commit details
  10. fixed iOS builds by updated to net6.0-ios10.0

    Changed references to net6.0-ios10.0 from Xamarin.iOS so they referenced
    when using a .NET MAUI project. These changes do break .NET Xamarin
    integration so more changes will be needed to support both.
    jkasten2 committed Aug 5, 2022
    Copy the full SHA
    276012c View commit details
  11. MAUI Android works end-to-end

    Updated Android dependencies to get MAUI support for them.
    Omit OneSignalSDK.Xamarin.aar as it just contains duplicated .jar files,
    such as an auto generated one for kotlin.
    jkasten2 committed Aug 5, 2022
    Copy the full SHA
    f6dfc38 View commit details
  12. Copy the full SHA
    224a481 View commit details
  13. Bump solution version to 4.2.0-beta1-maui-only

    Update solution to 4.2.0-beta1-maui-only which updates all projects
    jkasten2 committed Aug 5, 2022
    Copy the full SHA
    123b33a View commit details
Loading