[PR #130] [MERGED] Refactoring application directories #447

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

📋 Pull Request Information

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

Base: masterHead: refactor/application


📝 Commits (4)

  • b75d96b 🚀 Fix warnings
  • 47fa726 🚀 Change image management to asset catalog
  • 4e5a862 🚀 Change Localizable.strings and supporting files directory
  • 78905ac 🚀 Change sources directory

📊 Changes

145 files changed (+1049 additions, -499 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+341 -490)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/128.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/128@2x.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/16.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/16@2x.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/256.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/256@2x.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/32.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/32@2x.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/512.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/512@2x.png (+0 -0)
📝 Clipy/Resources/Images.xcassets/AppIcon.appiconset/Contents.json (+0 -0)
📝 Clipy/Resources/Images.xcassets/Common/Contents.json (+0 -0)
Clipy/Resources/Images.xcassets/Common/icon_folder.imageset/Contents.json (+21 -0)
📝 Clipy/Resources/Images.xcassets/Common/icon_folder.imageset/icon_folder@2x.png (+0 -0)
Clipy/Resources/Images.xcassets/Common/icon_text.imageset/Contents.json (+21 -0)
📝 Clipy/Resources/Images.xcassets/Common/icon_text.imageset/icon_text@2x.png (+0 -0)
Clipy/Resources/Images.xcassets/Contents.json (+6 -0)
Clipy/Resources/Images.xcassets/Preference/Contents.json (+6 -0)
Clipy/Resources/Images.xcassets/Preference/pref_beta.imageset/Contents.json (+21 -0)

...and 80 more files

📄 Description

Organized the directory for future updates.

Top directories.

  • Resources
    • Images and localized strings
  • Sources
    • Only .swift codes
  • Xibs
    • xib files
  • Supporting Files
    • Other files

🔄 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/130 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 11/16/2016 **Status:** ✅ Merged **Merged:** 11/16/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `master` ← **Head:** `refactor/application` --- ### 📝 Commits (4) - [`b75d96b`](https://github.com/Clipy/Clipy/commit/b75d96bc0d0de151c5795edc521f392f88c887ab) :rocket: Fix warnings - [`47fa726`](https://github.com/Clipy/Clipy/commit/47fa7260afa2c0e384867a88cf3342e2cd12ebdb) :rocket: Change image management to asset catalog - [`4e5a862`](https://github.com/Clipy/Clipy/commit/4e5a862825364b419c00ba5e13cd5ec7d3246aaa) :rocket: Change Localizable.strings and supporting files directory - [`78905ac`](https://github.com/Clipy/Clipy/commit/78905ac5aa9f418dc3cdf8f71e5e05821f080c49) :rocket: Change sources directory ### 📊 Changes **145 files changed** (+1049 additions, -499 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+341 -490) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/128.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/128@2x.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/16.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/16@2x.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/256.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/256@2x.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/32.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/32@2x.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/512.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/512@2x.png` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/AppIcon.appiconset/Contents.json` (+0 -0) 📝 `Clipy/Resources/Images.xcassets/Common/Contents.json` (+0 -0) ➕ `Clipy/Resources/Images.xcassets/Common/icon_folder.imageset/Contents.json` (+21 -0) 📝 `Clipy/Resources/Images.xcassets/Common/icon_folder.imageset/icon_folder@2x.png` (+0 -0) ➕ `Clipy/Resources/Images.xcassets/Common/icon_text.imageset/Contents.json` (+21 -0) 📝 `Clipy/Resources/Images.xcassets/Common/icon_text.imageset/icon_text@2x.png` (+0 -0) ➕ `Clipy/Resources/Images.xcassets/Contents.json` (+6 -0) ➕ `Clipy/Resources/Images.xcassets/Preference/Contents.json` (+6 -0) ➕ `Clipy/Resources/Images.xcassets/Preference/pref_beta.imageset/Contents.json` (+21 -0) _...and 80 more files_ </details> ### 📄 Description Organized the directory for future updates. Top directories. - Resources - Images and localized strings - Sources - Only .swift codes - Xibs - xib files - Supporting Files - Other files --- <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:27 +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#447
No description provided.