fastlane-plugin-gs_project_flow_ios 0.3.11 → 0.3.12

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: 30ca93410c792d4fde4fb1c83bcc81a08ec83ad8
4
- data.tar.gz: 19d4eca47290957a9bc9a25868173264528d1d25
3
+ metadata.gz: 3b5bbb9ae262723d5cc9cc8bead80f3445773d67
4
+ data.tar.gz: ac0ba316b506f9e5df67b2e5d09f44fc2cedefd9
5
5
  SHA512:
6
- metadata.gz: 3ff71523e81c59aca25a603a3b099e41f8414eb48bf50f558502ff6d03296575f328d72ccbda4d91244a9269627e3384afd0168bcf3291db472531fd0173e05a
7
- data.tar.gz: 75feb1caae6cdb73cd7251a9b7b737872327ef77d6fea117869626ffe7d2910387c148ac87be8b6f6992557a731cd73893aab927e806f9393047b87c8e7a00f8
6
+ metadata.gz: 4b4bd199b35b7a6255b30584fe7fbd290b03ff163687a71ceb9148deb1f7f9311c02a04f65817bdd09e7484d654e64f33f6a3a88e2ebd4295ebdd78179341c6e
7
+ data.tar.gz: caefc0800a369c7900f76c817d14a9798dc6ceadd0154179a9ea53b1987bb822a1ac09399da302785e8fa3eb1576d2354a402f3915d6396ff062cd4b31ba046f
@@ -11,6 +11,7 @@ module Fastlane
11
11
  version_name = v.major.to_s + "." + v.minor.to_s + "." + v.build.to_s
12
12
  UI.message('version' + version_name)
13
13
 
14
+ plist_path = Actions::GetInfoPlistPathAction.run(FastlaneCore::Configuration.create(GetInfoPlistPathAction.available_options,{path: plist_path, key: "ITSAppUsesNonExemptEncryption", value: "false"}))
14
15
  Actions::SetInfoPlistValueAction.run(FastlaneCore::Configuration.create(SetInfoPlistValueAction.available_options,{path: plist_path, key: "ITSAppUsesNonExemptEncryption", value: "false"}))
15
16
 
16
17
  Actions::IncrementBuildNumberInPlistAction.run(FastlaneCore::Configuration.create(Actions::IncrementBuildNumberInPlistAction.available_options,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.3.11"
3
+ VERSION = "0.3.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_project_flow_ios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.11
4
+ version: 0.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский