chore: Set iOS version automatically

This commit is contained in:
Christian Pauly 2021-07-15 13:59:48 +02:00
parent 4998f717bd
commit 480b7b45aa
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>4</string> <string>$(FLUTTER_BUILD_NUMBER)</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>NSAppleMusicUsageDescription</key> <key>NSAppleMusicUsageDescription</key>