Skip to content

Instantly share code, notes, and snippets.

View 0xfeedface1993's full-sized avatar

John Corner 0xfeedface1993

View GitHub Profile
@0xfeedface1993
0xfeedface1993 / custom-sync-app-xdata.md
Last active February 19, 2024 18:45
Workaround Xcode 15's "Replace Container" feature replaces the container with incorrect permissions
  1. Enable Apache2 on your mac server, nano /etc/apache2/httpd.conf.
DocumentRoot "/Library/WebServer/Documents"
<Directory "/Library/WebServer/Documents">
    # add Indexes
    Options FollowSymLinks Multiviews Indexes
    MultiviewsMatch Any
    AllowOverride None
    Require all granted