Skip to content

Commit

Permalink
feat(connectivity_plus): Remove deprecated VALID_ARCHS iOS property (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Aug 15, 2023
1 parent d98f67e commit ee89d58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,5 +20,5 @@ Downloaded by pub (not CocoaPods).
s.dependency 'ReachabilitySwift'
s.platform = :ios, '11.0'
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end

0 comments on commit ee89d58

Please sign in to comment.