Skip to content

Commit 3ede9b6

Browse files
revert: non related files (build.gradle, Info.plist, Podfile, ... )
1 parent 686a20b commit 3ede9b6

File tree

10 files changed

+49
-70
lines changed

10 files changed

+49
-70
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444

4545
defaultConfig {
4646
applicationId "com.instabug.flutter.example"
47-
minSdkVersion flutter.minSdkVersion
47+
minSdkVersion 18
4848
targetSdkVersion 30
4949
versionCode flutterVersionCode.toInteger()
5050
versionName flutterVersionName

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ subprojects {
2626
project.evaluationDependsOn(':app')
2727
}
2828

29-
tasks.register("clean", Delete) {
29+
task clean(type: Delete) {
3030
delete rootProject.buildDir
3131
}

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>12.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '12.0'
2+
platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ EXTERNAL SOURCES:
2323
:path: ".symlinks/plugins/instabug_flutter/ios"
2424

2525
SPEC CHECKSUMS:
26-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
26+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
2727
Instabug: 59f0b0bc2c062b5cdbbf417cca365480a1fe55d8
2828
instabug_flutter: f6ea69a1629e5d7dbdd21b1a0d3199a09fe3e43c
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

31-
PODFILE CHECKSUM: 4de1907d67185ba01b9d9c952bfb1b2c3b10d282
31+
PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
3232

33-
COCOAPODS: 1.15.2
33+
COCOAPODS: 1.13.0

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 54;
6+
objectVersion = 51;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -344,7 +344,7 @@
344344
97C146E61CF9000F007C117D /* Project object */ = {
345345
isa = PBXProject;
346346
attributes = {
347-
LastUpgradeCheck = 1510;
347+
LastUpgradeCheck = 1300;
348348
ORGANIZATIONNAME = "";
349349
TargetAttributes = {
350350
97C146ED1CF9000F007C117D = {
@@ -447,12 +447,10 @@
447447
};
448448
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
449449
isa = PBXShellScriptBuildPhase;
450-
alwaysOutOfDate = 1;
451450
buildActionMask = 2147483647;
452451
files = (
453452
);
454453
inputPaths = (
455-
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
456454
);
457455
name = "Thin Binary";
458456
outputPaths = (
@@ -480,7 +478,6 @@
480478
};
481479
9740EEB61CF901F6004384FC /* Run Script */ = {
482480
isa = PBXShellScriptBuildPhase;
483-
alwaysOutOfDate = 1;
484481
buildActionMask = 2147483647;
485482
files = (
486483
);
@@ -677,7 +674,7 @@
677674
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
678675
GCC_WARN_UNUSED_FUNCTION = YES;
679676
GCC_WARN_UNUSED_VARIABLE = YES;
680-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
677+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
681678
MTL_ENABLE_DEBUG_INFO = NO;
682679
SDKROOT = iphoneos;
683680
SUPPORTED_PLATFORMS = iphoneos;
@@ -763,7 +760,7 @@
763760
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
764761
GCC_WARN_UNUSED_FUNCTION = YES;
765762
GCC_WARN_UNUSED_VARIABLE = YES;
766-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
763+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
767764
MTL_ENABLE_DEBUG_INFO = YES;
768765
ONLY_ACTIVE_ARCH = YES;
769766
SDKROOT = iphoneos;
@@ -812,7 +809,7 @@
812809
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
813810
GCC_WARN_UNUSED_FUNCTION = YES;
814811
GCC_WARN_UNUSED_VARIABLE = YES;
815-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
812+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
816813
MTL_ENABLE_DEBUG_INFO = NO;
817814
SDKROOT = iphoneos;
818815
SUPPORTED_PLATFORMS = iphoneos;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1510"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

example/ios/Runner/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,5 @@
4747
<string>Instabug needs access to your photo library so you can attach images.</string>
4848
<key>CADisableMinimumFrameDurationOnPhone</key>
4949
<true/>
50-
<key>UIApplicationSupportsIndirectInputEvents</key>
51-
<true/>
5250
</dict>
5351
</plist>

example/pubspec.lock

Lines changed: 35 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
40+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.18.0"
43+
version: "1.17.2"
4444
espresso:
4545
dependency: "direct dev"
4646
description:
@@ -61,10 +61,10 @@ packages:
6161
dependency: transitive
6262
description:
6363
name: file
64-
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
64+
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
6565
url: "https://pub.dev"
6666
source: hosted
67-
version: "7.0.0"
67+
version: "6.1.4"
6868
flutter:
6969
dependency: "direct main"
7070
description: flutter
@@ -92,78 +92,54 @@ packages:
9292
relative: true
9393
source: path
9494
version: "12.7.0"
95-
leak_tracker:
96-
dependency: transitive
97-
description:
98-
name: leak_tracker
99-
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
100-
url: "https://pub.dev"
101-
source: hosted
102-
version: "10.0.0"
103-
leak_tracker_flutter_testing:
104-
dependency: transitive
105-
description:
106-
name: leak_tracker_flutter_testing
107-
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
108-
url: "https://pub.dev"
109-
source: hosted
110-
version: "2.0.1"
111-
leak_tracker_testing:
112-
dependency: transitive
113-
description:
114-
name: leak_tracker_testing
115-
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
116-
url: "https://pub.dev"
117-
source: hosted
118-
version: "2.0.1"
11995
matcher:
12096
dependency: transitive
12197
description:
12298
name: matcher
123-
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
99+
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
124100
url: "https://pub.dev"
125101
source: hosted
126-
version: "0.12.16+1"
102+
version: "0.12.16"
127103
material_color_utilities:
128104
dependency: transitive
129105
description:
130106
name: material_color_utilities
131-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
107+
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
132108
url: "https://pub.dev"
133109
source: hosted
134-
version: "0.8.0"
110+
version: "0.5.0"
135111
meta:
136112
dependency: transitive
137113
description:
138114
name: meta
139-
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
115+
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
140116
url: "https://pub.dev"
141117
source: hosted
142-
version: "1.11.0"
118+
version: "1.9.1"
143119
path:
144120
dependency: transitive
145121
description:
146122
name: path
147-
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
123+
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
148124
url: "https://pub.dev"
149125
source: hosted
150-
version: "1.9.0"
126+
version: "1.8.3"
151127
platform:
152128
dependency: transitive
153129
description:
154130
name: platform
155-
sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec"
131+
sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
156132
url: "https://pub.dev"
157133
source: hosted
158-
version: "3.1.4"
134+
version: "3.1.0"
159135
process:
160136
dependency: transitive
161137
description:
162138
name: process
163-
sha256: "21e54fd2faf1b5bdd5102afd25012184a6793927648ea81eea80552ac9405b32"
139+
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
164140
url: "https://pub.dev"
165141
source: hosted
166-
version: "5.0.2"
142+
version: "4.2.4"
167143
sky_engine:
168144
dependency: transitive
169145
description: flutter
@@ -181,18 +157,18 @@ packages:
181157
dependency: transitive
182158
description:
183159
name: stack_trace
184-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
160+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
185161
url: "https://pub.dev"
186162
source: hosted
187-
version: "1.11.1"
163+
version: "1.11.0"
188164
stream_channel:
189165
dependency: transitive
190166
description:
191167
name: stream_channel
192-
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
168+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
193169
url: "https://pub.dev"
194170
source: hosted
195-
version: "2.1.2"
171+
version: "2.1.1"
196172
string_scanner:
197173
dependency: transitive
198174
description:
@@ -221,10 +197,10 @@ packages:
221197
dependency: transitive
222198
description:
223199
name: test_api
224-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
200+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
225201
url: "https://pub.dev"
226202
source: hosted
227-
version: "0.6.1"
203+
version: "0.6.0"
228204
vector_math:
229205
dependency: transitive
230206
description:
@@ -237,18 +213,26 @@ packages:
237213
dependency: transitive
238214
description:
239215
name: vm_service
240-
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
216+
sha256: c620a6f783fa22436da68e42db7ebbf18b8c44b9a46ab911f666ff09ffd9153f
217+
url: "https://pub.dev"
218+
source: hosted
219+
version: "11.7.1"
220+
web:
221+
dependency: transitive
222+
description:
223+
name: web
224+
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
241225
url: "https://pub.dev"
242226
source: hosted
243-
version: "13.0.0"
227+
version: "0.1.4-beta"
244228
webdriver:
245229
dependency: transitive
246230
description:
247231
name: webdriver
248-
sha256: "003d7da9519e1e5f329422b36c4dcdf18d7d2978d1ba099ea4e45ba490ed845e"
232+
sha256: "3c923e918918feeb90c4c9fdf1fe39220fa4c0e8e2c0fffaded174498ef86c49"
249233
url: "https://pub.dev"
250234
source: hosted
251-
version: "3.0.3"
235+
version: "3.0.2"
252236
sdks:
253-
dart: ">=3.2.0-0 <4.0.0"
237+
dart: ">=3.1.0-185.0.dev <4.0.0"
254238
flutter: ">=2.10.0"

0 commit comments

Comments
 (0)