mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #151] [MERGED] Special exclusion application #461
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#461
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/151
Author: @Econa77
Created: 2/9/2017
Status: ✅ Merged
Merged: 2/9/2017
Merged by: @Econa77
Base:
release/v1.2.0← Head:feature/evolution-exclude-app📝 Commits (2)
bd66747🚀 Change how to get the active application706b5be🎨 Implement exclude 1password browser extension. Resolved #149📊 Changes
7 files changed (+131 additions, -77 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+4 -4)📝
Clipy/Sources/AppDelegate.swift(+1 -0)📝
Clipy/Sources/Extensions/NSCoding+Archive.swift(+6 -0)➖
Clipy/Sources/Managers/ExcludeAppManager.swift(+0 -67)📝
Clipy/Sources/Preferences/Panels/CPYExcludeAppPreferenceViewController.swift(+4 -4)📝
Clipy/Sources/Services/ClipService.swift(+5 -2)➕
Clipy/Sources/Services/ExcludeAppService.swift(+111 -0)📄 Description
Applications that have data want to protect have special identifiers. (ref: http://nspasteboard.org/ )
Must correspond individually for application specific identifier.
First will correspond to 1Password.app 🎉
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.