mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #308] [MERGED] Add permission check of Accessibility from macOS 10.14 Mojave #514
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#514
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/308
Author: @Econa77
Created: 10/2/2018
Status: ✅ Merged
Merged: 10/9/2018
Merged by: @Econa77
Base:
develop← Head:feature/mojave-accessibility-support📝 Commits (1)
e1c56afAdd 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.