-
-
Notifications
You must be signed in to change notification settings - Fork 878
feat: Remove support for Xcode 14 #1835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
1ab502c
feat: Remove support for Xcode 14
dplewis f5d9ac7
bump
dplewis 8022945
use xcode 16.2
dplewis f9308cc
use xcode 16 as default
dplewis 2c19846
use xcode 15 as default
dplewis e3e6977
Downgrade xcpretty to 3.0
dplewis ba968e8
Update Gemfile.lock
dplewis 2bf951e
actions/upload-artifact@v4
dplewis 4497665
watch series 10
dplewis aab67dc
fix tests
dplewis 983a65e
Update InstallationUnitTests.m
dplewis bc49756
Improve test
dplewis a6d2bf0
disable test
dplewis df39c17
Revert "disable test"
dplewis 46dd4ef
test against 16 by default
dplewis 749c802
disable tests
dplewis 230c000
clean up
dplewis 7f5da14
Update Parse-macOS.xcscheme
dplewis e4d1ce5
refactor CI
mtrezza 9e45358
refactor CI
mtrezza 59af721
refactor CI
mtrezza 9897520
refactor CI
mtrezza 56ec136
Update ci.yml
mtrezza 1c22f1b
Update ci.yml
mtrezza 53bb10a
fix ci
mtrezza e10a3f5
Update ci.yml
mtrezza 6dbbf7f
Update Rakefile
mtrezza 40c9f40
fix
mtrezza e953477
ci
mtrezza c2bdb8b
Update ci.yml
mtrezza de8f6f0
Update ci.yml
mtrezza ccd1d2e
ci
mtrezza b67ac44
Update ci.yml
mtrezza 6bfd702
Update ci.yml
mtrezza 313bb37
Update ci.yml
mtrezza cdf319a
add tvos
mtrezza 095b2f1
Update ci.yml
mtrezza d69ff7a
ios rename
mtrezza 23b730e
Update Rakefile
mtrezza ba6e844
Update README.md
mtrezza fde5169
Update README.md
mtrezza d98574d
Update README.md
mtrezza 996f565
Update ci.yml
mtrezza 1b61bf7
Update ci.yml
mtrezza 5eae43b
refactor rake
mtrezza dc9088b
Update Rakefile
mtrezza 5a8b8a0
Update Rakefile
mtrezza 8ef9be6
Update ci.yml
mtrezza 97eba18
Update ci.yml
mtrezza ebd5246
add logs
mtrezza a09f5da
Update ci.yml
mtrezza a8adb21
Update ci.yml
mtrezza 7c07889
Update Rakefile
mtrezza 75288ad
Update Rakefile
mtrezza aad05cb
Update Rakefile
mtrezza cce4c8f
Update ci.yml
mtrezza 6d3681d
Update ci.yml
mtrezza bd26d91
Update ci.yml
mtrezza 72a71b0
Update ci.yml
mtrezza d1f96f2
Update ci.yml
mtrezza 1f9ef4a
Update ci.yml
mtrezza 514c99b
Update ci.yml
mtrezza d2007af
Update ci.yml
mtrezza 5713baa
Update ci.yml
mtrezza 80b412b
Update ci.yml
mtrezza a6d99a2
Update ci.yml
mtrezza 2b44d71
Update ci.yml
mtrezza f8eb742
Update ci.yml
mtrezza 6fcf347
Update ci.yml
mtrezza b53dfa7
Update ci.yml
mtrezza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
source 'https://rubygems.org' | ||
|
||
# Docs | ||
gem 'jazzy', '~> 0.15.3' | ||
gem 'jazzy', '0.15.3' | ||
|
||
# Development | ||
gem 'xcpretty', '~> 0.4.0' | ||
gem 'rake', '~> 13.2.1' | ||
gem 'plist', '~> 3.7.1' | ||
gem 'xcpretty', '0.3.0' | ||
gem 'rake', '13.2.1' | ||
gem 'plist', '3.7.1' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.