Skip to content

Commit

Permalink
Merge branch 'development' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsetragni committed Oct 2, 2023
2 parents 898ffe7 + b5d70b8 commit bc2638e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
if target.name == 'IosAwnCore'
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end
Expand Down
2 changes: 1 addition & 1 deletion IosAwnCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'IosAwnCore'
s.version = '0.7.7'
s.version = '0.8.0'
s.summary = 'Awesome Notifications iOS Core'

s.description = <<-DESC
Expand Down

0 comments on commit bc2638e

Please sign in to comment.