From 70151e3dd813946852e4e29a8acc8a15a9c4e483 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 17 Jun 2024 12:50:29 +0800 Subject: [PATCH] add Push Notifications capability though we do not use it explictly, but our dep used it, have to enable it, otherwise review will refuse us --- flutter/ios/Runner/Runner.entitlements | 2 ++ flutter/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flutter/ios/Runner/Runner.entitlements b/flutter/ios/Runner/Runner.entitlements index ba21fbdaf..75e36a143 100644 --- a/flutter/ios/Runner/Runner.entitlements +++ b/flutter/ios/Runner/Runner.entitlements @@ -2,6 +2,8 @@ + aps-environment + development com.apple.developer.networking.wifi-info diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 17c3db506..20ef15d3f 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # 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 -version: 1.2.6+41 +version: 1.2.6+42 environment: sdk: '^3.1.0'