Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: Info-ResourceBundle.plist

Issue 29756571: Issue 6609: KittCore Removed CI values (Closed)
Patch Set: Created April 19, 2018, 9:13 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleIdentifier</key> 7 <key>CFBundleIdentifier</key>
8 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 8 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
9 <key>CFBundleInfoDictionaryVersion</key> 9 <key>CFBundleInfoDictionaryVersion</key>
10 <string>6.0</string> 10 <string>6.0</string>
11 <key>CFBundleName</key> 11 <key>CFBundleName</key>
12 <string>$(PRODUCT_NAME)</string> 12 <string>$(PRODUCT_NAME)</string>
13 <key>CFBundlePackageType</key> 13 <key>CFBundlePackageType</key>
14 <string>BNDL</string> 14 <string>BNDL</string>
15 <key>CFBundleShortVersionString</key> 15 <key>CFBundleShortVersionString</key>
16 <string>ERR_MUST_REPLACE</string> 16 <string>ERR_MUST_REPLACE</string>
17 <key>CFBundleSignature</key> 17 <key>CFBundleSignature</key>
18 <string>????</string> 18 <string>????</string>
19 <key>CFBundleVersion</key> 19 <key>CFBundleVersion</key>
20 » <string>$(CORE_BUILD_NUMBER)</string> 20 » <string>$(BUILD_NUMBER)</string>
21 </dict> 21 </dict>
22 </plist> 22 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld