-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update Xcode Extension | Create Swift Playground #63
Merged
Conversation
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
Allowing to boot and shutdown Xcode Simulators
…sync via defaults read
By method injecting the Navigation to the components
Improves the overview of the models
PitNikola
added
the
extension fix / improvement
Label for PRs with extension's fix improvements
label
Oct 16, 2021
FezVrasta
pushed a commit
to FezVrasta/extensions
that referenced
this pull request
Nov 24, 2021
* 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 * Added Create Swift Playground command * Bumped version to 1.1.0
Heroor
added a commit
to Heroor/raycast-extensions
that referenced
this pull request
Aug 12, 2024
- first publish - feat: add raycast - fix: modify types - Update README.md - Update README.md - Update README.md - doc: typo - update ext version - docs: update - Update README.md - Update README.md - fix: package module index - fix: build folder containing icons - fix: add model type - fix: update lock file - feat: split model package - Update README.md - fix: use-effect deps add list - fix: sidebar effect - fix: sidebar effect - fix: update workflows - fix: update workflows - fix: replace template env file - fix: add type to effect deps - update version - update version - fix: resize logo - fix: adjust details - feat: add go-top btn - fix: sidebar hover effects - fix: modify sidebar style - feat: add sidebar - feat: add xhs - feat: update webext - feat: add skypack - Merge branch \'main\' of github.com:hello-nav/hello-nav - feat: add apps - chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (raycast#68) - feat: add layers - docs: update readme - Merge branch \'main\' of github.com:hello-nav/hello-nav - feat: add apps - Update README.md - fix: app-back background transition - refac: improved rendering performance for switching theme - Update README.md - Update README.md - Update README.md - feat: add gtag click event - fix: title font display in safari - doc: update banner - update ext version - docs: public doc - fix: update description - deat: build script support extesion zip - fix: modify icon size - style: improve UI style - feat: add vue UIs - fix: delete font style of cate title - fix: revert font family - docs: update readme - Update README.md - Merge branch \'main\' of github.com:hello-nav/hello-nav - feat: add googlede - Update README.md - feat: support chrome extension - fix: compressed images - feat: autoprefixer css - feat: add ai apps - fix: modify title font size - feat: favorite app supports order adjustment - feat: add svelte-material-ui - docs: update banner - chore: fix footer text - fix: encode filter key - fix: add found app count display - feat: add website apps - fix: add jamstack apps - feat: add svelte libs - feat: add icon apps - feat: add shiki & slidev - fix: typo - feat: suggest request app - Update request-app.md - Update issue templates - feat: add rolldown & hone - feat: remind to search on github if can\'t find the app - fix: modify action bar style - feat: support setting favorite apps (raycast#64) - docs: update readme file of website repo - fix: replacing empty prompts - fix: update icons - feat: add elysiajs raycast#63 - fix: reordering server app - feat: add htmx - fix: reordering of categories - Update README.md - Update README.md - fix: compressed image - feat: add Capacitor (raycast#62) - docs: deployment in cloudflare - fix: add darkInvert config - feat: add ikun-ui & vue-vine - fix: compressed image resource - feat: add STDF - fix: update gitlab - feat: add iconify - style: lint all files - feat: add lit - fix: adjust some logos - fix: modify miniapp links - update tauri link (raycast#61) - feat: add UnoCSS - docs: deployment in zeabur - feat: add starlight - update dark banner - update banner - feat: add mobbin - fix: improve style - fix: add google analytics - feat: add baidu hm script - fix: input clear btn - fix: fix input status when setting value - feat: improve theme style - feat: add youtube - add apps - feat: add apps - update readme - feat: add UI apps - update app logo - feat: add openai & update app logo - update logo - update: next info - feat: fix links & add app - update angular - fix: move design websites - feat: add ui apps - feat: add nuxt ui & modify nuxt logo - feat: add design app - feat: add ui app - Update README.md - Update homepage - fix: app title font-size adaptive - add vue-hooks-plus tabler - build(deps-dev): bump json5 from 2.2.1 to 2.2.3 (raycast#53) - build(deps-dev): bump vite from 2.9.13 to 2.9.16 (raycast#54) - add react libs - add ui libs - Update homepage - add icones - fix: midify style - fix: update pnpm lock file by pnpm@8.x - zip image - remove sapper - update react icon - update react homepage - feat: add figma - feat: add rspack, prisma, libuv & update icons - style: modify cell hover style - fix: modify app radius - add rome - update nuxt homepage - add gitignore - update app links - fix: node homepage - add turbo - fix: invalid links - add hippy - fix: weex link - add qwik - add nodemon - fix: remove text-shadow - fix: express repo link - opti images - add cloud-ui & fish design & ossa - fix: cate title display - add weui - add wujie - add 花瓣 & 站酷 - add zig - update deno logo - add bun - add testing-library - add chakra - add date-fns - add remix - add faker-js - update iconfont logo - add tinypng repository - feat: add storybook - udpate doc - fix: yew icon - fix: update CI - feat: migration hello-nav - init project - init branch
Parajulibkrm
added a commit
to Parajulibkrm/raycast-extensions
that referenced
this pull request
Nov 9, 2024
- initial features - Merge pull request raycast#103 from axyut/port-to-oslo - fix: expire session conditional - feat: completely removed lucia-auth dependency - minor changes - fix: 🐛 no day selection on !isSameMonth - feat: ✨ internal package for query - feat: ✨ types package - fix: minor - refactor - deps: change nepali date package - backend: auth, google calendar integration - Basic UI components - minor fixes - Added raycast initial - feat: ✨ Migrated to v51 for expo - initial commit - added gitignore - ignore turbo - Added gitignores - cleanup - feat: ✨ Added announcement - typo - fix: 💄 view all events button not spanning full width - chore: bump date package version - fix: set fixed height of day cells - Merge pull request raycast#64 from nabinkdl/main - Update About.tsx - Merge pull request raycast#60 from pandeysubash404/event-display - Merge pull request raycast#61 from yuvrajdahal/main - Merge pull request raycast#63 from PoskOfficial/fix/issue62 - fix: 🐛 app crashing on switching months - Synchorization issue with previous code - English date converter crashing fixed - English date converter crashing fixed - fix: 🚑 Update user logic on signin bug fix - Updated to display today\'s date - fix: 🐛 Update db information on sign in - Merge pull request raycast#59 from pandeysubash404/event-display - chore: 🐛 Fixed Positioning of Relative Date on Homepage - chore: ♻️ Made the event string logic declarative - conveys the logic in a more declarative manner - adjustments to the relativeTimeFromElapsed function - fixed event issue and hide user data from console - Fixed the issue related event display - Merge pull request raycast#57 from pandeysubash404/fix-date-issue - chore: ➖ Removed Jest Dev Dependency - Removed package-lock.json and added pnpm-lock.yaml as requested - Remove pnpm dependency as requested by repository owner - Fix date issue in input field - Changed readme - Create LICENSE - Updated type definitions - Merge pull request raycast#52 from nabin-kandel/main - Merge branch \'PoskOfficial:main\' into main - chore: ✨ updated screenshots - ScreenShot Updated - Merge pull request raycast#50 from PoskOfficial/develop - fix: 🐛 page reloading in mobile view - Merge pull request raycast#49 from nabin-kandel/main - Added Open graph Description - Update Readme.md - Added og image - Merge pull request raycast#48 from nabin-kandel/main - Added banner image - Merge pull request raycast#47 from PoskOfficial/fix_create_event_date - style: 💄 changed footer border color - fix: 🐛 event end and start date off by 1 - Added missing lock files - Added missing lock files - Merge pull request raycast#46 from PoskOfficial/develop - chore: ✏️ updated translation values - chore: ⚰️ removed unused translations - feat: ✨ added footer - moved imports - Deleted large file - Added update logic - chore: 🚧 Added new SW - Merge pull request raycast#45 from PoskOfficial/datepicker_fix - style: 💄 fixed spinner\'s wrong positioning - fix: 🐛 month date picker value offset by -1 - fix: 🐛 corrected photo url - fix: 🐛 Fixed User Query issue - fix: 🐛 - feat: 🐛 Added offline support to react query - Added calendar picker to event creation modal - fix: 🐛 Fixed width issues in homepage - Removed unused param - Made time field required - fix: 🐛 Removed unnecessary console logs - fix: 🐛 Fixed some UI Bugs - Added missing adhik to english translation of chandrama - fix: ⚰️ Removed redundant code - fix: 🐛 Fixed Spinner Size - perf: ⚡ Refactored for performance and readability - Merge pull request raycast#43 from PoskOfficial/dark_mode - style: 💄 added dark mode to the event dialogue - feat: ✨ Added Analytics to install btn - feat: ✨ added access role to events - feat: ✨ Added endpoint to get calendar list - Merge pull request raycast#42 from PoskOfficial/dark_mode - fix: 💚 fixed build removing unused imports - Merge branch \'main\' into dark_mode - feat: ✨ added styles for dark mode - feat: ✨ Added support for multiple calendars on backend - feat: ✨ Added Analytics - Merge pull request raycast#41 from PoskOfficial/nischal - Merge branch \'nischal\' of https://github.com/PoskOfficial/Nepali-calendar-web into nischal - fix: 🐛 fixed minor bug during language translation in dropdown - fix language issue - Merge remote-tracking branch \'origin/main\' into - changes in translation files - js to ts file - Removed unused files - Merge remote-tracking branch \'origin/main\' into nischal - feat: ✨ Stored Dark Mode setting in local storage - spinner in upcoming events page - hide language change buttons - feat: 🚧 added date difference string to single upcoming event, and setup language translation for date converter page - Fixed ts issues in i18next - Fixed Hamburger color - Added Dark Mode Strategy to tailwind - Refactored - Bug fixes - Added contact details in about page - feat: ✨ Added credits in About Page - bug fixes - docs: 📝 Changed translation of Home - fix: 🐛 Fixed Crash on clear - Merge pull request raycast#40 from PoskOfficial/user_settings_disclosure - refactor: ♻️ used higher quality icon for sign in with google - refactor: ♻️ used sign in with google icon instead of text - feat: ✨ added a disclosure to switch languages - Added missing lock file - Merge branch \'main\' of https://github.com/PoskOfficial/Nepali-calendar-web - Added about page - fix: ✨ Increased cookie life - Merge pull request raycast#39 from PoskOfficial/nischal - refactor: 🚚 moved useLanguage to helper and renamed useUser - fix: 💚 removed unused imports, changed useLangauge name - Merge remote-tracking branch \'origin/main\' into nischal - feat: 🚧 added uselangauge hook, - calendar date , reminder text and upcoming - Merge pull request raycast#38 from poudelsanchit/main - Merge branch \'main\' into pr/poudelsanchit/38 - Fix some linting errors - fix: 🐛 Fixed no update on logout - feat: ✨ Added Install Toaster Popup - feat: ✨ Add PWA Install Button - Added app shortcuts - feat: ✨ Added Screenshots on install screen - feat: 🐛 Added support for offline first in react query - feat: ✨ DateConverter - feat: ✨ Cached api response - fix: 🐛 Fixed No event fetched on month change - Bug fixes - Merge pull request raycast#37 from PoskOfficial/add_react_query - fix: 🩹 checked for loading state for rendering events list - fix: ⚰️ removed unused imports - Merge branch \'main\' into add_react_query - fix: 🐛 off by 1 error in chandrama - feat: ✨ added react query - Added new logo - feat: 🚧 progressed with the feature - docs: 📝 Added Fork and setup instructions - feat: 🚧 language translation - Merge pull request raycast#36 from PoskOfficial/feat_nepali_date_picker - Merge branch \'main\' into feat_nepali_date_picker - fix: 🐛 next month to the selection being selected - Merge branch \'feat_nepali_date_picker\' of github.com:PoskOfficial/Nepali-calendar-web into feat_nepali_date_picker - fix: 🐛 end and start time, timezone error - added node modules to gitignore - Merge pull request raycast#35 from PoskOfficial/nischal - Merge branch \'main\' into nischal - added gitignore - chore: Added single command to install both frontend and backend - feat: ✨ added nepali date picker - feat: ✨ added a popup modal for each reminder - popup modal for single event - Merge pull request raycast#34 from PoskOfficial/google_cal_compatible - refactor: ♻️ made start and end date logic declarative - fix: 🐛 multi day all day events not showing up - Merge remote-tracking branch \'origin/main\' into nischal - feat: 🚧 events popup - feat: ✨ event date time compatible with google calendar - feat: ✨ Added Delete Event Route - feat: ✨ Added event background sync - Merge pull request raycast#14 from PoskOfficial/nischal - fixes in calendar.tsx - feat: ✨ Added event color dot - Added Event Creation and List - feat: ✨ Fetched Event List from backend - Added build step to docs - docs: 📝 Added Readme - added lib to gitignore - feat: 🌱 Added missing files - Added deta space configuration - Merge branch \'main\' of https://github.com/Parajulibkrm/calendar-backend - moved to backend folder - moved files to frontend/ - feat: ✨ Added Google Authentication - feat: ✨ Added Privacy Policy - Merge pull request raycast#13 from nirajacharyaa/main - Merge branch \'main\' into main - fix: 🐛 Escaped APi Route from Client side cache - feat: ✨ Changed hashrouter to browserrouter - Fixed auth links cache issue - fix: 🐛 upcoming events and minor styles - Added Sign In - Styling bug fixes - Added a navbar - Merge pull request raycast#12 from nirajacharyaa/view-added-events - fix: 💚 build fix - feat: ✨ user events modal and view events - added .env to giitignore - initial commit - refactor: 🔥 Removed image for floating action button - Merge pull request raycast#11 from PoskOfficial/popupmodal - Reminder popup modal for indivdual day - Merge branch \'main\' of https://github.com/PoskOfficial/Nepali-calendar-web - added reminder popup - feat: 🐛 fixed off by one error - feat: ✨ Added upcoming events page. credit: @headshigh - feat: ✨ Added Multiple Event List for each day - Merge pull request raycast#10 from PoskOfficial/pwa-setup - chore: 🐛 Fixed PWA issue - chore: ✨ Added PWA configuration - Merge pull request raycast#8 from nirajacharyaa/load_calendar_data - fix: 🐛 Bug Fixes - fix: minor changes - Update issue templates - Update issue templates - Revert "Merge branch \'main\' into load_calendar_data" - Merge branch \'main\' into load_calendar_data - fix: events dots - minor fixes - Bug fixes - fix: 🐛 Fixed off by one error - memoized - set selected day to today - Merge pull request raycast#7 from PoskOfficial/nischal - ts error fix - lockfileversion - improvements - chore: loaded calendar data - upcoming events page incomplete - Merge branch \'main\' of https://github.com/PoskOfficial/Nepali-calendar-web - chore: 🍱 Added Calendar Files - Update issue templates - fixed type warnings - chore: 🎉 Initial Commit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
An update to the Xcode Extension which adds a new
Create Swift Playground
command.The command allows to quickly create a new Swift Playground and open it directly in Xcode.
Type of change
Screencast
Checklist