Giter Site home page Giter Site logo

xcode-project's Introduction

MELPA

License: MIT

xcode-project

A package for Emacs which parses Xcode project files.

Features

  • Parse Xcode project file (project.pbxproj)
  • Extract information about targets, build configurations, build phases, build settings and files etc.

Usage

To obtain the parsed project object (alist):

(xcode-project-read PATH-TO-XCODEPROJ)

Helper to locate the Xcode project (.xcodeproj) path for any given source file:

(xcode-project-find-xcodeproj PATH-TO-FILE)

Then extract information such as targets, build phases, configurations and files.

Most functions return an object (alist), unless otherwise described (e.g. `xcode-project-target-names').

Some functions have optional arguments for further filtering (e.g. filter targets by type or name).

Targets:

(xcode-project-targets PROJ)
(xcode-project-target-names PROJ)

Build Phases:

(xcode-project-build-phases PROJ TARGET-NAME)

Build Configurations:

(xcode-project-build-config-names PROJ)
(xcode-project-build-config PROJ CONFIG-NAME TARGET-NAME)

Build Settings:

(xcode-build-config-setings' CONFIG)

Build files - as objects:

(xcode-project-build-files' PROJ TARGET-NAME)

Build files - as paths (relative to project):

(xcode-project-build-file-paths' PROJ TARGET-NAME)

Installation

If you're an Emacs 24 user or you have a recent version of package.el, you can install xcode-project.el from the MELPA or the MELPA Stable repository.

License

This software is licensed under the GNU GPLv3 License

See the LICENSE file for details.

xcode-project's People

Contributors

nhojb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

emacsmirror

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.