Info.plist.in (997B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>CFBundleDevelopmentRegion</key> 6 <string>English</string> 7 <key>CFBundleExecutable</key> 8 <string>@EXECUTABLE@</string> 9 <key>CFBundleIdentifier</key> 10 <string>@BUNDLEID@</string> 11 <key>CFBundleInfoDictionaryVersion</key> 12 <string>6.0</string> 13 <key>CFBundlePackageType</key> 14 <string>APPL</string> 15 <key>CFBundleSignature</key> 16 <string>????</string> 17 <key>CFBundleVersion</key> 18 <string>1.0</string> 19 <key>LSBackgroundOnly</key> 20 <string>1</string> 21 <key>NSRequiresAquaSystemAppearance</key> 22 <true/> 23 <key>NSSupportsAutomaticGraphicsSwitching</key> 24 <true/> 25 <key>NSHighResolutionCapable</key> 26 <true/> 27 <key>MozillaDeveloperRepoPath</key> 28 <string>@MOZ_DEVELOPER_REPO_PATH@</string> 29 <key>MozillaDeveloperObjPath</key> 30 <string>@MOZ_DEVELOPER_OBJ_PATH@</string> 31 </dict> 32 </plist>