[PR #62] [CLOSED] Add apps to home screen #1061

Closed
opened 2026-03-03 15:38:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/62
Author: @Vishram1123
Created: 5/19/2024
Status: Closed

Base: mainHead: main


📝 Commits (9)

  • 3660616 Add to home screen through the use of WebClips
  • 6f45612 Remove unnecessary alpha change
  • 35446a0 Launch next app using file instead of userdefaults
  • af1f3b2 typo
  • 76b1f67 semicolon
  • 188297c check if string length is greater than zero
  • fb88d03 Re-add fallback and update shortcut url
  • ab962db Update main.m semicolon missing
  • 8cb1fb5 Update LCSettingsListController.m fix shortcut not appending .app

📊 Changes

4 files changed (+67 additions, -5 deletions)

View changed files

📝 LCAppDelegate.m (+24 -0)
📝 LCRootViewController.m (+19 -1)
📝 LCSettingsListController.m (+20 -2)
📝 main.m (+4 -2)

📄 Description

Using a helper shortcut (to generate web clips) as well as a url scheme, it is made possible to add apps to home screen.

Next launched app is configured using livecontainer://launchapp?exec=[app name percent encoded].app, then the app can be launched normally.

The helper shortcut (integrated into the app in the settings tab) automates the launching of the app, and the adding of the app to the homescreen (located here: https://www.icloud.com/shortcuts/f777072dfe4d48ada1004c496f76154f)

Solves #61

(please excuse my awful objc code, this is my first time using objective c)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LiveContainer/LiveContainer/pull/62 **Author:** [@Vishram1123](https://github.com/Vishram1123) **Created:** 5/19/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`3660616`](https://github.com/LiveContainer/LiveContainer/commit/36606164d68ad41357b285ddbd50fda1106ab925) Add to home screen through the use of WebClips - [`6f45612`](https://github.com/LiveContainer/LiveContainer/commit/6f4561253cb275475e83f8f438f6abe9c15c1d0e) Remove unnecessary alpha change - [`35446a0`](https://github.com/LiveContainer/LiveContainer/commit/35446a0cb54a1efd476ed3dd41ebe3d4b42a4c57) Launch next app using file instead of userdefaults - [`af1f3b2`](https://github.com/LiveContainer/LiveContainer/commit/af1f3b2ffb24ff75e3038073945183dab18ca3fb) typo - [`76b1f67`](https://github.com/LiveContainer/LiveContainer/commit/76b1f671b069c7f2e96e7406906edf7da9cef9c4) semicolon - [`188297c`](https://github.com/LiveContainer/LiveContainer/commit/188297c00335729e10c521589c091fca8d1d2b65) check if string length is greater than zero - [`fb88d03`](https://github.com/LiveContainer/LiveContainer/commit/fb88d034e2e43262464ac7ef23d4546c76facdbe) Re-add fallback and update shortcut url - [`ab962db`](https://github.com/LiveContainer/LiveContainer/commit/ab962dbec1672f70294ecf05e14415297a0a6b0a) Update main.m semicolon missing - [`8cb1fb5`](https://github.com/LiveContainer/LiveContainer/commit/8cb1fb5f6c1575b8c94de7ac019b740bbc66d590) Update LCSettingsListController.m fix shortcut not appending .app ### 📊 Changes **4 files changed** (+67 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `LCAppDelegate.m` (+24 -0) 📝 `LCRootViewController.m` (+19 -1) 📝 `LCSettingsListController.m` (+20 -2) 📝 `main.m` (+4 -2) </details> ### 📄 Description Using a helper shortcut (to generate web clips) as well as a url scheme, it is made possible to add apps to home screen. Next launched app is configured using `livecontainer://launchapp?exec=[app name percent encoded].app`, then the app can be launched normally. The helper shortcut (integrated into the app in the settings tab) automates the launching of the app, and the adding of the app to the homescreen (located here: https://www.icloud.com/shortcuts/f777072dfe4d48ada1004c496f76154f) Solves #61 (please excuse my awful objc code, this is my first time using objective c) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:38:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#1061
No description provided.