Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/rjstelling/xcode-project-validate
- Owner: rjstelling
- License: mit
- Created: 2016-05-03T16:35:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T16:37:34.000Z (almost 9 years ago)
- Last Synced: 2024-12-05T06:32:53.408Z (2 months ago)
- Topics: macos, xcode
- Language: Shell
- Size: 1000 Bytes
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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