Skip to content

Commit

Permalink
Review RingProgressView for macOS 14.0
Browse files Browse the repository at this point in the history
Add containerBackgroup property for macOS wdiget 14.0
Add Tap gesture on tvOS 16
Change RingProgressView diameter based on min between height and width
  • Loading branch information
mulot committed Nov 14, 2023
1 parent bb3a9c1 commit fe33a5d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BeatTimeWidgetiOSExtension.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

0 comments on commit fe33a5d

Please sign in to comment.