motion-cocoapods 1.7.4 → 1.7.5

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: 14704b02147467e8265b0d91869ad39feef84e33
4
- data.tar.gz: 6cd5368cd613f2b5e9e9ea011d38df0da6ada0bd
3
+ metadata.gz: 66ddb29a1ca0fc10c085828051ab824d75b632b9
4
+ data.tar.gz: 9a559838acfbc2facf1b24998e07de8c3851119b
5
5
  SHA512:
6
- metadata.gz: 43bfbbdbd82423595bb7863518c8e9560f01f86b8452502e410d5659f1b20a2010d82ed9e120a0d18e150d733179cdca2d207eac6691cb736f29c9d95bcc9f30
7
- data.tar.gz: 329cd96256e0d032c374d2603c5f1f08d2a9bafee98b750362f16d22bf461d857a9b354de211ec627297ba318a62e4ce3ff04f8f37c688898d21629901828005
6
+ metadata.gz: a4ac8bad7deeb1a0c48b5270d24e6280e96d423fbcb419256e590742ecc914ace2720387a2e0a605c14386e1d1930a68192cfb592f54732fa59afefc3ba794bb
7
+ data.tar.gz: ac7ca689ec8116a6b58bec18aec2eaee055b9f87f55a2e88f116636fe5f3a25ca594db28705c4af3f84fca7a51e0f282ed64b8b9fbfd130dfa40df617d87c124
@@ -174,13 +174,13 @@ module Motion::Project
174
174
  # If we would really specify these as ‘frameworks’ then the linker
175
175
  # would not link the archive into the application, because it does not
176
176
  # see any references to any of the symbols in the archive. Treating it
177
- # as a static library (which it is) with `-force_load` fixes this.
177
+ # as a static library (which it is) with `-ObjC` fixes this.
178
178
  #
179
179
  framework_search_paths.each do |framework_search_path|
180
180
  frameworks.reject! do |framework|
181
181
  path = File.join(framework_search_path, "#{framework}.framework")
182
182
  if File.exist?(path)
183
- @config.libs << "-force_load '#{File.join(path, framework)}'"
183
+ @config.libs << "-ObjC '#{File.join(path, framework)}'"
184
184
  # This is needed until (and if) CocoaPods links framework
185
185
  # headers into `Headers/Public` by default:
186
186
  #
@@ -24,6 +24,6 @@
24
24
 
25
25
  module Motion::Project
26
26
  class CocoaPods
27
- VERSION = '1.7.4'
27
+ VERSION = '1.7.5'
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.7.4
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Sansonetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-26 00:00:00.000000000 Z
11
+ date: 2015-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods