aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-10-06 13:21:11 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-10-06 13:37:34 -0400
commiteb6495255c76f940fb6ca6083f7ba0d3b2ae7b41 (patch)
treecf26f5196c42c3dffb95cad7cfb362d83fd75e79 /UnitTesting
parent4fdef15a32fe666a90073ffe00da4779d7902a65 (diff)
Let Xcode 9 update the settings on the projects.
Diffstat (limited to 'UnitTesting')
-rw-r--r--UnitTesting/GTMUIUnitTestingHarness/Info.plist10
1 files changed, 5 insertions, 5 deletions
diff --git a/UnitTesting/GTMUIUnitTestingHarness/Info.plist b/UnitTesting/GTMUIUnitTestingHarness/Info.plist
index 11355f7..67b771a 100644
--- a/UnitTesting/GTMUIUnitTestingHarness/Info.plist
+++ b/UnitTesting/GTMUIUnitTestingHarness/Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>com.google.GTMUIUnitTestingHarness</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -18,10 +18,6 @@
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
- <key>CFBundleVersion</key>
- <string>1.0</string>
- <key>NSMainNibFile</key>
- <string>MainMenu</string>
<!-- The CFBundleURLTypes are in here specifically to test
GTMGetURLHandler. See GTMGetURLHandlerTest for details -->
<key>CFBundleURLTypes</key>
@@ -65,6 +61,10 @@
</array>
</dict>
</array>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>