pod-builder 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ffc11e0c2a085b295c06e71951ba737c6143103fdb77441d5c9e7abb71d04df
4
- data.tar.gz: bc96bf60f8890a3a7737ce6632575a34fc8d28ec4de08465efa65d2a9a8805a1
3
+ metadata.gz: f3d87c061e79af94ca1274b3d60765a3ba850c8a0d2b443fbd810dbb0585d0e0
4
+ data.tar.gz: d2db90c765d618eada490386fa07ffe412d69afefae36aef4f0a183e43019d71
5
5
  SHA512:
6
- metadata.gz: '008bbc4406aaef09090a52073aa9fc5d892112b830964da0830d356423fbee898ae5d663f7c1845ffe918b2a6e9c35e718428d78aaeb53d29a1918b77b9891b4'
7
- data.tar.gz: a16426dfc2fa06a58f61dec05ef37a2ca3a6817e5e5a0307bb9e1f6d20fb5f424563dd4a480cf2cee5a288d1c2dba587571a0e0093296f8777332cedce792575
6
+ metadata.gz: 5a6664929a3eb5d564fe8e83345bddf9a746abda7c88adc8600e2fece2b4d3b9ce22d864ae4d363bd0e5fd5fa80bb0b083cbb648ec2cdb04c3f0c01c72a237aa
7
+ data.tar.gz: ff51be1741b388ba51cbb494203d5c1d6c9f593926ab1b5d0a86940f271dab9423c5f43b7866668007d7393a2d44c94a671205a1a61bfc5dfee2fa06b0b3a04f
@@ -129,7 +129,7 @@ module PodBuilder
129
129
  build_settings = installer.analysis_result.targets.map { |t| t.user_project.root_object.targets.map { |u| u.build_configuration_list.build_configurations.map { |v| v.build_settings } } }.flatten
130
130
  build_catalyst = build_settings.detect { |t| t["SUPPORTS_MACCATALYST"] == "YES" } != nil
131
131
 
132
- puts "\nTo support Catalyst you should enable 'build_xcframeworks' in PodBuilder.json\n".red unless Configuration.build_xcframeworks
132
+ puts "\nTo support Catalyst you should enable 'build_xcframeworks' in PodBuilder.json\n".red if build_catalyst && !Configuration.build_xcframeworks
133
133
 
134
134
  return build_catalyst
135
135
  end
@@ -1,4 +1,4 @@
1
1
  module PodBuilder
2
- VERSION = "2.2.0"
2
+ VERSION = "2.2.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Camin