Norio Nomura

Results 96 comments of Norio Nomura

I have stopped developing my SIMBL plugins since I stopped using Twitter for Mac which was major reason for developing plugins. Now, I don't have motivation for resolving this issue....

I just released EasySIMBL-1.7.1 containing 524be0c which make more stable detecting termination of sandboxed applications.

It seems OS X 10.10.4 b4 (14E26a) has restricted API that EasySIMBL (and original SIML) depend on with some undocumented conditions. > 2015/05/27 12:57:34.421 com.github.norio-nomura.SIMBL-Agent[41695]: AppleEvents: Send port for process...

I have been taught that the log is appearing also on OS X 10.10.3. It seems silently failed injecting on OS X 10.10.4 (14E26a) EasySIMBL has ever stopped working while...

@d235j Thanks. I'll investigate.

I tested injecting EasySIMBL.osax by using AppleScript as following: ``` AppleScript tell application "Safari" to «event ESIMload» ``` got same errors on both OS X 10.10.3 and OS X 10.10.4...

@d235j Thank you for explanation, After editing Info.plist of EasySIMBL.osax 0.10.10 (bundled into EasySIMBL-1.7.1) and re-codesign it, I got works by AppleScript.

Referring information about TotalFinder, I have tried fix. But I have not yet success EasySIMBL working on OS X 10.10.4 (14E26a). :disappointed:

@sdsykes @darwin Thanks for informations, I will try using AESendMessage as first step.

I have tested using `AESendMessage` without `SBApplication`. It works on OS X 10.10.3 and does not work on OS X 10.10.4 (14E26a). Is it needed to change bundle structures for...