Skip to content

Commit 86cb8be

Browse files
chore: add ios store pod
1 parent 2ae2acc commit 86cb8be

File tree

12 files changed

+207
-1009
lines changed

12 files changed

+207
-1009
lines changed

example/ios/Podfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ target 'Runner' do
3030

3131
use_frameworks!
3232
use_modular_headers!
33-
# pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/fix-main-thread-warning/15.0.0/Instabug.podspec'
34-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.0/Instabug.podspec'
35-
33+
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.6/Instabug.podspec'
3634
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3735
end
3836

example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (15.1.0)
3+
- Instabug (15.1.6)
44
- instabug_flutter (14.3.0):
55
- Flutter
6-
- Instabug (= 15.1.0)
6+
- Instabug (= 15.1.6)
77
- OCMock (3.6)
88

99
DEPENDENCIES:
1010
- Flutter (from `Flutter`)
11-
- Instabug (from `https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.0/Instabug.podspec`)
11+
- Instabug (from `https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.6/Instabug.podspec`)
1212
- instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`)
1313
- OCMock (= 3.6)
1414

@@ -20,16 +20,16 @@ EXTERNAL SOURCES:
2020
Flutter:
2121
:path: Flutter
2222
Instabug:
23-
:podspec: https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.0/Instabug.podspec
23+
:podspec: https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.6/Instabug.podspec
2424
instabug_flutter:
2525
:path: ".symlinks/plugins/instabug_flutter/ios"
2626

2727
SPEC CHECKSUMS:
2828
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
29-
Instabug: a2b8c384cd4af7a01ab43b2ce2957a880f8862d7
30-
instabug_flutter: 6ee721f30066123a769da64b687eded6eb4ff125
29+
Instabug: 160e6c775d933adcb577bb6b0246392d4e2c7796
30+
instabug_flutter: 8dd37e80d4f4883723b7f7b211e3f1907d85e5d3
3131
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3232

33-
PODFILE CHECKSUM: e6e180d6b55e3a12f55f266c3f4d8654480877ef
33+
PODFILE CHECKSUM: 96100ba35e9247b6dd1f0e51d13d3880f140fb35
3434

3535
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)