xcodeproj 1.17.1 → 1.18.0

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
  SHA256:
3
- metadata.gz: f2adbf62ffb149af02324c1929f3ed398249ab6b0ceed90bf5dd981cb83606a0
4
- data.tar.gz: 5384e737db7dabd546677ac0a0d933637e0e23042d32a7523edc935a309b20c6
3
+ metadata.gz: db41f610ede2d2129632067db352ca8a6011f364e792629eb2cda1e95ded7006
4
+ data.tar.gz: b7c2a633c72ac7f3da93bbc621604ffb5550a02cf0e0126c9a932a0f4569640e
5
5
  SHA512:
6
- metadata.gz: ad51d1217443a0e304daa9299f1b8a096e3d854af40b7d0b2cc38a05b8233ceda8b84f66e03145e795f85797c4455d7c33b91c39c10215d276fc596fd160a366
7
- data.tar.gz: b070de0c98177aecabf5703ab76f75b96f48375694186b89b59078d0b9cf5aacaba2820492a043523a6b325e2787db79baa60cc39bd515d50836126162b4c33b
6
+ metadata.gz: 78013282d38ab9fb0829401198c34f4d0953078fe550687b6979bd94c43b40b3b9c45eb4ca99d785f3af03a48c6d0597f3425679e1b471f3d2e699b37e533973
7
+ data.tar.gz: a762fe5999cccd9b3da51a4f787513142b7a1e41875cc5870566b0e7d259b19ab891b2f46569e42c179029562356005feb3d2ad796e1bdd442cda5dbcffc7d41
@@ -140,46 +140,48 @@ module Xcodeproj
140
140
  # @return [Hash] The uniform type identifier of various product types.
141
141
  #
142
142
  PRODUCT_TYPE_UTI = {
143
- :application => 'com.apple.product-type.application',
144
- :framework => 'com.apple.product-type.framework',
145
- :dynamic_library => 'com.apple.product-type.library.dynamic',
146
- :static_library => 'com.apple.product-type.library.static',
147
- :bundle => 'com.apple.product-type.bundle',
148
- :octest_bundle => 'com.apple.product-type.bundle',
149
- :unit_test_bundle => 'com.apple.product-type.bundle.unit-test',
150
- :ui_test_bundle => 'com.apple.product-type.bundle.ui-testing',
151
- :app_extension => 'com.apple.product-type.app-extension',
152
- :command_line_tool => 'com.apple.product-type.tool',
153
- :watch_app => 'com.apple.product-type.application.watchapp',
154
- :watch2_app => 'com.apple.product-type.application.watchapp2',
155
- :watch2_app_container => 'com.apple.product-type.application.watchapp2-container',
156
- :watch_extension => 'com.apple.product-type.watchkit-extension',
157
- :watch2_extension => 'com.apple.product-type.watchkit2-extension',
158
- :tv_extension => 'com.apple.product-type.tv-app-extension',
159
- :messages_application => 'com.apple.product-type.application.messages',
160
- :messages_extension => 'com.apple.product-type.app-extension.messages',
161
- :sticker_pack => 'com.apple.product-type.app-extension.messages-sticker-pack',
162
- :xpc_service => 'com.apple.product-type.xpc-service',
143
+ :application => 'com.apple.product-type.application',
144
+ :application_on_demand_install_capable => 'com.apple.product-type.application.on-demand-install-capable',
145
+ :framework => 'com.apple.product-type.framework',
146
+ :dynamic_library => 'com.apple.product-type.library.dynamic',
147
+ :static_library => 'com.apple.product-type.library.static',
148
+ :bundle => 'com.apple.product-type.bundle',
149
+ :octest_bundle => 'com.apple.product-type.bundle',
150
+ :unit_test_bundle => 'com.apple.product-type.bundle.unit-test',
151
+ :ui_test_bundle => 'com.apple.product-type.bundle.ui-testing',
152
+ :app_extension => 'com.apple.product-type.app-extension',
153
+ :command_line_tool => 'com.apple.product-type.tool',
154
+ :watch_app => 'com.apple.product-type.application.watchapp',
155
+ :watch2_app => 'com.apple.product-type.application.watchapp2',
156
+ :watch2_app_container => 'com.apple.product-type.application.watchapp2-container',
157
+ :watch_extension => 'com.apple.product-type.watchkit-extension',
158
+ :watch2_extension => 'com.apple.product-type.watchkit2-extension',
159
+ :tv_extension => 'com.apple.product-type.tv-app-extension',
160
+ :messages_application => 'com.apple.product-type.application.messages',
161
+ :messages_extension => 'com.apple.product-type.app-extension.messages',
162
+ :sticker_pack => 'com.apple.product-type.app-extension.messages-sticker-pack',
163
+ :xpc_service => 'com.apple.product-type.xpc-service',
163
164
  }.freeze
164
165
 
165
166
  # @return [Hash] The extensions or the various product UTIs.
166
167
  #
167
168
  PRODUCT_UTI_EXTENSIONS = {
168
- :application => 'app',
169
- :framework => 'framework',
170
- :dynamic_library => 'dylib',
171
- :static_library => 'a',
172
- :bundle => 'bundle',
173
- :octest_bundle => 'octest',
174
- :unit_test_bundle => 'xctest',
175
- :ui_test_bundle => 'xctest',
176
- :app_extension => 'appex',
177
- :messages_application => 'app',
178
- :messages_extension => 'appex',
179
- :sticker_pack => 'appex',
180
- :watch2_extension => 'appex',
181
- :watch2_app => 'app',
182
- :watch2_app_container => 'app',
169
+ :application => 'app',
170
+ :application_on_demand_install_capable => 'app',
171
+ :framework => 'framework',
172
+ :dynamic_library => 'dylib',
173
+ :static_library => 'a',
174
+ :bundle => 'bundle',
175
+ :octest_bundle => 'octest',
176
+ :unit_test_bundle => 'xctest',
177
+ :ui_test_bundle => 'xctest',
178
+ :app_extension => 'appex',
179
+ :messages_application => 'app',
180
+ :messages_extension => 'appex',
181
+ :sticker_pack => 'appex',
182
+ :watch2_extension => 'appex',
183
+ :watch2_app => 'app',
184
+ :watch2_app_container => 'app',
183
185
  }.freeze
184
186
 
185
187
  # @return [Hash] The common build settings grouped by platform, and build
@@ -1,5 +1,5 @@
1
1
  module Xcodeproj
2
2
  # The version of the xcodeproj gem.
3
3
  #
4
- VERSION = '1.17.1'.freeze unless defined? Xcodeproj::VERSION
4
+ VERSION = '1.18.0'.freeze unless defined? Xcodeproj::VERSION
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcodeproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.1
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-17 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: atomos
@@ -168,7 +168,7 @@ homepage: https://github.com/cocoapods/xcodeproj
168
168
  licenses:
169
169
  - MIT
170
170
  metadata: {}
171
- post_install_message:
171
+ post_install_message:
172
172
  rdoc_options: []
173
173
  require_paths:
174
174
  - lib
@@ -183,8 +183,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.0.4
187
- signing_key:
186
+ rubygems_version: 3.0.3
187
+ signing_key:
188
188
  specification_version: 3
189
189
  summary: Create and modify Xcode projects from Ruby.
190
190
  test_files: []