From 01907de525cdb177c673b635f50be07f71718d53 Mon Sep 17 00:00:00 2001 From: Daniel Kononov Date: Mon, 23 Jun 2025 11:39:31 +0200 Subject: [PATCH] REL-8058: remove fix pod version to enable overwriting it locally --- ios/jailbreak_root_detection.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/jailbreak_root_detection.podspec b/ios/jailbreak_root_detection.podspec index da34bee..9adac23 100644 --- a/ios/jailbreak_root_detection.podspec +++ b/ios/jailbreak_root_detection.podspec @@ -16,7 +16,7 @@ Check Jailbreak and Rooted for Android and iOS. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'IOSSecuritySuite', '~> 1.9.10' + s.dependency 'IOSSecuritySuite' s.platform = :ios, '11.0' s.swift_version = ["4.0", "4.1", "4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5"] # Flutter.framework does not contain a i386 slice.