Skip to content

Commit 8e18d20

Browse files
committed
Mac: Build legacy Quicklook plugin w/o CLD2
Don't include language detection in PoeditQuicklook.qlgenerator. This was originally done for the modern QuicklookPreview.appex replacement only accidentally, but it makes sense to do it: language detection is much less useful in the context of merely previewing files, and removing CLD2 halves binary size of these extensions.
1 parent f420763 commit 8e18d20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Poedit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,6 @@
24192419
INFOPLIST_FILE = src/quicklook/InfoLegacy.plist;
24202420
INSTALL_PATH = /Library/QuickLook;
24212421
MTL_ENABLE_DEBUG_INFO = YES;
2422-
POEDIT_FEATURES = HAVE_CLD2;
24232422
PRODUCT_BUNDLE_IDENTIFIER = net.poedit.PoeditQuicklook;
24242423
PRODUCT_NAME = PoeditQuicklook;
24252424
SKIP_INSTALL = YES;
@@ -2453,7 +2452,6 @@
24532452
INFOPLIST_FILE = src/quicklook/InfoLegacy.plist;
24542453
INSTALL_PATH = /Library/QuickLook;
24552454
MTL_ENABLE_DEBUG_INFO = NO;
2456-
POEDIT_FEATURES = HAVE_CLD2;
24572455
PRODUCT_BUNDLE_IDENTIFIER = net.poedit.PoeditQuicklook;
24582456
PRODUCT_NAME = PoeditQuicklook;
24592457
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)