Convert Xcode project pbxproj
file to standard format, if has been converted to json or xml using plutil.
xprojstep input.pbxproj --ouput output.pbxproj --format openstep
This command has been created because plutil
do not allow it.
This tool is mainly used by 4D Mobile App to transform project created from 4D Object converted to JSON.
To inject a custom build you must place in Resources/scripts of 4D Mobile App
component.
xcodebuild -configuration Release # will create build/Release/xprojstep
Name | License | Usefulness |
---|---|---|
XcodeProjKit | MIT | Parse and write pbxproj |
Commander | BSD 3 | command line argument parser |
PathKit | BSD 2 | file management |
Dependencies has been downloaded using Carthage
package manager
test.sh
will launch some tests.