Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 authored Apr 19, 2024
1 parent e623577 commit adf43ed
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions mParticle-Apple-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,33 @@ Pod::Spec.new do |s|

s.subspec 'mParticle' do |ss|
ss.public_header_files = 'mParticle-Apple-SDK/Include/*.h'
ss.preserve_paths = 'mParticle-Apple-SDK', 'mParticle-Apple-SDK/**', 'mParticle-Apple-SDK/**/*'
ss.source_files = 'mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}'
ss.resource_bundles = {'mParticle-Privacy' => ['PrivacyInfo.xcprivacy']}
ss.preserve_paths = 'mParticle-Apple-SDK', 'mParticle-Apple-SDK/**', 'mParticle-Apple-SDK/**/*'
ss.source_files = 'mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}'
ss.resource_bundles = {'mParticle-Privacy' => ['PrivacyInfo.xcprivacy']}
end

s.subspec 'mParticleNoLocation' do |ss|
ss.public_header_files = 'mParticle-Apple-SDK/Include/*.h'
ss.preserve_paths = 'mParticle-Apple-SDK', 'mParticle-Apple-SDK/**', 'mParticle-Apple-SDK/**/*'
ss.source_files = 'mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}'
ss.resource_bundles = {'mParticle-Privacy' => ['PrivacyInfo.xcprivacy']}
ss.pod_target_xcconfig = {
ss.preserve_paths = 'mParticle-Apple-SDK', 'mParticle-Apple-SDK/**', 'mParticle-Apple-SDK/**/*'
ss.source_files = 'mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}'
ss.resource_bundles = {'mParticle-Privacy' => ['PrivacyInfo.xcprivacy']}
ss.pod_target_xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => 'MPARTICLE_LOCATION_DISABLE=1',
'OTHER_SWIFT_FLAGS' => '-D MPARTICLE_LOCATION_DISABLE'
}
end

s.subspec 'AppExtension' do |ext|
ext.public_header_files = 'mParticle-Apple-SDK/Include/*.h'
ext.preserve_paths = 'mParticle-Apple-SDK', 'mParticle-Apple-SDK/**', 'mParticle-Apple-SDK/**/*'
ext.source_files = 'mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}'
ext.preserve_paths = 'mParticle-Apple-SDK', 'mParticle-Apple-SDK/**', 'mParticle-Apple-SDK/**/*'
ext.source_files = 'mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}'
end

s.subspec 'AppExtensionNoLocation' do |ext|
ext.public_header_files = 'mParticle-Apple-SDK/Include/*.h'
ext.preserve_paths = 'mParticle-Apple-SDK', 'mParticle-Apple-SDK/**', 'mParticle-Apple-SDK/**/*'
ext.source_files = 'mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}'
ext.pod_target_xcconfig = {
ext.preserve_paths = 'mParticle-Apple-SDK', 'mParticle-Apple-SDK/**', 'mParticle-Apple-SDK/**/*'
ext.source_files = 'mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}'
ext.pod_target_xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => 'MPARTICLE_LOCATION_DISABLE=1',
'OTHER_SWIFT_FLAGS' => '-D MPARTICLE_LOCATION_DISABLE'
}
Expand Down

0 comments on commit adf43ed

Please sign in to comment.