aboutsummaryrefslogtreecommitdiff
path: root/UnitTest-Info.plist
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2013-01-03 18:30:08 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2013-01-03 18:30:08 +0000
commit8b801a69e266d8dbb189ae6a9b890344df5c4bf0 (patch)
treed7908e2ec93bb650566cedb015f2c101400e9c4d /UnitTest-Info.plist
parent3d42089a8fac73ca2c437fdfffaffc12ac540159 (diff)
[Author: thomasvl]
Fix up one compile warning found by Xcode. Use the newer directive to fix up the unittest bundle ids (flagged by newer Xcodes). Force the deployment version to 10.5 to avoid a bunch of the color sync dep. notices. R=dmaclach DELTA=7 (2 added, 0 deleted, 5 changed)
Diffstat (limited to 'UnitTest-Info.plist')
-rw-r--r--UnitTest-Info.plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/UnitTest-Info.plist b/UnitTest-Info.plist
index 71daf7d..8f36dfe 100644
--- a/UnitTest-Info.plist
+++ b/UnitTest-Info.plist
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>com.google.${PRODUCT_NAME}</string>
+ <string>com.google.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>