[PR #123] [MERGED] Remove asset catalog images #442

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/123
Author: @Econa77
Created: 11/13/2016
Status: Merged
Merged: 11/13/2016
Merged by: @Econa77

Base: masterHead: feature/image-assets


📝 Commits (1)

  • 296d704 Remove asset catalog images

📊 Changes

92 files changed (+168 additions, -945 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+168 -0)
📝 Clipy/Extensions/NSImage+AssetCatalog.swift (+0 -6)
Clipy/Images.xcassets/Commons/icon_application.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Commons/icon_application.imageset/icon_application@2x.png (+0 -0)
Clipy/Images.xcassets/Commons/icon_folder.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Commons/icon_text.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/Contents.json (+0 -6)
Clipy/Images.xcassets/Preferences/pref_beta.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_beta_on.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_excluded.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_excluded_on.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_general.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_general_on.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_menu.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_menu_on.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_shortcut.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_shortcut_on.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_type.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_type_on.imageset/Contents.json (+0 -21)
Clipy/Images.xcassets/Preferences/pref_update.imageset/Contents.json (+0 -21)

...and 72 more files

📄 Description

Ccompiled with Sierra could not be started with Mavericks.
Ref: http://stackoverflow.com/questions/39616332/tokencount-maxcountincludingzeroterminator-assertion-osx-10-9

Moved image management from AssetCatalog to folder management.


🔄 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/123 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 11/13/2016 **Status:** ✅ Merged **Merged:** 11/13/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `master` ← **Head:** `feature/image-assets` --- ### 📝 Commits (1) - [`296d704`](https://github.com/Clipy/Clipy/commit/296d7041d0e0bb2b727f9b50b2ed9671ba360614) Remove asset catalog images ### 📊 Changes **92 files changed** (+168 additions, -945 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+168 -0) 📝 `Clipy/Extensions/NSImage+AssetCatalog.swift` (+0 -6) ➖ `Clipy/Images.xcassets/Commons/icon_application.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Commons/icon_application.imageset/icon_application@2x.png` (+0 -0) ➖ `Clipy/Images.xcassets/Commons/icon_folder.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Commons/icon_text.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/Contents.json` (+0 -6) ➖ `Clipy/Images.xcassets/Preferences/pref_beta.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_beta_on.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_excluded.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_excluded_on.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_general.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_general_on.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_menu.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_menu_on.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_shortcut.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_shortcut_on.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_type.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_type_on.imageset/Contents.json` (+0 -21) ➖ `Clipy/Images.xcassets/Preferences/pref_update.imageset/Contents.json` (+0 -21) _...and 72 more files_ </details> ### 📄 Description Ccompiled with Sierra could not be started with Mavericks. Ref: http://stackoverflow.com/questions/39616332/tokencount-maxcountincludingzeroterminator-assertion-osx-10-9 Moved image management from AssetCatalog to folder management. --- <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:25 +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#442
No description provided.