101 Commits
Author SHA1 Message Date
Gregorio Litenstein 4672a7f028 Fix reference to SwiftCLI package. 2024-03-07 15:02:11 -03:00
Gregorio Litenstein 19bd0836d6 Resuming development 2023-08-17 17:42:54 -04:00
Werner Robitza c35002a671 fix formatting 2023-04-19 00:22:42 -04:00
Gregorio LitensteinandJohn Bachir 6fb3fadc6e Update README.md
Co-authored-by: John Bachir <jjb@users.noreply.github.com>
2022-08-06 19:34:38 -04:00
Joris Berthelot 8cb414a906 Add steps to have the Do Nothing app working.
Close https://github.com/Lord-Kamina/SwiftDefaultApps/issues/12
2022-08-06 19:34:38 -04:00
Andrew Udvare a2f3dbac3c Fix Swift error 2022-08-06 19:33:25 -04:00
Muescha 8fa723ef79 add info about brew install 2022-08-06 19:32:48 -04:00
Gregorio Litenstein 665c721bfd Merge pull request #41 from glaucocustodio/patch-1
Update README.md
2020-10-16 09:47:47 -03:00
Glauco Custódio bd59579501 Update README.md
I was missing this info, it might be useful for other people too.
2020-10-16 11:38:29 +01:00
Gregorio Litenstein 86d6666db1 Update project settings. v2.0.1 2019-07-28 22:49:15 -04:00
Gregorio Litenstein 64c1f81492 Version bump and update README.md. 2019-07-26 00:56:24 -04:00
Gregorio Litenstein 0dd7b0be76 SwiftDefaultApps CLI: Fix “Illegal instruction: 4”
Fix crash caused by forcedly unwrapping some optionals when printing the results of a command.
2019-07-26 00:43:46 -04:00
Gregorio Litenstein b02592772b Bump version and update README.md v2.0.0 2019-06-17 00:51:05 -04:00
Gregorio Litenstein 439f215109 SwitCLI: Build static lib instead of framework.
Also, homogenize all xcode projects to 9.3-compatible format.
2019-06-17 00:51:05 -04:00
Gregorio Litenstein 54dd71fcce Include CLI in Release archive. 2019-06-17 00:51:05 -04:00
Gregorio Litenstein ffc83b2481 Sign targets 2019-06-17 00:51:05 -04:00
Gregorio Litenstein f4010abe44 Re-indent 2019-06-17 00:51:05 -04:00
Gregorio Litenstein 41733bf973 Little clean-up of SWDAHandlersModel. 2019-06-17 00:51:05 -04:00
Gregorio Litenstein 10288a3810 Prefpane main: Kill arbitrary timer
Override didSelect() instead to load content when first launched.
2019-06-17 00:51:05 -04:00
Gregorio Litenstein 3a09834f5a Better error management + refactoring
- Implement a function to determine at runtime whether we’re running in CLI or as a prefpane.
- More verbose errors in both cases.
- Try to account for ThisAppDoesNothing appearing unknown to LaunchServices by manually trying to launch it from one of several locations it might be found. (Should fix #9 and #12)
- Fold all errors and success messages into a single displayAlert() function used both in CLI and GUI versions.
2019-06-17 00:51:04 -04:00
Gregorio Litenstein 224d24e260 LSWrappers: Refactoring and minor optimization.
- Account for some additional errors (as well as no error)
- Sort error cases (sort of) by their value
- Add some extra info to LSerror.print
- Minor code clean-up
2019-06-17 00:46:23 -04:00
Gregorio Litenstein 28f21667d2 Updated the SynchronizedArray code. 2019-06-17 00:46:23 -04:00
Gregorio Litenstein dcafe50852 Text Fixes.
- Replaced URL with URI where appropriate.
- Fixed some typos
- Updated README (and corrected the attribution of the SynchronizedArray code)
2019-06-17 00:46:23 -04:00
Gregorio Litenstein c8d961c035 Take care of some compiler warnings. 2019-06-17 00:46:23 -04:00
Gregorio Litenstein 9e4ca7d54f Some clean-up and renames
Renamed SWDAMainPRefpane.swift to main.swift, CLI app from lsreg to swda and renamed asset catalog.
2019-06-17 00:46:22 -04:00
Gregorio Litenstein 122a639bea Update to Swift 5 2019-03-30 11:48:05 -03:00
Gregorio Litenstein 7cbc766230 Update changelog & bump version to 1.1.3. v1.1.3 2018-11-15 10:39:31 -03:00
Gregorio Litenstein 4695232d57 SWDAApplicationInfo: Guard for bundleIdentifier!
Intended to fix odd occurrences of crashes when unwrapping.
2018-11-15 10:34:54 -03:00
Gregorio Litenstein 263b685b45 Update changelog & version bump to 1.1.2 v1.1.2 2018-10-07 23:33:13 -03:00
Gregorio Litenstein fee4221691 Force static linking of Swift stdlib. 2018-10-07 23:33:07 -03:00
Gregorio Litenstein d2bc612822 Migrate to Swift 4.2 2018-10-07 23:29:04 -03:00
Gregorio Litenstein bf24907941 Version bump v1.1.1 2018-04-15 12:22:33 -07:00
Gregorio Litenstein 286390aef0 Update project to recommended settings. 2018-04-15 12:21:00 -07:00
Gregorio Litenstein 5e3c0eeae6 Change couple of things deprecated in Swift 4.1 2018-04-15 12:20:38 -07:00
Gregorio Litenstein b1c7df2e50 Update version, deployment target and settings
Also add a new scheme for packaging, not that it actually helps much TBH
v1.1.0
2017-09-27 11:16:23 -03:00
Gregorio Litenstein c5f0078aa7 Update README.md 2017-09-27 11:15:53 -03:00
Gregorio Litenstein b1584ba5fe Update .gitignore 2017-09-27 11:15:00 -03:00
Gregorio Litenstein 8e66dde290 Update to Swift 4 2017-09-26 22:51:25 -03:00
Gregorio Litenstein 733478d23c Fix CLI tool. 2017-09-26 22:47:18 -03:00
Gregorio Litenstein bc6439cdec Update SwiftCLI fork to Swift 4 2017-09-26 22:46:57 -03:00
Gregorio Litenstein 5efc0184cb Some cleanup of project settings. 2017-09-26 22:46:32 -03:00
Gregorio Litenstein ff4310315a Comment-out a debug line. 2017-09-26 17:49:50 -03:00
Gregorio Litenstein 51dd274be0 Fix unwrapped Optional in result string. 2017-09-26 17:49:20 -03:00
Gregorio Litenstein 0fa057b4cd Remove README.md from compile sources phase. 2017-09-26 17:47:52 -03:00
Gregorio Litenstein b6e73d0db0 Change project files to recommended settings. 2017-09-26 17:44:37 -03:00
Gregorio Litenstein fb11f5481d Fix some missing files. 2017-05-01 01:06:00 -03:00
Gregorio Litenstein cc0c204ee8 Update README v1.0.0 2017-05-01 00:21:05 -03:00
Gregorio Litenstein 1c89ca3696 Initial commit of what should be a fully functional GUI. 2017-05-01 00:15:48 -03:00
Gregorio Litenstein 69540855cc Minor refactoring, add support functions for GUI. 2017-05-01 00:14:50 -03:00
Gregorio Litenstein c978084066 Clean up. 2017-05-01 00:13:55 -03:00