summaryrefslogtreecommitdiff
path: root/DomainDig/Info.plist
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-23 22:15:20 -0500
committerChristian Cleberg <[email protected]>2026-04-23 22:15:20 -0500
commitf045a5d339a796f40a9e958436ebc6f5314bdab8 (patch)
treec1d122f3ed7a9110dfcd001c86a56ed67980dfcc /DomainDig/Info.plist
parent6c23daaaba2a954220ece2afa7193dbdcad55c22 (diff)
downloaddomain-dig-f045a5d339a796f40a9e958436ebc6f5314bdab8.tar.gz
domain-dig-f045a5d339a796f40a9e958436ebc6f5314bdab8.tar.bz2
domain-dig-f045a5d339a796f40a9e958436ebc6f5314bdab8.zip
feat(v3.4.0): add backup, restore, and data portability
• introduce versioned DomainDig backup format • add full backup export/import with merge and replace modes • implement data validation and conflict handling • add partial exports for tracked domains, workflows, and history • add Data Portability settings section • support Files/iCloud Drive import and export • harden migrations for evolving local models • extend CLI with backup export and validation
Diffstat (limited to 'DomainDig/Info.plist')
-rw-r--r--DomainDig/Info.plist8
1 files changed, 8 insertions, 0 deletions
diff --git a/DomainDig/Info.plist b/DomainDig/Info.plist
index e397175..a24a71e 100644
--- a/DomainDig/Info.plist
+++ b/DomainDig/Info.plist
@@ -6,5 +6,13 @@
<true/>
<key>App ​Transport ​Security ​Settings (or NSApp​Transport​Security)</key>
<dict/>
+ <key>BGTaskSchedulerPermittedIdentifiers</key>
+ <array>
+ <string>net.cleberg.DomainDig.monitor.refresh</string>
+ </array>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>fetch</string>
+ </array>
</dict>
</plist>