mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #31] [MERGED] Supported sandbox #396
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#396
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/31
Author: @Econa77
Created: 1/18/2016
Status: ✅ Merged
Merged: 1/18/2016
Merged by: @Econa77
Base:
v1.1.0← Head:sandbox📝 Commits (10+)
9a1a3ccAdd sandbox settings48c861fDelete Sparkle and Update Realms1d79646Remove SUUpdaterbaab0cdRemove NMLoginItemsc54c693Dételé script files5273306Revert "Dételé script files"d5b42d9Add login item at launch app0dd87e4Update .travis.ymlc3e05eaUpdate .travis.yml6b2b4a7Add Gemfile📊 Changes
26 files changed (+539 additions, -515 deletions)
View changed files
📝
.gitignore(+15 -1)📝
.travis.yml(+7 -4)📝
Clipy.xcodeproj/project.pbxproj(+53 -17)📝
Clipy/AppDelegate.swift(+7 -29)📝
Clipy/Clipy-Bridging-Header.h(+0 -1)➕
Clipy/Clipy.entitlements(+14 -0)📝
Clipy/Info.plist(+4 -2)➖
Clipy/Libraries/NMLoginItems/NMLoginItems.h(+0 -74)➖
Clipy/Libraries/NMLoginItems/NMLoginItems.m(+0 -164)📝
Clipy/Managers/CPYClipManager.swift(+11 -7)📝
Clipy/Managers/CPYHistoryManager.swift(+5 -3)📝
Clipy/Managers/CPYHotKeyManager.swift(+1 -1)➕
Clipy/Managers/CPYLoginItemManager.swift(+39 -0)📝
Clipy/Managers/CPYSnippetManager.swift(+65 -45)➕
Clipy/Scripts/addLoginItem.scpt(+3 -0)➕
Clipy/Scripts/deleteLoginItem.scpt(+6 -0)📝
Clipy/Views/TableViews/CPYFolderTableView.swift(+1 -1)📝
Clipy/Views/TableViews/CPYSnippetTableView.swift(+1 -1)📝
Clipy/WindowControllers/CPYPreferenceWindowController.swift(+0 -4)📝
Clipy/WindowControllers/CPYSnippetEditorWindowController.swift(+14 -8)...and 6 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.