motion-cocoapods 1.8.0 → 1.8.1
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/motion/project/cocoapods.rb +2 -2
- data/lib/motion/project/version.rb +1 -1
- 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: 7147eae504d4b985fa39b1664c329ab1a8597e5d
|
|
4
|
+
data.tar.gz: c7c4632e7f67fe09a364db80d773ec800028a4df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 424ac2cd2e7279f340e97749c4d823941668643cee78e92cef6552548524ce156f0789507274593538db93990d51bb1177a839b2a406ca2261fdaf96902a5a6e
|
|
7
|
+
data.tar.gz: 0d356e066388ad2325191c52cb04f4bf9f95e8ef723dff83ca5c1a947e394508f645e8b2bd655317356153b38d65dff9db620b58f7a3cc8897cc99d7df770a05
|
|
@@ -107,7 +107,7 @@ module Motion::Project
|
|
|
107
107
|
lib_search_path_flags = xcconfig['LIBRARY_SEARCH_PATHS'] || ""
|
|
108
108
|
lib_search_paths = []
|
|
109
109
|
lib_search_path_flags = lib_search_path_flags.split(/\s/).map do |path|
|
|
110
|
-
if path =~ /(\$\(inherited\))|(\$\{inherited\})|(\$CONFIGURATION_BUILD_DIR)/
|
|
110
|
+
if path =~ /(\$\(inherited\))|(\$\{inherited\})|(\$CONFIGURATION_BUILD_DIR)|(\$PODS_CONFIGURATION_BUILD_DIR)/
|
|
111
111
|
nil
|
|
112
112
|
else
|
|
113
113
|
path = path.gsub(/(\$\(PODS_ROOT\))|(\$\{PODS_ROOT\})/, File.join(@config.project_dir, PODS_ROOT))
|
|
@@ -200,7 +200,7 @@ module Motion::Project
|
|
|
200
200
|
end
|
|
201
201
|
end
|
|
202
202
|
end
|
|
203
|
-
when 'iPhoneOS'
|
|
203
|
+
when 'iPhoneOS', 'AppleTVOS', 'WatchOS'
|
|
204
204
|
pods_root = cp_config.installation_root + 'Pods'
|
|
205
205
|
# If we would really specify these as ‘frameworks’ then the linker
|
|
206
206
|
# would not link the archive into the application, because it does not
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-cocoapods
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Laurent Sansonetti
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods
|