diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-16 12:10:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-16 12:10:02 +0200 |
| commit | 4e7e11cfd56adfa14a557c76e192ff3148cd2842 (patch) | |
| tree | f7e61dd1ec2ba76535b4650e6e5b960f337a88f0 /Map/Info.plist | |
| parent | 9acbbf34f8183ead1f2a12e60ecb919d5b3fec07 (diff) | |
3.0.03.0.0
Diffstat (limited to 'Map/Info.plist')
| -rw-r--r-- | Map/Info.plist | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Map/Info.plist b/Map/Info.plist index 61150cf..e862423 100644 --- a/Map/Info.plist +++ b/Map/Info.plist @@ -2,6 +2,12 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>SUEnableInstallerLauncherService</key> + <true/> + <key>SUPublicEDKey</key> + <string>lacD9VFVjJO55y+hEy+ReU4S0xbrnbdhncui1qLsmfI=</string> + <key>SUFeedURL</key> + <string>https://map.tranquil.systems/appcast.xml</string> <key>CFBundleDocumentTypes</key> <array> <dict> @@ -25,7 +31,7 @@ <string>public.plain-text</string> </array> <key>UTTypeDescription</key> - <string>Wardley Map written in Map's wmap syntax</string> + <string>Wardley Map written in Map's wmap syntax</string> <key>UTTypeIcons</key> <dict/> <key>UTTypeIdentifier</key> |