Fixed issue "The value of CFBundleVersion in your WatchKit app's Info.plist (1) does not match the value in your companion app's Info.plist (1.0). There values are required to match"

This commit is contained in:
Bogdan Poplauschi 2016-06-14 23:10:33 +03:00
parent 0bcb35d697
commit 5851f78aee
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>