fastlane-plugin-teak 0.1.0 → 0.1.1

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
- SHA256:
3
- metadata.gz: 0a4dd73bb24c835779318b7bfa0d83d2cc608a812f0881854625d04060b46204
4
- data.tar.gz: 42b3b757bb538c842f72ecb983d78bd64ba0c3fc247eb64acfb0a04890ea9071
2
+ SHA1:
3
+ metadata.gz: b04a1f63f8683729d6f548b502e32fb05723d281
4
+ data.tar.gz: db664861ee44f2703c7a8c08e37672d20e51a21d
5
5
  SHA512:
6
- metadata.gz: 23f7825293dd3ef90cfb871ef686eb497e00cc06eb413726da04150bb041460286089f8a87419c92a9099e6b72081cc095fde40ab3ac631d66b931e868b7d635
7
- data.tar.gz: 565695186905d237e5b6cc2c08a6a2d9e1360287a73577fb0add1999de05af11a05ce81ce99b91c991e66a27e30987d26cef015a26f9bbc7490e6f84ac4572f7
6
+ metadata.gz: 3c27a3f6638264986d6af20e83385d4698d703829ae2c9b251ced72c544b6198bfac3dd9a64cee331a7948456e0c0cdc2b962e06d5ad39e9b74f01e94a9251d5
7
+ data.tar.gz: da77e473e1a64c6e8cf55eb33bfc0488aeec9d954cef18ef6699b0977ae31fae56d57d9412350f9a628dce4bd231fb00c31c6faec5d8330d03c3aa1d718acb9d
@@ -41,6 +41,13 @@ module Fastlane
41
41
 
42
42
  Actions.sh("cd '#{clone_folder}' && git checkout #{checkout_param} '#{teak_extensions_source_path}'")
43
43
 
44
+ # Download the latest Info.plist for TeakNotificationContent
45
+ Actions.sh("curl", "--fail", "-o", "#{clone_folder}/TeakNotificationContent/Info.plist",
46
+ "https://sdks.teakcdn.com/ios/Info.plist",
47
+ error_callback: proc do
48
+ UI.user_error!("Could not download Info.plist for TeakNotificationContent")
49
+ end)
50
+
44
51
  # Reassign teak_extensions_source to be the temp directory
45
52
  teak_extensions_source = clone_folder
46
53
  end
@@ -52,7 +59,7 @@ module Fastlane
52
59
  UI.user_error!("Teak Extensions not found in: #{teak_extensions_source}") unless File.exist?(teak_extensions_source)
53
60
 
54
61
  # TODO: Ensure the files we need are located in teak_extensions_source
55
- Actions.sh("cd '#{teak_extensions_source}' && ls")
62
+ # Actions.sh("cd '#{teak_extensions_source}' && ls")
56
63
 
57
64
  # Destination path for copied files
58
65
  extension_destination_path = File.dirname(teak_extensions_project_path)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Teak
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-teak
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-04 00:00:00.000000000 Z
11
+ date: 2018-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  version: '0'
185
185
  requirements: []
186
186
  rubyforge_project:
187
- rubygems_version: 2.7.3
187
+ rubygems_version: 2.6.10
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: Fastlane plugins for the Teak SDK