Skip to content

Commit b489698

Browse files
a7medevahmedAlaaInstabug
authored andcommitted
test: decommission native e2e tests in favor of captain (#484)
1 parent 9a63f13 commit b489698

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

example/ios/Podfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def flutter_root
2424
end
2525

2626
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
27-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-w3c-header-cp-support/13.2.0/Instabug.podspec'
2827

2928
flutter_ios_podfile_setup
3029
target 'Runner' do
@@ -36,7 +35,7 @@ end
3635

3736
target 'InstabugTests' do
3837
pod 'OCMock', '3.6'
39-
38+
4039
use_frameworks!
4140
use_modular_headers!
4241

@@ -46,8 +45,5 @@ end
4645
post_install do |installer|
4746
installer.pods_project.targets.each do |target|
4847
flutter_additional_ios_build_settings(target)
49-
target.build_configurations.each do |config|
50-
config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "11.0"
51-
end
5248
end
5349
end

example/ios/Podfile.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (13.2.0)
4-
- instabug_flutter (13.2.0):
3+
- Instabug (13.1.0)
4+
- instabug_flutter (13.1.1):
55
- Flutter
6-
- Instabug (= 13.2.0)
6+
- Instabug (= 13.1.0)
77
- OCMock (3.6)
88

99
DEPENDENCIES:
1010
- Flutter (from `Flutter`)
11-
- Instabug (from `https://ios-releases.instabug.com/custom/feature-w3c-header-cp-support/13.2.0/Instabug.podspec`)
1211
- instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`)
1312
- OCMock (= 3.6)
1413

1514
SPEC REPOS:
1615
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-w3c-header-cp-support/13.2.0/Instabug.podspec
2422
instabug_flutter:
2523
:path: ".symlinks/plugins/instabug_flutter/ios"
2624

2725
SPEC CHECKSUMS:
28-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
29-
Instabug: 39f85204dd860ae2f9be0ca652beb82319710325
30-
instabug_flutter: 8fe63955937c73205d4e71667aea9d56ed8d921b
26+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27+
Instabug: 3d55eff7ea55adf22df404908a2b954b8b585c29
28+
instabug_flutter: b9e34b14992d267f676f925de884da7eeae5e0ce
3129
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3230

33-
PODFILE CHECKSUM: 66f24dfbe47f5e9d70ac2fb3d1736d789f79489e
31+
PODFILE CHECKSUM: 8231e33156f35cebaa9094db274874933be79de7
3432

3533
COCOAPODS: 1.13.0

0 commit comments

Comments
 (0)