Skip to content

allow to format xcode project to next step format

Notifications You must be signed in to change notification settings

4d/ios-XProjStep

Repository files navigation

XProjStep

Platform Language xcodebuild

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.

Deploy

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.

Build

xcodebuild -configuration Release # will create build/Release/xprojstep

Dependencies

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

Alternative

Testing

test.sh will launch some tests.

About

allow to format xcode project to next step format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published