mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 09:35:58 +03:00
[PR #123] [MERGED] Remove asset catalog images #442
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#442
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/123
Author: @Econa77
Created: 11/13/2016
Status: ✅ Merged
Merged: 11/13/2016
Merged by: @Econa77
Base:
master← Head:feature/image-assets📝 Commits (1)
296d704Remove 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.