mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[PR #201] [MERGED] Introduce Environment #485
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#485
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/201
Author: @Econa77
Created: 8/9/2017
Status: ✅ Merged
Merged: 8/12/2017
Merged by: @Econa77
Base:
develop← Head:feature/environment📝 Commits (3)
882e473Introduce environments4162bceReplace shared object to environmentb653f8eRemove unused properties📊 Changes
17 files changed (+251 additions, -138 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+16 -0)📝
Clipy/Sources/AppDelegate.swift(+25 -25)➕
Clipy/Sources/Environments/AppEnvironment.swift(+76 -0)➕
Clipy/Sources/Environments/Environment.swift(+41 -0)📝
Clipy/Sources/Managers/MenuManager.swift(+26 -28)📝
Clipy/Sources/Preferences/CPYPreferencesWindowController.swift(+2 -3)📝
Clipy/Sources/Preferences/Panels/CPYExcludeAppPreferenceViewController.swift(+4 -4)📝
Clipy/Sources/Preferences/Panels/CPYShortcutsPreferenceViewController.swift(+9 -9)📝
Clipy/Sources/Preferences/Panels/CPYTypePreferenceViewController.swift(+1 -2)📝
Clipy/Sources/Preferences/Panels/CPYUpdatesPreferenceViewController.swift(+1 -3)📝
Clipy/Sources/Services/ClipService.swift(+11 -12)📝
Clipy/Sources/Services/DataCleanService.swift(+5 -7)📝
Clipy/Sources/Services/ExcludeAppService.swift(+4 -9)📝
Clipy/Sources/Services/HotKeyService.swift(+18 -20)📝
Clipy/Sources/Services/PasteService.swift(+3 -6)📝
Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift(+4 -5)📝
Clipy/Sources/Utility/CPYUtilities.swift(+5 -5)📄 Description
Introduced kickstarter style Environments for more easy tests and DI 🎉
Thanks kickstarter-ios oss projects
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.