[PR #308] [MERGED] Add permission check of Accessibility from macOS 10.14 Mojave #514

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/308
Author: @Econa77
Created: 10/2/2018
Status: Merged
Merged: 10/9/2018
Merged by: @Econa77

Base: developHead: feature/mojave-accessibility-support


📝 Commits (1)

  • e1c56af Add permission check of Accessibility from macOS 10.14 Mojave

📊 Changes

12 files changed (+115 additions, -7 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+8 -4)
📝 Clipy/Generated/LocalizedStrings.swift (+6 -0)
📝 Clipy/Resources/de.lproj/Localizable.strings (+6 -0)
📝 Clipy/Resources/en.lproj/Localizable.strings (+6 -0)
📝 Clipy/Resources/it.lproj/Localizable.strings (+5 -0)
📝 Clipy/Resources/ja.lproj/Localizable.strings (+6 -0)
📝 Clipy/Resources/zh-Hans.lproj/Localizable.strings (+6 -0)
📝 Clipy/Sources/AppDelegate.swift (+2 -0)
📝 Clipy/Sources/Environments/AppEnvironment.swift (+12 -1)
📝 Clipy/Sources/Environments/Environment.swift (+3 -0)
Clipy/Sources/Services/AccessibilityService.swift (+48 -0)
📝 Clipy/Sources/Services/PasteService.swift (+7 -2)

📄 Description

From macOS 10.14 Mojave, accessibility permission is required when pasting command is executed.
Added permission check at application startup and pasting 👍


🔄 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/308 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 10/2/2018 **Status:** ✅ Merged **Merged:** 10/9/2018 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/mojave-accessibility-support` --- ### 📝 Commits (1) - [`e1c56af`](https://github.com/Clipy/Clipy/commit/e1c56afbddd25d8117ed04c21e3b57dd05feaa6e) Add permission check of Accessibility from macOS 10.14 Mojave ### 📊 Changes **12 files changed** (+115 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+8 -4) 📝 `Clipy/Generated/LocalizedStrings.swift` (+6 -0) 📝 `Clipy/Resources/de.lproj/Localizable.strings` (+6 -0) 📝 `Clipy/Resources/en.lproj/Localizable.strings` (+6 -0) 📝 `Clipy/Resources/it.lproj/Localizable.strings` (+5 -0) 📝 `Clipy/Resources/ja.lproj/Localizable.strings` (+6 -0) 📝 `Clipy/Resources/zh-Hans.lproj/Localizable.strings` (+6 -0) 📝 `Clipy/Sources/AppDelegate.swift` (+2 -0) 📝 `Clipy/Sources/Environments/AppEnvironment.swift` (+12 -1) 📝 `Clipy/Sources/Environments/Environment.swift` (+3 -0) ➕ `Clipy/Sources/Services/AccessibilityService.swift` (+48 -0) 📝 `Clipy/Sources/Services/PasteService.swift` (+7 -2) </details> ### 📄 Description From macOS 10.14 Mojave, accessibility permission is required when pasting command is executed. Added permission check at application startup and pasting 👍 --- <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:46 +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#514
No description provided.