Skip to content

Commit

Permalink
Add OneSignalLiveActivities framework into targets file
Browse files Browse the repository at this point in the history
  • Loading branch information
brismithers committed May 17, 2024
1 parent 7436d0b commit 8794311
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OneSignalSDK.DotNet.iOS.Binding/OneSignalSDK.dotnet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
<ForceLoad>True</ForceLoad>
<Frameworks>OneSignalCore OneSignalNotifications OneSignalOSCore OneSignalUser UIKit</Frameworks>
</NativeReference>
<NativeReference Include="$(MSBuildThisFileDirectory)../../res/ios/OneSignalLiveActivities.xcframework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<ForceLoad>True</ForceLoad>
<Frameworks>OneSignalCore OneSignalOSCore OneSignalUser ActivityKit</Frameworks>
</NativeReference>
<NativeReference Include="$(MSBuildThisFileDirectory)../../res/ios/OneSignalInAppMessages.xcframework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
Expand Down

0 comments on commit 8794311

Please sign in to comment.