cocoapods-rome 0.0.3 → 0.0.4
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 +4 -4
- data/lib/cocoapods-rome/gem_version.rb +1 -1
- data/lib/cocoapods-rome/post_install.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96a576a7ded547321fbe36229c48835635a88539
|
|
4
|
+
data.tar.gz: 89ef9615aff495d90921b401bbda68611a262b4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 633e434a4fc87598b688d874cd0db4aa2a4cef5c2b0cb71064d1b2d450627984711a251ed36c8bf1fa5d09134e7f26da13e6b5899d53ec7b2487fcd3a9ed0c6d
|
|
7
|
+
data.tar.gz: ebb893ff4d498c6aba65bbcfa48a6b1b9c321205deac9521519780f15da0167bcef732be557448f2875f76e576c9707f79adb43e03307d54f0eebb97acff1ee3
|
|
@@ -11,11 +11,11 @@ Pod::HooksManager.register('cocoapods-rome', :post_install) do |installer_contex
|
|
|
11
11
|
Dir.chdir(sandbox.project_path.dirname) do
|
|
12
12
|
targets = installer_context.umbrella_targets.select { |t| t.specs.any? }.map(&:cocoapods_target_label)
|
|
13
13
|
targets.each do |target|
|
|
14
|
-
Pod::Executable.execute_command 'xcodebuild', %(-project #{sandbox.project_path.basename} -scheme #{target} -configuration Release), true
|
|
14
|
+
Pod::Executable.execute_command 'xcodebuild', %W(-project #{sandbox.project_path.basename} -scheme #{target} -configuration Release), true
|
|
15
15
|
end
|
|
16
16
|
end
|
|
17
17
|
|
|
18
|
-
raise Pod::Informative 'The build directory was not found in the expected location.' unless build_dir.directory?
|
|
18
|
+
raise Pod::Informative, 'The build directory was not found in the expected location.' unless build_dir.directory?
|
|
19
19
|
|
|
20
20
|
frameworks = Pathname.glob(build_dir + 'Release*/Pods*/*.framework')
|
|
21
21
|
frameworks_by_target = frameworks.group_by { |f| f.to_s =~ %r{build/Release[^/]*/Pods-?([^/]*)/} && destination + $1 }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-rome
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boris Bügling
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|