Skip to content

Commit

Permalink
Adding catalyst platform
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjhowells committed Sep 4, 2024
1 parent 47fee06 commit e5de77f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.3.1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def self.details
end

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

def self.available_options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module Bugsnag
VERSION = "2.3.0"
VERSION = "2.3.1"
end
end

0 comments on commit e5de77f

Please sign in to comment.