-
Notifications
You must be signed in to change notification settings - Fork 5
iosBuildStepsUpdate: project+workspace steps added #14
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
Conversation
Rinal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check PR comments
Update the package version in the current PR
| menuName = MenuPaths.IOS + nameof(Archive) | ||
| )] | ||
| public sealed class Archive : IosPostBuildStep | ||
| public class Archive : IosPostBuildStep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must be abstract
| [SerializeField] private PathProperty m_outputPath = new PathProperty("Unity-iPhone.xcarchive"); | ||
| [SerializeField] private string m_scheme = "Unity-iPhone"; | ||
| [SerializeField] private bool m_useModernBuildSystem = true; | ||
| protected virtual string CommandStart { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must be abstract
|
@Rinal please, check updated PR |
Rinal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a new package version
|
@Rinal package version updated |
Rinal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job, ready for a merge
No description provided.