fastlane 2.63.0.beta.20171020010003 → 2.63.0.beta.20171021010003

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: c7b7d65412a88d95e27d3658b84656708c1f6839
4
- data.tar.gz: c34eef9732af229fc34066cf24cb307f941b2b7f
3
+ metadata.gz: ca1ed41741c960ab83d07ab79f965bc69fe60da9
4
+ data.tar.gz: 9cd80c0c61ccdba7e0dceb2ff84cf3948f7795a3
5
5
  SHA512:
6
- metadata.gz: 28112a95d005b3768f1f066e74e5ddd798cbd88c5caccd8cd285ed15e76273f59a650528d402ae467f5841e43943be740061a279e66f37ddf32f93950c63e38f
7
- data.tar.gz: 6152ebd8860f264ca6d46a640e2ac96f6d219a2e77588114c8ac4e56661e25774e3fb4f42e9ad94aba43b93eb2d408ab2ee34decb41d87ffb6da2f4a6e579420
6
+ metadata.gz: 018c7e0ffa1d71b8cb23cd7ac294cc51c37199d5b231b8724b75196d0ab2e8e5c005bb513ccde1d55bcadba12e4ae5dbdb6babdfd4c5d99fdc7dde74514bc593
7
+ data.tar.gz: f7c1d859a68c66ae6b0f6e0df5d1e5fb5ff82b850f72f966306dcb8f1f6c522fc7dfc19f7543bd6e987e0abaf5d4cc2fd1e8cf4c2e156e19d0d0942725df9ec7
@@ -44,7 +44,7 @@ Here is a nice gif, that shows ``_frameit_`` in action:
44
44
 
45
45
  ![img/actions/MacExample.png](/img/actions/MacExample.png?raw=1)
46
46
 
47
- <h5 align="center">The <code>frameit</code> 2.0 update was kindly sponsored by <a href="https://mindnode.com/">MindNode</a>, seen in the screenshots above.
47
+ <h5 align="center">The <code>frameit</code> 2.0 update was kindly sponsored by <a href="https://mindnode.com/">MindNode</a>, seen in the screenshots above.</h5>
48
48
 
49
49
 
50
50
  The first time that ``_frameit_`` is executed the frames will be downloaded automatically. Originally the frames are coming from [Facebook frameset](http://facebook.design/devices) and they are kept on this repo: https://github.com/fastlane/frameit-frames
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.63.0.beta.20171020010003'.freeze
2
+ VERSION = '2.63.0.beta.20171021010003'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  end
@@ -16,7 +16,9 @@ module Spaceship
16
16
 
17
17
  # To pass from the user
18
18
 
19
+ # @deprecated Setted automatically by <tt>add_id_info_uses_idfa</tt> usage
19
20
  # @return (Boolean) Ad ID Info - Limits ads tracking
21
+ # <b>DEPRECATED:</b> Use <tt>add_id_info_uses_idfa</tt> instead.
20
22
  attr_accessor :add_id_info_limits_tracking
21
23
 
22
24
  # @return (Boolean) Ad ID Info - Serves ads
@@ -69,7 +71,7 @@ module Spaceship
69
71
 
70
72
  attr_mapping({
71
73
  # Ad ID Info Section
72
- 'adIdInfo.limitsTracking.value' => :add_id_info_limits_tracking,
74
+ 'adIdInfo.limitsTracking.value' => :add_id_info_uses_idfa,
73
75
  'adIdInfo.servesAds.value' => :add_id_info_serves_ads,
74
76
  'adIdInfo.tracksAction.value' => :add_id_info_tracks_action,
75
77
  'adIdInfo.tracksInstall.value' => :add_id_info_tracks_install,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.63.0.beta.20171020010003
4
+ version: 2.63.0.beta.20171021010003
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2017-10-20 00:00:00.000000000 Z
18
+ date: 2017-10-21 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier