Skip to content

Commit 1e05e96

Browse files
committed
ios vpn
1 parent 4d9b806 commit 1e05e96

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
2BABBD1CBB549C229028E3E6 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
4949
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
5050
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
51+
3AC403B42DBB3FD400E35EC1 /* RunnerRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RunnerRelease.entitlements; sourceTree = "<group>"; };
5152
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
5253
40D432E32B669D72F284E50A /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
5354
474E7930403F702C7244270A /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -143,6 +144,7 @@
143144
97C146F01CF9000F007C117D /* Runner */ = {
144145
isa = PBXGroup;
145146
children = (
147+
3AC403B42DBB3FD400E35EC1 /* RunnerRelease.entitlements */,
146148
97C146FA1CF9000F007C117D /* Main.storyboard */,
147149
97C146FD1CF9000F007C117D /* Assets.xcassets */,
148150
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
@@ -680,6 +682,7 @@
680682
buildSettings = {
681683
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
682684
CLANG_ENABLE_MODULES = YES;
685+
CODE_SIGN_ENTITLEMENTS = Runner/RunnerRelease.entitlements;
683686
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
684687
DEVELOPMENT_TEAM = 6XT4R7V83F;
685688
ENABLE_BITCODE = NO;
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.developer.networking.vpn.api</key>
6+
<array>
7+
<string>allow-vpn</string>
8+
</array>
9+
</dict>
10+
</plist>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.9+9
19+
version: 1.0.10+10
2020

2121
environment:
2222
sdk: ^3.7.2

0 commit comments

Comments
 (0)