File tree 3 files changed +12
-8
lines changed
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ target 'Runner' do
31
31
use_frameworks!
32
32
use_modular_headers!
33
33
34
+ pod 'Instabug' , :podspec => 'https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.4/Instabug.podspec'
35
+
34
36
flutter_install_all_ios_pods File . dirname ( File . realpath ( __FILE__ ) )
35
37
end
36
38
37
39
target 'InstabugTests' do
38
40
pod 'OCMock' , '3.6'
39
-
41
+
40
42
use_frameworks!
41
43
use_modular_headers!
42
44
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - Instabug (11.10.1 )
3
+ - Instabug (11.10.4 )
4
4
- instabug_flutter (11.10.1):
5
5
- Flutter
6
- - Instabug (= 11.10.1)
6
+ - Instabug
7
7
- OCMock (3.6)
8
8
9
9
DEPENDENCIES:
10
10
- Flutter (from `Flutter`)
11
+ - Instabug (from `https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.4/Instabug.podspec`)
11
12
- instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`)
12
13
- OCMock (= 3.6)
13
14
14
15
SPEC REPOS:
15
16
trunk:
16
- - Instabug
17
17
- OCMock
18
18
19
19
EXTERNAL SOURCES:
20
20
Flutter:
21
21
:path: Flutter
22
+ Instabug:
23
+ :podspec: https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.4/Instabug.podspec
22
24
instabug_flutter:
23
25
:path: ".symlinks/plugins/instabug_flutter/ios"
24
26
25
27
SPEC CHECKSUMS:
26
28
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27
- Instabug: 8b0fcb6dd1bb91ae30a80176431d3e7f57ec3c4f
28
- instabug_flutter: 28c44363c9392537904ee7587076b2e0ab341d50
29
+ Instabug: 1e91a928d0dc4b03f1dbad28368182e55d4775f5
30
+ instabug_flutter: 23de95e053e39c3cbfcce3ff3768fc64c63da2d8
29
31
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
30
32
31
- PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
33
+ PODFILE CHECKSUM: 3a6cf97991dd9c8f7e83b5afc43c16c9c3e0d4c5
32
34
33
35
COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
17
17
s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
18
18
19
19
s . dependency 'Flutter'
20
- s . dependency 'Instabug' , '11.10.1'
20
+ s . dependency 'Instabug'
21
21
end
22
22
You can’t perform that action at this time.
0 commit comments