This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 3329b2d
committed
Fix error when deploying to iOS 13.x simulator
As of Xcode 11, the app plist must include both keys "CFBundleVersion"
and "CFBundleShortVersionString", otherwise it cannot be installed.1 parent bc04612 commit 3329b2d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments