OLD | NEW |
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>CFBundleDocumentTypes</key> | 7 <key>CFBundleDocumentTypes</key> |
8 <array> | 8 <array> |
9 <dict> | 9 <dict> |
10 <key>CFBundleTypeExtensions</key> | 10 <key>CFBundleTypeExtensions</key> |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 </array> | 112 </array> |
113 <key>CFBundleTypeRole</key> | 113 <key>CFBundleTypeRole</key> |
114 <string>Viewer</string> | 114 <string>Viewer</string> |
115 </dict> | 115 </dict> |
116 </array> | 116 </array> |
117 <key>CFBundleExecutable</key> | 117 <key>CFBundleExecutable</key> |
118 <string>${EXECUTABLE_NAME}</string> | 118 <string>${EXECUTABLE_NAME}</string> |
119 <key>CFBundleIconFile</key> | 119 <key>CFBundleIconFile</key> |
120 <string>app.icns</string> | 120 <string>app.icns</string> |
121 <key>CFBundleIdentifier</key> | 121 <key>CFBundleIdentifier</key> |
122 » <string>BUNDLE_ID</string> | 122 » <string>${CHROMIUM_BUNDLE_ID}</string> |
123 <key>CFBundleInfoDictionaryVersion</key> | 123 <key>CFBundleInfoDictionaryVersion</key> |
124 <string>6.0</string> | 124 <string>6.0</string> |
125 <key>CFBundleName</key> | 125 <key>CFBundleName</key> |
126 » <string>BUNDLE_NAME</string> | 126 » <string>${EXECUTABLE_NAME}</string> |
127 <key>CFBundlePackageType</key> | 127 <key>CFBundlePackageType</key> |
128 <string>APPL</string> | 128 <string>APPL</string> |
129 <key>CFBundleSignature</key> | 129 <key>CFBundleSignature</key> |
130 <string>????</string> | 130 <string>????</string> |
131 <key>CFBundleURLTypes</key> | 131 <key>CFBundleURLTypes</key> |
132 <array> | 132 <array> |
133 <dict> | 133 <dict> |
134 <key>CFBundleURLName</key> | 134 <key>CFBundleURLName</key> |
135 <string>Web site URL</string> | 135 <string>Web site URL</string> |
136 <key>CFBundleURLSchemes</key> | 136 <key>CFBundleURLSchemes</key> |
(...skipping 24 matching lines...) Expand all Loading... |
161 <key>LSFileQuarantineEnabled</key> | 161 <key>LSFileQuarantineEnabled</key> |
162 <true/> | 162 <true/> |
163 <key>LSUIElement</key> | 163 <key>LSUIElement</key> |
164 <string>1</string> | 164 <string>1</string> |
165 <key>NSMainNibFile</key> | 165 <key>NSMainNibFile</key> |
166 <string>MainMenu</string> | 166 <string>MainMenu</string> |
167 <key>NSPrincipalClass</key> | 167 <key>NSPrincipalClass</key> |
168 <string>NSApplication</string> | 168 <string>NSApplication</string> |
169 </dict> | 169 </dict> |
170 </plist> | 170 </plist> |
OLD | NEW |