mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 09:35:58 +03:00
[PR #288] [MERGED] Introduce SwiftGen.framework #506
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#506
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/288
Author: @Econa77
Created: 7/3/2018
Status: ✅ Merged
Merged: 7/10/2018
Merged by: @Econa77
Base:
develop← Head:feature/swift-gen📝 Commits (5)
02af342Install SwiftGen.framework via CocoaPods0a6a386Migrate LocalizeString management to SwiftGen.framework732e805Migrate AssetImage management to SwiftGen.framework70e2598Fix crash when open type preference view8e05135Migrate Color management to SwiftGen.framework📊 Changes
123 files changed (+8378 additions, -2312 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+37 -12)➕
Clipy/Generated/AssetsImages.swift(+161 -0)➕
Clipy/Generated/Colors.swift(+48 -0)➕
Clipy/Generated/LocalizedStrings.swift(+60 -0)➕
Clipy/Resources/colors.txt(+3 -0)📝
Clipy/Resources/de.lproj/Localizable.strings(+3 -3)📝
Clipy/Resources/en.lproj/Localizable.strings(+3 -3)📝
Clipy/Resources/it.lproj/Localizable.strings(+3 -3)📝
Clipy/Resources/ja.lproj/Localizable.strings(+3 -3)📝
Clipy/Resources/zh-Hans.lproj/Localizable.strings(+3 -3)📝
Clipy/Sources/AppDelegate.swift(+8 -8)➖
Clipy/Sources/Extensions/NSColor+Clipy.swift(+0 -28)➖
Clipy/Sources/Extensions/NSImage+AssetCatalog.swift(+0 -55)📝
Clipy/Sources/Managers/MenuManager.swift(+10 -10)📝
Clipy/Sources/Preferences/CPYPreferencesWindowController.swift(+28 -28)📝
Clipy/Sources/Preferences/Panels/CPYExcludeAppPreferenceViewController.swift(+1 -1)📝
Clipy/Sources/Preferences/Panels/CPYTypePreferenceViewController.swift(+1 -1)📝
Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift(+4 -4)➖
Clipy/Sources/Utility/LocalizedString.swift(+0 -41)📝
Clipy/Sources/Views/DesignableView/CPYDesignableButton.swift(+1 -1)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.