Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: test/ios/swift/TestInfo.plist

Issue 1160773005: Support for Swift language and Clang modules for ninja generator. Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set: Fixed rare build failure when compiling with modules for multiple archs Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/ios/swift/MySwiftTest.swift ('k') | test/ios/swift/main.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/swift/TestInfo.plist
diff --git a/test/mac/swift-library/Info.plist b/test/ios/swift/TestInfo.plist
similarity index 68%
copy from test/mac/swift-library/Info.plist
copy to test/ios/swift/TestInfo.plist
index 804990ca5e806235a3a16f0674609746cae08d9e..bbb887c48b5f5ba9aa9776743b990fb6ca39b2c7 100644
--- a/test/mac/swift-library/Info.plist
+++ b/test/ios/swift/TestInfo.plist
@@ -3,26 +3,20 @@
<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:identifier}</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>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
- <key>NSPrincipalClass</key>
- <string></string>
</dict>
</plist>
« no previous file with comments | « test/ios/swift/MySwiftTest.swift ('k') | test/ios/swift/main.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698