cocoapods-alexandria 0.2.6 → 0.2.7

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: eba5dd06d1fde3d97386d1333d408561de1e7ac99e5bc4699db45b9b7f6ab67a
4
- data.tar.gz: ebc430e13e2fa6c1682487ab7cb1aa886f73cec78b5c8578f643018c179da960
3
+ metadata.gz: 88c734b77b85da1fbb9ddc69826b130f6f5419e672c8932e74c4b7a23577cc07
4
+ data.tar.gz: 1d965cef559cf052def03664683e0cad21c2dd86bfc365cd9ee36c1b458b078e
5
5
  SHA512:
6
- metadata.gz: 50ee3e10c737b7abfed342dd8d9f5d35b94ad32d8750c815122ac04b075a3fc01ce35708a42b55aea181017516bd648259aa0cfacf239e108950121be6754efb
7
- data.tar.gz: 6b22e61d5c6d5e6ba795f69dfc156cdd987c5275ab6395f2ffe5f4f471d4d9a6bc85e838b2fd02da4e280b5dcc0114f21d0bb4f8a09b1c0edab42516fb27ad9f
6
+ metadata.gz: 959811b22d97086ed29852dda0d8d30b42cc94384312018f3c20e7797c78591b040cdd4e0d8d939d1e0c4c24469c528a0303b4feaa03af8753d4557aefbbc3b5
7
+ data.tar.gz: 0e9109a517111fea85644ec751136e0676d130b5f345e7d1e0de9809e7a3895e6e6b7ea443a8a7c227903b3515237efee730547752d0d902c37b241c92ad0f52
@@ -1,3 +1,3 @@
1
1
  module CocoapodsAlexandria
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.7'
3
3
  end
@@ -22,11 +22,13 @@ module PodAlexandria
22
22
 
23
23
  # may already be built (by another target)
24
24
  if File.directory?(build_path(target, sdk))
25
- Pod::UI.puts "Already built '#{target.name}'."
26
- build_path(target, sdk)
25
+ Pod::UI.puts "Already built '#{target.name}', probably by another dependency."
27
26
  else
27
+ Pod::UI.puts "Building '#{target.name}' for #{sdk}..."
28
28
  xcodebuild(target, sdk, deployment_target)
29
29
  end
30
+
31
+ build_path(target, sdk)
30
32
  }.compact
31
33
  end
32
34
 
@@ -44,10 +46,7 @@ module PodAlexandria
44
46
  args = %W(-project #{sandbox.project_path.realdirpath} -scheme #{target.name} -configuration #{configuration} -sdk #{sdk})
45
47
  args += flags unless flags.nil?
46
48
 
47
- Pod::UI.puts "Building '#{target.name}' for #{sdk}..."
48
49
  Pod::Executable.execute_command 'xcodebuild', args, true
49
-
50
- build_path(target, sdk)
51
50
  end
52
51
 
53
52
  def project
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-alexandria
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Jennes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-12 00:00:00.000000000 Z
11
+ date: 2022-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods