Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Include build instructions #4

Open
mikemadden42 opened this issue Oct 4, 2024 · 2 comments
Open

[Feature Request] Include build instructions #4

mikemadden42 opened this issue Oct 4, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@mikemadden42
Copy link

mikemadden42 commented Oct 4, 2024

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
@mikemadden42 mikemadden42 changed the title [Feature Reque Include build instructions Oct 4, 2024
@SMartorelli
Copy link
Member

Hi @mikemadden42 👋 thanks for opening this issue. I’m currently working on a script that will help the admins to customize the app, configure it and generate the profiles. This script will also take care of rebranding, archiving and signing the app. Not sure that build instructions are useful in this case since the project must be rebranded in Xcode before being built and archived.

@mikemadden42
Copy link
Author

Thanks @SMartorelli for the reply. Can you please let me know when you've wrapped up the script you're working on?

@SMartorelli SMartorelli changed the title Include build instructions [Feature Request] Include build instructions Oct 15, 2024
@SMartorelli SMartorelli added the documentation Improvements or additions to documentation label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants