Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove Three20 from the project

Tags:

iphone

three20

Adding Three20 in your project has been made simple by the ttmodule.py script file. I was initially planning on using it in my project but i'm not, so i want to clean my project by getting rid of it. How can i remove it from my project?

like image 221
Mustafa Avatar asked Feb 25 '11 11:02

Mustafa


1 Answers

Have a look in the "Groups & Files" window and open the folder "Frameworks". There should be a lot of entries:

  • Three20.bundle
  • Three20Core.xcodeproj
  • ...

Delete all of the three20 entries. After this clean your target ("Build -> Clean") and rebuild ("Build -> Build").

I hope this helps.


EDIT:

Two other ideas:

  • Try to analyse the installation script (three20/src/scripts/ttmodule.py) to understand what changes the script has made
  • Read the instructions for manual integration ("Adding Three20 to your project", https://github.com/facebook/three20) and revert all explained steps
like image 50
Manni Avatar answered Nov 06 '22 03:11

Manni