How-To: Stop iTunes Web Links From Opening iTunes (via ライフハッカー)
そんなの、レジストリを… と思ったら Mac の話でした。
で、このパッチで良いんじゃないかな? iTunes アップデートの度にパッチ当てなきゃダメだけどアプリごとに変な設定するよりはいいし、いつでも元に戻せる安心感がある。
--- Info.plist 2010-04-05 00:00:00.000000000 +0900 +++ Info.plist 2010-04-05 00:00:00.000000000 +0900 @@ -584,6 +584,7 @@ <key>LSIsAppleDefaultForType</key> <string>Yes</string> </dict> + <!-- <dict> <key>CFBundleTypeRole</key> <string>Editor</string> @@ -598,6 +599,7 @@ <key>LSIsAppleDefaultForType</key> <string>Yes</string> </dict> + --> <dict> <key>CFBundleTypeRole</key> <string>Editor</string>
|