| Index: test/mac/swift/Info.plist
|
| diff --git a/test/mac/installname/Info.plist b/test/mac/swift/Info.plist
|
| similarity index 80%
|
| copy from test/mac/installname/Info.plist
|
| copy to test/mac/swift/Info.plist
|
| index 5e05a5190c89319f64f3b900f19dc1473bb7fdfc..4d45a6227336c05b6343deddc407738847ceefd7 100644
|
| --- a/test/mac/installname/Info.plist
|
| +++ b/test/mac/swift/Info.plist
|
| @@ -3,19 +3,17 @@
|
| <plist version="1.0">
|
| <dict>
|
| <key>CFBundleDevelopmentRegion</key>
|
| - <string>English</string>
|
| + <string>en</string>
|
| <key>CFBundleExecutable</key>
|
| <string>${EXECUTABLE_NAME}</string>
|
| - <key>CFBundleIconFile</key>
|
| - <string></string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>com.yourcompany.${PRODUCT_NAME}</string>
|
| + <string>Yandex.${PRODUCT_NAME:rfc1034identifier}</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| <key>CFBundleName</key>
|
| <string>${PRODUCT_NAME}</string>
|
| <key>CFBundlePackageType</key>
|
| - <string>FMWK</string>
|
| + <string>APPL</string>
|
| <key>CFBundleShortVersionString</key>
|
| <string>1.0</string>
|
| <key>CFBundleSignature</key>
|
| @@ -23,6 +21,6 @@
|
| <key>CFBundleVersion</key>
|
| <string>1</string>
|
| <key>NSPrincipalClass</key>
|
| - <string></string>
|
| + <string>NSApplication</string>
|
| </dict>
|
| </plist>
|
|
|