This repository has been archived by the owner on Jul 18, 2019. It is now read-only.
Releases: norio-nomura/EasySIMBL
Releases · norio-nomura/EasySIMBL
EasySIMBL-1.7.1
Change runningApplication observing codes.
Now EasySIMBL has more stable code for detecting termination of sandboxed applications.
I expect it will help plugin developers for debugging.
EasySIMBL-1.7
Change CFBundleIdentifier
to “net.culater.SIMBL” on EasySIMBL.osax
- New
CFBundleIdentifier
ofEasySIMBL.osax
has been changed fromcom.github.norio-nomura.EasySIMBL.osax
tonet.culater.SIMBL
. This trick will make Google Chrome allow loading plugins. See #12 - Add checking file existence of .plist before creating link into container. Fix#15
- Add checking "[bundleIdentifier length] > 0" on injecting container.
EasySIMBL-1.6
- Support injecting plugins into background process
LSBackgroundOnly=1
and agent processLSUIElement=1
, if plugin has explicitly targeting application bundle identifier (not*
. e.g.com.apple.appkit.xpc.openAndSavePanelService
,com.apple.dock
orcom.apple.security.pboxd
). - Compatible with PowerBox
com.apple.security.pboxd
. - On
SIMBL Agent.app
launching, the agent will not inject plugins targeting bundleIdentifier == "*" into apps which hasLSUIElement=1
orLSBackgroundOnly=1
in Info.plist. This behavior has been changed from previous version of EasySIMBL.
EasySIMBL-1.5.1
- Fix
SIMBL Agent.app
stop responding when inject plugin withBundlerIdentifier = "*"
into non-sandboxed app on OS X 10.9. - Change bundle structure for adapting to change of
codesign(1)
on OS X 10.9.
EasySIMBL-1.5
Tested on OS X 10.9
EasySIMBL-1.4
EasySIMBL-1.4