Skip to content

[Feature Request] Include build instructions #4

@mikemadden42

Description

@mikemadden42

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

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions