Free code editor for Ipad | Programming on Ipad.

                                                            



                                                                In the quest for an efficient code editor for my iPad, I stumbled upon a remarkable application that not only serves as a versatile coding tool but also allows seamless remote connectivity through SSH for working on servers. The App Store can be a daunting place to find cost-effective solutions, and after an extensive search, I discovered an app that seemed promising. The catch? It carried a price tag of Rs 600.




However, there's a silver lining to this story. The very app that caught my attention was not just available for purchase; its entire source code was accessible on GitHub. Even better, it sported the permissive MIT license, granting freedom for both personal and commercial use. With the code in hand, I embarked on a journey to transform this app into a desktop-class code editing experience on my iPad.


            Step 1: Downloading the Source Code

  1.  Go to the link and download the code as attached in the below image 

              Step 2: Setting Up Your Development Environment
  1. Unzip the downloaded file to access the app's source code.
  2. Open your terminal and navigate to the unzipped directory.
  3. Run the command ./downloadFrameworks.sh. This command will fetch the necessary dependencies for the project.

              Step 3 : Open the project in Xcode.  


  1. Open the app in Xcode by clicking Code.xcodeproj
  2. Once the project is loaded, navigate to the target named "Code UI."
  3. With the target selected, click the "Build" button to compile the app with your modifications.
        


        Step 4: Testing on Simulator and iPad

  1. After the build process is complete, you can test your customized app on both the Xcode simulator and your physical iPad.
  2. To test on the simulator, choose the desired device and click the "Run" button in Xcode.
  3. To test on your iPad, ensure it's connected to your computer, select your device in Xcode, and hit "Run."



Simulator

             




Ipad

             Above attached images shows app running on both simulator and device

        Conclusion

                                    In this tutorial, we have unlocked the potential of your iPad as a coding haven by customizing a feature-rich code editor. By harnessing the open-source power of an app available on GitHub, you've paved the way for efficient code editing on the go. The added bonus of SSH remote development capabilities expands your horizons even further.

With your iPad transformed into a personalized coding companion, you're equipped to explore the world of coding without limits. Remember, open-source projects like this one empower you to adapt tools to suit your needs, and the MIT license ensures flexibility for personal and commercial endeavors alike. So, why wait? Let your coding journey flourish with your revamped iPad code editor!

Post a Comment

Previous Post Next Post