Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rjstelling/xcode-project-validate

A very simple shell script to read `.xcodeproj` files and check if there are issues with the `CODE_SIGN_IDENTITY`. Having multiple entries can cause build errors (especially when Archiving or command line building).
https://github.com/rjstelling/xcode-project-validate

macos xcode

Last synced: 11 days ago
JSON representation

A very simple shell script to read `.xcodeproj` files and check if there are issues with the `CODE_SIGN_IDENTITY`. Having multiple entries can cause build errors (especially when Archiving or command line building).

Awesome Lists containing this project

README

        

# Code Sign Xcode Project Validate

A very simple shell script to read `.xcodeproj` files and check if there are issues with the `CODE_SIGN_IDENTITY`. Having multiple entries can cause build errors (especially when Archiving or command line building).

Link to StackOverflow question answering some questions about when and why to use this: http://stackoverflow.com/q/13962341/89035

## Usage:
$ ./cs_xproj_validate.sh path/to/xcode/project/file/theproject.xcodeproj