rightmai.blogg.se

Clean xcode project
Clean xcode project











clean xcode project
  1. #Clean xcode project install#
  2. #Clean xcode project mac#

#Clean xcode project mac#

LSUnusedResources is a Mac app which does exactly the same as FengNiao: cleaning up unused images and resources. Unused images clean up using LSUnusedResources ? Hu, you have no unused resources in path: /Users/antoinevanderlee/Documents/GIT-Projects/WeTransfer/Coyote. $ fengniao -exclude Carthage Pods Submodules Vendor guides fastlane

clean xcode project

Running the tool again proved that it’s working as expected! It turned out that those assets are indeed unused and could be cleaned up. To verify that these are indeed unused assets I’ve randomly picked a few and did a search in Xcode. The final result contains 44 unused resources to clean up: This tells the tool to ignore the folders which contain the dependencies, as well as our documentation and Fastlane folder. It results in the following command:įengniao -exclude Carthage Pods Submodules Vendor guides fastlane After looking into all the paths listed for Collect it turned out that we could ignore quite a few paths. You may want to skip ths step if you are trying to build multiple projects with dependency and keep. By skipping it, the project file will be left untouched. Skip the Project file (.pbxproj) reference cleaning. Default is 'm mm swift xib storyboard plist' In which types of files we should search for resource usage. Resource file extensions need to be searched. Default is current folder.ĭelete the found unused files without asking. We can list all available options by using the –help parameter. Therefore, we need to run the tool again with a few extra options. Obviously, we don’t want to focus on those as they’re not managed by us.ġ.57 KB /Users/antoinevanderlee/Documents/GIT-Projects/WeTransfer/Coyote/Submodules/Rabbit/Submodules/Alamofire/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/gh.pngĪpart from listing dependency assets, the tool is also listing images for documentation folders. Listing the files showed that the dependencies were also checked.

clean xcode project

What do you want to do with them? (l)ist|(d)elete|(i)gnore This may take a while.Ģ18 unused files are found. It will show you the results at first after which you have the option to delete, ignore or list the unused resources. Using it is as simple as changing directory to your project folder in the terminal and executing FengNiao:

#Clean xcode project install#

It can be installed by cloning the repository and running the install script: It’s open-source and available on Github. Therefore, let’s see what is working nowadays!įor this, I’m going to use my day to day job project Collect by WeTransfer in which the assets have not been cleaned in 2 years.įengNiao is a command-line tool mostly written in Swift. Unfortunately, a lot of tools like Slender used to do the job but are no longer maintained. Paywalls Made Easy Build and test paywalls with ease using RevenueCat's new native, remotely configurable paywall templates.













Clean xcode project