Skip to content

Commit

Permalink
Add assoc domains for app clips (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Matsudate <[email protected]>
  • Loading branch information
d-date committed Mar 20, 2024
1 parent 5e4f098 commit 8e2f7aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions App/App/App.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<string>development</string>
<key>com.apple.developer.aps-environment</key>
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>appclips:tryswift.co</string>
</array>
<key>com.apple.developer.icloud-container-identifiers</key>
<array/>
<key>com.apple.developer.icloud-services</key>
Expand Down
14 changes: 9 additions & 5 deletions App/Clip/Clip.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.parent-application-identifiers</key>
<array>
<string>$(AppIdentifierPrefix)jp.tryswift.tokyo.App</string>
</array>
<key>com.apple.developer.associated-domains</key>
<array>
<string>appclips:tryswift.co</string>
</array>
<key>com.apple.developer.parent-application-identifiers</key>
<array>
<string>$(AppIdentifierPrefix)jp.tryswift.tokyo.App</string>
</array>
</dict>
</plist>
</plist>

0 comments on commit 8e2f7aa

Please sign in to comment.