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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca1ed41741c960ab83d07ab79f965bc69fe60da9
|
4
|
+
data.tar.gz: 9cd80c0c61ccdba7e0dceb2ff84cf3948f7795a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|

|
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
|
@@ -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' => :
|
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.
|
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-
|
18
|
+
date: 2017-10-21 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|