Skip to content

Commit

Permalink
Removing VALID_ARCHS from iOS podspec (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbomgardner committed Apr 23, 2024
1 parent cb37e71 commit 2d872eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fluttertoast.podspec
Expand Up @@ -16,6 +16,6 @@ Toast Library for FLutter
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Toast'
s.pod_target_xcconfig = {'VALID_ARCHS' => 'x86_64 armv7 arm64', 'DEFINES_MODULE' => 'YES'}
s.pod_target_xcconfig = {'DEFINES_MODULE' => 'YES'}
s.resource_bundles = {'fluttertoast_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
end

0 comments on commit 2d872eb

Please sign in to comment.