Skip to content

Commit 9edbea8

Browse files
committed
Merge branch 'master' of github.com:fufesou/rustdesk
2 parents f423b80 + 70151e3 commit 9edbea8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

flutter/ios/Runner/Runner.entitlements

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>aps-environment</key>
6+
<string>development</string>
57
<key>com.apple.developer.networking.wifi-info</key>
68
<true/>
79
</dict>

flutter/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# 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, but iOS store not allow 4 numbers
19-
version: 1.2.6+41
19+
version: 1.2.6+42
2020

2121
environment:
2222
sdk: '^3.1.0'

0 commit comments

Comments
 (0)