Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ dlldata.c
# macOS specific
xcuserdata/
**/.DS_Store
**/Carthage/

# Visual C++ cache files
ipch/
Expand Down Expand Up @@ -196,8 +195,11 @@ convert.exe
theme.qrc
*.AppImage

# Xcode Build Artifacts
DerivedData

# Swift Package Manager Build Artifacts
.swiftpm_codeql_detected_source_root

# Relative derived data of Xcode workspace
.xcode

# Mac-Crafter build directory
.mac-crafter
5 changes: 4 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ Other platforms like iOS and Android are irrelevant for this project.

| Directory | Description | Agent Action |
|-----------------|-----------------------------------------------------|----------------------|
| `./admin` | Platform-specific build, packaging, and distribution tooling (macOS, Windows, Linux, Nix) | Ignore unless packaging or installer logic must be updated |
| `./admin/osx/mac-crafter` | Build tool for macOS | Ignore unless the build process must be updated |
| `./shell_integration/MacOSX/NextcloudIntegration` | Xcode project for macOS app extensions | Look here first for changes in context of the file provider extension |
| `./translations` | Translation files from Transifex. | Do not modify |
| `./translations` | Translation files from Transifex. | Do not modify |
| `.mac-crafter` | Build artifacts and derived data. | Ignore |
| `.xcode` | Build artifacts and derived data. | Ignore |

## General Guidance

Expand Down
81 changes: 81 additions & 0 deletions Nextcloud Desktop Client.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
<dict/>
</plist>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading