Skip to content

Commit

Permalink
Add all relevant applinks to entitlements for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Oct 31, 2024
1 parent 24ab323 commit 2e8f97b
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks://wildfiresituation.nrs.gov.bc.ca</string>
</array>
</dict>
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks://wfnews-client.dev.bcwildfireservices.com</string>
<string>applinks://wfnews-client.test.bcwildfireservices.com</string>
<string>applinks://wildfiresituation.nrs.gov.bc.ca</string>
</array>
</dict>
</plist>

0 comments on commit 2e8f97b

Please sign in to comment.