Commit graph

929 commits

Author SHA1 Message Date
Daniel Chick
9622b563b3 Move button styling to not affect the info pane 2023-12-05 17:20:41 -06:00
Ege Sucu
2d3a26374b Updated README.md
Since Strings Catalog has been added, Xcode 15 is required to work with them.
2023-12-03 08:44:00 +03:00
Ege Sucu
eda3e2680b More translations are updated after the rebase 2023-12-03 08:37:18 +03:00
Matt Kiazyk
0d631e6628
Merge pull request #453 from XcodesOrg/matt/cancelRuntimeDownload
Add ability to cancel runtime downloads
2023-12-02 22:32:55 -06:00
Matt Kiazyk
1f032a5719 Fix localization from rebase 2023-12-02 09:30:38 -06:00
Matt Kiazyk
c81a638e35 Merge branch 'main' into matt/cancelRuntimeDownload 2023-12-02 09:27:52 -06:00
Matt Kiazyk
b3e91fad7a
Merge pull request #449 from egesucu/string-catalog-conversion
String Catalog Conversion
2023-12-02 09:26:32 -06:00
Matt Kiazyk
57bf6d8a80 add ability to cancel runtime downloads 2023-12-02 09:24:54 -06:00
Ege Sucu
7690c19115 Localization file updated 2023-12-01 20:29:13 +03:00
Ege Sucu
ad749c1cb0 Converted Localization into String Catalog 2023-12-01 20:29:13 +03:00
Matt Kiazyk
c5ada02a31
Merge pull request #448 from XcodesOrg/matt/runtimeDownload
Support Runtime/Platforms Downloading and Install 🚀
2023-12-01 10:06:45 -06:00
Matt Kiazyk
c1836a78c4 PR Cleanup. 2023-12-01 10:05:36 -06:00
Daniel Chick
4649ba0c8a Reuse ProgressButton 2023-11-25 19:19:59 -06:00
Matt Kiazyk
c153a93b1b adjustments to update runtimes 2023-11-23 14:41:56 -06:00
Matt Kiazyk
f470986e2b Merge branch 'main' into matt/runtimeDownload 2023-11-23 14:16:43 -06:00
Matt Kiazyk
b650261ddd
Merge pull request #436 from thai-d-v/fix-app-state
Clean up code in `InfoPane` to be more robust
2023-11-23 14:07:03 -06:00
Matt Kiazyk
ec4dc2b3d0 runtime clean up 2023-11-23 13:30:59 -06:00
Duong Thai
a596e5ff6c refactor preview code 2023-11-24 00:15:41 +07:00
Matt Kiazyk
6ffce23616 more WIP 2023-11-23 10:37:41 -06:00
Duong Thai
2fdc06031c fix SDKView logic, hide the view when the content is empty 2023-11-23 23:04:16 +07:00
Duong Thai
2f7d45c67a move the control section to InfoPaneControls, fix the layout to make it self-contain 2023-11-23 23:04:14 +07:00
Duong Thai
a2379583ef fix data dependency, preview performance and layout out of InfoPane
- I move `UnselectedView` out to:
        1. narrow data dependency
        2. `InfoPane` should only care about displaying data, not whether an `Xcode` is selected
2023-11-23 23:03:01 +07:00
Duong Thai
4e55aac679 clean up code 2023-11-23 23:01:03 +07:00
Duong Thai
d406972e81 move and fix the InstalledStateButtons 2023-11-23 23:00:10 +07:00
Duong Thai
9e787f98d8 fix layout of UnselectedView 2023-11-23 22:58:53 +07:00
Duong Thai
d172df68e3 move and fix the NotInstalledStateButtonsView 2023-11-23 22:58:49 +07:00
Duong Thai
d08d2d38e4 move and fix the UnselectedView
rebase main
2023-11-23 22:56:18 +07:00
Duong Thai
112829b553 rebase main 2023-11-23 22:53:15 +07:00
Duong Thai
05f5c2cebf rebase main 2023-11-23 22:49:10 +07:00
Duong Thai
cecceea62f remove openURL in InfoPane because ReleaseNotesView already has it 2023-11-23 22:46:22 +07:00
Duong Thai
77ca8a2571 move the compatibility view to CompatibilityView.swift 2023-11-23 22:46:22 +07:00
Duong Thai
f1fea6365c move release notes to ReleaseNotesView.swift
- narrow down interfaces of some functions
2023-11-23 22:46:22 +07:00
Duong Thai
03eb166c3d move icon to IconView.swift 2023-11-23 22:46:22 +07:00
Duong Thai
e56d83dbe3 move identical builds view to IdenticalBuildView.swift 2023-11-23 22:46:22 +07:00
Duong Thai
7079e062d2 move release date view to ReleaseDateView.swift
- I moved outside 2 lines of `.frame(maxWidth: .infinity, alignment: .leading)` because this layout job should belong to `InfoPane`
    - I added preview blocks for testing
2023-11-23 22:46:22 +07:00
Matt Kiazyk
487cbb0045 Merge branch 'main' into matt/runtimeDownload 2023-11-22 13:26:45 -06:00
Matt Kiazyk
5b18a90f81
Merge pull request #444 from XcodesOrg/matt/SettingsLinkSonoma
fix: settings link on Sonoma not working
2023-11-22 08:49:27 -06:00
Matt Kiazyk
b9dc7bf757 update runner to MacOS13, Xcode 15 2023-11-22 08:38:10 -06:00
Matt Kiazyk
1bd5017350
Merge pull request #447 from XcodesOrg/dependabot/github_actions/actions/cache-3.3.2
Bump actions/cache from 3.3.1 to 3.3.2
2023-11-22 08:33:54 -06:00
Matt Kiazyk
ab4a3444ed
Merge pull request #446 from XcodesOrg/dependabot/github_actions/ruby/setup-ruby-1.161.0
Bump ruby/setup-ruby from 1.152.0 to 1.161.0
2023-11-22 08:33:45 -06:00
Matt Kiazyk
8ff65381e6
Merge pull request #445 from XcodesOrg/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-11-22 08:33:35 -06:00
dependabot[bot]
ca363e1398
Bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 10:43:13 +00:00
dependabot[bot]
d9917ce2c4
Bump ruby/setup-ruby from 1.152.0 to 1.161.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.152.0 to 1.161.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](https://github.com/ruby/setup-ruby/compare/v1.152.0...v1.161.0)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 10:43:08 +00:00
dependabot[bot]
44a85d63db
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 10:43:03 +00:00
Matt Kiazyk
19f1fd876d fix: settings link on Sonoma not working 2023-11-21 23:50:25 -06:00
Matt Kiazyk
75ae0ab456
Merge pull request #443 from XcodesOrg/matt/projectTeamCleanup
cleans up project team so it builds
2023-11-21 23:47:04 -06:00
Matt Kiazyk
2f749deb8d cleans up project team so it builds 2023-11-21 23:46:23 -06:00
Matt Kiazyk
6fcb4aa857
Merge pull request #428 from ElonPark/bug/elon/fix-send-sms-crash
Fix SMS Enter Digit Code Crash
2023-11-21 23:15:21 -06:00
Matt Kiazyk
5edeb60835
Merge pull request #423 from senmu/sam/dockProgress
Add installation progress bar to dock icon
2023-11-21 23:14:12 -06:00
Matt Kiazyk
47710b6bed
Merge pull request #400 from LavareX/support_visionOS
SDK column in the info panel supports displaying visionOS
2023-11-21 23:00:15 -06:00