OSDN Git Service

For MacOS Big Sur 11.2 3.0.2
authorkurikinton <kurikinton@users.osdn.me>
Wed, 13 Jan 2021 08:50:26 +0000 (17:50 +0900)
committerkurikinton <kurikinton@users.osdn.me>
Wed, 13 Jan 2021 08:50:26 +0000 (17:50 +0900)
Info.plist
LFApp.h

index 7c8d2d3..40be4ec 100644 (file)
        <string>1</string>
        <key>NSPrincipalClass</key>
        <string>LetterFix</string>
+       <key>Supported11.2PluginCompatibilityUUIDs</key>
+       <array>
+               <string>D985F0E4-3BBC-4B95-BBA1-12056AC4A531</string>
+       </array>
        <key>Supported11.1PluginCompatibilityUUIDs</key>
        <array>
                <string>D985F0E4-3BBC-4B95-BBA1-12056AC4A531</string>
diff --git a/LFApp.h b/LFApp.h
index 52a1f1a..e1d37c1 100644 (file)
--- a/LFApp.h
+++ b/LFApp.h
@@ -10,7 +10,7 @@
 #import <AppKit/AppKit.h>
 //#import "LFMenu.h"
 
-#define LETTERFIX_VERSION "3.0.1"
+#define LETTERFIX_VERSION "3.0.2"
 
 enum LFversion {
     LF_Unknown = -1,