File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
flutter_inappwebview_ios/ios Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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 >NSPrivacyTrackingDomains</key >
6
+ <array />
7
+ <key >NSPrivacyAccessedAPITypes</key >
8
+ <array />
9
+ <key >NSPrivacyCollectedDataTypes</key >
10
+ <array />
11
+ <key >NSPrivacyTracking</key >
12
+ <false />
13
+ </dict >
14
+ </plist >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ A new Flutter plugin.
17
17
s . resources = 'Storyboards/**/*.storyboard'
18
18
s . public_header_files = 'Classes/**/*.h'
19
19
s . dependency 'Flutter'
20
+ s . resource_bundles = { 'flutter_inappwebview_ios_privacy' => [ 'Resources/PrivacyInfo.xcprivacy' ] }
20
21
21
22
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
22
23
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
@@ -30,7 +31,7 @@ A new Flutter plugin.
30
31
s . swift_version = '5.0'
31
32
32
33
s . platforms = { :ios => '11.0' }
33
- s . dependency 'OrderedSet' , '~>5 .0'
34
+ s . dependency 'OrderedSet' , '~>6 .0'
34
35
35
36
s . default_subspec = 'Core'
36
37
You can’t perform that action at this time.
0 commit comments