-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added xcode-projects Extension * Updated command name to xcode projects * Refactored command-icon to icon * Updated wording * Updated SearchBar Placeholder * Added support for Swift Playgrounds * Added accessory title to List Item * Merged XcodeProjects loading in just one useEffect execution * Renamed xcode-projects extension to xcode and added releases command * Added async version of exec * Added Simulators command Allowing to boot and shutdown Xcode Simulators * Wrap XcodeSimulatorService in state instead of global const * Added documentation * Added Xcode Simulator Icon * Addded Apps command * Added check if Cache is not empty * On error set empty applications * Retrieve Bundle Identifier from Info.plist instead of retrieving it async via defaults read * Refactored push action to initialize component only when needed * Fixed Navigation bug By method injecting the Navigation to the components * Added main extension icon * Added keywords * Updated icon to proper size 512x512 according to review guidelines * Added Create Swift Package Command * Set empty XcodeReleases on error in case no previous releases are available * Set empty XcodeProjects in case of an error if no previous projects are available * Send empty array of XcodeSimulators in case of an error * Added Clear Derived Data command * Updated command order * Removed trailing slash * Log error * Added Clear SPM cache command * Updated naming convention for commands * Moved models in distinct child directories and updated import paths Improves the overview of the models * Added tildify dependency * tildify Xcode project path * Updated title and subtitle of commands according to suggestions and guidelines * Fixed author name with raycast username * Updated description
- Loading branch information
Showing
51 changed files
with
9,108 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"root": true, | ||
"env": { | ||
"es2020": true, | ||
"node": true | ||
}, | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": ["@typescript-eslint"], | ||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"], | ||
"rules": { | ||
"no-case-declarations": "off" | ||
} | ||
} |
This file contains 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": false | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.