fastlane-plugin-cordova 1.0.1 → 2.0.0

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: 33b2941827c2c572a8200023baae74e14e12e6f4
4
- data.tar.gz: 0c7020beddba620ee44a645a0624b2e756a77d97
3
+ metadata.gz: b5b2458d8d510b739b9c972d12c42e5cd3f54639
4
+ data.tar.gz: 3e8e159db5d56b803107684ec86c3eb6e2fe1c4d
5
5
  SHA512:
6
- metadata.gz: 8b945078aeaa1b382fd71f6666b0352e858b73c49dc237f810a52bc97f78c4c78ce39ba2fbc3d89b4f664ce923a1e006ae00f9f0d39892a52d7af90410ac921f
7
- data.tar.gz: f6bd05bf69941f5e76bd4c37918895d3a18d45594adc72fd7673da24cbd2d26a94ca793c95e6a941a92709f23300245c58aa18e79ad7bf65a6e60f828b2aa8e5
6
+ metadata.gz: 3cecb5a0af264f126416a023005dd2361b66bc26fdce87bdb84caad30747993f41ae25b1d1aec88a715337b713bca6e3ea6028ac5b0b5635c2033e0ead83327e
7
+ data.tar.gz: 0b30240650e59f05a54d3e4060975fb54758bd0f9e5920e5d14995815fad2a2721b0e98e7b4551aa8d773bd4c0d8c934988d79b5d1cfe94c2c07aa7b023becfe
data/README.md CHANGED
@@ -15,6 +15,8 @@ This project is a [fastlane](https://github.com/fastlane/fastlane) plugin. To ge
15
15
  fastlane add_plugin cordova
16
16
  ```
17
17
 
18
+ :warning: *If you're using a Cordova version below 7, you need to use version `1.0.1` of this plugin*
19
+
18
20
  Then you can integrate it into your Fastlane setup:
19
21
 
20
22
  ```ruby
@@ -104,7 +104,7 @@ module Fastlane
104
104
  app_name = self.get_app_name()
105
105
  build_type = is_release ? 'release' : 'debug'
106
106
 
107
- ENV['CORDOVA_ANDROID_RELEASE_BUILD_PATH'] = "./platforms/android/build/outputs/apk/android-#{build_type}.apk"
107
+ ENV['CORDOVA_ANDROID_RELEASE_BUILD_PATH'] = "./platforms/android/app/build/outputs/apk/release/app-#{build_type}.apk"
108
108
  ENV['CORDOVA_IOS_RELEASE_BUILD_PATH'] = "./platforms/ios/build/device/#{app_name}.ipa"
109
109
  end
110
110
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Cordova
3
- VERSION = "1.0.1"
3
+ VERSION = "2.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-cordova
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Almouro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-12 00:00:00.000000000 Z
11
+ date: 2018-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry