Created
August 2, 2022 18:15
-
-
Save youngchief-btw/a6a2b55566f13a22d42d45cc8e9b6257 to your computer and use it in GitHub Desktop.
Remove personal info from an Xcode project.
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
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