Skip to content

Commit 8173332

Browse files
committed
Bump native ios SDK version
1 parent 793cc22 commit 8173332

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (10.8.0)
3+
- Instabug (10.8.1)
44
- instabug_flutter (0.0.1):
55
- Flutter
6-
- Instabug (= 10.8.0)
6+
- Instabug (= 10.8.1)
77
- OCMock (3.6)
88

99
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424

2525
SPEC CHECKSUMS:
2626
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
27-
Instabug: e40852b1ed4a080e32442b189808ddefcd07701d
28-
instabug_flutter: c4d9d3a2e60e766ab9837055e8c1011f51eb4200
27+
Instabug: 5f79efa78dddb8dcbf105d9ca3bd2cfab4079fe3
28+
instabug_flutter: ce6f7e43005678ceb3c9685f61e8d760ee784def
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 082ec096394aa5e2e9254f7b7845847607911bda

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'Instabug', '10.8.0'
18+
s.dependency 'Instabug', '10.8.1'
1919

2020
s.ios.deployment_target = '10.0'
2121
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}

0 commit comments

Comments
 (0)