We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df16ce commit 4214e76Copy full SHA for 4214e76
Example/Podfile
@@ -7,9 +7,9 @@ target ‘CDAlertViewExample' do
7
installer.pods_project.targets.each do |target|
8
target.build_configurations.each do |config|
9
config.build_settings['ENABLE_BITCODE'] = 'NO'
10
- config.build_settings['CODE_SIGNING_REQUIRED'] = "NO"
11
- config.build_settings['CODE_SIGNING_ALLOWED'] = "NO"
12
- 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'
13
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
14
end
15
0 commit comments