Commit graph

562 commits

Author SHA1 Message Date
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
19f1fd876d fix: settings link on Sonoma not working 2023-11-21 23:50:25 -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
Matt Kiazyk
330f590d8e
Merge pull request #398 from Kyle-Ye/feature/autocomplete
Add PinCodeTextField autocomplete support
2023-11-21 22:51:16 -06:00
Matt Kiazyk
cf57fde101
Merge pull request #393 from qnotna/main
Update DE localization
2023-11-21 22:36:43 -06:00
Matt Kiazyk
74ef10b697
Merge pull request #391 from megabitsenmzq/main
Update zh_CN localizations.
2023-11-21 22:35:47 -06:00
Daniel Chick
5b1cc4a93d Swap button to InstallButton 2023-10-17 18:15:18 -05:00
Daniel Chick
13715930af Update InstallButton with progress view and styling from list row 2023-10-17 18:14:51 -05:00
Elon Park
35fb72db68 Fix SMS Enter Digit Code Crash 2023-09-24 02:47:37 +09:00
Matt Kiazyk
dc5a8b03b6 WIP download runtime, refactor 2023-09-22 15:35:26 -05:00
Sam Lu
622fac605c
Set up overall progress object
to track both downloading and unarchiving and reflect this in dock progress
2023-09-18 10:39:40 -06:00
Sam Lu
de35bed9fa
Add dock progress indicator
in .bar style
2023-09-13 12:48:14 -06:00
Sam Lu
9dd91a2ce8
Add DockProgress swift package 2023-09-13 12:48:13 -06:00
lavare
5977210252 Panel parsing visionOS field 2023-06-26 16:44:25 +08:00
Matt Kiazyk
7325502853 more runtime download work 2023-06-23 14:45:13 -05:00
Kyle
fc35950885
Add PinCodeTextField autocomplete support 2023-06-20 18:04:31 +08:00
Anton Quietzsch
fb42bfc013 Fix Mac strings 2023-06-09 11:03:52 +02:00
Anton Quietzsch
2de476b101 Add missing localization 2023-06-09 10:54:29 +02:00
Anton Quietzsch
a556d95ee9 Fix typos in DE localization 2023-06-09 10:53:52 +02:00
Matt Kiazyk
4f25905f4c start moving over to XcodesKit package. Runtimes searching 2023-06-06 23:29:09 -05:00
Jinyu Meng
8169ee0a22 Update zh_CN localizations. 2023-06-06 16:11:02 +09:00
Ferran Abelló
927f842c61
Merge branch 'main' into main 2023-05-26 10:49:31 +02:00
Pedro Guimarães
3353eb1112
Translate missing strings 2023-05-19 19:32:37 -03:00
Pedro Guimarães
9dd569c605
Fix issue where app was crashing on opening the Advanced tab in Settings 2023-05-19 19:32:18 -03:00
Matt Kiazyk
907e503f71
Merge pull request #371 from Kyle-Ye/feature/kyle/upgrade_unxip
Update unxip binary to v2.1
2023-05-19 16:49:53 -05:00
Matt Kiazyk
4ecc245db6
Merge pull request #375 from jakex7/locale/pl
Introduce Polish translations
2023-05-19 16:38:44 -05:00
Kyle
3529b19295
Update unxip binary to v2.1 2023-04-18 13:46:21 +08:00
LinXunFeng
771cb3242c Fix zh_Hans localizations 2023-04-17 13:37:49 +08:00
Jakub Grzywacz
2d22210d5b Locale: introduce Polish translations 2023-04-16 12:46:30 +02:00
Matt Kiazyk
ba031403d6
Merge pull request #362 from egesucu/turkish-translation-improvements
Turkish Localization Update
2023-03-06 21:56:13 -06:00
Ege Sucu
0bc8edf75e Updated Turkish Localization with New Content 2023-03-04 16:57:29 +03:00
Matt Kiazyk
d955ec8bd2
v1.10.0 2023-02-28 18:58:53 -06:00
Matt Kiazyk
76bb3fbae0
Adds hashcash implementation 2023-02-27 12:11:12 -06:00
Matt Kiazyk
29503ad9cf
Testing Hashcash 2023-02-23 23:04:31 -06:00
Matt Kiazyk
9452db4749
Update unxip binary to 1.1.3 2023-02-14 23:07:16 -06:00
Matt Kiazyk
16bd85c918
Merge pull request #299 from jrsaruo/fix/missing-ja-localization
Update Japanese localization
2023-02-01 22:59:02 -06:00
Felix Herrmann
c496238fb9 fix Ventura status bar spacing 2023-01-16 17:53:19 +01:00
Felix Herrmann
7eb5a8f073 fix Ventura toolbar placement 2023-01-16 17:52:26 +01:00
Yossi Zahn
550d917b33 Fix #329 2022-12-18 00:29:33 +02:00
Ferran Abelló
45ea417a98
Merge branch 'main' into main 2022-12-14 14:45:35 +01:00
Yusaku Nishi
b56a73c8fe
Add missing localizations for Japanese 2022-12-10 23:10:27 +09:00
Yusaku Nishi
495dfedf46
Merge branch 'main' into fix/missing-ja-localization 2022-12-10 22:53:37 +09:00
Matt Kiazyk
b4a4f8e329
Adds open in Rosetta option for Apple Silicon machines 2022-12-05 23:08:44 -06:00
Matt Kiazyk
f8ec0a37fe
Bump version 1.9.0 2022-11-22 21:48:47 -06:00
Matt Kiazyk
34817a6916
Merge pull request #322 from DannyJJK/patch-1
Improve Spanish localization in Preferences
2022-11-22 21:34:23 -06:00
Matt Kiazyk
9a61a94239
Merge pull request #304 from leon-wolf/feature/281-add-beta-symlink
Adds an option to save beta versions with `-beta` symlink
2022-11-22 21:33:24 -06:00
Matt Kiazyk
ce19069353
Merge pull request #260 from brunomunizaf/brazilian-localization
Add brazilian portuguese localization
2022-11-22 21:14:37 -06:00
Matt Kiazyk
a0a74ed5bf
Switch Xcode releases back to using Apple Auth :( 2022-11-17 22:39:38 -06:00
Bruno Muniz
ebafb0fb3d
Merge branch 'main' into brazilian-localization 2022-11-14 16:57:57 -03:00
Danny Kirkham
2d748a1a2a
Improve Spanish strings in Preferences
I've not added all the missing ones but this fills some of them in, including some corrections
2022-11-11 19:05:01 +00:00
Matt Kiazyk
4049e43ce5
Merge pull request #307 from jfversluis/main
Add Dutch localization
2022-11-11 11:33:23 -06:00
Leon Wolf
0e45884608 Merge branch 'main' into feature/144-add-error-on-uninstall
# Conflicts:
#	Xcodes.xcodeproj/project.pbxproj
2022-11-11 17:24:14 +01:00
Matt Kiazyk
b9ba988c30
Merge pull request #305 from leon-wolf/feature/291-cleanup-preferences
move download settings to own PreferencePane
2022-11-11 09:34:12 -06:00
Bruno Muniz
513d39d45e Add files via upload 2022-11-09 23:19:52 -03:00
Matt Kiazyk
7fda5e7a9a
Merge pull request #309 from tt37/fix-typo
Fix localization on UnsupportedFileFormat
2022-11-08 22:50:24 -06:00
Matt Kiazyk
ae5b606e52
Merge pull request #308 from jfversluis/remove-localized-link
Remove localization from apple.com links
2022-11-08 22:43:48 -06:00
tt37
6e8dbbc6de
Fix typo 2022-10-13 11:13:28 +02:00
Gerald Versluis
a02cc71ac6
Remove localization from apple.com links 2022-10-07 11:18:02 +02:00
Gerald Versluis
64d6b5d5dc
Update Localizable.strings 2022-10-07 11:07:23 +02:00
Gerald Versluis
5e0eb827d3
Create Localizable.strings 2022-10-06 16:43:04 +02:00
Leon Wolf
ed2e5bfcaa add error message when trying to uninstall Xcode if file not found 2022-10-06 08:42:40 +02:00
Leon Wolf
2bad04fec7 fix localization 2022-10-05 21:50:49 +02:00
Leon Wolf
ea3264a2ce add localizations 2022-10-05 21:44:48 +02:00
Leon Wolf
0e7deed1c6 move download settings to own PreferencePane 2022-10-05 21:06:02 +02:00
Leon Wolf
7ae956e44d add Xcode-Beta.app Symlink and localizations 2022-10-05 20:34:35 +02:00
chedabob
bb8676b620 fix: Preference button on toolbar not working on Mac OS 13 Ventura 2022-10-05 00:27:08 +01:00
Yusaku Nishi
cb1120624b Update Japanese localization 2022-09-30 14:59:51 +09:00
Yusaku Nishi
da93339a3d Add missing localization keys for Japanese 2022-09-29 21:48:13 +09:00
Ferran
2030ef2d5a Added catalan localization strings 2022-09-28 19:07:37 +02:00
Niklas Stambor
998a8982f8
Typo in German Localization File
Aktalisiert  --> Aktualisiert
2022-09-25 21:54:38 +02:00
Matt Kiazyk
c27b28868b
Merge pull request #290 from RobotsAndPencils/NoLoginDownload
Add ability to download Xcode without logging in using XcodeReleases
2022-09-16 22:34:08 -05:00
Matt Kiazyk
e987104502
Merge pull request #288 from florentmorin/fr-translation-fixes
Fix French Translation
2022-09-16 21:41:02 -05:00
Matt Kiazyk
8b43903b42
Add ability to download Xcode without logging in using XcodeRelease 2022-09-16 21:34:14 -05:00
Florent Morin
0f3d92b70f
Update French Localization 2022-09-10 10:41:09 +02:00
Florent Morin
e2f49bee23
Fix French Localization 2022-09-10 10:33:26 +02:00
Dietrich Tegge
c045592aea German translation added
German translation added for install and renaming features
2022-09-08 08:42:09 +02:00
Matt Kiazyk
197197982f
Merge pull request #277 from egrimo/turkish-text-translations
Added Turkish missing translations in 1.7.0
2022-09-07 18:34:49 -05:00
swiftty
410e1e5ae3 Fix "Unarchiving" localization in Japanese 2022-08-30 04:12:31 +09:00
Ege Sucu
c85f48ae3c Added missing translations in 1.7.0 2022-08-24 21:16:31 +03:00
Matt Kiazyk
739193c3cd
Merge pull request #271 from duffpod/patch-2
Update Localizable.strings for Russian language (2)
2022-08-11 19:39:44 -05:00
Paul Semionov
b2c949d68a
Update Localizable.strings for Russian language (2)
Fixed typos here and there, made casing more consistent, rewrote some sentences to make more sense, localized new strings from en.lproj.
2022-08-10 19:09:16 +03:00
Jinyu Meng
0296f14632 Update zh_Hans localizations. 2022-08-09 13:55:30 +09:00
Matt Kiazyk
48b1b19185
bump version - 1.7.0 2022-08-08 20:24:17 -05:00
Matt Kiazyk
38b7fe77dd
Allow ability to change the installation directory 2022-07-28 19:51:13 -05:00
Matt Kiazyk
ee9ee59fc4
Merge pull request #267 from RobotsAndPencils/renameOnSelect
add option to rename Xcode to Xcode.app on select.
2022-07-28 18:19:31 -05:00
Matt Kiazyk
b64af2fc44
add option to rename Xcode to Xcode.app on select. 2022-07-24 15:27:34 -05:00
Matt Kiazyk
e34f1a207a
Merge pull request #258 from GetToSet/ethanwong/ventura-settings-crash-fix
Fix macOS Ventura crash on Settings View
2022-07-24 13:40:20 -05:00
Matt Kiazyk
2ecd1398fb
Updates AcknowledgementsGenerator for SPM 5.4 2022-07-24 12:59:09 -05:00
Matt Kiazyk
155b57f202
Merge pull request #257 from swiftty/fix-sms-on-cancel
Fix crash on sign in sheet cancel
2022-07-24 12:36:29 -05:00
Matt Kiazyk
dc1d89dfc9
Merge pull request #264 from gredman/main
Use monospaced digit font for download progress
2022-07-23 15:44:48 -05:00
Marcus Ziadé
60bbe49ea7 Add Finnish localizations 2022-07-18 10:15:31 +03:00
Gareth Redman
45f034565b Use monospaced digit font for download progress 2022-07-15 10:15:48 +12:00
Matt Kiazyk
b93fa01d07
Merge pull request #259 from gelosi/main
Adding Ukrainian Localization
2022-07-12 23:30:03 -05:00
Oleg Shanyuk
8f3f992460
Adding Ukrainian Localization 2022-06-26 13:17:46 +02:00
Ethan Wong
7945f94bf8
Fix crash on macOS Ventura by moving pane .frame(width:) to its parents. 2022-06-25 14:46:28 +08:00
swiftty
a70069ce87 Fix sign in sheet cancel behavior 2022-06-24 12:52:38 +09:00
Daiki Matsudate
575a7269df Add copy release note url menu 2022-06-17 13:57:12 +09:00
Matt Kiazyk
1baf1f8515
Merge pull request #251 from d-date/dateformat
Update Release Date format on InfoPane for better localization
2022-06-15 22:02:57 -05:00
Matt Kiazyk
bbbd0322eb
Merge pull request #249 from tatsuz0u/feature/jpn-translation
Add Japanese Translation
2022-06-15 21:50:40 -05:00
Matt Kiazyk
8831d5f992
Merge pull request #243 from drct/feature/german_translation
German translation added
2022-06-15 21:38:17 -05:00
Daiki Matsudate
564ca96149 Use string interpolation 2022-06-15 19:25:23 +09:00
Dietrich T
c9f7c3b7d1
Data source name changed to Xcode Releases
Co-authored-by: Matt Kiazyk <mattkiazyk@gmail.com>
2022-06-14 08:50:06 +02:00
Matt Kiazyk
d351068684
Fix Minimum version supported alert to show proper message 2022-06-13 19:37:36 -05:00
Dietrich Tegge
b2143744b3 German localization added including XcodeProj 2022-06-13 17:48:00 +02:00
Dietrich Tegge
c7049c908c Merge branch 'main' into feature/german_translation 2022-06-13 17:40:54 +02:00
Tatsuzou Araki
9483a0c785
Merge branch 'main' into feature/jpn-translation 2022-06-12 16:31:22 +09:00
Matt Kiazyk
b3e1b58a0c
Merge pull request #240 from itszero/feature/traditional-chinese-localization
Add Traditional Chinese localization
2022-06-11 22:51:46 -05:00
Matt Kiazyk
b240d0f77b
Merge pull request #248 from duffpod/patch-1
Fixed wrong localization key for Github Repo in AboutView
2022-06-11 22:39:05 -05:00
たつぞう
9a926af7ee Apply suggestions from code review 2022-06-12 12:28:31 +09:00
Tatsuzou Araki
961e4e9d5b
Apply suggestions from code review
Co-authored-by: Daiki Matsudate <d.matsudate@gmail.com>
2022-06-12 12:25:54 +09:00
Tatsuzou Araki
f2a7c155eb
Apply suggestions from code review
Co-authored-by: Daiki Matsudate <d.matsudate@gmail.com>
2022-06-12 10:51:33 +09:00
Tatsuzou Araki
d461721221
Apply suggestions from code review
Co-authored-by: Daiki Matsudate <d.matsudate@gmail.com>
2022-06-12 10:49:44 +09:00
Tatsuzou Araki
71760ca6e3
Apply suggestions from code review
Co-authored-by: Daiki Matsudate <d.matsudate@gmail.com>
2022-06-12 10:45:34 +09:00
Tatsuzou Araki
a1923ea29a
Apply suggestions from code review
Co-authored-by: Daiki Matsudate <d.matsudate@gmail.com>
2022-06-12 10:42:51 +09:00
たつぞう
65f79d9313 Add Japanese Translation (the rest) 2022-06-11 18:46:36 +09:00
たつぞう
8185b1054f Add Japanese Translation (List, Setting, InfoPane) 2022-06-11 15:18:59 +09:00
Paul Semionov
3213b3ef33
Fixed wrong localization key for Github Repo in AboutView 2022-06-09 23:03:03 +03:00
Ege Sucu
25bbe1cb54 added Turkish Language improvements & Localized WWDC Message. 2022-06-09 14:57:12 +03:00
Dietrich Tegge
75a9047492 German translation added 2022-06-08 14:49:15 +02:00
Zero Cho
a9c7e524ad finish up TC localization 2022-06-06 16:04:25 -07:00
Ethan Huang
2f40821244 Delete the extra colon 2022-06-06 14:59:10 -07:00
Ethan Huang
bce40c95ae Add Traditional Chinese localization 2022-06-06 14:59:09 -07:00
Matt Kiazyk
a106835e15
Bump version number 2022-06-04 21:41:54 -05:00
Matt Kiazyk
f3e97f54f5
Updated unxip binary 2022-06-04 21:37:38 -05:00
Matt Kiazyk
9f013ccdf2
Adds a bottom status bar to the window 2022-06-04 21:30:39 -05:00
Gualtiero
4a2dc8b603 added italian localization 2022-06-01 11:33:25 +02:00
Gualtiero
311014323a added Italian localization 2022-06-01 11:28:54 +02:00
Matt Kiazyk
f699ab6c2f
Merge branch 'main' into main 2022-05-26 22:06:15 -05:00
Paul Semionov
e59bf08e54
Update Localizable.strings for Russian language 2022-05-25 20:40:14 +03:00
ryan-son
7ae8f4211d Add Korean Localization 2022-05-22 09:40:50 +09:00
Jinyu Meng
37c8d17716 Fix same typo in other languages. 2022-05-21 21:31:12 +09:00
Jinyu Meng
3a0e06ded2 Chinese-Simplified localization changes. 2022-05-16 01:40:08 +09:00
Jinyu Meng
2abae033ea Fix a small problem in English strings. 2022-05-16 01:39:08 +09:00
Jinyu Meng
4204b42044 Adding Chinese-Simplified localizations.
Chinese-Simplified localization changes.

Chinese-Simplified localization changes.

Removed all spaces between Chinese and English. Because the OS will add these spaces automatically.

Chinese-Simplified localization changes.
2022-05-16 01:39:08 +09:00
Ege Sucu
a4349ee540 added turkish language as an option 2022-05-13 19:26:56 +03:00
Matt Kiazyk
8b9a21ec74
Bump version 1.5
Signed-off-by: Matt Kiazyk <mattkiazyk@gmail.com>
2022-05-12 13:34:08 -05:00
Matt Kiazyk
7440f5715d
Merge pull request #218 from RobotsAndPencils/SparkUpdate
Update Sparkle to 2.1
2022-05-12 13:08:37 -05:00
Gurpreet Kaur
0b03ee98ef Updated Hindi localizable.strings file
Added $ to retain positional specifier in Hindi localizable.strings file
2022-05-10 11:29:14 -07:00
Gurpreet Kaur
050cf98660 Updated Hindi Localizable.strings file
Updated installation steps translation to retain positional specifier
2022-05-10 10:24:26 -07:00
Matt Kiazyk
becc545efd
Update Sparkle to 2.1 2022-05-09 21:57:48 -05:00
Matt Kiazyk
dd99b9c611
Merge from main 2022-05-09 21:00:21 -05:00
Matt Kiazyk
755c2656fd
Merge branch 'main' into Feature/Hindi_localizableFile 2022-05-09 20:59:39 -05:00
Matt Kiazyk
8ed69a97a1
Update InstallationStepDescription using positional specifiers 2022-05-09 20:59:21 -05:00
Gurpreet Kaur
37c67b7c16 Merge branch 'main' into Feature/Hindi_localizableFile 2022-04-25 10:00:22 -07:00
Gurpreet Kaur
048aac2a8b Updated Localizable.strings
Updated Localizable(Hindi) file
2022-04-25 09:50:24 -07:00
Gurpreet Kaur
e3555f9868 Added Localisable (Hindi) file
Added Localisable (Hindi) file to support multiple languages
2022-04-24 22:47:34 -07:00
Matt Kiazyk
23521d2180
Merge branch 'main' into feature/dom/FrenchLocalization 2022-04-23 20:02:06 -05:00
Matt Kiazyk
dbdc7cf76d
Add OK to spanish 2022-04-23 19:59:42 -05:00
Matt Kiazyk
11f7cae14f
Add "OK" to localizable strings 2022-04-23 19:59:42 -05:00
Matt Kiazyk
8786b403cb
Fixes that were on the english translation, moved over 2022-04-23 19:59:42 -05:00
César Trujillo
857c232fb0
Leaving a word in english due to an attributed text to a URL 2022-04-23 19:59:42 -05:00
César Trujillo
74f54c8128
Spanish Localization
- Localizable ES file added.
- Localizing all strings.
2022-04-23 19:59:42 -05:00
Dominic Pepin
5d680633e0 No need to fr-ca localization file. fr will be used if not present. 2022-04-23 08:35:04 -06:00
Dominic Pepin
4af1fca7c7 Fix issue where French/Longer strings were getting truncated 2022-04-23 08:03:36 -06:00
Dominic Pepin
fad96f497d Fix issue where strings were not getting called in French 2022-04-23 07:56:14 -06:00
Dominic Pepin
d1bee98abb Initial French Localization Strings File 2022-04-23 07:55:46 -06:00
Matt Kiazyk
0821834fed
Add "OK" to localizable strings 2022-04-22 09:30:18 -05:00
Alex Maslov
795de95d53 update DataSourceDescription to refer to first xcode releas instance in english 2022-04-22 08:24:29 -04:00
Alex Maslov
d01013d8b8 reinstate macOS 12 code 2022-04-21 15:17:41 -04:00
Alex Maslov
dc85ab87f7 apply formatter fixes from main 2022-04-21 15:09:42 -04:00
Alex Maslov
0ab62517dd Merge remote-tracking branch 'origin/main' into alex/feature/localization-rus 2022-04-21 15:06:32 -04:00
Alex Maslov
7a82620a8d fix auto-translate errors 2022-04-21 15:06:03 -04:00
Matt Kiazyk
764a242096
Fixes some localization formatting from string to ints 2022-04-21 09:49:39 -05:00
Alex Maslov
77ab5b9f59 add rus 2022-04-21 10:39:45 -04:00
Matt Kiazyk
aad0f54ed3
Merge pull request #203 from RobotsAndPencils/localization
Support Localization
2022-04-19 08:31:41 -05:00
Matt Kiazyk
1d22be649a
convert strings to support Localization 2022-04-17 21:29:51 -05:00
Matt Kiazyk
abf8dbf7b2
Fix: Load create SymLink preference on start 2022-04-15 08:29:41 -05:00
Matt Kiazyk
03a136385f
Bump build v1.4.0 2022-04-14 15:15:48 -05:00
Matt Kiazyk
f7b4c5e2bb
Make Symbolic Link on Xcode Select 2022-04-14 14:34:44 -05:00
Matt Kiazyk
b36ef479a7
Merge pull request #199 from RobotsAndPencils/MinOSVersionCheck
Add check for min MacOS version when installing
2022-04-13 21:03:59 -05:00
Matt Kiazyk
20e7b57ad4
Add check for min MacOS version when installing 2022-04-12 20:11:42 -05:00
Matt Kiazyk
4cee0f2f15
Adds option to create symbolic link at Path Xcode.app 2022-04-11 19:37:11 -05:00
Andrew Erickson
c2259cf078 use fixed locale for date parsing of api responses 2022-04-09 12:12:16 -06:00
Matt Kiazyk
e92434e9ba
increment build 1.3.1 2022-03-28 21:48:09 -05:00
Matt Kiazyk
f665054c7f
Updates unxip to be universal. Updates experiment icon to support OS11 2022-03-18 09:05:20 -05:00
Matt Kiazyk
9fc2c7aaf6
codesign unxip binary 2022-02-07 15:24:32 -06:00
Matt Kiazyk
f75bf2d5bb
Bump version number 2022-02-06 13:53:18 -06:00
Matt Kiazyk
ce001c8e68
add a unxip experiment for faster unxipping 2022-02-06 13:25:23 -06:00
Matt Kiazyk
c0974edc98
Increment build number
Signed-off-by: Matt Kiazyk <mattkiazyk@gmail.com>
2022-01-06 21:38:22 -06:00
Matt Kiazyk
709af9e97a
Update download task to check for resultCode !=0 2021-11-09 16:25:26 -06:00
Matt Kiazyk
4db8346c2f
Merge branch 'main' into matt/nonPaidAppleDeveloper 2021-11-04 21:49:32 -05:00
Oskar Figiel
04d81ed9e4 Show a message when user is not authorized yet 2021-11-01 17:30:39 +01:00
Matt Kiazyk
e8fd83032b
fix: Allow non-paid Apple Developers to download 2021-10-27 08:30:43 -05:00