diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:30:36 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:30:36 +0200 |
| commit | f8c877e01e6517b13ec085d9d79bf316c7637344 (patch) | |
| tree | 94292e8ec72e1dab05fa9e6b015088c6c88cdc0a /Map/Info.plist | |
| parent | 0cc8ac9cc39ce3a1bcc9ea88345d18f17a46cb2a (diff) | |
Share a configuration between app and quicklook
Diffstat (limited to 'Map/Info.plist')
| -rw-r--r-- | Map/Info.plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Map/Info.plist b/Map/Info.plist index fb1a6fc..3ce52cd 100644 --- a/Map/Info.plist +++ b/Map/Info.plist @@ -4,12 +4,6 @@ <dict> <key>ATSApplicationFontsPath</key> <string>Fonts</string> - <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,6 +19,12 @@ <string>$(PRODUCT_BUNDLE_IDENTIFIER).exampledocument</string> </dict> </array> + <key>SUEnableInstallerLauncherService</key> + <true/> + <key>SUFeedURL</key> + <string>https://map.tranquil.systems/appcast.xml</string> + <key>SUPublicEDKey</key> + <string>lacD9VFVjJO55y+hEy+ReU4S0xbrnbdhncui1qLsmfI=</string> <key>UTImportedTypeDeclarations</key> <array> <dict> @@ -33,7 +33,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> |