Skip to content

Commit

Permalink
Merge branch 'master' into fix-xclocal
Browse files Browse the repository at this point in the history
  • Loading branch information
michalszelagsonos authored Apr 8, 2024
2 parents 8e93d64 + 4cdea53 commit 7657472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pbxproj/pbxextensions/ProjectFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ class ProjectFiles:
'.bin': ('archive.macbinary', 'PBXResourcesBuildPhase'),
'.mlmodel':('file.mlmodel', 'PBXSourcesBuildPhase'),
'.html':('text.html', 'PBXResourcesBuildPhase'),
'.entitlements': ('text.plist.entitlements', 'PBXResourcesBuildPhase')
'.entitlements': ('text.plist.entitlements', 'PBXResourcesBuildPhase'),
'.xcprivacy': ('text.plist.xml', 'PBXResourcesBuildPhase')
}
_SPECIAL_FOLDERS = [
'.bundle',
Expand Down

0 comments on commit 7657472

Please sign in to comment.