Skip to content

Commit dce3a50

Browse files
committed
feat: Add support for E2E Patrol Test for iOS Platform
1 parent 423ffd2 commit dce3a50

File tree

5 files changed

+304
-48
lines changed

5 files changed

+304
-48
lines changed

ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ target 'Runner' do
3434
target 'RunnerTests' do
3535
inherit! :search_paths
3636
end
37+
target 'RunnerUITests' do
38+
inherit! :complete
39+
end
3740
end
3841

3942
post_install do |installer|

ios/Podfile.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PODS:
1212
- audioplayers_darwin (0.0.1):
1313
- Flutter
1414
- FlutterMacOS
15+
- CocoaAsyncSocket (7.6.5)
1516
- fast_contacts (0.0.1):
1617
- Flutter
1718
- FBAEMKit (18.0.2):
@@ -115,6 +116,10 @@ PODS:
115116
- path_provider_foundation (0.0.1):
116117
- Flutter
117118
- FlutterMacOS
119+
- patrol (0.0.1):
120+
- CocoaAsyncSocket (~> 7.6)
121+
- Flutter
122+
- FlutterMacOS
118123
- permission_handler_apple (9.3.0):
119124
- Flutter
120125
- PromisesObjC (2.4.0)
@@ -147,6 +152,7 @@ DEPENDENCIES:
147152
- mobile_scanner (from `.symlinks/plugins/mobile_scanner/darwin`)
148153
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
149154
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
155+
- patrol (from `.symlinks/plugins/patrol/darwin`)
150156
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
151157
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
152158
- sign_in_with_apple (from `.symlinks/plugins/sign_in_with_apple/ios`)
@@ -158,6 +164,7 @@ SPEC REPOS:
158164
trunk:
159165
- AppAuth
160166
- AppCheckCore
167+
- CocoaAsyncSocket
161168
- FBAEMKit
162169
- FBSDKCoreKit
163170
- FBSDKCoreKit_Basics
@@ -205,6 +212,8 @@ EXTERNAL SOURCES:
205212
:path: ".symlinks/plugins/package_info_plus/ios"
206213
path_provider_foundation:
207214
:path: ".symlinks/plugins/path_provider_foundation/darwin"
215+
patrol:
216+
:path: ".symlinks/plugins/patrol/darwin"
208217
permission_handler_apple:
209218
:path: ".symlinks/plugins/permission_handler_apple/ios"
210219
shared_preferences_foundation:
@@ -222,6 +231,7 @@ SPEC CHECKSUMS:
222231
AppAuth: 1c1a8afa7e12f2ec3a294d9882dfa5ab7d3cb063
223232
AppCheckCore: cc8fd0a3a230ddd401f326489c99990b013f0c4f
224233
audioplayers_darwin: 4f9ca89d92d3d21cec7ec580e78ca888e5fb68bd
234+
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
225235
fast_contacts: 85bd59ea48f7f26e9de6818da94171b29b006c3e
226236
FBAEMKit: 56a4f5a9607957b547b6458b17a98c5bb2736367
227237
FBSDKCoreKit: 54f1240567e16862ab71c53c33dc347db5c524c5
@@ -250,6 +260,7 @@ SPEC CHECKSUMS:
250260
mobile_scanner: 9157936403f5a0644ca3779a38ff8404c5434a93
251261
package_info_plus: af8e2ca6888548050f16fa2f1938db7b5a5df499
252262
path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880
263+
patrol: cea8074f183a2a4232d0ebd10569ae05149ada42
253264
permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d
254265
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
255266
RecaptchaInterop: 11e0b637842dfb48308d242afc3f448062325aba
@@ -259,6 +270,6 @@ SPEC CHECKSUMS:
259270
url_launcher_ios: 7a95fa5b60cc718a708b8f2966718e93db0cef1b
260271
wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556
261272

262-
PODFILE CHECKSUM: 82926438d057306bb9021d8b63af7f8b2a490314
273+
PODFILE CHECKSUM: e3a4bf67aa0668907c1ebdfc33aa0fa00e861a13
263274

264275
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)