##古いソフトの対応
- VMware Fusion 6.0.5 問題なさげ
- iStat Menus 3.2.7 温度センサー関連をインストールしなければ問題なさげ
- LaunchBar 5.6 問題なさげ
- かわせみ 1.1.5 問題なさげ
- Audio Hijack Pro 2.11 問題なさげ
##リンク
| #!/usr/bin/env xcrun swift | |
| import Cocoa | |
| extension NSURL { | |
| var isDirectory: Bool { | |
| return resourceValue(NSURLIsDirectoryKey) | |
| } | |
| var isExcludedFromBackup: Bool { | |
| return resourceValue(NSURLIsExcludedFromBackupKey) |
##古いソフトの対応
##リンク
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # usage: swift-demangle-filter.py [-h] [-o <outfile>] [<file> <options>] | |
| # | |
| # Read swift assembly, demangle Swift Symbol and output it. | |
| # | |
| # positional arguments: | |
| # <file> <options> If <file> has .swift, compile it with <options>; or read | |
| # (<file> or <stdin>) as assembly. |
| import Foundation | |
| var l = [ | |
| "abesi", | |
| "hidebu", | |
| "tawaba", | |
| ] | |
| var m = [ | |
| "abesi": 1, |
#DVTPlugInCompatibilityUUID
37B30044-3B14-46BA-ABAA-F01000C27B63A2E4D43F-41F4-4FB9-BB94-7177011C9AEDAD68E85B-441B-4301-B564-A45E4919A6ADC4A681B0-4A26-480E-93EC-1218098B9AA0A16FF353-8441-459E-A50C-B071F53F51B79F75337B-21B4-4ADC-B558-F9CADF7073A7E969541F-E6F9-4D25-8158-72DC3545A6C67FDF5C7A-131F-4ABB-9EDC-8C5F8F0B8A90A list of Sketch plugins hosted at GitHub, in no particular order.
| // | |
| // UIApplication+UIID.h | |
| // UIID | |
| // | |
| // Created by akisute on 11/08/22. | |
| // | |
| #import <UIKit/UIKit.h> | |