Skip to content

Commit

Permalink
Merge pull request #95 from dabing1022/fix_build_type
Browse files Browse the repository at this point in the history
Fix build type
  • Loading branch information
su350380433 authored Jan 14, 2021
2 parents ea582f0 + 501d24e commit 6834126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def podfile_for_spec(spec)
plugin(*[name, options].compact)
end

use_frameworks!(generator.configuration.use_frameworks?)
use_frameworks!(generator.use_frameworks_value)

if (supported_swift_versions = generator.supported_swift_versions)
supports_swift_versions(supported_swift_versions)
Expand Down

0 comments on commit 6834126

Please sign in to comment.