Skip to content

Commit 5b06977

Browse files
committed
fix: reference the correct iOS SDK and the correct podfile setup
1 parent d3b8628 commit 5b06977

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Flutter (1.0.0)
33
- Instabug (15.1.1)
4-
- instabug_flutter (15.0.1):
4+
- instabug_flutter (15.1.1):
55
- Flutter
66
- Instabug (= 15.1.1)
77
- OCMock (3.6)
@@ -25,7 +25,7 @@ EXTERNAL SOURCES:
2525
SPEC CHECKSUMS:
2626
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
2727
Instabug: 3e7af445c14d7823fcdecba223f09b5f7c0c6ce1
28-
instabug_flutter: e4e366434313bab3a2db123c1501ca6247dc950b
28+
instabug_flutter: 30aec1138f5d9c99d175e4f4ad49189ed844b72a
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 4d0aaaf6a444f68024f992999ff2c2ee26baa6ec

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
ignoresPersistentStateOnLaunch = "NO"
6969
debugDocumentVersioning = "YES"
7070
debugServiceExtension = "internal"
71+
enableGPUValidationMode = "1"
7172
allowLocationSimulation = "YES">
7273
<BuildableProductRunnable
7374
runnableDebuggingMode = "0">

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'instabug_flutter'
3-
s.version = '15.0.1'
3+
s.version = '15.1.1'
44
s.summary = 'Flutter plugin for integrating the Instabug SDK.'
55
s.author = 'Instabug'
66
s.homepage = 'https://www.instabug.com/platforms/flutter'

0 commit comments

Comments
 (0)