Skip to content

Commit b16ea07

Browse files
committed
chore(macos): update entitlements and dependencies
- Remove keychain-access-groups from debug and release entitlements - Add com.apple.security.network.client entitlement - Update Podfile.lock with resolved dependencies
1 parent 6ad13d6 commit b16ea07

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

macos/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PODS:
22
- app_client_info_macos (0.1.0):
33
- FlutterMacOS
4+
- file_picker (0.0.1):
5+
- FlutterMacOS
46
- flutter_secure_storage_macos (6.1.3):
57
- FlutterMacOS
68
- FlutterMacOS (1.0.0)
@@ -40,6 +42,7 @@ PODS:
4042

4143
DEPENDENCIES:
4244
- app_client_info_macos (from `Flutter/ephemeral/.symlinks/plugins/app_client_info_macos/macos`)
45+
- file_picker (from `Flutter/ephemeral/.symlinks/plugins/file_picker/macos`)
4346
- flutter_secure_storage_macos (from `Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos/macos`)
4447
- FlutterMacOS (from `Flutter/ephemeral`)
4548
- gamepads_darwin (from `Flutter/ephemeral/.symlinks/plugins/gamepads_darwin/macos`)
@@ -54,6 +57,8 @@ SPEC REPOS:
5457
EXTERNAL SOURCES:
5558
app_client_info_macos:
5659
:path: Flutter/ephemeral/.symlinks/plugins/app_client_info_macos/macos
60+
file_picker:
61+
:path: Flutter/ephemeral/.symlinks/plugins/file_picker/macos
5762
flutter_secure_storage_macos:
5863
:path: Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos/macos
5964
FlutterMacOS:
@@ -69,6 +74,7 @@ EXTERNAL SOURCES:
6974

7075
SPEC CHECKSUMS:
7176
app_client_info_macos: 6a8689ae857fdf4d315a18516aca7a2affb34578
77+
file_picker: 7584aae6fa07a041af2b36a2655122d42f578c1a
7278
flutter_secure_storage_macos: 7f45e30f838cf2659862a4e4e3ee1c347c2b3b54
7379
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
7480
gamepads_darwin: 643b6a69e20ca678fae83781b7f7fc8f15f5d710

macos/Runner/DebugProfile.entitlements

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
<true/>
99
<key>com.apple.security.network.server</key>
1010
<true/>
11-
<key>keychain-access-groups</key>
12-
<array>
13-
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
14-
</array>
11+
<key>com.apple.security.network.client</key>
12+
<true/>
1513
</dict>
1614
</plist>

macos/Runner/Release.entitlements

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7-
<key>keychain-access-groups</key>
8-
<array>
9-
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
10-
</array>
7+
<key>com.apple.security.network.client</key>
8+
<true/>
119
</dict>
1210
</plist>

0 commit comments

Comments
 (0)