update pod and version for ios

This commit is contained in:
rustdesk
2022-05-15 02:24:19 +08:00
parent 66188d200d
commit d6e36a423f
3 changed files with 72 additions and 71 deletions

View File

@@ -15,7 +15,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.9+24
# 1.1.9-1 works for android, but for ios it becomes 1.1.91, need to set it to 1.1.9-a.1 for iOS, will get 1.1.9.1
version: 1.1.9-a.1+26
environment:
sdk: ">=2.12.0 <3.0.0"