fastlane-plugin-codemagic 0.1.1 → 0.1.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: 41bf6b2f4a394b0416d71f1000001b97d1edb9a8516315edf1f2352b8adf00de
4
- data.tar.gz: 45ab5013021f80a0a9e37a76a3243499911cb985a66d7c1694b5eedf6e9ad1bf
3
+ metadata.gz: 447c4faeaa38767441c6c58a26aef4d389d0f5e6db5dbd3a9ac9131f21295bde
4
+ data.tar.gz: d20a7530e3b51225c230e45376eb2c6f2a21e53139f16cf6389c5ff9473f1900
5
5
  SHA512:
6
- metadata.gz: 612c5778ba9c3b3b5f8c68bc240c8ab8b9212a5290b73609c9eee4375442d488d0f324f605f6af7a9bdf1ee630c021394d03a990d19937afefcd3ed0410be3e4
7
- data.tar.gz: '00856876a693bb53a9862c9d3c7b988715ba7d4318aa0d5c362cf604b6f6562a0bddd67d33331bf4b88de94cae5ff86de66936bbe5fc8c8ca168cbc8e18b95bc'
6
+ metadata.gz: bd9ffdc65bd15d71354a15a5a4660324e715ac98d7c2f7e30a0809c67d6a8e6b198e42a07708023f9c0d6c0778bcab5edee5786944bfc088eb90a4215e0f715b
7
+ data.tar.gz: 301f4caeaa07d7e3ad7f4a050e87e8f6244c4d24dcb74686281bcdce53f14ed46b30ab9844ee349ed588b3ac09043d219be2d18228f2e9d0ede4dcc530085a2b
data/README.md CHANGED
@@ -37,8 +37,8 @@ If an error is return by the codemagic.io API, the plugin will **throw an except
37
37
  codemagic(
38
38
  workflow_id: "YOUR_WORKFLOW_ID",
39
39
  app_id: "YOUR_APP_ID",
40
- branch: "release/4.1.2",
41
- auth_token: "82Kf0RHv8MWS7VctoFHxGtW-wIWEkPUI0-E8DkJ4HaY",
40
+ branch: "YOUR_BRANCH",
41
+ auth_token: "YOUR_AUTH_TOKEN",
42
42
  download: {
43
43
  artefacts: ["ipa"],
44
44
  build_path: "./build/"
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Codemagic
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-codemagic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikhail Matsera