| Index: test/ios/watch/WatchApp/Info.plist
|
| diff --git a/test/mac/swift-library/Info.plist b/test/ios/watch/WatchApp/Info.plist
|
| similarity index 52%
|
| copy from test/mac/swift-library/Info.plist
|
| copy to test/ios/watch/WatchApp/Info.plist
|
| index 804990ca5e806235a3a16f0674609746cae08d9e..3cf65b8285016009ed7d7090941f650dd195c0ac 100644
|
| --- a/test/mac/swift-library/Info.plist
|
| +++ b/test/ios/watch/WatchApp/Info.plist
|
| @@ -3,26 +3,33 @@
|
| <plist version="1.0">
|
| <dict>
|
| <key>CFBundleDevelopmentRegion</key>
|
| - <string>English</string>
|
| + <string>en</string>
|
| + <key>CFBundleDisplayName</key>
|
| + <string>WatchApp</string>
|
| <key>CFBundleExecutable</key>
|
| - <string>${EXECUTABLE_NAME}</string>
|
| - <key>CFBundleIconFile</key>
|
| - <string></string>
|
| + <string>$(EXECUTABLE_NAME)</string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
|
| + <string>com.google.gyptest.watch.watchapp</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| <key>CFBundleName</key>
|
| - <string>${PRODUCT_NAME}</string>
|
| + <string>$(PRODUCT_NAME)</string>
|
| <key>CFBundlePackageType</key>
|
| - <string>FMWK</string>
|
| + <string>APPL</string>
|
| <key>CFBundleShortVersionString</key>
|
| <string>1.0</string>
|
| <key>CFBundleSignature</key>
|
| <string>????</string>
|
| <key>CFBundleVersion</key>
|
| <string>1</string>
|
| - <key>NSPrincipalClass</key>
|
| - <string></string>
|
| + <key>UISupportedInterfaceOrientations</key>
|
| + <array>
|
| + <string>UIInterfaceOrientationPortrait</string>
|
| + <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
| + </array>
|
| + <key>WKCompanionAppBundleIdentifier</key>
|
| + <string>com.google.gyptest.watch</string>
|
| + <key>WKWatchKitApp</key>
|
| + <true/>
|
| </dict>
|
| </plist>
|
|
|