Norio Nomura
Norio Nomura
There are some different behaviors between current developer preview and earlier one of 10.9 about the AppleScript mechanism which allows injecting plugins into target process. So, I can't say whether...
EasySIMBL just works on my Mac with OS X 10.9 (13A603). Some different behaviors that I saw in earlier Developer Previews does not happen on OS X 10.9 (13A603). I...
EasySIMBL-1.5 has been released as OS X 10.9 tested version.
I found an issue #7 which caused by injecting plugin with `BundlerIdentifier = "*"` into non-sandboxed app on OS X 10.9.
Hi @Tyilo, Please re-try [EasySIMBL-1.5.1](https://github.com/norio-nomura/EasySIMBL/releases/tag/EasySIMBL-1.5.1).
It seems Google Chrome has CFBundleBlocker. https://code.google.com/p/chromium/issues/detail?id=95045 Maybe EasySIMBL will not support it.
Hi @Tyilo, As far as I know, the launch item API which EasySIMBL using depend on Spotlight index. If Spotlight index is disabled, the API won't work.
You can check by following command: ``` mdfind "(_kMDItemApplicationLoginIdentifiers == '*') && (_kMDItemGroupId == 8)" ``` E.g. The result on my Mac is, ``` /Applications/EasySIMBL.app /Applications/1Password 4.app /Applications/1Password.app /Applications/Aperture.app /Applications/iPhoto.app...
I'm aware of this issue while creating other SIMBL plugins. But, I didn't think it happens in daily use. I will check about this issue. For resolving this issue manually,...
> If you look at the actual contents of the Container, you'll notice most of the folders are actually symbolic links. For example: I recognized those symbolic links are specially...