Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Update post
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jul 20, 2024
1 parent 5a668aa commit ec76f7a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ In the example below, that folder is `Frameworks`, relative to the parent contai
/* End PBXFileSystemSynchronizedRootGroup section */
```

Then Apple introduced another object, `PBXFileSystemSynchronizedBuildFileExceptionSet`, which is used to provide "exceptions." Those exceptions are used for three things, and maybe others that I'm yet to uncover:
The glue between that object and the targets happens in the new `fileSystemSynchronizedGroups` property of the `PBXTarget` object.

Then Apple also introduced another object, `PBXFileSystemSynchronizedBuildFileExceptionSet`, which is used to provide "exceptions." Those exceptions are used for three things, and maybe others that I'm yet to uncover:

- Filtering out certain files and folders.
- Overriding the default file type.
Expand Down

0 comments on commit ec76f7a

Please sign in to comment.