mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #298] [MERGED] Support various keyboard layouts paste command with Sauce.framework #510
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#510
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/298
Author: @Econa77
Created: 8/1/2018
Status: ✅ Merged
Merged: 8/19/2018
Merged by: @Econa77
Base:
develop← Head:feature/sauce📝 Commits (2)
c88e117Support various keyboard layouts paste command with Sauce.framework5b9c706Update Sauce.framework📊 Changes
27 files changed (+4552 additions, -3216 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+2 -0)📝
Clipy/Sources/Services/PasteService.swift(+4 -13)📝
Podfile(+1 -0)📝
Podfile.lock(+5 -1)📝
Pods/Manifest.lock(+5 -1)📝
Pods/Pods.xcodeproj/project.pbxproj(+3383 -3191)➕
Pods/Sauce/LICENSE(+21 -0)➕
Pods/Sauce/Lib/Sauce/InputSource.swift(+57 -0)➕
Pods/Sauce/Lib/Sauce/Key.swift(+446 -0)➕
Pods/Sauce/Lib/Sauce/KeyboardLayout.swift(+161 -0)➕
Pods/Sauce/Lib/Sauce/Sauce.swift(+74 -0)➕
Pods/Sauce/Lib/Sauce/SpecialKeyCode.swift(+146 -0)➕
Pods/Sauce/Lib/Sauce/TISInputSource+Property.swift(+20 -0)➕
Pods/Sauce/README.md(+83 -0)📝
Pods/Target Support Files/Pods-Clipy/Pods-Clipy-acknowledgements.markdown(+25 -0)📝
Pods/Target Support Files/Pods-Clipy/Pods-Clipy-acknowledgements.plist(+31 -0)📝
Pods/Target Support Files/Pods-Clipy/Pods-Clipy-frameworks.sh(+2 -0)📝
Pods/Target Support Files/Pods-Clipy/Pods-Clipy.debug.xcconfig(+3 -3)📝
Pods/Target Support Files/Pods-Clipy/Pods-Clipy.release.xcconfig(+3 -3)📝
Pods/Target Support Files/Pods-ClipyTests/Pods-ClipyTests.debug.xcconfig(+2 -2)...and 7 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.