Skip to content

Commit 9d60292

Browse files
feat : add w3c feature
1 parent 20356c0 commit 9d60292

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

melos.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ scripts:
6363
flutter: true
6464
dependsOn: pana
6565
private: false
66+
pods:
67+
run: cd ios && pod install --repo-update
68+
description: running pod install
69+
exec:
70+
concurrency: 1
71+
orderDependents: true
72+
packageFilters:
73+
fileExists: 'ios/PodFile'
6674
score:
6775
run: dart run pana --no-warning --exit-code-threshold 0
6876
exec:

packages/instabug_dio_interceptor/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '11.0'
2+
platform :ios, '13.4'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

packages/instabug_dio_interceptor/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ packages:
112112
path: "../../instabug_flutter"
113113
relative: true
114114
source: path
115-
version: "13.4.0"
115+
version: "14.0.0"
116116
leak_tracker:
117117
dependency: transitive
118118
description:

packages/instabug_dio_interceptor/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ packages:
297297
path: "../instabug_flutter"
298298
relative: true
299299
source: path
300-
version: "13.4.0"
300+
version: "14.0.0"
301301
io:
302302
dependency: transitive
303303
description:

scripts/init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ fi
3939
melos bootstrap
4040
melos dart_bootstrap
4141
melos pigeon --no-select
42-
melos generate
43-
melos pods
42+
melos generate --no-select
43+
melos pods --no-select

0 commit comments

Comments
 (0)