Skip to content

Commit

Permalink
feature: add support for detecting visionOS update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang Shuchen committed Mar 1, 2024
1 parent 339d1c0 commit c2a6e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software_update_rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def main():
beta_release = []
prod_release = []

software_release_keywords = ["iOS", "iPadOS", "watchOS", "tvOS", "macOS", "Xcode"]
software_release_keywords = ["iOS", "iPadOS", "watchOS", "tvOS", "macOS", "visionOS", "Xcode"]
beta_keywords = ["RC", "Release Candidate", "beta"]

software_release_pattern = r'\b(' + '|'.join(software_release_keywords) + r')\b'
Expand Down

0 comments on commit c2a6e03

Please sign in to comment.