-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually add above commit do that, oh btw added custom repos
- Loading branch information
1 parent
422d7d7
commit daf58dc
Showing
23 changed files
with
302 additions
and
335 deletions.
There are no files selected for viewing
This file contains 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
Binary file modified
BIN
+17.4 KB
(110%)
...deproj/project.xcworkspace/xcuserdata/calebelm.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ struct CrashView: View { | |
} | ||
}.padding(.horizontal) | ||
|
||
|
||
Button("Close") { | ||
dismiss() | ||
}.padding(.bottom) | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
// | ||
|
||
import Foundation | ||
|
||
struct CustomRepo: Hashable { | ||
var name = "" | ||
var customEndFileName = "" | ||
var cloneURL = "" | ||
var buildFlags = "" | ||
var useOsxBuildFlag = true | ||
var x86_64 = false | ||
} |
Oops, something went wrong.