fastlane-plugin-teak 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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1799c7ab48ddd152c2e69ac9869fc32c33c7d0f
|
|
4
|
+
data.tar.gz: 1d09ae11a06be93e124c2f7954060b9a44d07f82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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")
|