[PR #288] [MERGED] Introduce SwiftGen.framework #506

Closed
opened 2026-03-03 01:12:44 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: feature/swift-gen


📝 Commits (5)

  • 02af342 Install SwiftGen.framework via CocoaPods
  • 0a6a386 Migrate LocalizeString management to SwiftGen.framework
  • 732e805 Migrate AssetImage management to SwiftGen.framework
  • 70e2598 Fix crash when open type preference view
  • 8e05135 Migrate 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/288 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 7/3/2018 **Status:** ✅ Merged **Merged:** 7/10/2018 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/swift-gen` --- ### 📝 Commits (5) - [`02af342`](https://github.com/Clipy/Clipy/commit/02af342becac86288e150a170597059921fdd25b) Install SwiftGen.framework via CocoaPods - [`0a6a386`](https://github.com/Clipy/Clipy/commit/0a6a386b81cf140076f82e5057f2547c567d32d0) Migrate LocalizeString management to SwiftGen.framework - [`732e805`](https://github.com/Clipy/Clipy/commit/732e805cb32b30f1f11b83475ae6cc52c5807b12) Migrate AssetImage management to SwiftGen.framework - [`70e2598`](https://github.com/Clipy/Clipy/commit/70e2598faf59e59d9ebea575454a9ae03080f879) Fix crash when open type preference view - [`8e05135`](https://github.com/Clipy/Clipy/commit/8e051352f58da95b21a8e586304b12a5d6ae0c93) Migrate Color management to SwiftGen.framework ### 📊 Changes **123 files changed** (+8378 additions, -2312 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#506
No description provided.