diff options
Diffstat (limited to 'Map')
| -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> |