Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ios/jailbreak_root_detection.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down