Skip to content

Commit

Permalink
Merge pull request #1733 from leancodepl/feature/add-support-for-iOS1…
Browse files Browse the repository at this point in the history
…1-and-iOS12

Add support for ios11 and ios12
  • Loading branch information
bartekpacia authored Oct 2, 2023
2 parents c083370 + 9e6de0c commit f957daa
Show file tree
Hide file tree
Showing 12 changed files with 508 additions and 478 deletions.
2 changes: 1 addition & 1 deletion packages/patrol/example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
ios_deployment_target = '13.0'
ios_deployment_target = '11.0'
platform :ios, ios_deployment_target

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
Expand Down
4 changes: 2 additions & 2 deletions packages/patrol/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ SPEC CHECKSUMS:
geolocator_apple: cc556e6844d508c95df1e87e3ea6fa4e58c50401
HTTPParserC: aea14c3d2d4ac5beb3988781daa36dfa62e0d9ef
integration_test: 13825b8a9334a850581300559b8839134b124670
patrol: 0966206ac7e717e0ee4d9b6b4e86c8aab62acbfc
patrol: 792c0bb6cc4d552fc8b37f49266341c39e659b4d
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
Telegraph: 12576b119324138e4929792af9e5a1085c2ecbc1
webview_flutter_wkwebview: 2e2d318f21a5e036e2c3f26171342e95908bd60a

PODFILE CHECKSUM: 0976da911d4a3d1a369deaf59f82a1c7d01a40d5
PODFILE CHECKSUM: b2bb71756d032256bcb4043384dd40772d5e6a93

COCOAPODS: 1.12.1
Loading

0 comments on commit f957daa

Please sign in to comment.