mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #271] [MERGED] Implement move to application folder if needed with LetsMove.framework #503
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#503
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:feature/lets-move📝 Commits (1)
72cda80Implement 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.