Skip to content

Commit d35dafe

Browse files
authored
Update podspec to allow arm64 simulator for M1 Macs (#14)
1 parent ea1f9ce commit d35dafe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mParticle-Google-Analytics-Firebase.podspec

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,5 @@ Pod::Spec.new do |s|
2020
s.ios.frameworks = 'CoreTelephony', 'SystemConfiguration'
2121
s.libraries = 'z'
2222
s.ios.dependency 'Firebase/Core', '~> 7.1'
23-
s.ios.pod_target_xcconfig = {
24-
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
25-
}
26-
s.ios.user_target_xcconfig = {
27-
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
28-
}
2923

3024
end

0 commit comments

Comments
 (0)