Skip to content

Commit

Permalink
feat: recognise .xcprivacy files (#339) (#342)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Borkin <[email protected]>
  • Loading branch information
kronenthaler and frank-borkin authored Apr 8, 2024
1 parent 954957c commit 4cdea53
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 4cdea53

Please sign in to comment.