motion-testflight 1.0 → 1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,8 @@ class TestFlightConfig
38
38
  @config.unvendor_project(@sdk)
39
39
  @sdk = sdk
40
40
  @config.vendor_project(sdk, :static)
41
+ libz = '/usr/lib/libz.dylib'
42
+ @config.libs << libz unless @config.libs.index(libz)
41
43
  end
42
44
  end
43
45
 
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-testflight
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 0
9
- version: "1.0"
8
+ - 1
9
+ version: "1.1"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Laurent Sansonetti
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-05-03 00:00:00 Z
17
+ date: 2012-05-05 00:00:00 Z
18
18
  dependencies: []
19
19
 
20
20
  description: motion-testflight allows RubyMotion projects to easily embed the TestFlight SDK and be submitted to the TestFlight platform.