[PR #298] [MERGED] Support various keyboard layouts paste command with Sauce.framework #510

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

📋 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: developHead: feature/sauce


📝 Commits (2)

  • c88e117 Support various keyboard layouts paste command with Sauce.framework
  • 5b9c706 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/298 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 8/1/2018 **Status:** ✅ Merged **Merged:** 8/19/2018 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/sauce` --- ### 📝 Commits (2) - [`c88e117`](https://github.com/Clipy/Clipy/commit/c88e1172c0b0e793c0f4d3f8c564f4dd8be46236) Support various keyboard layouts paste command with Sauce.framework - [`5b9c706`](https://github.com/Clipy/Clipy/commit/5b9c70680a1bc87c7e9ef812d9a113a75a14ee78) Update Sauce.framework ### 📊 Changes **27 files changed** (+4552 additions, -3216 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description - Related #289 #258 --- <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:45 +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#510
No description provided.