fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.25k stars 116 forks source link

The options page is broken in Safari #244

Closed fregante closed 1 year ago

fregante commented 1 year ago

Setup

Browser: Safari

Description

The build generates dynamic filenames, but Xcode will only include files previously specified. For example it lists options.js but the filename is currently options.14df903e.js

https://github.com/fregante/GhostText/blob/2180bee7c170c94592a934c4c411ddcd2bf9676d/safari/GhostText.xcodeproj/project.pbxproj#L23

Related

https://github.com/refined-github/refined-github/pull/5804#issuecomment-1179270213

fregante commented 1 year ago

Hopefully fixed by ecdf25c