fastlane-plugin-mobile_tools 0.1.3 → 0.1.4

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: 2ebed55812702e1fae8aa4ba6672ecd9193151a2401132647f6d393319165a79
4
- data.tar.gz: 601d84b95693d01d40a733ddb6b868d5656a5ee8d97769d07e03d1ff6fe7316f
3
+ metadata.gz: 9d453c5a976580cfdcbf60a45a0d49c8eb14441818843c4b562d169c46f8631e
4
+ data.tar.gz: f0fbcab09b0da80149f45a9b57792a139cda5116c534ccdf48bb070b95a71c60
5
5
  SHA512:
6
- metadata.gz: 2919ec6ced24d60ecf8bc02737382e661589fe89f1521577cc82e761ec8efdbd17a2d74e2fe3da8e3c6eb59ae94da062e98e09013144c71586a379e0d321777b
7
- data.tar.gz: 98067bf45c886b5b537c5b2f85e22a07b7091abfeb47da8104c7124ff49be30a766fda795d90b4993b5a497e3502d3fda080146831bff53bfe5855f1b8be5e2a
6
+ metadata.gz: 78a83c51a7d352b22432a7d08c11a9c49d7612bbf829f3f12c109c4370e5911bdb56868c005b8eb5bc2401195c401f9952719da430e5363686c6a224bbe9e1e0
7
+ data.tar.gz: 1113318e72f8440b7d32d692642dd1ca6ef03c719288a2d7cdcb6395c8549847c2609d23336041d26011b7bdb5f28dd5aa949063973fd59f0076e5e53865d447
@@ -169,7 +169,7 @@ module Fastlane
169
169
  end
170
170
  end
171
171
 
172
- output_directory = params[xcframework_output_directory] || '.'
172
+ output_directory = @xchelper.output_directory || '.'
173
173
  final_zip_path = File.join(output_directory, 'combined_xcframeworks.zip')
174
174
  FileUtils.mv(combined_zip_path, final_zip_path)
175
175
  UI.message("▸ Moved combined zip to output directory at path: #{final_zip_path}")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module MobileTools
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-mobile_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yogesh Khandelwal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-02 00:00:00.000000000 Z
11
+ date: 2024-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler