Skip to content

Commit

Permalink
Merge pull request #72 from OneSignal/fix/bindings_for_modular_libraries
Browse files Browse the repository at this point in the history
Fix iOS bindings for InAppMessages and Location
  • Loading branch information
emawby authored Oct 16, 2023
2 parents 24dc223 + 8b94dfb commit e1b5edc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions OneSignalSDK.DotNet.iOS.Binding/OneSignalSDK.dotnet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@
<ForceLoad>True</ForceLoad>
<Frameworks>OneSignalCore OneSignalNotifications OneSignalOSCore</Frameworks>
</NativeReference>
<NativeReference Include="$(MSBuildThisFileDirectory)../../res/ios/OneSignalLocation.xcframework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<ForceLoad>True</ForceLoad>
<Frameworks>OneSignalCore OneSignalNotifications OneSignalOSCore OneSignalUser UIKit</Frameworks>
</NativeReference>
<NativeReference Include="$(MSBuildThisFileDirectory)../../res/ios/OneSignalInAppMessages.xcframework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<ForceLoad>True</ForceLoad>
<Frameworks>OneSignalCore OneSignalNotifications OneSignalOSCore OneSignalUser OneSignalOutcomes UIKit WebKit CoreGraphics</Frameworks>
</NativeReference>
</ItemGroup>
</Target>
</Project>

0 comments on commit e1b5edc

Please sign in to comment.