-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue 27: .sql/.db could not be marked as a resource in Xcode
This bug was introduced due to a fix in apparently Xcode 15.4. Previous versions of Xcode would not copy the resource into the target, hence Enlighter did that part. This seems to be fixed in Xcode now, so it ends up with duplicate resource files. Only fixed that for Xcode 16. Note: If the resource is required in an existing project, this will now need to mark the resource as a copy-resource again in Xcode 16+.
- Loading branch information
Showing
1 changed file
with
4 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters