[PR #271] [MERGED] Implement move to application folder if needed with LetsMove.framework #503

Closed
opened 2026-03-03 01:12:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/271
Author: @Econa77
Created: 4/12/2018
Status: Merged
Merged: 7/3/2018
Merged by: @Econa77

Base: developHead: feature/lets-move


📝 Commits (1)

  • 72cda80 Implement move to application folder if needed with LetsMove.framework

📊 Changes

47 files changed (+8450 additions, -3042 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+4 -0)
📝 Clipy/Sources/AppDelegate.swift (+7 -0)
📝 Podfile (+1 -0)
📝 Podfile.lock (+5 -1)
Pods/LetsMove/LetsMove.h (+10 -0)
Pods/LetsMove/PFMoveApplication.h (+32 -0)
Pods/LetsMove/PFMoveApplication.m (+563 -0)
Pods/LetsMove/README.md (+206 -0)
Pods/LetsMove/ca.lproj/MoveApplication.strings (+0 -0)
Pods/LetsMove/cs.lproj/MoveApplication.strings (+0 -0)
Pods/LetsMove/da.lproj/MoveApplication.strings (+0 -0)
Pods/LetsMove/de.lproj/MoveApplication.strings (+0 -0)
Pods/LetsMove/en.lproj/InfoPlist.strings (+2 -0)
Pods/LetsMove/en.lproj/MainMenu.xib (+4208 -0)
Pods/LetsMove/en.lproj/MoveApplication.strings (+0 -0)
Pods/LetsMove/es.lproj/MoveApplication.strings (+0 -0)
Pods/LetsMove/fr.lproj/MoveApplication.strings (+0 -0)
Pods/LetsMove/hu.lproj/MoveApplication.strings (+0 -0)
Pods/LetsMove/it.lproj/MoveApplication.strings (+0 -0)
Pods/LetsMove/ja.lproj/MoveApplication.strings (+0 -0)

...and 27 more files

📄 Description

No description provided


🔄 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/Clipy/Clipy/pull/271 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 4/12/2018 **Status:** ✅ Merged **Merged:** 7/3/2018 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/lets-move` --- ### 📝 Commits (1) - [`72cda80`](https://github.com/Clipy/Clipy/commit/72cda80454b0a508f389f6fcca740c60b32c6920) Implement move to application folder if needed with LetsMove.framework ### 📊 Changes **47 files changed** (+8450 additions, -3042 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+4 -0) 📝 `Clipy/Sources/AppDelegate.swift` (+7 -0) 📝 `Podfile` (+1 -0) 📝 `Podfile.lock` (+5 -1) ➕ `Pods/LetsMove/LetsMove.h` (+10 -0) ➕ `Pods/LetsMove/PFMoveApplication.h` (+32 -0) ➕ `Pods/LetsMove/PFMoveApplication.m` (+563 -0) ➕ `Pods/LetsMove/README.md` (+206 -0) ➕ `Pods/LetsMove/ca.lproj/MoveApplication.strings` (+0 -0) ➕ `Pods/LetsMove/cs.lproj/MoveApplication.strings` (+0 -0) ➕ `Pods/LetsMove/da.lproj/MoveApplication.strings` (+0 -0) ➕ `Pods/LetsMove/de.lproj/MoveApplication.strings` (+0 -0) ➕ `Pods/LetsMove/en.lproj/InfoPlist.strings` (+2 -0) ➕ `Pods/LetsMove/en.lproj/MainMenu.xib` (+4208 -0) ➕ `Pods/LetsMove/en.lproj/MoveApplication.strings` (+0 -0) ➕ `Pods/LetsMove/es.lproj/MoveApplication.strings` (+0 -0) ➕ `Pods/LetsMove/fr.lproj/MoveApplication.strings` (+0 -0) ➕ `Pods/LetsMove/hu.lproj/MoveApplication.strings` (+0 -0) ➕ `Pods/LetsMove/it.lproj/MoveApplication.strings` (+0 -0) ➕ `Pods/LetsMove/ja.lproj/MoveApplication.strings` (+0 -0) _...and 27 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:43 +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/Clipy#503
No description provided.