Skip to content

Commit

Permalink
Update example's podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
candostdagdeviren committed May 14, 2018
1 parent 7df16ce commit 4214e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ target ‘CDAlertViewExample' do
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
config.build_settings['CODE_SIGNING_REQUIRED'] = "NO"
config.build_settings['CODE_SIGNING_ALLOWED'] = "NO"
config.build_settings['SWIFT_VERSION'] = '3.0'
config.build_settings['CODE_SIGNING_REQUIRED'] = 'NO'
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
config.build_settings['SWIFT_VERSION'] = '4.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
end
end
Expand Down

0 comments on commit 4214e76

Please sign in to comment.