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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31000f79b0614f320e1448afdf2f84030d9fbcb3
4
- data.tar.gz: ec41d1977dfd31860512c25031cc0c6b0350166d
3
+ metadata.gz: 7147eae504d4b985fa39b1664c329ab1a8597e5d
4
+ data.tar.gz: c7c4632e7f67fe09a364db80d773ec800028a4df
5
5
  SHA512:
6
- metadata.gz: c487c9cf07c442ecdbf8c71a255f492bda6e5065259e311d2f7dc234523d42e7a0d3fcbd53452fe3fab71be5a313197eb3c23e6f6de851712c1b33865f98d294
7
- data.tar.gz: 56eb0f22b268f753d5c70aea03e13e3812639cf9d630d9d4e40f713e9e70b2340cc596fc6740d291a9ddfa0a9ec6f0f438592f063ceb30f85dcff4c716fb194c
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
@@ -24,6 +24,6 @@
24
24
 
25
25
  module Motion::Project
26
26
  class CocoaPods
27
- VERSION = '1.8.0'
27
+ VERSION = '1.8.1'
28
28
  end
29
29
  end
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.0
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-05-11 00:00:00.000000000 Z
11
+ date: 2016-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods