-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Is your feature request related to a problem? Please describe.
I could not find instructions on how to build this project.
Describe the solution you'd like
It would be nice to include the build directions in the README.
Describe alternatives you've considered
Something like this would be great.
# List project properties.
xcodebuild -list -project migrator.xcodeproj
# Install components.
xcodebuild -runFirstLaunch
# Perform debug build.
xcodebuild -project migrator.xcodeproj -scheme "IBM Data Shift"
# Perform release build.
xcodebuild -project migrator.xcodeproj -scheme "IBM Data Shift" -configuration Release
# The app will get built in this directory.
$HOME/Library/Developer/Xcode/DerivedData/migrator-*/Build/Products
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation