File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Runner.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ target 'Runner' do
30
30
31
31
use_frameworks!
32
32
use_modular_headers!
33
- pod 'Instabug' , :podspec => 'https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec'
34
33
35
34
flutter_install_all_ios_pods File . dirname ( File . realpath ( __FILE__ ) )
36
35
end
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - Instabug (15.0 .1)
4
- - instabug_flutter (14.3.0 ):
3
+ - Instabug (15.1 .1)
4
+ - instabug_flutter (15.1.1 ):
5
5
- Flutter
6
+ - Instabug (= 15.1.1)
6
7
- OCMock (3.6)
7
8
8
9
DEPENDENCIES:
9
10
- Flutter (from `Flutter`)
10
- - Instabug (from `https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec`)
11
11
- instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`)
12
12
- OCMock (= 3.6)
13
13
14
14
SPEC REPOS:
15
15
trunk:
16
+ - Instabug
16
17
- OCMock
17
18
18
19
EXTERNAL SOURCES:
19
20
Flutter:
20
21
:path: Flutter
21
- Instabug:
22
- :podspec: https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec
23
22
instabug_flutter:
24
23
:path: ".symlinks/plugins/instabug_flutter/ios"
25
24
26
25
SPEC CHECKSUMS:
27
26
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
28
- Instabug: ba6587d15ad5e3ffa265afc8174ff83af4eed29d
29
- instabug_flutter: 4fff4189287934eb3677f72edb0604eeed643980
27
+ Instabug: 3e7af445c14d7823fcdecba223f09b5f7c0c6ce1
28
+ instabug_flutter: 30aec1138f5d9c99d175e4f4ad49189ed844b72a
30
29
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
31
30
32
- PODFILE CHECKSUM: cb4e58e3fdd6b7eb6b2fa2288c84d8a46b98b309
31
+ PODFILE CHECKSUM: 4d0aaaf6a444f68024f992999ff2c2ee26baa6ec
33
32
34
33
COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change 68
68
ignoresPersistentStateOnLaunch = " NO"
69
69
debugDocumentVersioning = " YES"
70
70
debugServiceExtension = " internal"
71
+ enableGPUValidationMode = " 1"
71
72
allowLocationSimulation = " YES" >
72
73
<BuildableProductRunnable
73
74
runnableDebuggingMode = " 0" >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'instabug_flutter'
3
- s . version = '14.3.0 '
3
+ s . version = '15.1.1 '
4
4
s . summary = 'Flutter plugin for integrating the Instabug SDK.'
5
5
s . author = 'Instabug'
6
6
s . homepage = 'https://www.instabug.com/platforms/flutter'
@@ -17,5 +17,6 @@ Pod::Spec.new do |s|
17
17
s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "InstabugSDK"' }
18
18
19
19
s . dependency 'Flutter'
20
+ s . dependency 'Instabug' , '15.1.1'
20
21
end
21
22
You can’t perform that action at this time.
0 commit comments