Skip to content

Commit

Permalink
Temporarily remove Xcode 13 from the release pipeline as beta 3 is br…
Browse files Browse the repository at this point in the history
…oken
  • Loading branch information
tgoyne committed Jul 22, 2021
1 parent cd180c4 commit cef5965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.releasability
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
xcodeVersions = ['12.2', '12.4', '12.5.1', '13.0']
xcodeVersions = ['12.2', '12.4', '12.5.1']
platforms = ['osx', 'ios', 'watchos', 'tvos', 'catalyst']
carthagePlatforms = ['osx', 'ios', 'watchos', 'tvos']
platformNames = ['osx': 'macOS', 'ios': 'iOS', 'watchos': 'watchOS', 'tvos': 'tvOS', 'catalyst': 'Catalyst']
Expand Down
2 changes: 1 addition & 1 deletion scripts/package_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def replace_framework(example, path)
"examples/tvos/swift",
]

xcode_versions = %w(12.2 12.4 12.5.1 13.0)
xcode_versions = %w(12.2 12.4 12.5.1)

# Remove reference to Realm.xcodeproj from all example workspaces.
base_examples.each do |example|
Expand Down

0 comments on commit cef5965

Please sign in to comment.