cocoapods-amicable 0.2.0 → 0.3.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 +4 -4
- data/lib/cocoapods_amicable.rb +2 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d15f10229b0fe6417d91ae8b80e247f1d54985e46d8b2fb3cb35d6d24782899
|
4
|
+
data.tar.gz: 98de28ac6db3674084f4ef21dea236a01d3c56388a3b6d71581d0d639eb3fc1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb94ec06f0f4e2310e073a25505ecea32fb75fcafc6314527fba9d8303880bbb3b00753cfe91d35472b104d775408e78ac8e4a047001fd71bdb10dc9a2334f99
|
7
|
+
data.tar.gz: a248efa0a6cc6dcde93e1004a63174ff786fcda6bab2f3dc994a2eada9aee3e6130ac737fb98ee034511dda864967d60d8a8041509d262a0878c8b5af1c58a73
|
data/lib/cocoapods_amicable.rb
CHANGED
@@ -8,7 +8,8 @@ module CocoaPodsAmicable
|
|
8
8
|
|
9
9
|
phase_name = Pod::Installer::UserProjectIntegrator::TargetIntegrator::CHECK_MANIFEST_PHASE_NAME
|
10
10
|
native_targets.each do |native_target|
|
11
|
-
phase = Pod::Installer::UserProjectIntegrator::TargetIntegrator.
|
11
|
+
phase = Pod::Installer::UserProjectIntegrator::TargetIntegrator.create_or_update_shell_script_build_phase(native_target,
|
12
|
+
Pod::Installer::UserProjectIntegrator::TargetIntegrator::BUILD_PHASE_PREFIX + phase_name)
|
12
13
|
native_target.build_phases.unshift(phase).uniq! unless native_target.build_phases.first == phase
|
13
14
|
|
14
15
|
phase.shell_script = <<-SH
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-amicable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Giddins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -66,8 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
66
|
- !ruby/object:Gem::Version
|
67
67
|
version: '0'
|
68
68
|
requirements: []
|
69
|
-
|
70
|
-
rubygems_version: 2.7.3
|
69
|
+
rubygems_version: 3.0.2
|
71
70
|
signing_key:
|
72
71
|
specification_version: 4
|
73
72
|
summary: A CocoaPods plugin that moves the Podfile checksum to a file in the Sandbox,
|