-
Notifications
You must be signed in to change notification settings - Fork 0
Techdebt/add private submodule 175 #62
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
Changes from all commits
a2f5663
0626b63
6a39ac8
4bf298d
5f7e130
d809835
31731b4
bdda7c3
bce8cf9
5143edf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| [submodule "Modules/core"] | ||
| path = Modules/core | ||
| url = https://github.com/gruntsoftware/core.git | ||
| [submodule "Private/ios-games"] | ||
| path = Private/ios-games | ||
| url = https://github.com/gruntsoftware/ios-games.git | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| import BackgroundTasks | ||
| import StoreKit | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cleanup to ask for reviews |
||
| import SwiftUI | ||
| import UIKit | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,18 +31,18 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do | |
|
|
||
|
|
||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oops deleted test files...300 files of nothing. |
||
|
|
||
| ### ios run_all_tests | ||
| ### ios run_all_tests_iPhone15ProMax | ||
|
|
||
| ```sh | ||
| [bundle exec] fastlane ios run_all_tests | ||
| [bundle exec] fastlane ios run_all_tests_iPhone15ProMax | ||
| ``` | ||
|
|
||
|
|
||
|
|
||
| ### ios run_ui_iphone13mini_tests | ||
| ### ios run_all_tests_iPhone13Mini | ||
|
|
||
| ```sh | ||
| [bundle exec] fastlane ios run_ui_iphone13mini_tests | ||
| [bundle exec] fastlane ios run_all_tests_iPhone13Mini | ||
| ``` | ||
|
|
||
|
|
||
|
|
||
This file was deleted.
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.
Hi, in Android, there can be a a small apps inside the app. Do we integrate our game apps to our iOS wallet, or the games programs are directly inside the iOS app? @kcw-grunt
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.
Oh. You can view the similar repo for android that is internal. We need to make sure the process is similar @josikie