fastlane-plugin-rearchive 1.0.1 → 1.0.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44be78fb0a8c6a4b9b242982bfdee6565f0364b7270e315a5e8ba1b169b381e5
|
4
|
+
data.tar.gz: d3a74cb2dd63087745701fd24c30f70cbd803dfe148f717b681cf4da84f871b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fa3dd5bc15991fb1962119702e3f37041b2bad51880eca6c82ec2a2f09a76c644194419de0e840289fda08af825589a4f9cf38cf771708b0d640e22abd06667
|
7
|
+
data.tar.gz: 5bc6cbe61d686e94929da013a27d69945f725fa301ab6c27e68010d6b5a7a0cf9f8566366e27281d0a11c47be7f36ca22ad8e25715b733f8dd705792f4968d84
|
@@ -59,6 +59,7 @@ module Fastlane
|
|
59
59
|
icons.each do |icon|
|
60
60
|
relative_path = archive.app_path((icon[:target]).to_s)
|
61
61
|
local_path = archive.local_path(relative_path)
|
62
|
+
FastlaneCore::UI.message("Copy icon from #{icon[:source].shellescape} to #{local_path.shellescape}")
|
62
63
|
system("cp #{icon[:source].shellescape} #{local_path.shellescape}", exception: true)
|
63
64
|
archive.replace(relative_path)
|
64
65
|
end.map do |icon|
|
@@ -69,6 +70,8 @@ module Fastlane
|
|
69
70
|
end
|
70
71
|
Dir.mktmpdir do |dir|
|
71
72
|
Dir.chdir(dir) do
|
73
|
+
FastlaneCore::UI.message("Current Directory: #{dir}")
|
74
|
+
FastlaneCore::UI.message("Iconset: #{iconset_path}")
|
72
75
|
IO.popen(%W[
|
73
76
|
/usr/bin/actool
|
74
77
|
--output-format human-readable-text
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-rearchive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- naoigcat
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: bundler
|
@@ -150,7 +149,6 @@ dependencies:
|
|
150
149
|
- - ">="
|
151
150
|
- !ruby/object:Gem::Version
|
152
151
|
version: '0'
|
153
|
-
description:
|
154
152
|
email: 17925623+naoigcat@users.noreply.github.com
|
155
153
|
executables: []
|
156
154
|
extensions: []
|
@@ -172,7 +170,6 @@ homepage: https://github.com/naoigcat/fastlane-plugin-rearchive
|
|
172
170
|
licenses:
|
173
171
|
- MIT
|
174
172
|
metadata: {}
|
175
|
-
post_install_message:
|
176
173
|
rdoc_options: []
|
177
174
|
require_paths:
|
178
175
|
- lib
|
@@ -187,8 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
184
|
- !ruby/object:Gem::Version
|
188
185
|
version: '0'
|
189
186
|
requirements: []
|
190
|
-
rubygems_version: 3.
|
191
|
-
signing_key:
|
187
|
+
rubygems_version: 3.6.3
|
192
188
|
specification_version: 4
|
193
189
|
summary: Modify files inside ipa/xcarchive for publishing multiple configurations
|
194
190
|
without rearchiving.
|