@pixelbyte-software/pixcode 1.36.0 → 1.36.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -203,6 +203,21 @@ Download desktop builds from GitHub releases:
203
203
 
204
204
  Releases: <https://github.com/alicomert/pixcode/releases/latest>
205
205
 
206
+ #### macOS Gatekeeper: "Pixcode is damaged"
207
+
208
+ Current macOS desktop builds are unsigned. If macOS says `Pixcode is damaged and can't be opened. You should move it to the Trash`, first make sure the DMG came from the official Pixcode GitHub Releases page, then:
209
+
210
+ 1. Open the DMG and drag `Pixcode.app` into `/Applications`.
211
+ 2. Double-click `Fix Gatekeeper.command` inside the mounted DMG.
212
+ 3. Pixcode will remove the quarantine flag from `/Applications/Pixcode.app` and open normally.
213
+
214
+ Manual fallback:
215
+
216
+ ```bash
217
+ xattr -dr com.apple.quarantine "/Applications/Pixcode.app"
218
+ open "/Applications/Pixcode.app"
219
+ ```
220
+
206
221
  ### Linux daemon
207
222
 
208
223
  For a server/VDS setup:
package/README.tr.md CHANGED
@@ -202,6 +202,21 @@ GitHub releases üzerinden indir:
202
202
 
203
203
  Releases: <https://github.com/alicomert/pixcode/releases/latest>
204
204
 
205
+ #### macOS Gatekeeper: "Pixcode hasar görmüş"
206
+
207
+ Şu an macOS desktop build'leri Apple Developer ID ile imzalı/notarize değil. macOS `Pixcode hasar görmüş ve açılamıyor. Çöp kutusuna taşınsın mı?` benzeri bir uyarı gösterirse, önce DMG dosyasını resmi Pixcode GitHub Releases sayfasından indirdiğinden emin ol, sonra:
208
+
209
+ 1. DMG'yi aç ve `Pixcode.app` dosyasını `/Applications` içine sürükle.
210
+ 2. DMG içindeki `Fix Gatekeeper.command` dosyasına çift tıkla.
211
+ 3. Pixcode, `/Applications/Pixcode.app` üzerindeki quarantine bayrağını kaldırıp uygulamayı açar.
212
+
213
+ Manuel çözüm:
214
+
215
+ ```bash
216
+ xattr -dr com.apple.quarantine "/Applications/Pixcode.app"
217
+ open "/Applications/Pixcode.app"
218
+ ```
219
+
205
220
  ### Linux daemon
206
221
 
207
222
  VDS/sunucu kullanımı için: