Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _None_

### New Features

_None_
- Added Mac support to all `common` actions and any relevant `ios` actions [#439]

### Bug Fixes

Expand All @@ -36,7 +36,7 @@ _None_

- Allow `android_firebase_test` to not crash on failure, letting the caller do custom failure handling (e.g. Buildkite Annotations, etc) on their side. [#430]
- `promo_screenshots` now checks that the fonts—referenced via `font-family` in all the stylesheets referenced in the config file—are installed before starting, and prompt to install them if they are not. This check is enabled by default now but can be disabled/skipped if it causes any issue. [#429]
- `promo_screenshots` now supports config files to be written in `YAML` in addition to still supporting `JSON`. [#429]
- `promo_screenshots` now supports config files to be written in `YAML` in addition to still supporting `JSON`. [#429]

### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def self.authors
end

def self.is_supported?(platform)
[:ios, :android].include?(platform)
true
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def self.authors
end

def self.is_supported?(platform)
[:ios, :android].include?(platform)
true
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end

private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end

private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end

private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def self.authors
end

def self.is_supported?(platform)
platform == :ios
[:ios, :mac].include?(platform)
end
end
end
Expand Down