Changes between Initial Version and Version 1 of Ticket #61076, comment 2
- Timestamp:
- Aug 27, 2020, 6:55:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61076, comment 2
initial v1 1 1 The error: 2 2 3 {{{ 3 4 :info:build ../src/osx/core/mimetype.cpp:434:32: error: use of undeclared identifier 'LSCopyDefaultApplicationURLForContentType' 4 5 :info:build wxCFRef<CFURLRef> appUrl = LSCopyDefaultApplicationURLForContentType( cfuti, kLSRolesAll, NULL); 6 }}} 5 7 6 8 I found out that LSCopyDefaultApplicationURLForContentType first appears on Mac OS 10.10. Source: https://developer.apple.com/documentation/coreservices/1447734-lscopydefaultapplicationurlforco?language=objc