mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[PR #103] [MERGED] Implement setting exclusion applications #433
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#433
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/103
Author: @Econa77
Created: 8/8/2016
Status: ✅ Merged
Merged: 10/12/2016
Merged by: @Econa77
Base:
master← Head:feature/exclusion-app📝 Commits (6)
a0455fcAdd exclude app preference tabbd99988Add localized xib935063fImplement exclude application setting0d6aa41Add excluded app setting tab image80f4c68Fix legacy initializerebc40e2Fix preference menu position📊 Changes
47 files changed (+857 additions, -39 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+26 -0)📝
Clipy/Constants.swift(+1 -0)📝
Clipy/Extensions/NSImage+AssetCatalog.swift(+2 -0)📝
Clipy/Images.xcassets/Preferences/Contents.json(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_beta.imageset/Contents.json(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_beta.imageset/pref_beta_off@2x.png(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_beta_on.imageset/Contents.json(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_beta_on.imageset/pref_beta_on@2x.png(+0 -0)➕
Clipy/Images.xcassets/Preferences/pref_excluded.imageset/Contents.json(+21 -0)➕
Clipy/Images.xcassets/Preferences/pref_excluded.imageset/pref_excluded@2x.png(+0 -0)➕
Clipy/Images.xcassets/Preferences/pref_excluded_on.imageset/Contents.json(+21 -0)➕
Clipy/Images.xcassets/Preferences/pref_excluded_on.imageset/pref_excluded_on@2x.png(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_general.imageset/Contents.json(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_general.imageset/pref_general@2x.png(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_general_on.imageset/Contents.json(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_general_on.imageset/pref_general_on@2x.png(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_menu.imageset/Contents.json(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_menu.imageset/pref_menu@2x.png(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_menu_on.imageset/Contents.json(+0 -0)📝
Clipy/Images.xcassets/Preferences/pref_menu_on.imageset/pref_menu_on@2x.png(+0 -0)...and 27 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.