Skip to content

Commit

Permalink
Merge pull request #188 from decentralised-dataexchange/feature/187-P…
Browse files Browse the repository at this point in the history
…odpsec-file-update-for-language-strings

Add #187: Podspec file update for language strings
  • Loading branch information
georgepadayatti authored Nov 20, 2023
2 parents 2d20461 + fd129f7 commit c6543c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PrivacyDashboardiOS/PrivacyDashboardiOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PrivacyDashboardiOS'
s.version = '2023.11.11'
s.version = '2023.11.12'
s.summary = 'Govstack PrivacyDashboard SDKs – Effortlessly embed a comprehensive privacy dashboard into any mobile application out of the box, ensuring adherence to Govstacks consent management framework. Prioritise user trust and transparency with this seamless integration tool.'

# This description is used to generate tags and improve search results.
Expand All @@ -34,7 +34,7 @@ Pod::Spec.new do |s|
# s.resources = 'PrivacyDashboardiOS/**/*'

s.resource_bundles = {
'PrivacyDashboardiOS' => ['PrivacyDashboardiOS/Classes/PrivacyDashboard.storyboard','PrivacyDashboardiOS/Resources/PrivacyDashboard.xcassets']
'PrivacyDashboardiOS' => ['PrivacyDashboardiOS/Classes/PrivacyDashboard.storyboard', 'PrivacyDashboardiOS/Resources/PrivacyDashboard.xcassets', 'PrivacyDashboardiOS/Resources/*.lproj']
}

# s.public_header_files = 'Pod/Classes/**/*.h'
Expand Down

0 comments on commit c6543c2

Please sign in to comment.