motion-cocoapods 1.7.4 → 1.7.5
Sign up to get free protection for your applications and to get access to all the features.
- 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: 66ddb29a1ca0fc10c085828051ab824d75b632b9
|
4
|
+
data.tar.gz: 9a559838acfbc2facf1b24998e07de8c3851119b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 `-
|
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 << "-
|
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
|
#
|
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
|
+
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-
|
11
|
+
date: 2015-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cocoapods
|