Skip to content

Commit

Permalink
chore(pod): Modify podspec templates for source files
Browse files Browse the repository at this point in the history
SUITEDEV-34071

Co-authored-by: megamegax <[email protected]>
Co-authored-by: matusekma <[email protected]>
  • Loading branch information
3 people committed Aug 22, 2023
1 parent fb84a84 commit 235a48f
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions EmarsysNotificationService.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ Pod::Spec.new do |spec|
spec.platform = :ios, '11.0'
spec.source = { :git => 'https://github.com/emartech/ios-emarsys-sdk.git', <COMMIT_REF> }
spec.source_files = [
'Sources/MobileEngage/RichNotificationExtension/**/*.{h,m}',
'Sources/Core/Categories/NSError*.{h,m}',
'Sources/Private/**/*.{h,m}',
'Sources/include/EMSNotificationService.h'
]
spec.public_header_files = [
'Sources/include/EMSNotificationService.h'
]
'Sources/include/EMSNotificationService.h',
'Sources/Private/NSError+EMSCore.h',
'Sources/Private/EMSServiceDictionaryValidator.h',
'Sources/Private/EMSNotificationService+Actions.h',
'Sources/Private/EMSNotificationService+Attachment.h',
'Sources/Private/EMSNotificationService+PushToInApp.h',
'Sources/Private/EMSNotificationService.h',
'Sources/Private/MEDownloader.h',
'Sources/MobileEngage/RichNotificationExtension/**/*.{h,m}'
]
spec.public_header_files = [
'Sources/include/EMSNotificationService.h'
]
spec.libraries = 'z', 'c++'
end

0 comments on commit 235a48f

Please sign in to comment.