xcodeproj 0.21.1 → 0.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f51df5c4663801ea9dddf1e95d9ee40343bf6ae
4
- data.tar.gz: 008b21125ebeeec7e107e0c4f105ee0637ccf977
3
+ metadata.gz: 229fcc60908e14c8e701582894e2186627cd3d81
4
+ data.tar.gz: 9694867d22820521330a0df22531fc0f44c5c8b7
5
5
  SHA512:
6
- metadata.gz: fcaf5a03add09e6882fabcf7ed19b8c8943ca76da8f8fbb5c99a9a7ecc810be542af3e8e761f5f72973aeae8cb82be4c5fc5c4eeb172dfbf429ab5fbc96eb61c
7
- data.tar.gz: abff020d5267dc1446b83d86444d586270190039bd6635dcfa8d140dbaae16df7a5f50c06069140b222e110aa9a62023f06cc76e1c3d2b89fefb22e9bab39eed
6
+ metadata.gz: 5074e686e4f342617a5dbf91363d94c5c1131e39608290c72c59f555c00c8a02e71bf9c3ce5331d7fbc3df88bb5ead6bb3de8bc95729df47461132d4a9d3ec1d
7
+ data.tar.gz: 4bc5966d92d4a4859fabdc3600007a4a19b6aad016471d370f524b6dcd76cf3db3f7308ac8eff8c7834b2214df005429a24091a442cf3468389e5cb9cbe61c8a
@@ -1,5 +1,5 @@
1
1
  module Xcodeproj
2
2
  # The version of the xcodeproj gem.
3
3
  #
4
- VERSION = '0.21.1' unless defined? Xcodeproj::VERSION
4
+ VERSION = '0.21.2' unless defined? Xcodeproj::VERSION
5
5
  end
@@ -163,6 +163,7 @@ module Xcodeproj
163
163
 
164
164
  new_config = project.new(XCBuildConfiguration)
165
165
  new_config.name = configuration.name
166
+ new_config.build_settings = common_build_settings(:release, platform, deployment_target, target_product_type)
166
167
  cl.build_configurations << new_config
167
168
  end
168
169
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcodeproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.1
4
+ version: 0.21.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran