Skip to content

Commit

Permalink
fix: update linker flags format and add arbitrary load permissions in…
Browse files Browse the repository at this point in the history
… Info.plist
  • Loading branch information
pushpender-singh-ap committed Dec 31, 2024
1 parent c96b31d commit 0aaf319
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/InkNest/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<false/>
<key>NSAllowsLocalNetworking</key>
<true/>
<key>NSAllowsArbitraryLoadsForMedia</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>
<key>NSUserTrackingUsageDescription</key>
<string>We will be used to deliver personalized ads to you.</string>
Expand Down

0 comments on commit 0aaf319

Please sign in to comment.