aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-10 20:38:14 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-10 20:38:14 +0000
commit5eb7b8cf34a554a793f5e8122236a957cfb1b85f (patch)
tree9d077b1a23bb1afd5e43c210c5cb8f2487429f01 /src/utils
parentb447d215772a5984dc776a8dc058e0711d566c04 (diff)
Fix CFBundleIdentifier of SampleApp
This allows SampleApp to pick up the following setting to force on LCD font smoothing: defaults write com.googlecode.skia.SampleApp AppleFontSmoothing -int 2 See http://code.google.com/p/skia/issues/detail?id=382 ('make gm results consistent regardless of system LCDtext settings') git-svn-id: http://skia.googlecode.com/svn/trunk@3164 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/mac/SampleApp-Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/mac/SampleApp-Info.plist b/src/utils/mac/SampleApp-Info.plist
index d7863b6734..64c6d481ff 100644
--- a/src/utils/mac/SampleApp-Info.plist
+++ b/src/utils/mac/SampleApp-Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>com.googlecode.skia.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>