fastlane-plugin-xamarin_native 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a84a4c39d86b4c3c8e439869e767ed7b7f98060b993a9f39444d20897381f0d6
4
- data.tar.gz: c8eb9914f9ba7c3ed45fe33896811fbb69b0765fdf2585abe18b039d959c5bf7
3
+ metadata.gz: 8e82e4b3b02ed9aa555e058236ef9a8bc74b68986c2b28b05675e2f8a5263f0f
4
+ data.tar.gz: 66b3d7a35df64b412edc15dfb333694c34c3cba1a49750682ec81242f43e561a
5
5
  SHA512:
6
- metadata.gz: ac0264e3031246b94685a4eb3869cdfad640f41d4b9cd215e620a3aa42977ed423a68c8d4eba49c5552771517a973dd2f86f0f3b5b7544c994244de2452f9533
7
- data.tar.gz: e6be46710d6a2bc749b2f45dc0475e8029968d5aee2e873a4049dbe61b8fdcc3dba6f8aaad8d56f99a50f551714d4365355c08c758f3d696eeca4da3386191d8
6
+ metadata.gz: 30d9f3daa32138f98f64e0ec51a5cdce4f04fb806e169112de7a0b63a671de69850b328ae7dc29f459d75d81f45b76139cabf9f7570387a2ad8585f6a9f61e08
7
+ data.tar.gz: 5dd731e295efe5afb933b6eaf295f4b862857bd14dd423b97a1c498986e4d5bb0ccebc14e08f5f7f5734b369c5b746cca2b70e49fed0cc14aa30461367869bde
@@ -43,7 +43,7 @@ module Fastlane
43
43
  command << "-p:BuildIpa=True " if ipa_name != nil
44
44
  command << "-p:IpaPackageName=#{ipa_name} " if ipa_name != nil
45
45
 
46
- command << "-p:AndroidKeyStore=true" if sign_apk == true
46
+ command << "-p:AndroidKeyStore=True " if sign_apk == true
47
47
  command << "-p:AndroidSigningKeyStore=#{android_signing_keystore} " if android_signing_keystore != nil
48
48
  command << "-p:AndroidSigningKeyPass=#{android_signing_key_pass} " if android_signing_key_pass != nil
49
49
  command << "-p:AndroidSigningStorePass=#{android_signing_store_pass} " if android_signing_store_pass != nil
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module XamarinNative
3
- VERSION = "2.0.0"
3
+ VERSION = "2.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-xamarin_native
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - illania
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri