Skip to content

Instantly share code, notes, and snippets.

@youngchief-btw
Created August 2, 2022 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youngchief-btw/a6a2b55566f13a22d42d45cc8e9b6257 to your computer and use it in GitHub Desktop.
Save youngchief-btw/a6a2b55566f13a22d42d45cc8e9b6257 to your computer and use it in GitHub Desktop.
Remove personal info from an Xcode project.
ProjectName="ExampleApp"
rm -rf "$ProjectName.xcodeproj/xcuserdata"
rm -rf "$ProjectName.xcodeproj/project.xcworkspace"
rm -rf "$ProjectName.xcodeproj/project.xcworkspace/xcuserdata"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment