Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified OneSignalSDK.DotNet.Android.Core.Binding/Jars/core-release.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 8 additions & 7 deletions OneSignalSDK.DotNet.Android/AndroidOneSignal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ namespace OneSignalSDK.DotNet.Android;

public class AndroidOneSignal : IOneSignal
{
/** These static references are not used, but we need to reference at least one class
* in the binding projects that are otherwised not referenced. If we did *not*, then
* the binding DLLs will not be included in the output bin directory.
*/
private static Com.OneSignal.Android.InAppMessages.BuildConfig InAppMessagesBuildConfig;
private static Com.OneSignal.Android.Notifications.BuildConfig NotificationsBuildConfig;
private static Com.OneSignal.Android.Location.BuildConfig LocationBuildConfig;
/** These static references are not used, but we need to reference at least one class
* in the binding projects that are otherwised not referenced. If we did *not*, then
* the binding DLLs will not be included in the output bin directory.
*/

private static Com.OneSignal.Android.InAppMessages.IInAppMessagesManager InAppMessagesBuildConfig;
private static Com.OneSignal.Android.Notifications.INotificationsManager NotificationsBuildConfig;
private static Com.OneSignal.Android.Location.ILocationManager LocationBuildConfig;

public IUserManager User { get; } = new AndroidUserManager();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<dict>
<key>BinaryPath</key>
<string>OneSignalCore.framework/Versions/A/OneSignalCore</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
Expand All @@ -24,33 +26,37 @@
<dict>
<key>BinaryPath</key>
<string>OneSignalCore.framework/OneSignalCore</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>OneSignalCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>OneSignalCore.framework/OneSignalCore</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OneSignalCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Loading