Skip to content

Commit aef8d91

Browse files
committed
Use iOS snapshot
1 parent a03f9c4 commit aef8d91

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

example/ios/Podfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ target 'Runner' do
3131
use_frameworks!
3232
use_modular_headers!
3333

34+
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.4/Instabug.podspec'
35+
3436
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3537
end
3638

3739
target 'InstabugTests' do
3840
pod 'OCMock', '3.6'
39-
41+
4042
use_frameworks!
4143
use_modular_headers!
4244

example/ios/Podfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (11.13.3)
4-
- instabug_flutter (11.13.0):
3+
- Instabug (11.10.4)
4+
- instabug_flutter (11.10.1):
55
- Flutter
6-
- Instabug (= 11.13.3)
6+
- Instabug
77
- OCMock (3.6)
88

99
DEPENDENCIES:
1010
- Flutter (from `Flutter`)
11+
- Instabug (from `https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.4/Instabug.podspec`)
1112
- instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`)
1213
- OCMock (= 3.6)
1314

1415
SPEC REPOS:
1516
trunk:
16-
- Instabug
1717
- OCMock
1818

1919
EXTERNAL SOURCES:
2020
Flutter:
2121
:path: Flutter
22+
Instabug:
23+
:podspec: https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.4/Instabug.podspec
2224
instabug_flutter:
2325
:path: ".symlinks/plugins/instabug_flutter/ios"
2426

2527
SPEC CHECKSUMS:
2628
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27-
Instabug: f7c3880823873cff9ee70307d373e8266c9ea0f8
28-
instabug_flutter: e935f80f03127586ebb4fc61c6b891d87a978ee3
29+
Instabug: 1e91a928d0dc4b03f1dbad28368182e55d4775f5
30+
instabug_flutter: 23de95e053e39c3cbfcce3ff3768fc64c63da2d8
2931
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3032

31-
PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
33+
PODFILE CHECKSUM: 3a6cf97991dd9c8f7e83b5afc43c16c9c3e0d4c5
3234

3335
COCOAPODS: 1.11.3

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
1818

1919
s.dependency 'Flutter'
20-
s.dependency 'Instabug', '11.13.3'
20+
s.dependency 'Instabug'
2121
end
2222

0 commit comments

Comments
 (0)