diff options
| author | Dustin Mierau <dustin@mierau.me> | 2025-11-11 20:25:40 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2025-11-11 20:25:40 -0800 |
| commit | 5a3d06c527cf03d68149449965fade0dd5ea0ed2 (patch) | |
| tree | 73a1723fb3f99fd53cf23e87901043b7fd0a3cf1 /Hotline/Hotline.entitlements | |
| parent | b58129025413367d8237b3147a9fa96bd4e6924f (diff) | |
Fix warning in console about panel not restoring. Add popover for compact transfers list items. Remove push notification entitlement.
Diffstat (limited to 'Hotline/Hotline.entitlements')
| -rw-r--r-- | Hotline/Hotline.entitlements | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Hotline/Hotline.entitlements b/Hotline/Hotline.entitlements index e15d27d..074bc56 100644 --- a/Hotline/Hotline.entitlements +++ b/Hotline/Hotline.entitlements @@ -2,10 +2,6 @@ <!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.aps-environment</key> - <string>development</string> <key>com.apple.developer.icloud-container-identifiers</key> <array> <string>iCloud.co.goodmake.hotline</string> |