Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Commit

Permalink
Change CFBundleIdentifier to “net.culater.SIMBL” on EasySIMBL.osax
Browse files Browse the repository at this point in the history
#12
Google Chrome has a "Bundle Blocker" mechanism which prevent loading unknown bundles.
The Bundle Blocker also have white list to allowing loading bundles.
Because the original SIMBL is in the white list, Google Chrome loads it.
http://src.chromium.org/viewvc/chrome/branches/874/src/chrome/common/mac/cfbundle_blocker.mm?r1=101122&r2=105568
But, EasySIMBL is not in the white list, so Google Chrome does not load it.
  • Loading branch information
norio-nomura committed Aug 30, 2014
1 parent 30a566c commit e0a89a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rez/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.github.norio-nomura.${PRODUCT_NAME:rfc1034identifier}.${WRAPPER_EXTENSION}</string>
<string>net.culater.SIMBL</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit e0a89a3

Please sign in to comment.