Skip to content

Commit

Permalink
Merge pull request #60 from invertase/@mikehardy/remove-xcconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley authored Oct 19, 2022
2 parents 74360c9 + caf29f5 commit 85a3add
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ Pod::Spec.new do |s|
s.authors = 'Invertase Limited'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.static_framework = true
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

# These frameworks, minimums, and the c++ library are here from, and copied specifically to match, the upstream podspec:
# https://github.com/firebase/firebase-ios-sdk/blob/34c4bdbce23f5c6e739bda83b71ba592d6400cd5/FirebaseFirestore.podspec#L103
# They may need updating periodically.
Expand Down

0 comments on commit 85a3add

Please sign in to comment.