Code Monkey home page Code Monkey logo

xcode-tools's Introduction

xcode-tools

Various xcode build, localization and iPhone-related scripts. All of these scripts can easily be imported to fit in a bigger project. Please take a look at the source code for further information. These scripts are compatible with python 2.5 and 2.6, but mainly tested with python 2.6. Mac OS X is obviously the platform of choice for these tools, although the code should be portable.

xcode_project.py

This script parses an XCode project and gives access to all of its targets and build settings. If you run it, it will display the contents of the project file:

$ python xcode_project.py App.xcodeproj

The xcode_project.py script needs the plutil command-line tool to run.

mobile_provision.py

This script parses a mobile provision and gives access to its name, devices UDIDs, application identifier and so forth. If you run it, it will display the contents of the mobile provision file:

$ python mobile_provision.py app.mobileprovision

update_strings.py

This script updates a given strings file with the new strings found in your project's source code. You can also import an already-translated strings file that will update your current strings file. To run it:

$ python update_strings.py Localizable.strings

The update_strings.py script needs the genstrings command-line tool to run.

xcode-tools's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.