fastlane-plugin-teak 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: b04a1f63f8683729d6f548b502e32fb05723d281
4
- data.tar.gz: db664861ee44f2703c7a8c08e37672d20e51a21d
3
+ metadata.gz: e1799c7ab48ddd152c2e69ac9869fc32c33c7d0f
4
+ data.tar.gz: 1d09ae11a06be93e124c2f7954060b9a44d07f82
5
5
  SHA512:
6
- metadata.gz: 3c27a3f6638264986d6af20e83385d4698d703829ae2c9b251ced72c544b6198bfac3dd9a64cee331a7948456e0c0cdc2b962e06d5ad39e9b74f01e94a9251d5
7
- data.tar.gz: da77e473e1a64c6e8cf55eb33bfc0488aeec9d954cef18ef6699b0977ae31fae56d57d9412350f9a628dce4bd231fb00c31c6faec5d8330d03c3aa1d718acb9d
6
+ metadata.gz: 42eecb71190ba6892f4b2373496c8c82c6cc4174845556cd345d9f867a854e0ef09d27ed3dce0621f27d557e6e6249bb8d69ca91bcd53d9efb976b13c0bfbb92
7
+ data.tar.gz: d327c93cd9c7546462833426fca79cd0bd83ef82b0bd9ebab61f7d3d37a8c30d0f68ea12d3b21016759c7fc67f8c5aa4d832a157c35b255263bee134dd31ee59
@@ -42,7 +42,7 @@ module Fastlane
42
42
  Actions.sh("cd '#{clone_folder}' && git checkout #{checkout_param} '#{teak_extensions_source_path}'")
43
43
 
44
44
  # Download the latest Info.plist for TeakNotificationContent
45
- Actions.sh("curl", "--fail", "-o", "#{clone_folder}/TeakNotificationContent/Info.plist",
45
+ Actions.sh("curl", "--fail", "-o", "#{clone_folder}/TeakExtensions/TeakNotificationContent/Info.plist",
46
46
  "https://sdks.teakcdn.com/ios/Info.plist",
47
47
  error_callback: proc do
48
48
  UI.user_error!("Could not download Info.plist for TeakNotificationContent")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Teak
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-teak
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
  - Pat Wilson