My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!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>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.google.GTMiPhone</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
</dict>
</plist>
Show details Hide details

Change log

r28 by thomasvl on Jun 13, 2008   Diff
Landing a log of AppleScript/AppleEvent
support code.
Landing GTMHTTPServer as a simple server
but mainly for use in unittesting.
_GTMCompileAssert for doing compile time
assertions to GTMDefines.h
Lots of improvments for UnitTesting,
Dave's gonna put up a wiki page shortly
with the full details of what can be done.

Go to: 
Project members, sign in to write a code review

Older revisions

r19 by thomasvl on Apr 14, 2008   Diff
See the ReleaseNotes for the full
details, highlights:
- bug fixes
- code coverage support
- more complete unittests
...
All revisions of this file

File info

Size: 732 bytes, 24 lines