ty-cocoapods-packager 1.5.5 → 1.5.6

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: 5c8092852db605c6dc2ae187de896ae56fd0e6fd78904b7ce5dc5ea6eac91495
4
- data.tar.gz: 4c6b990345ef240cf7198b2d35f5e877c6587d92a1add617386e2b14b2eeb5fa
3
+ metadata.gz: 7b3b2d2cdd726e018d0ae317535f1a21de64852603dd6d8398e135df36f48b95
4
+ data.tar.gz: 7961377b02c37ba2b71d28209ea192a16fbdfff680f4486e03ab8000e2db5afd
5
5
  SHA512:
6
- metadata.gz: 90e141d4d3454b977b569e94a9fe6325a06dad4e23fc48e83a8d675da00c60bc9b35a87f929e4d1e5228cc586473c583b6ddccae6263845e7da0b32016c908ac
7
- data.tar.gz: 90e5886bd49827e29db5d1921a99a338d3bb9e5c7704c0327e45219b418f95682c21e05b60c9c8db9e8dfebb2fc3f5218cc53397f51c8004de96b739568f6c1e
6
+ metadata.gz: 3500e9a6bfdbbd7613a93d9035d43eda3dbb56b8376de85d34122c1cd38c800aa0ba18d67c3d98f6cf279d32b3cb167ff3836e3c6a288154a07627f3b83bac9c
7
+ data.tar.gz: b401fa3ad99af9dd766a9e8852007d494064dda680c511697eb642c8e7b90c9a89f82dcf050a31f2b10b4c52ca80f3205606696accb8bf6065032a7941d613d6
@@ -315,7 +315,8 @@ MAP
315
315
  args = "#{args} CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO"
316
316
  end
317
317
 
318
- command = "xcodebuild #{defines} #{args} CONFIGURATION_BUILD_DIR=#{build_dir} clean build -configuration #{config} -target #{target} -project #{project_root}/Pods.xcodeproj 2>&1"
318
+ UI.puts 'xcrun xcodebuild -version'
319
+ command = "xcrun xcodebuild #{defines} #{args} CONFIGURATION_BUILD_DIR=#{build_dir} clean build -configuration #{config} -target #{target} -project #{project_root}/Pods.xcodeproj 2>&1"
319
320
  output = `#{command}`.lines.to_a
320
321
 
321
322
  if $?.exitstatus != 0
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  module Packager
3
- VERSION = '1.5.5'.freeze
3
+ VERSION = '1.5.6'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ty-cocoapods-packager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.5
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Fuller
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-04-09 00:00:00.000000000 Z
12
+ date: 2019-11-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods
@@ -155,8 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  - !ruby/object:Gem::Version
156
156
  version: '0'
157
157
  requirements: []
158
- rubyforge_project:
159
- rubygems_version: 2.7.7
158
+ rubygems_version: 3.0.3
160
159
  signing_key:
161
160
  specification_version: 4
162
161
  summary: CocoaPods plugin which allows you to generate a framework or static library