fastlane-plugin-rustore_developer 0.2.10 → 0.2.11

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
  SHA256:
3
- metadata.gz: cdbb9a5ebe02e3d3a263cbb39abc3697450136d38f297fc0f77a723ca8388d14
4
- data.tar.gz: 0a9372e926b329d90192c5a7f428a2d49d539a8c50dc3220503f762cc596b19b
3
+ metadata.gz: ade9978261f53fe28ab63b9a0f81d5f36197ab693af8ae67cd54982ffe4cf8d1
4
+ data.tar.gz: c1936f548ab7ce2b8c598f892117d3309e583bb2db69b4310ef879ed12ea5746
5
5
  SHA512:
6
- metadata.gz: c25b929f254827632d1f76ee20db82b67a18925c58adcfd90d3a2427b55a082f94f2b538beb1c9a4bf77e9c1d975b84e8a51e4bec765a93f2ba2f4cddd30db18
7
- data.tar.gz: 52bcd9ef17b61e0383ea86882d95a109f039d7848866c885b8b1db4a731cf57887ccaff578135cba9b0b3f74eeae89d3af2f09b2a49aa13208f64fc4d724ed6c
6
+ metadata.gz: afbf5d6788c8612c89d067ce9d4400c68c4c0925e0647a6c716c3e8e34fabf07a2289ae146f282ac797e840c074a8ac1ab727f61e3b4740098c59731c331a5a2
7
+ data.tar.gz: 8972b68f2645e596d760d4c44fc49880be36ee74952f82fa24cc35637020ed2ee74c12afb053a92daad7141d30ed99439579a948481b29bfd8ce6e3c6d8ed47b
data/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2023 RimiX2 <cj_rimix@rambler.ru>
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2023 RimiX2 <cj_rimix@rambler.ru>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,52 +1,52 @@
1
- # rustore_developer plugin
2
-
3
- [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-rustore_developer)
4
-
5
- ## Getting Started
6
-
7
- This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-rustore_developer`, add it to your project by running:
8
-
9
- ```bash
10
- fastlane add_plugin rustore_developer
11
- ```
12
-
13
- ## About rustore_developer
14
-
15
- RUSTORE deployment helper
16
-
17
- **Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
18
-
19
- ## Example
20
-
21
- Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
22
-
23
- **Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
24
-
25
- ## Run tests for this plugin
26
-
27
- To run both the tests, and code style validation, run
28
-
29
- ```
30
- rake
31
- ```
32
-
33
- To automatically fix many of the styling issues, use
34
- ```
35
- rubocop -a
36
- ```
37
-
38
- ## Issues and Feedback
39
-
40
- For any other issues and feedback about this plugin, please submit it to this repository.
41
-
42
- ## Troubleshooting
43
-
44
- If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
45
-
46
- ## Using _fastlane_ Plugins
47
-
48
- For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
49
-
50
- ## About _fastlane_
51
-
52
- _fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).
1
+ # rustore_developer plugin
2
+
3
+ [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-rustore_developer)
4
+
5
+ ## Getting Started
6
+
7
+ This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-rustore_developer`, add it to your project by running:
8
+
9
+ ```bash
10
+ fastlane add_plugin rustore_developer
11
+ ```
12
+
13
+ ## About rustore_developer
14
+
15
+ RUSTORE deployment helper
16
+
17
+ **Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
18
+
19
+ ## Example
20
+
21
+ Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
22
+
23
+ **Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
24
+
25
+ ## Run tests for this plugin
26
+
27
+ To run both the tests, and code style validation, run
28
+
29
+ ```
30
+ rake
31
+ ```
32
+
33
+ To automatically fix many of the styling issues, use
34
+ ```
35
+ rubocop -a
36
+ ```
37
+
38
+ ## Issues and Feedback
39
+
40
+ For any other issues and feedback about this plugin, please submit it to this repository.
41
+
42
+ ## Troubleshooting
43
+
44
+ If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
45
+
46
+ ## Using _fastlane_ Plugins
47
+
48
+ For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
49
+
50
+ ## About _fastlane_
51
+
52
+ _fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).
@@ -1,56 +1,56 @@
1
- require 'fastlane/action'
2
- require_relative '../helper/rustore_developer_helper'
3
-
4
- module Fastlane
5
- module Actions
6
- module SharedValues
7
- RUSTORE_DEVELOPER_ACCESS_TOKEN = :RUSTORE_DEVELOPER_ACCESS_TOKEN
8
- end
9
- class RustoreDeveloperAuthAction < Action
10
-
11
- def self.run(params)
12
- token = Helper::RustoreDeveloperHelper.getAccessToken(params[:company_id], params[:key_path])
13
- Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_ACCESS_TOKEN] = token
14
- return token
15
- end
16
-
17
- def self.description
18
- "RUSTORE: Get authorization token"
19
- end
20
-
21
- def self.authors
22
- ["RimiX2"]
23
- end
24
-
25
- def self.return_value
26
- "Access token"
27
- end
28
-
29
- def self.details
30
- # Optional:
31
- ""
32
- end
33
-
34
- def self.available_options
35
- [
36
- FastlaneCore::ConfigItem.new(key: :company_id,
37
- env_name: "RUSTORE_COMPANY_ID",
38
- description: "Company ID",
39
- optional: false,
40
- type: String),
41
- FastlaneCore::ConfigItem.new(key: :key_path,
42
- env_name: "RUSTORE_PRIVATE_KEY_PATH",
43
- description: "Path for the company's private key (PEM)",
44
- optional: false,
45
- default_value: './private_key.pem',
46
- type: String)
47
- ]
48
- end
49
-
50
- def self.is_supported?(platform)
51
- [:android].include?(platform)
52
- true
53
- end
54
- end
55
- end
56
- end
1
+ require 'fastlane/action'
2
+ require_relative '../helper/rustore_developer_helper'
3
+
4
+ module Fastlane
5
+ module Actions
6
+ module SharedValues
7
+ RUSTORE_DEVELOPER_ACCESS_TOKEN = :RUSTORE_DEVELOPER_ACCESS_TOKEN
8
+ end
9
+ class RustoreDeveloperAuthAction < Action
10
+
11
+ def self.run(params)
12
+ token = Helper::RustoreDeveloperHelper.getAccessToken(params[:company_id], params[:key_path])
13
+ Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_ACCESS_TOKEN] = token
14
+ return token
15
+ end
16
+
17
+ def self.description
18
+ "RUSTORE: Get authorization token"
19
+ end
20
+
21
+ def self.authors
22
+ ["RimiX2"]
23
+ end
24
+
25
+ def self.return_value
26
+ "Access token"
27
+ end
28
+
29
+ def self.details
30
+ # Optional:
31
+ ""
32
+ end
33
+
34
+ def self.available_options
35
+ [
36
+ FastlaneCore::ConfigItem.new(key: :company_id,
37
+ env_name: "RUSTORE_COMPANY_ID",
38
+ description: "Company ID",
39
+ optional: false,
40
+ type: String),
41
+ FastlaneCore::ConfigItem.new(key: :key_path,
42
+ env_name: "RUSTORE_PRIVATE_KEY_PATH",
43
+ description: "Path for the company's private key (PEM)",
44
+ optional: false,
45
+ default_value: './private_key.pem',
46
+ type: String)
47
+ ]
48
+ end
49
+
50
+ def self.is_supported?(platform)
51
+ [:android].include?(platform)
52
+ true
53
+ end
54
+ end
55
+ end
56
+ end
@@ -1,59 +1,59 @@
1
- require 'fastlane/action'
2
- require_relative '../helper/rustore_developer_helper'
3
-
4
- module Fastlane
5
- module Actions
6
- class RustoreDeveloperCommitAction < Action
7
-
8
- def self.run(params)
9
- return Helper::RustoreDeveloperHelper.commitVersion(params[:token], params[:package],params[:version])
10
- end
11
-
12
- def self.description
13
- "RUSTORE: Submit version for moderation (commit)"
14
- end
15
-
16
- def self.authors
17
- ["RimiX2"]
18
- end
19
-
20
- def self.return_value
21
- "Was operation successfull? (true|false)"
22
- end
23
-
24
- def self.details
25
- # Optional:
26
- ""
27
- end
28
-
29
- def self.available_options
30
- [
31
- FastlaneCore::ConfigItem.new(key: :package,
32
- env_name: "RUSTORE_PACKAGE_NAME",
33
- description: "Android app package name (FQDN)",
34
- optional: false,
35
- type: String),
36
- FastlaneCore::ConfigItem.new(key: :version,
37
- description: "Version ID",
38
- optional: true,
39
- type: String,
40
- default_value: Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_DRAFT_VERSION]),
41
- FastlaneCore::ConfigItem.new(key: :token,
42
- description: "Access token",
43
- optional: false,
44
- sensitive: true,
45
- default_value: Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_ACCESS_TOKEN],
46
- verify_block: proc do |value|
47
- UI.user_error!("No access token given, pass using `token: 'token_value'`") unless value && !value.empty?
48
- end,
49
- type: String)
50
- ]
51
- end
52
-
53
- def self.is_supported?(platform)
54
- [:android].include?(platform)
55
- true
56
- end
57
- end
58
- end
59
- end
1
+ require 'fastlane/action'
2
+ require_relative '../helper/rustore_developer_helper'
3
+
4
+ module Fastlane
5
+ module Actions
6
+ class RustoreDeveloperCommitAction < Action
7
+
8
+ def self.run(params)
9
+ return Helper::RustoreDeveloperHelper.commitVersion(params[:token], params[:package],params[:version])
10
+ end
11
+
12
+ def self.description
13
+ "RUSTORE: Submit version for moderation (commit)"
14
+ end
15
+
16
+ def self.authors
17
+ ["RimiX2"]
18
+ end
19
+
20
+ def self.return_value
21
+ "Was operation successfull? (true|false)"
22
+ end
23
+
24
+ def self.details
25
+ # Optional:
26
+ ""
27
+ end
28
+
29
+ def self.available_options
30
+ [
31
+ FastlaneCore::ConfigItem.new(key: :package,
32
+ env_name: "RUSTORE_PACKAGE_NAME",
33
+ description: "Android app package name (FQDN)",
34
+ optional: false,
35
+ type: String),
36
+ FastlaneCore::ConfigItem.new(key: :version,
37
+ description: "Version ID",
38
+ optional: true,
39
+ type: String,
40
+ default_value: Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_DRAFT_VERSION]),
41
+ FastlaneCore::ConfigItem.new(key: :token,
42
+ description: "Access token",
43
+ optional: false,
44
+ sensitive: true,
45
+ default_value: Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_ACCESS_TOKEN],
46
+ verify_block: proc do |value|
47
+ UI.user_error!("No access token given, pass using `token: 'token_value'`") unless value && !value.empty?
48
+ end,
49
+ type: String)
50
+ ]
51
+ end
52
+
53
+ def self.is_supported?(platform)
54
+ [:android].include?(platform)
55
+ true
56
+ end
57
+ end
58
+ end
59
+ end
@@ -1,69 +1,70 @@
1
- require 'fastlane/action'
2
- require_relative '../helper/rustore_developer_helper'
3
-
4
- module Fastlane
5
- module Actions
6
- module SharedValues
7
- RUSTORE_DEVELOPER_DRAFT_VERSION = :RUSTORE_DEVELOPER_DRAFT_VERSION
8
- end
9
-
10
- class RustoreDeveloperCreateVersionAction < Action
11
-
12
- def self.run(params)
13
- version = Helper::RustoreDeveloperHelper.createVersion(params[:token], params[:package], params[:publish], params[:news] )
14
- Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_DRAFT_VERSION] = version.to_s
15
- return version
16
- end
17
-
18
- def self.description
19
- "RUSTORE: Create new deployment version (draft)"
20
- end
21
-
22
- def self.authors
23
- ["RimiX2"]
24
- end
25
-
26
- def self.return_value
27
- "Created version id"
28
- end
29
-
30
- def self.details
31
- # Optional:
32
- ""
33
- end
34
-
35
- def self.available_options
36
- [
37
- FastlaneCore::ConfigItem.new(key: :package,
38
- env_name: "RUSTORE_PACKAGE_NAME",
39
- description: "Android app package name (FQDN)",
40
- optional: false,
41
- type: String),
42
- FastlaneCore::ConfigItem.new(key: :publish,
43
- description: "Publication mechanism (MANUAL | INSTANTLY)",
44
- optional: false,
45
- default_value: 'MANUAL',
46
- type: String),
47
- FastlaneCore::ConfigItem.new(key: :token,
48
- description: "Access token",
49
- optional: false,
50
- sensitive: true,
51
- default_value: Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_ACCESS_TOKEN],
52
- verify_block: proc do |value|
53
- UI.user_error!("No access token given, pass using `token: 'token_value'`") unless value && !value.empty?
54
- end,
55
- type: String),
56
- FastlaneCore::ConfigItem.new(key: :news,
57
- description: "What's new listing",
58
- optional: false,
59
- type: String),
60
- ]
61
- end
62
-
63
- def self.is_supported?(platform)
64
- [:android].include?(platform)
65
- true
66
- end
67
- end
68
- end
69
- end
1
+ require 'fastlane/action'
2
+ require_relative '../helper/rustore_developer_helper'
3
+
4
+ module Fastlane
5
+ module Actions
6
+ module SharedValues
7
+ RUSTORE_DEVELOPER_DRAFT_VERSION = :RUSTORE_DEVELOPER_DRAFT_VERSION
8
+ end
9
+
10
+ class RustoreDeveloperCreateVersionAction < Action
11
+
12
+ def self.run(params)
13
+ version = Helper::RustoreDeveloperHelper.createVersion(params[:token], params[:package], params[:publish], params[:news] )
14
+ Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_DRAFT_VERSION] = version.to_s
15
+ return version
16
+ end
17
+
18
+ def self.description
19
+ "RUSTORE: Create new deployment version (draft)"
20
+ end
21
+
22
+ def self.authors
23
+ ["RimiX2"]
24
+ end
25
+
26
+ def self.return_value
27
+ "Created version id"
28
+ end
29
+
30
+ def self.details
31
+ # Optional:
32
+ ""
33
+ end
34
+
35
+ def self.available_options
36
+ [
37
+ FastlaneCore::ConfigItem.new(key: :package,
38
+ env_name: "RUSTORE_PACKAGE_NAME",
39
+ description: "Android app package name (FQDN)",
40
+ optional: false,
41
+ type: String),
42
+ FastlaneCore::ConfigItem.new(key: :publish,
43
+ env_name: "RUSTORE_PUBLISH_TYPE",
44
+ description: "Publication mechanism (MANUAL | INSTANTLY)",
45
+ optional: false,
46
+ default_value: 'MANUAL',
47
+ type: String),
48
+ FastlaneCore::ConfigItem.new(key: :token,
49
+ description: "Access token",
50
+ optional: false,
51
+ sensitive: true,
52
+ default_value: Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_ACCESS_TOKEN],
53
+ verify_block: proc do |value|
54
+ UI.user_error!("No access token given, pass using `token: 'token_value'`") unless value && !value.empty?
55
+ end,
56
+ type: String),
57
+ FastlaneCore::ConfigItem.new(key: :news,
58
+ description: "What's new listing",
59
+ optional: false,
60
+ type: String),
61
+ ]
62
+ end
63
+
64
+ def self.is_supported?(platform)
65
+ [:android].include?(platform)
66
+ true
67
+ end
68
+ end
69
+ end
70
+ end
@@ -1,59 +1,59 @@
1
- require 'fastlane/action'
2
- require_relative '../helper/rustore_developer_helper'
3
-
4
- module Fastlane
5
- module Actions
6
-
7
- class RustoreDeveloperDeleteDraftAction < Action
8
-
9
- def self.run(params)
10
- return Helper::RustoreDeveloperHelper.deleteDraft(params[:token], params[:package],params[:version_id])
11
- end
12
-
13
- def self.description
14
- "RUSTORE: Delete specific draft version"
15
- end
16
-
17
- def self.authors
18
- ["RimiX2"]
19
- end
20
-
21
- def self.return_value
22
- "Was operation successfull? (true|false)"
23
- end
24
-
25
- def self.details
26
- # Optional:
27
- ""
28
- end
29
-
30
- def self.available_options
31
- [
32
- FastlaneCore::ConfigItem.new(key: :package,
33
- env_name: "RUSTORE_PACKAGE_NAME",
34
- description: "Android app package name (FQDN)",
35
- optional: false,
36
- type: String),
37
- FastlaneCore::ConfigItem.new(key: :token,
38
- description: "Access token",
39
- optional: false,
40
- sensitive: true,
41
- default_value: Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_ACCESS_TOKEN],
42
- verify_block: proc do |value|
43
- UI.user_error!("No access token given, pass using `token: 'token_value'`") unless value && !value.empty?
44
- end,
45
- type: String),
46
- FastlaneCore::ConfigItem.new(key: :version_id,
47
- description: "Draft version id",
48
- optional: false,
49
- type: String),
50
- ]
51
- end
52
-
53
- def self.is_supported?(platform)
54
- [:android].include?(platform)
55
- true
56
- end
57
- end
58
- end
59
- end
1
+ require 'fastlane/action'
2
+ require_relative '../helper/rustore_developer_helper'
3
+
4
+ module Fastlane
5
+ module Actions
6
+
7
+ class RustoreDeveloperDeleteDraftAction < Action
8
+
9
+ def self.run(params)
10
+ return Helper::RustoreDeveloperHelper.deleteDraft(params[:token], params[:package],params[:version_id])
11
+ end
12
+
13
+ def self.description
14
+ "RUSTORE: Delete specific draft version"
15
+ end
16
+
17
+ def self.authors
18
+ ["RimiX2"]
19
+ end
20
+
21
+ def self.return_value
22
+ "Was operation successfull? (true|false)"
23
+ end
24
+
25
+ def self.details
26
+ # Optional:
27
+ ""
28
+ end
29
+
30
+ def self.available_options
31
+ [
32
+ FastlaneCore::ConfigItem.new(key: :package,
33
+ env_name: "RUSTORE_PACKAGE_NAME",
34
+ description: "Android app package name (FQDN)",
35
+ optional: false,
36
+ type: String),
37
+ FastlaneCore::ConfigItem.new(key: :token,
38
+ description: "Access token",
39
+ optional: false,
40
+ sensitive: true,
41
+ default_value: Actions.lane_context[SharedValues::RUSTORE_DEVELOPER_ACCESS_TOKEN],
42
+ verify_block: proc do |value|
43
+ UI.user_error!("No access token given, pass using `token: 'token_value'`") unless value && !value.empty?
44
+ end,
45
+ type: String),
46
+ FastlaneCore::ConfigItem.new(key: :version_id,
47
+ description: "Draft version id",
48
+ optional: false,
49
+ type: String),
50
+ ]
51
+ end
52
+
53
+ def self.is_supported?(platform)
54
+ [:android].include?(platform)
55
+ true
56
+ end
57
+ end
58
+ end
59
+ end