[PR #51] [MERGED] Released v1.0.8 #405

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/51
Author: @Econa77
Created: 3/27/2016
Status: Merged
Merged: 3/27/2016
Merged by: @Econa77

Base: masterHead: release/1.0.8


📝 Commits (10+)

📊 Changes

79 files changed (+3990 additions, -1253 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+207 -41)
📝 Clipy.xcodeproj/xcshareddata/xcschemes/Clipy.xcscheme (+1 -1)
📝 Clipy/AppDelegate.swift (+62 -72)
📝 Clipy/Clipy-Bridging-Header.h (+0 -2)
Clipy/Extensions/NSColor+Clipy.swift (+23 -0)
📝 Clipy/Extensions/NSImage+AssetCatalog.swift (+13 -0)
Clipy/Extensions/NSMenuItem+Initialize.swift (+15 -0)
Clipy/Extensions/Realm+NoCatch.swift (+18 -0)
Clipy/Extensions/String+Substring.swift (+18 -0)
Clipy/Images.xcassets/Contents.json (+6 -0)
Clipy/Images.xcassets/Prederences/Contents.json (+6 -0)
Clipy/Images.xcassets/Prederences/pref_general.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_general.imageset/pref_general@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_general_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_general_on.imageset/pref_general_on@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_menu.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_menu.imageset/pref_menu@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_menu_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_menu_on.imageset/pref_menu_on@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_shortcut.imageset/Contents.json (+21 -0)

...and 59 more files

📄 Description

  • Used dynamic frameworks in cocoapods
  • Update dependency libraries
  • #36
  • #45
  • #48
  • Refactoring codes
  • Add apple developer code sign

🔄 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/51 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 3/27/2016 **Status:** ✅ Merged **Merged:** 3/27/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `master` ← **Head:** `release/1.0.8` --- ### 📝 Commits (10+) - [`e32acef`](https://github.com/Clipy/Clipy/commit/e32aceffc904847d9e8ca83e01a5cd8b9cbdd3cd) Use dynamic framework in cocoapods - [`0314e43`](https://github.com/Clipy/Clipy/commit/0314e43f5199475ab62da03cc66e26cf54fee3c4) [WIP] Update RealmSwift - [`3ef163c`](https://github.com/Clipy/Clipy/commit/3ef163c23639af6c8f59fa2218765868d2dbc01b) Revert "[WIP] Update RealmSwift" - [`d690bf3`](https://github.com/Clipy/Clipy/commit/d690bf3ef23c016cf79cfd23930cf01964f0bbea) Import dynamic frameworks - [`bf3c5c9`](https://github.com/Clipy/Clipy/commit/bf3c5c915f31802fd314457006634d0126abe57b) Add RxSwift and RxCocoa - [`e84acb8`](https://github.com/Clipy/Clipy/commit/e84acb8098f45fc20732656cb180193df554db0d) Add log event - [`ce9f35a`](https://github.com/Clipy/Clipy/commit/ce9f35a6de8ae93dc2be593f960dec955f511f40) Remove autoreleasepool - [`f51fdec`](https://github.com/Clipy/Clipy/commit/f51fdeced658bfcd5b50a1773ae2e8bf4eb0a541) Fix realm initialize - [`858186a`](https://github.com/Clipy/Clipy/commit/858186a46410e5067c03c55f1c7b8ca7b9462c2b) Add PreferencesWindowController - [`80fa3f8`](https://github.com/Clipy/Clipy/commit/80fa3f8dda802dd3ac9b33d072a3be3de903bbeb) Add custom toolbar view ### 📊 Changes **79 files changed** (+3990 additions, -1253 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+207 -41) 📝 `Clipy.xcodeproj/xcshareddata/xcschemes/Clipy.xcscheme` (+1 -1) 📝 `Clipy/AppDelegate.swift` (+62 -72) 📝 `Clipy/Clipy-Bridging-Header.h` (+0 -2) ➕ `Clipy/Extensions/NSColor+Clipy.swift` (+23 -0) 📝 `Clipy/Extensions/NSImage+AssetCatalog.swift` (+13 -0) ➕ `Clipy/Extensions/NSMenuItem+Initialize.swift` (+15 -0) ➕ `Clipy/Extensions/Realm+NoCatch.swift` (+18 -0) ➕ `Clipy/Extensions/String+Substring.swift` (+18 -0) ➕ `Clipy/Images.xcassets/Contents.json` (+6 -0) ➕ `Clipy/Images.xcassets/Prederences/Contents.json` (+6 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_general.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_general.imageset/pref_general@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_general_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_general_on.imageset/pref_general_on@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_menu.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_menu.imageset/pref_menu@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_menu_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_menu_on.imageset/pref_menu_on@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_shortcut.imageset/Contents.json` (+21 -0) _...and 59 more files_ </details> ### 📄 Description - Used dynamic frameworks in cocoapods - Update dependency libraries - #36 - #45 - #48 - Refactoring codes - Add apple developer code sign --- <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:15 +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#405
No description provided.