-
Notifications
You must be signed in to change notification settings - Fork 0
Techdebt/add private submodule 175 #63
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a2f5663
📸 Reorganized test structure Added Screenshots (#61)
kcw-grunt 0626b63
Set desired ios-games commit
kcw-grunt 6a39ac8
Reset and added the 2 projects
kcw-grunt 4bf298d
Set a private filter in gitignore
kcw-grunt 5f7e130
Update ios-games commit
kcw-grunt d809835
updated ios games
kcw-grunt 31731b4
removed storekit file and ios-games submodules
kcw-grunt bdda7c3
Update README.md
kcw-grunt bce8cf9
Merge branch 'develop' into techdebt/add-private-submodule-175
kcw-grunt 899f37c
update workspace
kcw-grunt ffa2797
Set to the alpha v1.0.0-pre-review-brainwallet-hybrid
kcw-grunt e4e9e12
updated the ios-games branch
kcw-grunt 8652637
Removed the status for the games config
kcw-grunt 30f1b19
Updated the config to filter Private
kcw-grunt 0c5aa0a
Merge branch 'develop' into techdebt/add-private-submodule-175
kcw-grunt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
168 changes: 168 additions & 0 deletions
168
BrainwalletHybrid.xcworkspace/xcshareddata/swiftpm/Package.resolved
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule ios-games
updated
from cc26da to 61e269
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why is the update value is none?
Uh oh!
There was an error while loading. Please reload this page.
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.
Special trick here @josikie !
This is a flag that keeps the system from automatically updating the submodule in
git submodule update. In this case, we dont want it to update because it is private and sensitive.Also, we are running CI/CD separately for that submodule.
Thanks for asking!
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.
Thanks for the explanation! That's make sense @kcw-grunt