Skip to content

Commit 8f785f4

Browse files
monorepo
1 parent dda1f56 commit 8f785f4

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

packages/instabug_flutter/example/ios/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ flutter_ios_podfile_setup
2929
target 'Runner' do
3030
use_frameworks!
3131
use_modular_headers!
32-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-flutter-private-views-base/14.0.0/Instabug.podspec'
3332
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3433
end
3534

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (14.0.0)
3+
- Instabug (14.1.0)
44
- instabug_flutter (14.0.0):
55
- Flutter
6-
- Instabug (= 14.0.0)
6+
- Instabug (= 14.1.0)
77
- instabug_private_views (0.0.1):
88
- Flutter
99
- instabug_flutter
@@ -14,21 +14,19 @@ PODS:
1414

1515
DEPENDENCIES:
1616
- Flutter (from `Flutter`)
17-
- Instabug (from `https://ios-releases.instabug.com/custom/feature-flutter-private-views-base/14.0.0/Instabug.podspec`)
1817
- instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`)
1918
- instabug_private_views (from `.symlinks/plugins/instabug_private_views/ios`)
2019
- OCMock (= 3.6)
2120
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`)
2221

2322
SPEC REPOS:
2423
trunk:
24+
- Instabug
2525
- OCMock
2626

2727
EXTERNAL SOURCES:
2828
Flutter:
2929
:path: Flutter
30-
Instabug:
31-
:podspec: https://ios-releases.instabug.com/custom/feature-flutter-private-views-base/14.0.0/Instabug.podspec
3230
instabug_flutter:
3331
:path: ".symlinks/plugins/instabug_flutter/ios"
3432
instabug_private_views:
@@ -38,12 +36,12 @@ EXTERNAL SOURCES:
3836

3937
SPEC CHECKSUMS:
4038
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
41-
Instabug: 9d2b06afbadfbd4630bc0116dc27d84360ed70b0
42-
instabug_flutter: ff8ab5ff34a476b1d2d887478ec190cda962b973
39+
Instabug: 8cbca8974168c815658133e2813f5ac3a36f8e20
40+
instabug_flutter: a24751dfaedd29475da2af062d3e19d697438f72
4341
instabug_private_views: df53ff3f1cc842cb686d43e077099d3b36426a7f
4442
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
4543
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
4644

47-
PODFILE CHECKSUM: 32bd1b5b0a93d31b74cc581a86b5fa93c1cc923f
45+
PODFILE CHECKSUM: bb7a3c60be3b970b608fa878e26d5fadfbeb1157
4846

4947
COCOAPODS: 1.14.3

0 commit comments

Comments
 (0)